diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-07-20 10:19:50 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-17 19:07:20 -0400 |
commit | 7f549e075bc5ee5e6c3bacfd94a18c01de91980a (patch) | |
tree | 506a4a012e261e5a4c1cf1ca56ba1cbcedaaba59 /org/output_latex.org | |
parent | 0.8.0 name change in code use dr (doc reform) instead of sisu (diff) |
processing info
Diffstat (limited to 'org/output_latex.org')
-rw-r--r-- | org/output_latex.org | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/org/output_latex.org b/org/output_latex.org index eb50c46..2224bf8 100644 --- a/org/output_latex.org +++ b/org/output_latex.org @@ -970,7 +970,6 @@ string latex_head(M)( #+name: output_latex_head #+BEGIN_SRC d 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"┃ @@ -1233,10 +1232,10 @@ string latex_head(M)( #+name: output_latex_head_0_tex #+BEGIN_SRC latex %%%% 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 + #+END_SRC ***** paper type (a4, letter, ...; ( portrait | landscape )) @@ -1528,6 +1527,10 @@ string latex_head(M)( #+BEGIN_SRC d ┃", 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, |