mirror of
https://git8.cs.fau.de/theses/bsc-leon-vatthauer.git
synced 2024-05-31 07:28:34 +02:00
Fix language error
This commit is contained in:
parent
8000bf9884
commit
b48049c6e9
1 changed files with 6 additions and 3 deletions
|
@ -29,7 +29,6 @@
|
|||
% \usepackage{stmaryrd} % for \llbracket and \rrbracket
|
||||
\usepackage{ifthen}
|
||||
\usepackage{xspace}
|
||||
\usepackage[final]{hyperref}
|
||||
\usepackage{makeidx}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{fvextra}
|
||||
|
@ -43,6 +42,9 @@
|
|||
\usepackage{scrhack}
|
||||
|
||||
\usepackage{multicol}
|
||||
\usepackage[final]{hyperref}
|
||||
|
||||
|
||||
\addbibresource{bib.bib}
|
||||
%\usepackage[right]{showlabels}
|
||||
%\usepackage[justific=raggedright,totoc]{idxlayout}
|
||||
|
@ -61,8 +63,9 @@
|
|||
% autoref for minted listings
|
||||
\providecommand*{\listingautorefname}{Listing}
|
||||
|
||||
|
||||
\addto\extrasenglish{
|
||||
\renewcommand{\chapterautorefname}{Section}
|
||||
\renewcommand{\chapterautorefname}{Chapter}
|
||||
\renewcommand{\sectionautorefname}{Section}
|
||||
\renewcommand{\subsectionautorefname}{Subsection}
|
||||
}
|
||||
|
@ -200,7 +203,7 @@
|
|||
Alle Ausführungen, die wörtlich oder sinngemäß übernommen wurden, sind als solche gekennzeichnet.
|
||||
|
||||
\vspace{5em}
|
||||
Erlangen, \today{} \rule{7cm}{1pt}\\
|
||||
Erlangen, \foreignlanguage[date]{ngerman}{\today{}} \rule{7cm}{1pt}\\
|
||||
\phantom{Erlangen, \today{}} \theauthor{}
|
||||
\end{german}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue