Page Layout ⇒ Avoid header in appendix
Avoid header in appendix
I´m using the commands (\addcontentsline{toc}{chapter}{Anhang}, \input{Anhang_eigen.tex} ) to create the appendix.
The file Anhang_eigen.tex looks like this:( \begin{appendix} CONTENT \end{appendix})
Unfortunately the pdf-output-file contains the header line of the previous part, the bibliography (\bibliographystyle{babalpha}, \bibliography{Literatur}).
How can I avoid, that the header of the bibliography appears in the appendix ?
Also the appendix hasn´t the Capital letters as page numbers as announced in my latex-book. Why that ?
Thank you for your help, Philipp
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Avoid header in appendix
Code: Select all
\clearpage
\appendix
\addcontentsline{toc}{chapter}{Anhang} % perhaps this line is better placed in the included file
\include{Anhang_eigen.tex}
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10