Skip to content
Snippets Groups Projects
Commit 771eb9ab authored by Philip Bergmann's avatar Philip Bergmann
Browse files

fix: use english instead of american as language

cleveref does seemingly not understand american and than uses the second-last language (e.g. ngerman) in an multilingual document -- which is not the main language according to babel
parent 3ac577bb
No related branches found
No related tags found
No related merge requests found
Pipeline #66040 passed
...@@ -10,8 +10,7 @@ ...@@ -10,8 +10,7 @@
% otherwise english thesis), it must be listed here or biblatex % otherwise english thesis), it must be listed here or biblatex
% together with babel cause "there were undefined references" warnings % together with babel cause "there were undefined references" warnings
%ngerman, %ngerman,
american, english,
%british,
% Add final to suppress all todos and the list of todos on the first page % Add final to suppress all todos and the list of todos on the first page
final final
]{scrsthesis} ]{scrsthesis}
...@@ -67,6 +66,16 @@ ...@@ -67,6 +66,16 @@
\Cref{eq:clambdaf} makes it clear what the difference between \texttt{\textbackslash{}cref} and \texttt{\textbackslash{}Cref} is. \Cref{eq:clambdaf} makes it clear what the difference between \texttt{\textbackslash{}cref} and \texttt{\textbackslash{}Cref} is.
Finally, when writing formulas, please keep \cite{Blankenburg2017Normengerechte} in mind. Finally, when writing formulas, please keep \cite{Blankenburg2017Normengerechte} in mind.
Referencing a table: \cref{tab:lala}.
\begin{table}
\caption{lala}
\label{tab:lala}
\begin{tabular}{ll}
a & b \\
c & d \\
\end{tabular}
\end{table}
\blinddocument{} \blinddocument{}
\Blinddocument{} \Blinddocument{}
......
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