aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/output/latex.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc_reform/output/latex.d')
-rw-r--r--src/doc_reform/output/latex.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc_reform/output/latex.d b/src/doc_reform/output/latex.d
index 0444d5b..da509ac 100644
--- a/src/doc_reform/output/latex.d
+++ b/src/doc_reform/output/latex.d
@@ -1169,7 +1169,7 @@ string table(O,M)(
(pth_latex.latex_path_stuff).mkdirRecurse;
}
if (!(doc_matters.opt.action.quiet)) {
- writeln(pth_latex.latex_file_with_path);
+ writeln(" ", pth_latex.latex_file_with_path);
}
auto f = File(pth_latex.latex_file_with_path, "w");
f.writeln(latex_content.head);