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

"list-separator={; }" bei deutscher Sprache

parent 95c53b57
Branches
No related tags found
No related merge requests found
...@@ -86,17 +86,21 @@ ...@@ -86,17 +86,21 @@
\ke@isnum{#2}{\origNum[#1]{#2}}{#2}% \ke@isnum{#2}{\origNum[#1]{#2}}{#2}%
} }
\newcommand*\setupGerman{%
\sisetup{locale=DE,list-separator={; }}
}
\RequirePackage{iflang} \RequirePackage{iflang}
\AtBeginDocument{% \AtBeginDocument{%
\IfLanguageName{ngerman}{ \IfLanguageName{ngerman}{
\sisetup{locale=DE} \setupGerman
}{% }{%
\sisetup{locale=UK} \sisetup{locale=US}
} }
} }
\addto\extrasgerman{\sisetup{locale=DE}} \addto\extrasgerman{\setupGerman}
\addto\extrasngerman{\sisetup{locale=DE}} \addto\extrasngerman{\setupGerman}
\addto\extrasenglish{\sisetup{locale=US}} \addto\extrasenglish{\sisetup{locale=US}}
\endinput \endinput
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment