Page Layout ⇒ Header of Appendix
-
- Posts: 2
- Joined: Tue Mar 17, 2015 1:46 pm
Header of Appendix
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Header of Appendix
this is possible in theory. Praxis says, there are different methods to do so, depending on the documentclass for example.
Can you add a minimal working example that shows us just the basics of your document?
What do you mean by number of applications?
-
- Posts: 2
- Joined: Tue Mar 17, 2015 1:46 pm
Header of Appendix
Johannes_B wrote:Hi and welcome,
this is possible in theory. Praxis says, there are different methods to do so, depending on the documentclass for example.
Can you add a minimal working example that shows us just the basics of your document?
What do you mean by number of applications?
Code: Select all
\input{preamble}
\input{macro_glob}
\begin{document}
\input{title}
\input{table_of_contents}
\setcounter{page}{2}
\input{content}
\input{appendix}
\end{document}
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Header of Appendix
this does not show the documentclass. Please follow my link above.