diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-09-14 16:43:13 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-09-14 19:31:18 -0400 |
commit | 7324779dd9a8c5d46a961c3960ad6aa2cb2fa573 (patch) | |
tree | e2efc83d616b963c6edec72ef363b03ba5e977d6 /org/out_latex.org | |
parent | org, 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.org | 2 |
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); |