-
Notifications
You must be signed in to change notification settings - Fork 1
/
Format.tex
46 lines (36 loc) · 1.01 KB
/
Format.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
\hoffset-1in
\voffset-1in
\evensidemargin2cm
\textwidth16cm
\setlength{\oddsidemargin}{21cm - \textwidth - \evensidemargin}
\topmargin2cm
\headheight.7cm
\headsep.8cm
\topskip12pt
\textheight22.8cm
\footskip1.2cm
\renewcommand{\baselinestretch}{1.25}
\unitlength1cm
\setlength{\mathindent}{1cm}
\newlength{\matfigwidth}
\setlength{\matfigwidth}{12cm}
\newlength{\figheight}
\setlength{\figheight}{10cm}
\setlength{\abovecaptionskip}{10pt}
\captionsetup{width=.95\textwidth}
% Einstellung des Absatzes
\parskip1ex plus .2ex minus .2ex % zus�tzlicher Abstand
\parindent0pt % Einzug
\frenchspacing % Ausschalten des Zusatzzwischenraums nach Satzzeichen
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\fancypagestyle{plain}{
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
}
\setcounter{secnumdepth}{3} % 3 Gliederungsebenen im laufenden Text
\sloppy % Laesst unguenstige Zeilenumbrueche bei schmalen Spalten zu