Am Mittwoch, 2. Februar 2005 20:37 schrieb Sven Schreiber: > - complains when \includegraphics* (starred variant) is used, while it > could just be treated as the unstarred version (or am I missing something?)
\includegraphics* is equivalent to \includegraphics[clip]. I implemented \includegraphics* right now, it will appear in CVS soon. I guess that there are a lot of such simple things that are easy to implement (5 lines of code in this case), but that we simply need to be aware of. > - I use pdflatex but don't specify the .pdf-extension so that I can > switch to normal latex (using .eps) seamlessly; tex2lyx applies a > definite choice, thereby destroying this nice portability. Why? Because LyX 1.4 _always_ needs the extension: There is always one "master" version of the graphic that is referenced in the .lyx file. The others are created by the converter mechanism from the master file if needed. LyX will not output the extension in the .tex file to maintain portability, but it needs it in the .lyx file. Therefore tex2lyx looks for existing files and adds the extension if it finds one. What is missing here is a commandline switch for tex2lyx that tells wether the document is for "normal" latex or pdflatex. This should not be difficult to implement, you are welcome to do that if you know a bit of C++ ;-) > - I have a \bibliographystyle definition (with natbib), this seems to be > imported twice: it is specified when I open the bibreferences-inset, but > it's also displayed as ERT This is a known problem. It would be nice if you could add that to the wiki page. Georg
