On Aug 13, 2006, at 10:28 AM, Georg Baum wrote:
Am Sonntag, 13. August 2006 19:05 schrieb Jens Noeckel:
On Aug 13, 2006, at 2:16 AM, Georg Baum wrote:
The text above refers to the LyX->LaTeX->LyX roundtrip. The
LaTeX->LyX->LaTeX roundtrip has no dataloss because of suffix-
stripping
(tex2lyx emulates the LaTeX serach algorithm for figures). Try it
out.
Can you be more specific about what I am supposed to try out (beyond
what I have already reported on the list and in bugs 2762 and 2764)?
You don't need to try it out if you believe my last sentence above,
but if
you want to do it: Create a .tex file that includes xxx.eps (with or
without suffix, does not matter), and then import that into LyX and
look
at the name of the graphics file.
OK, I have to beat the dead horse again:
(a)
Take file original.tex including two _different_ graphics files in
the following form:
\includegraphics[width=0.5\columnwidth]{Gull.eps}
\includegraphics[width=0.5\columnwidth]{Gull.ps}
(b)
Import this into LyX
(c)
Export back to "plain latex".
The resulting file contains the graphics in the form:
\includegraphics[width=0.5\columnwidth]{Gull}
\includegraphics[width=0.5\columnwidth]{Gull}
This is bug 2764. It is due to suffix-stripping.
Jens