-
Notifications
You must be signed in to change notification settings - Fork 1
/
Format_Text.tex
52 lines (40 loc) · 1.28 KB
/
Format_Text.tex
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
\renewcommand{\baselinestretch}{1.25}\normalsize
\renewcommand{\chaptermark}[1]{\markboth{\MakeUppercase{\thechapter\; #1}}{}}
\renewcommand{\sectionmark}[1]{\markright{\MakeUppercase{\thesection \; #1}}}
\fancyhead{}
\fancyfoot{}
% Abhaengig von Drucklayout
\ifthenelse{\equal{\Drucklayout}{Zweiseitig}}{
\fancyhead[RO]{\scriptsize \rightmark}
\fancyhead[LE]{\scriptsize \leftmark}
\fancyfoot[LE,RO]{\thepage}
% Kopf- und Fußzeilen der Kapitelseiten
\fancypagestyle{plain}{
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0.75pt}
\fancyhead{}
\fancyfoot[LE,RO]{\thepage}
}
}{
\fancyhead[R]{\scriptsize \leftmark}
\fancyfoot[R]{\thepage}
% Kopf- und Fußzeilen der Kapitelseiten
\fancypagestyle{plain}{
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0.75pt}
\fancyhead{}
\fancyfoot[R]{\thepage}
}
}
\renewcommand{\headrulewidth}{.75pt}
\renewcommand{\footrulewidth}{.75pt}
% Bezeichnungen und Nummerierungsstile
\renewcommand{\figurename}{Abbildung}
%\renewcommand{\chaptername}{Abschnitt}
% Referenzieren von Subcaptions
\captionsetup[subfigure]{labelformat=simple}
\renewcommand\thesubfigure{(\alph{subfigure})}
% Nummerierung der Fussnoten
\counterwithout{footnote}{chapter}