LyX ⇒ Subdocument Compilation
Subdocument Compilation
Hi there.
I have a problem with LyX and subdocuments. I have my main document set to report(KOMA) and these Classoptions:
fontsize=10, round, toc=flat, parskip=full, headsepline=true, footsepline=true
all Settings in the main document and the subdocuments are the same. including the LaTeX-Preamble:
\lhead{\title}
\rhead{\thepage}
\lfoot{name}
\cfoot{}
\rfoot{\today}
Now, when I include the subdocument, it always messes up my font when I compile and print the maindoc to PDF. the font which belongs to the subdocument is different as in the maindoc and also the fontsize is around 15 or so, as oppose to the set 10pt.
I don't know why the hell this is happening. I've tried everything from erasing the latex-preamble in both documents, in the subdocument only, and so on and so forth.
The manual for LyX tells me that in order to include a subdocument I have to get rid of all the preable stuff including the \begin{document}... I know this from working with TeXShop and it makes sense, but why doesn't LyX allow me to actually erase all of the preamble in my subdocument?!?
In other words, how can I create a subdocument in LyX?
I have a problem with LyX and subdocuments. I have my main document set to report(KOMA) and these Classoptions:
fontsize=10, round, toc=flat, parskip=full, headsepline=true, footsepline=true
all Settings in the main document and the subdocuments are the same. including the LaTeX-Preamble:
\lhead{\title}
\rhead{\thepage}
\lfoot{name}
\cfoot{}
\rfoot{\today}
Now, when I include the subdocument, it always messes up my font when I compile and print the maindoc to PDF. the font which belongs to the subdocument is different as in the maindoc and also the fontsize is around 15 or so, as oppose to the set 10pt.
I don't know why the hell this is happening. I've tried everything from erasing the latex-preamble in both documents, in the subdocument only, and so on and so forth.
The manual for LyX tells me that in order to include a subdocument I have to get rid of all the preable stuff including the \begin{document}... I know this from working with TeXShop and it makes sense, but why doesn't LyX allow me to actually erase all of the preamble in my subdocument?!?
In other words, how can I create a subdocument in LyX?
Last edited by fdiehl on Sun Dec 19, 2010 4:49 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: Subdocument Compilation
Please, post an example that shows the problem: create a master and a child .lyx documents (or post those problematic documents, just replace the actual text with some dummy one if you like), put them into a ZIP archive and attach them to your next post.
Re: Subdocument Compilation
hi there,
OK - sorry about that.I attached a zip-archive.
thanks a lot.
OK - sorry about that.I attached a zip-archive.
thanks a lot.
- Attachments
-
- Archiv.zip
- (11.72 KiB) Downloaded 380 times
Subdocument Compilation
The reason is simple: the line (or the paragraph) on which you put included document is of type "Section*" instead of "Standard" (or, if you take a look at source code: \section*{\include{loremipsum_sub}}) which, naturally, messes things up badly.
Re: Subdocument Compilation
darn...
that was easy...and embarrassing
thank you very much for your time and help. really appreciated.
that was easy...and embarrassing

thank you very much for your time and help. really appreciated.
Subdocument Compilation
You shouldn't consider that embarrassing. LyX tends to hide things from the user, mostly to make things easier for him, which can be really troublesome sometimes. Now you see that with LyX you have to have your eyes everywhere, all the timefdiehl wrote:...
that was easy...and embarrassing

BTW, you should mark the thread as solved.
Re: Subdocument Compilation
dunno how to mark
So, SOLVED

So, SOLVED

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Subdocument Compilation
How to mark a topic accordingly is clearly written in Section 3 of the Board Rules (to be read before posting).
Best regards and welcome to the board
Thorsten
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10