Skip to content

Commit

Permalink
hint on change locale for siunitx package
Browse files Browse the repository at this point in the history
  • Loading branch information
froido committed Oct 7, 2020
1 parent 32ab1e7 commit eb4d18b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,11 @@ Different title pages are available (shall be) depending on the type of thesis.
\usepackage[ngerman]{babel} % set language to german
\usepackage{ziffer} % conversion of punctuation in maths mode (switches . and ,)
```
2. Change headings for list of acronyms and bibliography:
2. Change language of `siunitx` package
```tex
\sisetup{locale=DE} % set language of siunitx package to german (change . to ,)
```
3. Change headings for list of acronyms and bibliography:
- Setting user defined names
```tex
\newcommand*{\myAcronymListCaption}{Abkürzungsverzeichnis}
Expand Down

0 comments on commit eb4d18b

Please sign in to comment.