aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_latex.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2025-09-14 16:43:13 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2025-09-14 19:31:18 -0400
commit7324779dd9a8c5d46a961c3960ad6aa2cb2fa573 (patch)
treee2efc83d616b963c6edec72ef363b03ba5e977d6 /org/out_latex.org
parentorg, property header-args results output none (diff)
dub_describe.json + other minor misc
Diffstat (limited to 'org/out_latex.org')
-rw-r--r--org/out_latex.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/out_latex.org b/org/out_latex.org
index e31a1d8..b0e1048 100644
--- a/org/out_latex.org
+++ b/org/out_latex.org
@@ -273,7 +273,7 @@ void outputLaTeX(D,M)(
string content;
string tail;
}
- auto latex = LaTeX();
+ LaTeX latex = LaTeX();
foreach (paper_size_orientation; doc_matters.conf_make_meta.conf.set_papersize) {
latex.head = latex_head(doc_matters, paper_size_orientation);
latex.content = latex_body(doc_abstraction, doc_matters, paper_size_orientation);