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 @@ ...@@ -2,8 +2,7 @@
\usepackage{tabularx} \usepackage{tabularx}
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage{marvosym} \usepackage{marvosym}
\usepackage{ngerman} \usepackage[british,ngerman,shorthands=off,safe=none,math=normal,main=ngerman,headfoot=ngerman,hyphenmap=other*]{babel}%
\usepackage[ngerman]{babel}
\usepackage{color} \usepackage{color}
\usepackage{graphicx} \usepackage{graphicx}
\usepackage[T1]{fontenc} \usepackage[T1]{fontenc}
......
...@@ -34,8 +34,7 @@ ...@@ -34,8 +34,7 @@
\RequirePackage{intcalc} \RequirePackage{intcalc}
\RequirePackage[utf8]{inputenc} \RequirePackage[utf8]{inputenc}
\RequirePackage{ngerman} \RequirePackage[british,ngerman,shorthands=off,safe=none,math=normal,main=ngerman,headfoot=ngerman,hyphenmap=other*]{babel}%
\RequirePackage[ngerman]{babel}
\RequirePackage{color} \RequirePackage{color}
\RequirePackage[T1]{fontenc} \RequirePackage[T1]{fontenc}
\RequirePackage{textcomp} \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