[texworks] german umlaut in TeXWorks

J. R. Setti jrasetti at gmail.com
Sun Jul 30 20:47:39 CEST 2023


I think that LaTeX supports UTF-8 since a few years ago.
Perhaps the issue could be solved with these magic LaTeX command at the
beginning of the file:

% !TeX encoding = UTF-8
% !TeX TS-program = pdflatex

and the package

\usepackage[T1]{fontenc}

This is what I do when I need to use accents in Portuguese.
More details in
https://tex.stackexchange.com/questions/44694/fontenc-vs-inputenc

--jrs.
----------------
*José Reynaldo Setti*
jrasetti at gmail.com <jrasetti at usp.br>
(55-16) 3374-4835 (resid)
(55-16) 9-9618-9890 (cel.)


On Sun, Jul 30, 2023 at 9:30 AM Duncan Murdoch <murdoch.duncan at gmail.com>
wrote:

> On 30/07/2023 6:18 a.m., Wilhelm Koen via texworks wrote:
> > Hello!
> >
> >
> > Where and how can i install the german Umlauts in  TeXWorks?
> >
> > The Words
> >
> > genügte natürlich
> >
> > looks like
> >
> > genï¿ 1gtenatï¿221 rlich
> >
> > after setting the Text.
>
> That's a TeX issue, not TeXWorks.  You can use a different engine than
> pdftex (e.g. XeTeX), or if you're using LaTeX, use a package to support
> non-ascii characters.  You can also use one of the old escapes for
> umlauts; it's been a while since I used those, but I think
>
>    gen\"ugte nat\"urlich
>
> might be what you want.
>
> Duncan Murdoch
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/texworks/attachments/20230730/8f733c2b/attachment.htm>


More information about the texworks mailing list.