Skip to content
Snippets Groups Projects
Commit a67f4837 authored by mirabilos's avatar mirabilos
Browse files

[verein.git] Fix misuse of the “babel” Teχ package:

• never(!) load either the “german” or “ngerman” package
  (nor “germanb” or “ngermanb”)
• use appropriate options for the “babel” package, correctly disabling
  shorthands and setting the default language for the whole document

Look at print/leaflet_teckids_common.tex for a deformed German example
(replace a̲l̲l̲ “ngerman” with “german” in the babel line for 1901 German)
and at print/a6.tex for an English example of correct usage.
parent 5ea5a421
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,7 @@
\usepackage{tabularx}
\usepackage[utf8]{inputenc}
\usepackage{marvosym}
\usepackage{ngerman}
\usepackage[ngerman]{babel}
\usepackage[british,ngerman,shorthands=off,safe=none,math=normal,main=ngerman,headfoot=ngerman,hyphenmap=other*]{babel}%
\usepackage{color}
\usepackage{graphicx}
\usepackage[T1]{fontenc}
......
......@@ -34,8 +34,7 @@
\RequirePackage{intcalc}
\RequirePackage[utf8]{inputenc}
\RequirePackage{ngerman}
\RequirePackage[ngerman]{babel}
\RequirePackage[british,ngerman,shorthands=off,safe=none,math=normal,main=ngerman,headfoot=ngerman,hyphenmap=other*]{babel}%
\RequirePackage{color}
\RequirePackage[T1]{fontenc}
\RequirePackage{textcomp}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment