Answers for "latex appendix not showing up in table of contents"

0

latex appendix not showing up in table of contents

\begin{filecontents*}{Appendix.tex}
\blinddocument
\blinddocument
\end{filecontents*}
\documentclass{report}
\usepackage{blindtext}
\usepackage{appendix}
\setcounter{tocdepth}{1}
\begin{document}
\tableofcontents
\blinddocument
\begin{appendix}
\appendixpage
\addappheadtotoc 
\input{Appendix}%<- changed
\end{appendix}
\end{document}
Posted by: Guest on April-24-2022

Browse Popular Code Answers by Language