diff options
Diffstat (limited to 'src/doc_reform/io_out/latex.d')
-rw-r--r-- | src/doc_reform/io_out/latex.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc_reform/io_out/latex.d b/src/doc_reform/io_out/latex.d index ff5b0df..8ec144b 100644 --- a/src/doc_reform/io_out/latex.d +++ b/src/doc_reform/io_out/latex.d @@ -1,12 +1,12 @@ module doc_reform.io_out.latex; template outputLaTeX() { - import doc_reform.io_out; import std.digest.sha, std.file, std.outbuffer, std.uri, std.conv : to; + import doc_reform.io_out; mixin InternalMarkup; // watch mixin spineRgxOut; static auto rgx = RgxO(); |