aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/output/latex.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-07-20 10:19:50 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2019-10-17 19:07:20 -0400
commit7f549e075bc5ee5e6c3bacfd94a18c01de91980a (patch)
tree506a4a012e261e5a4c1cf1ca56ba1cbcedaaba59 /src/doc_reform/output/latex.d
parent0.8.0 name change in code use dr (doc reform) instead of sisu (diff)
processing info
Diffstat (limited to 'src/doc_reform/output/latex.d')
-rw-r--r--src/doc_reform/output/latex.d13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/doc_reform/output/latex.d b/src/doc_reform/output/latex.d
index 674d6d3..0444d5b 100644
--- a/src/doc_reform/output/latex.d
+++ b/src/doc_reform/output/latex.d
@@ -689,7 +689,6 @@ string table(O,M)(
}
auto paper = paperType();
string _footer(M)(M doc_matters) {
- writeln("footer: ", doc_matters.conf_make_meta.make.footer);
string _ft = "\\lfoot[\\textrm{\\thepage}]";
string _ft_1 = format(q"┃{\tiny \href{%s}{%s}}┃", "http://sisudoc.org", "SiSU",);
string _ft_2 = format(q"┃
@@ -787,10 +786,10 @@ string table(O,M)(
);
string _latex_head = format(q"┃%%%% DocReform LaTeX output
%%%% Generated by: %s
-%%%% D version: ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-linux-gnu]
-%%%% LaTeX output
-%%%% Last Generated on:
-%%%% SiSU http://www.jus.uio.no/sisu
+%%%% D version: %s
+%%%% LaTeX output last Generated on: %s
+%%%% %s %s
+
%s
%s
\setlength{\marginparsep}{4mm}
@@ -962,6 +961,10 @@ string table(O,M)(
}
┃",
doc_matters.opt.action.debug_do ? "" : doc_matters.generator_program.name_and_version.strip,
+ doc_matters.opt.action.debug_do ? "" : doc_matters.generator_program.compiler.strip,
+ doc_matters.opt.action.debug_do ? "" : doc_matters.generator_program.stime.strip,
+ doc_matters.generator_program.project_name.strip,
+ doc_matters.generator_program.url_home.strip,
paper.a4_portrait.strip,
margins.portrait.strip,
multicol.portrait.strip,