This repository has been archived by the owner on May 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.tex
84 lines (69 loc) · 2.7 KB
/
test.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
% Kommentare für den Editor (TexWorks/TexMakerX)
% !TeX encoding = utf8
% !TeX spellcheck = de-DE
% --- LaTeX Vorlage ------------------------------------------------------
% speziell für einfache Dokumente wie Praktikumsprotokolle
%
% Autor: Matthias Pospiech ([email protected])
% ------------------------------------------------------------------------
% Dokumentenklasse (Koma Script) -----------------------------------------
\documentclass[%
%draft, % Entwurfsstadium
final, % fertiges Dokument
paper=a4, paper=portrait, pagesize=auto, % Papier Einstellungen
fontsize=9pt, % Schriftgröße
ngerman, % Sprache
DIV=16, % kleinere Ränder
twocolumn, % zweispaltig
]{scrreprt} % Classes: scrartcl, scrreprt, scrbook
\areaset[5mm]{0.2cm}{0.2cm}
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
% encoding
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
% Encoding der Dateien (sonst funktionieren Umlaute nicht)
\usepackage[utf8]{inputenc}
% Encoding der Verzeichnisse (für Pfade mit Umlauten und Leerzeichne)
\usepackage[%
extendedchars, encoding, multidot, space,
%filenameencoding=latin1, % Windows XP, Vista, 7
filenameencoding=utf8, % Linux, OS X
]{grffile}
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
% Pakete und Stile
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
% Schriften
\input{preambel/fonts}
% Pakete Laden
\input{preambel/packages}
% Einstellungen und Layoutstile
\input{preambel/style}
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
% Eigene Befehle
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\input{macros/newcommands}
%\renewcommand{\labelenumi}{\alph{enumi})}
%\renewcommand{\labelenumii}{\roman{enumii})}
\setlength{\parindent}{0pt}
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
% Eigene Befehle
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\input{content/Silbentrennung}
\listfiles % schreibt alle verwendeten Dateien in die log Datei
%% Dokument Beginn %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%\includepdf{content/Deckblatt_WI}
%\input{content/titel}
%\input{content/quote}
%\tableofcontents
% Testdokumente (auskommentieren!)
%\input{content/demo/demo.tex}
%\input{content/demo/latexexample.tex}
% in diese Datei gehört der Inhalt des Dokumentes:
%\input{content/Fehlerrechnung.tex}
%\input{content/Vorbereitung.tex}
\input{content/formelsammlung.tex}
% Hier kommmen Tabellen und Bilder
%\listoftables
%\listoffigures
\end{document}
%% Dokument ENDE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%