Rainer M Krug wrote:
> Hi
>
> Am I right in assuming that when I have a preamble in the Child
> Document, this preamble is ignored when the Child Document is used from
> the Main Document, i.e. if I have a special preamble in the Child
> Document, I have to copy it to the Main Document?
Yes. If you don't want to compile the child documnt separately then delete
the preamble of the child document. If you want to compile it separately
then it is better to put the preamble into a separate .tex file and only
have
\include{preamble.tex}
in both the main and child doc, because you cannot get inconsistent
preambles this way.
Georg