aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/io_out/latex.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc_reform/io_out/latex.d')
-rw-r--r--src/doc_reform/io_out/latex.d10
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,
);