Skip to content

Commit

Permalink
* fix: disable leftmark in appendix
Browse files Browse the repository at this point in the history
* always print thepage in bottom right corner as per #115
  • Loading branch information
ZeroPointMax committed Jan 19, 2022
1 parent 071c22c commit 5a57dc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
11 changes: 3 additions & 8 deletions build/components/setup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,9 @@
\renewcommand {\footrulewidth}{0pt}
\setlength {\headheight}{15pt}

% Im Kusche-Mode ist die Seitenzahl unten rechts, ansonsten oben mittig
\if\CKUSCHE 0
\fancyhead [c]{\thepage}
\fancyfoot {}
\else
\fancyhead {}
\fancyfoot [R]{\thepage}
\fancyfoot [L]{\leftmark}
\fancyfoot [R]{\thepage} % nach den neuen Anforderungen sind Seitenzahlen unten rechts, geht d'accord mit dem Kusche-Mode
\if\CKUSCHE 1
\fancyfoot [L]{\leftmark} % im Kusche-Mode erscheint linksbündig das Kapitel in der Fußzeile
\fi

% PARAGRAPH SETUP
Expand Down
3 changes: 3 additions & 0 deletions build/template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@
% da Anhänge mit Buchstaben nummeriert werden sollen (TODO: das funktioniert noch nicht, help wanted)
\counterwithout{figure}{section}
\counterwithout{table}{section}

% deaktiviere Kapitel in Fußzeile im Kusche Mode ab hier
\fancyfoot [L]{}
\fi

\renewFigTabCap % Verhalten von Figure und Table Environments sowie \caption wird verändert (TODO: wie genau? LG, ZPM)
Expand Down

0 comments on commit 5a57dc8

Please sign in to comment.