Uwe Stöhr wrote:
Georges-Etienne Legendre a écrit:
Now it seems that I'm not able to generate pdf/dvi that has graphics
into.
I have errors like this :
------
Missing \endcsname inserted.
..._Universite_svnintro_conflit\string".pdf}
\end{center}
The control sequence marked <to be read again> should
not appear between \csname and \endcsname.
------
I filed bug
http://bugzilla.lyx.org/show_bug.cgi?id=2248
for this. The problem is the document language "frenchb" while e.g.
"english" works fine but I don't know why. Has anybody an idea?
this should be easy to fix ...
- tiger.eps is part of the TeX distribution, it is found by
TeX itself with kpsewhich:
/usr/local/texlive/2005/../texmf-local/tex/latex/pstricks/doc/images/tiger.eps
it is a good test image. However, if it is _not_ found, because
a distribution doesn't install it, LyX works with a trick to
output this missing filename, it uses:
\includegraphics{draft, bb=..., type=eps]{tiger.eps not found}
- this works quite well unless someone uses additional options,
then TeX looks for a file "tiger.eps not found",
because LyX inserts this scaling option too, which is
a bug.
- if a file isn't found, all options should be disabled and
only \includegraphics{draft, bb=..., type=eps]{tiger.eps not found}
should be used!
Herbert