Page Layout ⇒ Header of Appendix
-
- Posts: 2
- Joined: Tue Mar 17, 2015 1:46 pm
Header of Appendix
I want to at the beginning of each page of the appendix is header "Continue Appendix #" with the number of appendix. How can I do it?
Last edited by zarozhnoff on Wed Mar 18, 2015 9:51 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Header of Appendix
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?
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?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
-
- 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
Hi,
this does not show the documentclass. Please follow my link above.
this does not show the documentclass. Please follow my link above.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.