diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-03-06 17:51:42 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-03-06 17:51:44 -0500 | 
| commit | 7e46a334d893e46ecd4631cfe4c8350016cfd18a (patch) | |
| tree | 37057fc0fd73269008b69dfa3986ea1edc161b0d /src/doc_reform | |
| parent | latex, use geometry package for page setting (diff) | |
latex, pdf headers, some removed
- removed some pdf headers preceding substantive
  text
Diffstat (limited to 'src/doc_reform')
| -rw-r--r-- | src/doc_reform/io_out/latex.d | 10 | 
1 files changed, 1 insertions, 9 deletions
| diff --git a/src/doc_reform/io_out/latex.d b/src/doc_reform/io_out/latex.d index c9d2213..a939fd8 100644 --- a/src/doc_reform/io_out/latex.d +++ b/src/doc_reform/io_out/latex.d @@ -640,17 +640,15 @@ template outputLaTeX() {              _tex_para = q"┃  \pagenumbering{arabic}  \setcounter{page}{1} -\markboth{%s}{%s} +\markboth{ }{ }  \setlength{\parskip}{1ex plus0.5ex minus0.2ex}  \part*{\ocn{1}%s \newline %s}  \clearpage -\markboth{%s}{%s}  \pagenumbering{roman}  \setcounter{page}{1}  \renewcommand{\contentsname}{}  \tableofcontents -\markboth{%s}{%s}  \clearpage  \pagenumbering{arabic} @@ -661,14 +659,8 @@ template outputLaTeX() {  \clearpage  \setcounter{page}{1}┃";              _txt = format(_tex_para, -              (doc_matters.conf_make_meta.meta.title_main).sp_char_esc_txt, -              (doc_matters.conf_make_meta.meta.title_main).sp_char_esc_txt,                (doc_matters.conf_make_meta.meta.title_full).sp_char_esc_txt,                (doc_matters.conf_make_meta.meta.creator_author).sp_char_esc_txt, -              (doc_matters.conf_make_meta.meta.title_main).sp_char_esc_txt, -              (doc_matters.conf_make_meta.meta.title_main).sp_char_esc_txt, -              (doc_matters.conf_make_meta.meta.title_full).sp_char_esc_txt, -              (doc_matters.conf_make_meta.meta.title_full).sp_char_esc_txt,                (doc_matters.conf_make_meta.meta.title_full).sp_char_esc_txt,                (doc_matters.conf_make_meta.meta.title_full).sp_char_esc_txt,              ); | 
