Modify TOC, Headlines and Footers
Some checks failed
Word Count / count-words (push) Failing after 32s

This commit is contained in:
2026-03-20 18:29:39 +01:00
parent 880284d616
commit e1c31b4fb9
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
\pagestyle{empty} \pagestyle{empty}
# Inhaltsverzeichnis {-} # Inhaltsverzeichnis {.unnumbered .unlisted}
\tableofcontents \tableofcontents

View File

@@ -12,14 +12,14 @@
% Define the fancy style but don't activate yet % Define the fancy style but don't activate yet
\fancypagestyle{fancy}{ \fancypagestyle{fancy}{
\fancyhf{} % clear all header and footer fields \fancyhf{} % clear all header and footer fields
\fancyhead[RO,LE]{\includegraphics[height=1.5cm]{images/preamble/logo.png}} \fancyhead[RO,LE]{\includegraphics[height=2cm]{images/preamble/logo.png}}
\fancyhead[LO,RE]{\nouppercase{\leftmark}} \fancyhead[LO,RE]{\nouppercase{\leftmark}}
\fancyfoot[RO,LE]{\thepage} \fancyfoot[RO,LE]{\thepage}
\renewcommand{\headrulewidth}{0.4pt} \renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt} \renewcommand{\footrulewidth}{0.4pt}
\newgeometry{top=2.5cm, bottom=2cm, left=3cm, right=2cm, includehead, includefoot} \newgeometry{top=2.5cm, bottom=4cm, left=3cm, right=2cm, includehead, includefoot, a4paper}
\setlength{\headheight}{50pt} \setlength{\headheight}{2cm}
\setlength{\footskip}{30pt} \setlength{\footskip}{1.5cm}
} }
\renewcommand{\sectionmark}[1]{\markboth{#1}{}} % Set section title to \leftmark \renewcommand{\sectionmark}[1]{\markboth{#1}{}} % Set section title to \leftmark

View File

@@ -15,7 +15,7 @@ pandoc \
--bibliography sources.bib \ --bibliography sources.bib \
--include-before-body 00_preamble.tex \ --include-before-body 00_preamble.tex \
-H _extensions/header/header.tex \ -H _extensions/header/header.tex \
-V geometry:"top=2.5cm, bottom=2cm, left=3cm, right=2cm" \ -V geometry:"top=2.5cm, bottom=2cm, left=3cm, right=2cm, a4paper" \
-V toc-title="Inhaltsverzeichnis" \ -V toc-title="Inhaltsverzeichnis" \
-V classoption=twoside \ -V classoption=twoside \
-V fontsize=12pt \ -V fontsize=12pt \