aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/output/latex.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-07-09 18:25:00 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2019-10-17 19:07:20 -0400
commit703ddafbb14127db4b7b52bfada3d3d96e22754d (patch)
tree6ea5c66293da1e8e9579325e42411df820ad10be /src/doc_reform/output/latex.d
parent0.7.4 sqlite related, also some xml paths (diff)
cosmetic
Diffstat (limited to 'src/doc_reform/output/latex.d')
-rw-r--r--src/doc_reform/output/latex.d4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doc_reform/output/latex.d b/src/doc_reform/output/latex.d
index 586e9fb..88cc75c 100644
--- a/src/doc_reform/output/latex.d
+++ b/src/doc_reform/output/latex.d
@@ -1130,7 +1130,9 @@ string table(O,M)(
if (!exists(pth_latex.latex_path_stuff)) {
(pth_latex.latex_path_stuff).mkdirRecurse;
}
- writeln(pth_latex.latex_file_with_path);
+ if (!(doc_matters.opt.action.quiet)) {
+ writeln(pth_latex.latex_file_with_path);
+ }
auto f = File(pth_latex.latex_file_with_path, "w");
f.writeln(latex_content.head);
f.writeln(latex_content.content);