Andreas wrote:
> Hi all,
> 
> I'm currently putting together my thesis which consists of four papers. Each
> of these papers has an appendix. I include all chapters as subdocuments in
> a main file. I would like each appendix to be displayed directly after the
> respective chapter. However, after the first appendix the remainder of the
> whole document is treated as appendix.
> 
> How can I go back to normal text after I inserted an appendix?
> 
> Thank you very much for your help!!!

Use the appendix package:

\usepackage[title,header]{appendix}

And then, instead of LyX's appendix start, use the "appendices" environment to 
begin and start an appendix:

\begin{appendices}
...
\end{appendices}

Consult the appendix package documentation for more options.

HTH
Jürgen

> Best,
> Andreas

Reply via email to