Skip to content
Snippets Groups Projects
Commit 3cf4de1b authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

Problem mit Babel

parent 56bf123d
No related branches found
No related tags found
No related merge requests found
...@@ -125,6 +125,7 @@ ...@@ -125,6 +125,7 @@
\ExecuteOptions{serif,raggedTitle,layout2020} \ExecuteOptions{serif,raggedTitle,layout2020}
\ProcessOptions\relax \ProcessOptions\relax
\iffalse
% The default language should be `ngerman', `english' should also be present. % The default language should be `ngerman', `english' should also be present.
\def\@tempa{english}\def\@tempb{english,ngerman} \def\@tempa{english}\def\@tempb{english,ngerman}
\@for\CurrentOption:=\@classoptionslist\do{% \@for\CurrentOption:=\@classoptionslist\do{%
...@@ -133,6 +134,7 @@ ...@@ -133,6 +134,7 @@
\fi \fi
}% }%
\edef\@classoptionslist{\@tempb,\@classoptionslist} \edef\@classoptionslist{\@tempb,\@classoptionslist}
\fi
\LoadClass{scrartcl} \LoadClass{scrartcl}
...@@ -196,7 +198,7 @@ ...@@ -196,7 +198,7 @@
\providecommand*\microtypesetup[1]{} \providecommand*\microtypesetup[1]{}
\RequirePackage{babel} \RequirePackage[english,ngerman]{babel} % ???
\AtEndOfClass{% \AtEndOfClass{%
\shorthandon{"}% \shorthandon{"}%
...@@ -204,7 +206,8 @@ ...@@ -204,7 +206,8 @@
\iflanguage{ngerman}{\PTB@german@true}{% \iflanguage{ngerman}{\PTB@german@true}{%
\iflanguage{german}{\PTB@german@true}{}% \iflanguage{german}{\PTB@german@true}{}%
} }
\if@tempswa %\if@tempswa
\ifPTB@german@
\defineshorthand{"`}{\guillemotright}% \defineshorthand{"`}{\guillemotright}%
\defineshorthand{"'}{\guillemotleft}% \defineshorthand{"'}{\guillemotleft}%
\fi \fi
......
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