HOME
> Office programs
> Latex: Writing Umlauts - Use The Possibilities
LaTeX: Writing umlauts - use the possibilities
Particularly if you want to create texts that are written in different languages, you won't get anywhere with the standardized program of LaTeX. However, the word processor offers you a way to work with different umlauts.
How to write umlauts
Standardized LaTeX does not offer you a possibility to work with umlauts. Due to this, you need to work with an imported package to display umlauts.- To begin, you need to add the inputenc package to your document. To do this, you must enter the command /usepackage(utf8)(inputence).
- The code component utf8 describes all umlauts that are most widely used. This includes all umlauts that you use for the German language.
- If you do not want to import the package, then you can represent all letters as umlaut.
- For this, use the formula /'x', where x stands for the letter that you want to represent as umlaut.
- By writing the umlauts indirectly, you have the possibility that you also represent umlauts that are not included in the inputenc package.
- This also allows you to work with other languages.