From: Christian Doczkal <c.doczkal@stud.uni-saarland.de>
Hello
I want to add some latex paragraphs to my (already lengthy) theory file
so I would like to write the latex code into a different file just like
one does with ordinary LaTeX. But Since all anti-quotations need to be
processed text {* \include{file} *} doesn't do the trick.
Is there some ML command that lets you "inline" other files to achieve
the desired effect?
smime.p7s
From: Florian Haftmann <florian.haftmann@informatik.tu-muenchen.de>
Hi Christian,
why not split your theory into multiple ones?
Florian
signature.asc
From: Makarius <makarius@sketis.net>
You can always use the 'text_raw' (or 'txt_raw') command to include
whatever LaTeX sources you need. So this should do the job:
text_raw {* \include{file} *}
Makarius
Last updated: Nov 21 2024 at 12:39 UTC