bug: fix wrong page numbers in latex doc

This commit is contained in:
Marco Thomas
2023-03-29 16:42:01 +02:00
parent c86425024f
commit ec3da77ac7

View File

@@ -60,9 +60,9 @@
"\\usepackage{titlesec}", "\\usepackage{titlesec}",
"\\newcommand{\\sectionbreak}{\\clearpage}", "\\newcommand{\\sectionbreak}{\\clearpage}",
"% headers and footers", "% headers and footers",
"\\usepackage{nopageno}",
"\\usepackage{fancyhdr}", "\\usepackage{fancyhdr}",
"\\pagestyle{headings}", "\\pagestyle{headings}",
"\\usepackage{nopageno}",
"% glossary", "% glossary",
"\\usepackage[toc]{glossaries}", "\\usepackage[toc]{glossaries}",
"% quotes", "% quotes",
@@ -85,9 +85,12 @@
"% \\import{.}{glossary.tex}", "% \\import{.}{glossary.tex}",
"", "",
"\\maketitle", "\\maketitle",
"\\pagenumbering{roman}",
"\\setcounter{page}{1}",
"\\newpage", "\\newpage",
"\\tableofcontents", "\\tableofcontents",
"\\newpage", "\\newpage",
"\\pagenumbering{arabic}",
"", "",
"% 1. Close NVim", "% 1. Close NVim",
"% 2. `touch .latexmkrc`", "% 2. `touch .latexmkrc`",