-
Notifications
You must be signed in to change notification settings - Fork 0
/
ausarbeitung_svg.tex
103 lines (90 loc) · 2.34 KB
/
ausarbeitung_svg.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
\documentclass[10pt,a4paper,ngerman]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
%
\usepackage{fancyref}
\usepackage{geometry}
\usepackage{fancyhdr}
\usepackage{url}
\usepackage{makeidx}
\usepackage{listings}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{amsmath}
\usepackage{setspace}
\usepackage{subfig}
\usepackage{fancyvrb}
\usepackage{bbding}
\usepackage[table]{xcolor}
\usepackage{varwidth}
\usepackage{rotating}
\usepackage{tabularx}
\usepackage{float}
\usepackage{cite}
\usepackage{color}
\usepackage{tocstyle}
\newtocstyle[KOMAlike][leaders]{alldotted}{}
\usetocstyle{alldotted}
\usepackage{todonotes}
\geometry{a4paper, top=25mm, left=35mm, right=20mm, bottom=30mm,
headsep=10mm, footskip=12mm}
%
% PDF settings
\usepackage[pdfstartview=FitH,pdftitle={Ausarbeitung Moderne Web-Technologien},pdfauthor={Jan Bernoth, Sascha Kretzschmann}, colorlinks=false, linktocpage, pdfborder={0 0 0}]{hyperref}
%
% Header and Footer Style
\pagestyle{fancy}
\fancyhead{}
\fancyhead[R]{\slshape Jan Bernoth - Sascha Kretzschmann}
\fancyhead[L]{\slshape\nouppercase{\rightmark}}
\fancyfoot{}
\fancyfoot[C]{\thepage}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
%
% No identation
\setlength\headheight{15pt}
\setlength\parindent{0pt}
%
% Custom commands
\newcommand\zb{z.\,B.\ }
\renewcommand\dh{d.\,h.\ }
\newcommand\parbig{\par\bigskip}
\newcommand\parmed{\par\medskip}
\newcommand{\mailto}[1]{\href{mailto:#1}{#1}}
%
% Misc
\DeclareGraphicsExtensions{.pdf}
\graphicspath{{pictures/}}
%
% Titel and author
\title{\includegraphics[width=0.6\textwidth]{pictures/logo}\\
{\normalsize Seminar Moderne Web-Technologien\\
Arbeitsgruppe Netzbasierte Informationssysteme}\\[9ex]
Einführung in SVG\\}
\author{Jan Bernoth\\{[email protected]}\and Sascha Kretzschmann\\{[email protected]}\\\\}
\date{\today}
\begin{document}
\pagenumbering{arabic}
\maketitle
\thispagestyle{empty}
\newpage
\input{inc/abstract}
\newpage
\tableofcontents
%\listoffigures
%\listoftables
\newpage
\input{inc/idee_renderingmodell}
\input{inc/aufbau_syntax}
\input{inc/grundkonzepte}
\input{inc/tiny_mobile}
\input{inc/svg_canvas_flash}
\input{inc/ausblick}
\input{inc/projekt}
\bibliography{sources.bib}{}
\bibliographystyle{styles/abbrvdin}
\newpage
\input{inc/appendix}
\end{document}