-
Notifications
You must be signed in to change notification settings - Fork 0
/
rtthesis-caption-defs-utf8.sty
36 lines (36 loc) · 1.36 KB
/
rtthesis-caption-defs-utf8.sty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
\addto{\captionsenglish}{%
\rt@selectlanguage@eng
\renewcommand*\abstractname{Abstract}%
\renewcommand*\acknowledgmentsname{Acknowledgments}%
\renewcommand*\notationname{Notation}%
\renewcommand*\algorithmname{Algorithm}%
\renewcommand*\assumptionname{Assumption}
\renewcommand*\propertyname{Property}
\renewcommand*\corollaryname{Corollary}
\renewcommand*\definitionname{Definition}
\renewcommand*\examplename{Example}%
\renewcommand*\lemmaname{Lemma}
\renewcommand*\listexamplename{List of Examples}%
\renewcommand*\propositionname{Proposition}
\renewcommand*\remarkname{Remark}
\renewcommand*\theoremname{Theorem}
\renewcommand*\appendixname{Appendix}
}
\addto{\captionsswedish}{%
\rt@selectlanguage@swe
\renewcommand*\abstractname{Populärvetenskaplig sammanfattning}%
\renewcommand*\acknowledgmentsname{Tack}%
\renewcommand*\notationname{Notation}%
\renewcommand*\algorithmname{Algoritm}%
\renewcommand*\assumptionname{Antagande}
\renewcommand*\propertyname{Egenskap}
\renewcommand*\corollaryname{Korrolarium}
\renewcommand*\definitionname{Definition}
\renewcommand*\examplename{Exampel}%
\renewcommand*\lemmaname{Lemma}
\renewcommand*\listexamplename{Exampellista}%
\renewcommand*\propositionname{Proposition}
\renewcommand*\remarkname{Anmärkning}
\renewcommand*\theoremname{Sats}
\renewcommand*\appendixname{Appendix}
}