aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sisudoc/io_out
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 /src/sisudoc/io_out
parentorg, property header-args results output none (diff)
dub_describe.json + other minor misc
Diffstat (limited to 'src/sisudoc/io_out')
-rw-r--r--src/sisudoc/io_out/latex.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sisudoc/io_out/latex.d b/src/sisudoc/io_out/latex.d
index 7df91c3..d895e25 100644
--- a/src/sisudoc/io_out/latex.d
+++ b/src/sisudoc/io_out/latex.d
@@ -1408,7 +1408,7 @@ template outputLaTeX() {
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);