M�ndag 18. april 2005 04:34 skreiv christiaan johannes pauw:
> I use Lyx 1.3.4 on SuSE 9.1 with most packages updated. I use tkbibtex
> to write my bibliography database and the apsrmp.bst bibliography style
>
> All the umlauts and other accented charachters come out wrong when I
> export to DVI of PDF. Instread of an umlaut I sometimes get a something
> like 1/4 ~A
it is of course not easy to to be certain, but it seem to be a font-encoding
problem.
> I checked the bibtex file in Kwrite and all the accents there were fine.
>
> I tried to replace � with \"u and � with \"a etc. It worked but the next
> time I checked it was all wrong again. the one \ even caused an Latex
> error.
This should fix the problem, however, your LaTeX error makes me suspect that
you did not enclose your compound characters with curly braces {}.
Have a look at my an example from my BibTeX file:
@Inbook{ANDRIANJAKA2000,
author = { M. Andrianjaka },
title = { Etudes ph{\`e}nologiques de quelques esp{\`e}ces
ligneuse de la for{\^e}t d'{A}mbohitantely },
pages = { 29-36 },
year = 2000,
editor = { J. Ratsirarson and S.M. Goodman },
publisher = { Cidst and WWF, Antananarivo },
chapter = {II},
booktitle = { Monograpie de la for{\^e}t d'Ambohitantely }
}
hope this helps, Ingar