Marcus Beyer wrote:
> I have the impression that the two menu entries
>
> View : PDF (pdflatex)
> View : PDF (ps to pdf)
>
> are intechanged, i.e. the first does what the second should and vice
> versa.
>
> One of the many symptoms: if I have \usepackage[pdfborder=0]{hyperref}
> in my preamble and choose "View : PDF (pdflatex)" I get an error "Error
> while executing ps2pdf"...
>
> I am using LyX 1.3.5 on Mac OS X.
Hmmm. You can check by examining the contents of lyxrc.defaults (find it in
the $PREFIX/Resources/lyx directory on OSX I think). Here I have
\Format pdf pdf PDF P
\Format pdf2 pdf "PDF (pdflatex)" F
\Format pdf3 pdf "PDF (dvipdfm)" m
\converter latex dvi "latex $$i" "latex"
\converter latex pdf2 "pdflatex $$i" "latex"
\converter literate latex "none" ""
\converter dvi pdf3 "dvipdfm $$i" ""
\converter dvi ps "dvips -o $$o $$i" ""
\converter ps pdf "ps2pdf -dCompatibilityLevel=1.3 $$i" ""
> BTW: Is there a bug reporting system (e.g. Bugzilla) for LyX?
bugzilla.lyx.org
--
Angus