On 2009-04-05, Vito De Tullio wrote: > Vito De Tullio wrote: >> I need to know if (and how!) is possible to: >> 1) force the documentclass (book, article) to use the titlepage ambient.
> mmm > I think this is resolved, using: ClassOptions Other titlepage End >> 2) tell lyx that, to generate the pdf (via pdflatex), it must do 3 passes >> (pass 0): generate the FILE.tex from FILE.lyx (as all documents, I >> think) >> (pass 1): pdflatex FILE.tex (as all documents?) >> (pass 2): pdflatex FILE-frn.tex (this file is auto-generated!) >> (pass 3): pdflatex FILE.tex (include the FILE-frn.pdf) > I did not find any suggestion on the web This is not easily done currently. There might be a way of (ab)using the support for literate programming with noweb (as done by sweave support) or to use an external inset for your purpose. As this is a general problem (e.g. also for lilypond-book or pst (psfgrag with pdflatex), I hope for a custom LaTeX export keyword for layouts and modules. (In your example, you would specify a script that runs passes 1 and 2 and inserts the include commands for FILE-frn.pdf into FILE.tex.) Günter
