Hi,
I'm not sure anyone else can reproduce this weird behavior under LyX
2.0.4 (Ubuntu): the tex code for jpeg figures seems to be wrong.
Suppose the jpeg file is foo.jpg; in the tex code exported from LyX it
will become this:
\includegraphics{\string"0_path_to_foo\string".jpg, jpeg}
pdflatex wi
From: Jean-Marc Lasgouttes [lasgout...@lyx.org]
Sent: Sunday, July 15, 2012 5:14 PM
>Moreover, this code should not be in GuiView, but in
>GuiApplication, since the function is at application level.
Attached is my attempt to move the code to GuiApplication. I am having trouble
instantiating a Gu