german language support
WARNING: Please update your bookmarks! The content of this site has been moved to http://dille.name where it will be updated as needed. This page will remain unchanged.
use the following hints to add german language support:- document layout:
% ... \usepackage[german,ngerman]{babel} % ... \begin{document} - quotation marks:
"`Text"'
- umlauts:
% Ä ä Ü ü Ö ö "A "a "U "u "O "o
depending on the context using the above notation will fail and you will have to fallback to:% Ä ä Ü ü Ö ö \"A \"a \"U \"u \"O \"o
- sz:
% ß "s



