LyXSubdocument Compilation

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
fdiehl
Posts: 4
Joined: Fri Dec 17, 2010 11:44 am

Subdocument Compilation

Post by fdiehl »

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?
Last edited by fdiehl on Sun Dec 19, 2010 4:49 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

meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Re: Subdocument Compilation

Post by meho_r »

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.
fdiehl
Posts: 4
Joined: Fri Dec 17, 2010 11:44 am

Re: Subdocument Compilation

Post by fdiehl »

hi there,

OK - sorry about that.I attached a zip-archive.
thanks a lot.
Attachments
Archiv.zip
(11.72 KiB) Downloaded 380 times
meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Subdocument Compilation

Post by meho_r »

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.
fdiehl
Posts: 4
Joined: Fri Dec 17, 2010 11:44 am

Re: Subdocument Compilation

Post by fdiehl »

darn...

that was easy...and embarrassing ;-)

thank you very much for your time and help. really appreciated.
meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Subdocument Compilation

Post by meho_r »

fdiehl wrote:...

that was easy...and embarrassing ;-)
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 time ;-)

BTW, you should mark the thread as solved.
fdiehl
Posts: 4
Joined: Fri Dec 17, 2010 11:44 am

Re: Subdocument Compilation

Post by fdiehl »

dunno how to mark

So, SOLVED
;-)
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Subdocument Compilation

Post by localghost »

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
Post Reply