Page LayoutHeader of Appendix

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
zarozhnoff
Posts: 2
Joined: Tue Mar 17, 2015 1:46 pm

Header of Appendix

Post by zarozhnoff »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Johannes_B »

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?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
zarozhnoff
Posts: 2
Joined: Tue Mar 17, 2015 1:46 pm

Header of Appendix

Post by zarozhnoff »

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}
I include all sections separately
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Header of Appendix

Post by Johannes_B »

Hi,
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.
Post Reply