CurlyMoo / latex-lab

Automatically exported from code.google.com/p/latex-lab
0 stars 0 forks source link

äöü not shown correctly #389

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I'm using
\usepackage[latin1]{inputenc}    % to use ß, ö, ä 
\usepackage[german]{babel}

What is the expected output? What do you see instead?
A˜¶ instead of ä 
A˜¼ instead of ö

What version of the product are you using? On what browser?
I'm using Chrome 19.0.1084.56 m @Windows 8

Please provide any additional information below.

Original issue reported on code.google.com by LuenT...@gmail.com on 1 Jul 2012 at 2:14

GoogleCodeExporter commented 9 years ago
If you use the default \usepackage[utf8]{inputenc} encoding, this doesn't seem 
to be a problem. I don't have time to check now but I suspect this is default 
LaTeX behaviour, not a latexlab issue.

Also, note that standard LaTeX would be to use the sequence \"a for ä, \"o for 
ö, and so on. Scharfes s (ß) is \ss.

Original comment by warrickb...@gmail.com on 15 Oct 2012 at 2:56