XeTeXXeTeX and German Language

Information and discussion about XeTeX, an alternative for pdfTeX based on e-Tex
Post Reply
Moruk
Posts: 18
Joined: Sun Jun 12, 2011 2:00 pm

XeTeX and German Language

Post by Moruk »

Hi,

How can I use XeTeX with the German language? If I use \tableofcontents, I get the heading "Contents".

lg
Last edited by Moruk on Sun Sep 11, 2011 12:35 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

XeTeX and German Language

Post by localghost »

Just use the polyglossia package.


Thorsten
Moruk
Posts: 18
Joined: Sun Jun 12, 2011 2:00 pm

XeTeX and German Language

Post by Moruk »

Thank you ;)

Code: Select all

\usepackage{polyglossia}
\setmainlanguage{german}
Post Reply