Search found 2 matches

by andre220
Mon Nov 25, 2013 3:45 pm
Forum: Page Layout
Topic: Appendix formatting
Replies: 2
Views: 2703

Re: Appendix formatting

That is all I needed, thank you.
by andre220
Mon Nov 25, 2013 1:13 am
Forum: Page Layout
Topic: Appendix formatting
Replies: 2
Views: 2703

Appendix formatting

Hi,

I want to know if there is a way to add an appendix item outside of the appendix.

For example:

Code: Select all

\mainmatter

\include{chapter1}
\appendix
\include{report-contents}
\include{chapter2}
...
Thank you.