Georg Baum wrote:
Am Samstag, 28. Januar 2006 18:07 schrieb Herbert Voss:
Georg Baum wrote:
\format "pdf" "pdf" "PDF (pdflatex)" ""
\format "pdf2" "pdf" "PDF (ps to pdf)" ""
These are wrong! Read Pauls explanation if it is not clear why.
??? Why are these lines _wrong_?
Read it in Pauls mail. Short version: They are wrong because the comments
("pdflatex" and "ps to pdf") don't match the converters. The defaults are
ok ok, my question was why it is _wrong_! It is wrong
in a logical way, but it should work without LyX internal
errors, right?
Herbert
\Format pdf pdf "PDF (ps2pdf)" P
\Format pdf2 pdf "PDF (pdflatex)" F
\Format pdf3 pdf "PDF (dvipdfm)" m
\converter ps pdf "ps2pdf13 $$i" ""
\converter latex pdf2 "pdflatex $$i" "latex"
\converter dvi pdf3 "dvipdfm $$i" ""