jonas nicolaisen wrote: > Hi, > > Scandinavian letters... > > I can't figure this out for the life of me! I need it for an article for > university... please help! > > I can get "o-slash" and "ae" via pressing alt-gr. OK. I can also get "thorn" > by the same method. But "a-ring"... > > I'm using latin-1 and german language. > > Is there a key combination to get "aring"?? Can I insert it as a single > character from somewhere?? I really need to get this to work. > > headache... I don't know latex either... I'm a bloody newbie. > > jonas
the latex commands to these special characters are "aring": \aa "Aring": \AA "AE": \AE "ae": \ae "o-slash": \o "O-slash": \O the following require the "fontenc" package: "th"orn: \th "TH"orn: \TH "th"ou: \dh "DH"ou: \DH Probably there are also lyx solutions to that, but if you can't wait for a better answer, try tentatively the above. Regards, Luiz
