[EMAIL PROTECTED] wrote:
Attached:
I checked that on this machine reconfigure has not been run yet and
opening LyX, I only got the "custom" option in the exports tab.
So this is verified to be a ".lyx" that could reproduce the problem.
And here's the problem:
#
# FORMATS SECTION ##########################
#
\format "dvi" "dvi" "DVI" "D" "kdvi" "" "vector"
\format "pdf" "pdf" "PDF (ps2pdf)" "P" "xpdf" "" "vector"
\format "pdf2" "pdf" "PDF (pdflatex)" "F" "xpdf" "" "vector"
\format "pdf3" "pdf" "PDF (dvipdfm)" "m" "xpdf" "" "vector"
In 1.5.x, this should be:
\format "dvi" "dvi" "DVI" "D" "kdvi" "" "document,vector"
etc.
So the problem is definitely a consequence of the change in preferences
file format.
Richard