Tobias Krause wrote: > I've set latin1 inputenc in the latex preamble and I see Ÿ in the > LyX-file and in the pdf output using 1.4.3-5. How does that happen?
Small or capital Ÿ? The small one is both in latin1 and latin9, the capital one only in latin9. If you really mean capital Ÿ: This should only happen if you copied the first Ÿ from my file. The second one should not work with latin1. > Do I > have to set the inputenc somewhere else to be sure it's really used? No. The \inputencoding setting of the .lyx file determines the encoding of the .tex file. > Does "\inputencoding default" in the lyx-file overwrite the latex > setting? No. \inputencoding default means that the inputenc package is not used, and you have to make sure yourself that all non-ascii characters work. > If yes, is there any way to make sure the settings in the latex > preamble are used? If you mean the user defined latex preamble that you can enter in LyX: THis one never replaces the LyX generated preamble, it is always used in addition. Just look at the generated .tex file. > Sorry, I just started using lyx and I'm not yet familiar to these > special issues but I'd like to know a little more so I don't need to ask > the next time ;-) > > BTW: how stable is 1.5 and what are the major differences (there seem to > quite a few). A beta is expected very soon, but it still has some known problems, so I would not yet use it for production work. For the differences to 1.4 see http://wiki.lyx.org/LyX/NewInLyX15. Georg
