diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-03 20:53:54 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-03 20:53:54 +0200 |
commit | b241b009646b36891e6b6c9d336357ed595d4dc7 (patch) | |
tree | 0a47390083f6994698bb71aa524e0642912e2ae1 /build/latex/academia/headers | |
parent | feat(templates/latex/letter): Init (diff) | |
download | flake-templates-b241b009646b36891e6b6c9d336357ed595d4dc7.tar.gz flake-templates-b241b009646b36891e6b6c9d336357ed595d4dc7.zip |
chore(build): Regenerate
Diffstat (limited to 'build/latex/academia/headers')
-rw-r--r-- | build/latex/academia/headers/preamble.tex | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/build/latex/academia/headers/preamble.tex b/build/latex/academia/headers/preamble.tex index bc8aa8a..d87943d 100644 --- a/build/latex/academia/headers/preamble.tex +++ b/build/latex/academia/headers/preamble.tex @@ -9,8 +9,7 @@ % \usepackage{textcomp} % support for yen and so on, not needed since latex2e(2020) % references -\usepackage[british]{babel} % For English language support, with reformed orthography! -% \usepackage[brithish]{babel} % For English language support, with reformed orthography! +\usepackage[%INIT_BABLE_LANGUAGE]{babel} % For English language support, with reformed orthography! \usepackage{csquotes} % required by biblatex % \usepackage{biber} % required by biblatex @@ -35,7 +34,7 @@ % \bibliography{res/reference} % Set the location of the references % dates, time -\usepackage[de-DE, showdow]{datetime2} % make handling dates easier +\usepackage[%INIT_DATE_TIME_LANGUAGE, showdow]{datetime2} % make handling dates easier % index % \usepackage{index} % Helps to create an index TODO compare with other such packages @@ -49,7 +48,7 @@ \usepackage{mathrsfs} % support for the RSFS fonts (through \mathscr command) \usepackage{cancel} % allows to cancel a part in math mode, for example to shorten a term \usepackage{bm} % bold mode in math, but better than \boldsymbol command from ams. \bm -\usepackage[locale = DE]{siunitx} % For easy unit representation +\usepackage[locale = %INIT_SIUNITX_LANGUAGE]{siunitx} % For easy unit representation \sisetup{per-mode = fraction} \usepackage[version=4]{mhchem} % for \ce command @@ -89,7 +88,7 @@ % links % \usepackage[hidelinks]{hyperref} % Links in the pdf \usepackage[nospace]{varioref} -\usepackage[pdflang=de-DE]{hyperref} +\usepackage[pdflang=%INIT_DATE_TIME_LANGUAGE]{hyperref} % \hypersetup{ % colorlinks, % linkcolor={black}, |