Skip to content

Commit

Permalink
update frames cref / lang
Browse files Browse the repository at this point in the history
  • Loading branch information
georglauterbach committed Jul 2, 2023
1 parent 984eeca commit 84c98a8
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions include/99-last.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
\usepackage[autostyle]{csquotes}
\usepackage[nameinlink,noabbrev]{cleveref}

\ifframesloaded%

\ifenglish%

\crefname{subsection}{section}{sections}
\crefname{subsubsection}{subsection}{subsections}
\crefname{paragraph}{paragraph}{paragraphs}

\ifframesloaded%

\crefname{definition-counter}{definition}{definitions}
\crefname{lemma-counter}{lemma}{lemmas}
\crefname{axiom-counter}{axiom}{axioms}
Expand All @@ -41,12 +41,16 @@
\crefname{proof-counter}{proof}{proofs}
\crefname{example-counter}{example}{examples}

\else % ifenglish
\fi% ifframesloaded

\else% ifenglish

\crefname{subsection}{Sektion}{Sektionen}
\crefname{subsubsection}{Untersektion}{Untersektionen}
\crefname{paragraph}{Paragraph}{Paragraphen}

\ifframesloaded%

\crefname{definition-counter}{Definition}{Definitionen}
\crefname{lemma-counter}{Lemma}{Lemmas}
\crefname{axiom-counter}{Axiom}{Axiome}
Expand All @@ -58,6 +62,6 @@
\crefname{proof-counter}{Beweis}{Beweise}
\crefname{example-counter}{Beispiel}{Beispiele}

\fi % ifenglish
\fi% ifframesloaded

\fi % ifframesloaded
\fi% ifenglish

0 comments on commit 84c98a8

Please sign in to comment.