Code: Select all
...
\appendix
\input{appendix}
...
Thanks
CAMattelaer
Code: Select all
...
\appendix
\input{appendix}
...
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
\section{}
's in your appendix chapters. Specifically, the mini-toc in the chapter header causes the problem when it's empty. As soon as you define sections like this:Code: Select all
\appendix
\chapter{My first appendix}
\section{Section 1}
Blah.
\chapter{My second appendix}
\section{Section 2}
Blah blah.
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