On 01/24/2011 10:40 AM, Enrico Forestieri wrote:
Having noticed that recently LyX was not able to compile documents with
postscript images when using pdflatex, I moved away the preferences file
in the user directory and the problem disappeared.
I traced it down to the fact that I had the following line:
\converter "pdflatex" "pdf2" "pdflatex --synctex=1 $$i" "latex"
whereas the following one seems to be the right syntax nowadays:
\converter "pdflatex" "pdf2" "pdflatex --synctex=1 $$i" "latex=pdflatex"
So, prefs2prefs fails to correctly translate this preference, apparently.
Jurgen, did you make this change? If so, what is the algorithm for it? I
can easily add it to prefs2prefs if I know that.....
Richard