Vito De Tullio wrote:
rgheck wrote:
then I tell lyx that, to generate the pdf, I must run the 3 passes... but
This is documented in the Customization manual.
could you please be a little more specific?
What I meant was that the OutputType tag is there. Just "search" for it.
LyX will generate tex if it thinks it needs to do so. If you want to
convert TeX to something else, you can define a converter for that.
the problem is: how can I tell lyx that, using my .module, it will not
generate a .pdf (but 2)?
normally the workflow is (semplifying a lot)
.lyx -> (implicit?) -> .tex -> (pdflatex) -> .pdf
I want
,->(pdflatex)-frn.tex->(pdflatex)->-frn.pdf.
.lyx->(different?)->.tex+ +->.pdf
ยด------------------------------------------'
If you define a LyX-->Whatever converter, I think LyX will run it for
you. Then you can output your "different" and proceed from there. The
second tex format probably needs to be tex2, or something, and you can
define a "different to tex2" converter, that will do that bit, etc. That
said, if all you need is the end result and you're not all that
concerned with the path, then the easiest thing is surely to write a
batch file for your new format "pdf67" and have a LyX-->pdf67 converter
do it for you.
rh