From 02714184258c9be072857ddcc03bc114b2e843d1 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 22 Oct 2019 19:32:45 -0400 Subject: cosmetic --- org/output_latex.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org/output_latex.org') diff --git a/org/output_latex.org b/org/output_latex.org index 2224bf8..874b353 100644 --- a/org/output_latex.org +++ b/org/output_latex.org @@ -68,7 +68,7 @@ void writeOutputLaTeX(T,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); -- cgit v1.2.3