Re: German characters in English locale
On Sunday 09 March 2008 19:09, Peter Robinson wrote:
> I like to have my environment in English but need to write German texts
> using latex. The typical
>
> \usepackage[ngerman]{babel} % deutsche Sprachunterst�tzung
> \usepackage[ansinew]{inputenc} % Zeichencodierung Windows
> \usepackage[T1]{fontenc}
>
>
> does not work.
Hi Peter,
I'm using utf8 for my latex documentations. With the following inputenc option
I have no problems with German Umlauts:
\usepackage[utf8x]{inputenc} %[utf8] cannot print <=
Jörg
Reply to: