-
Notifications
You must be signed in to change notification settings - Fork 3
/
presentation.tex
216 lines (189 loc) · 7.38 KB
/
presentation.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
%------------------------------------
% DIPLOMARBEIT: Hauptdatei Präsentation
% Verson 1.3.1
%
% Stefan Grünwald (2000 - 2007)
% Michael Fladischer (2012-2017)
%
% Das Dokument lässt sich am besten mit "latexmk" bauen:
% http://www.phys.psu.edu/~collins/software/latexmk-jcc/
%
% Die genutzten LaTeX-Packages sind alle Bestandteil der TeXlive Distribution die mit Debian (Squeeze) ausgeliefert wird.
% Für eine bequeme Installation unter Debian genügt es, folgende Zeile als "root" auszuführen:
%
% aptitude install -R latexmk texlive-base texlive-bibtex-extra texlive-binaries texlive-common texlive-fonts-extra texlive-fonts-recommended \
% texlive-formats-extra texlive-generic-extra texlive-generic-recommended texlive-humanities texlive-lang-german texlive-latex-base texlive-latex-extra \
% texlive-latex-recommended texlive-latex3 texlive-math-extra texlive-pictures texlive-plain-extra texlive-pstricks texlive-publishers texlive-science \
% latex-beamer
%
% Alle .tex Dateien sind für den vim Editor ausgelegt und enthalten Modeline-Anweisungen zur besseren Darstellung.
%
% Patches zur Verbesserung von Fehlern, zur Optimierung oder für neue Features können gerne an <michael@fladi.at> geschickt werden.
%------------------------------------
% Dokumentenklasse %{{{
\documentclass{beamer}
%}}}
% Generische Packages %{{{
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc} % Laden der UTF8-Eingabekodierung
% ACHTUNG: Dateien müssen UTF8 codiert sein!
\usepackage[T1]{fontenc} % EC codierte Fonts
\usepackage{ae} % PDF encoding Info
\usepackage{palatino} % Brotschrift: Palationo
\usepackage{helvet} % Serifenlose Schrift: Helvetica
\usepackage[left]{eurosym} % EURO links
\usepackage{paralist} % Beeinflussung von Listen
\usepackage{tabularx} % Austreiben auf eine bestimmte Breite
\usepackage{longtable} % Mehrseitige Tabellen
\usepackage{ltxtable} % 'longtable' und 'tabularx'
\usepackage{array} % Zeilenumbruch in 'p'-Spalten
% http://www.ctan.org/tex-archive/macros/latex/contrib/booktabs/
% \toprule, \midrule und \bottomrule
\usepackage{booktabs}
% http://www.ctan.org/tex-archive/macros/latex/required/tools/
\usepackage{dcolumn}
% http://www.ctan.org/tex-archive/macros/latex/contrib/blindtext/
% Erzeugt Blindtext welcher beim Prüfen des Layouts behilflich sein kann
\usepackage{blindtext}
% http://ctan.org/tex-archive/macros/latex/contrib/siunitx/
\usepackage{siunitx}
% http://www.ctan.org/tex-archive/macros/latex/required/graphics/
\usepackage{color}
% http://www.ctan.org/tex-archive/macros/latex/contrib/xcolor/
\usepackage{xcolor}
% http://www.ctan.org/tex-archive/macros/latex/contrib/wasysym/
\usepackage{wasysym}
\usepackage{beamerthemesplit}
%}}}
% Lokale Einstellungen %{{{
\input{misc/settings}
%}}}
% Weiche für PDF/DVI %{{{
% http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/
% Bitmaps stinken ja in der Druckstufe sowieso, besser TIKZ benutzen :-)
\usepackage{ifpdf}
% für Encapsulated-Postscript und PDFTeX Grafiken
\ifpdf%
\graphicspath{{images/pdf/}}
\pdfcompresslevel=9
\else%
\graphicspath{{images/dvi/}}
\fi%
%}}}
% Glossaries %{{{
% http://www.ctan.org/tex-archive/macros/latex/contrib/glossaries/
\usepackage[acronym,style=long,nonumberlist]{glossaries}
\makeglossaries%
\loadglsentries{misc/glossary}
%}}}
% TODO-Notes %{{{
% http://www.ctan.org/tex-archive/macros/latex/contrib/todonotes/
\usepackage{todonotes}
\presetkeys{todonotes}{inline}{}
%}}}
% Benutzerdefinierte Befehle %{{{
\input{misc/commands}
%}}}
% Campus02 CI %{{{
\setbeamercovered{transparent}
\mode<presentation>
{
\usetheme{Ilmenau}
\useinnertheme{circles}
\usefonttheme[onlymath]{serif}
\setbeamercovered{transparent}
\setbeamertemplate{blocks}[rounded][shadow=true]
\definecolor{campus02orange}{RGB}{255,251,173}
\definecolor{campus02grey}{RGB}{80,80,80}
\setbeamercolor{structure}{fg=campus02grey}
\setbeamercolor{palette primary}{fg=campus02grey,bg=campus02orange!70}
\setbeamercolor{palette secondary}{fg=campus02grey,bg=campus02orange!80}
\setbeamercolor{palette tertiary}{fg=campus02grey,bg=campus02orange!90}
\setbeamercolor{palette quaternary}{fg=campus02grey,bg=campus02orange}
\setbeamercolor{titlelike}{parent=palette quaternary}
\setbeamercolor{block title}{fg=campus02grey,bg=campus02orange}
\setbeamercolor{block title alerted}{use=alerted text,fg=campus02grey,bg=alerted text.fg!75!bg}
\setbeamercolor{block title example}{use=example text,fg=campus02grey,bg=example text.fg!75!bg}
\setbeamercolor{block body}{parent=normal text,use=block title,bg=block title.bg!25!bg}
\setbeamercolor{block body alerted}{parent=normal text,use=block title alerted,bg=block title alerted.bg!25!bg}
\setbeamercolor{block body example}{parent=normal text,use=block title example,bg=block title example.bg!25!bg}
\setbeamercolor{sidebar}{bg=campus02orange!70}
\setbeamercolor{palette sidebar primary}{fg=campus02grey}
\setbeamercolor{palette sidebar secondary}{fg=campus02grey!75}
\setbeamercolor{palette sidebar tertiary}{fg=campus02grey!75}
\setbeamercolor{palette sidebar quaternary}{fg=campus02grey}
\setbeamercolor*{separation line}{}
\setbeamercolor*{fine separation line}{}
}
\logo{\includegraphics[width=0.2\textwidth]{Campus02_Logo}}
%}}}
% Präsentations-Header %{{{
\title{Präsentation \campusType}
\subtitle{\campusTitle}
\author{\campusAuthor}
\institute{CAMPUS02}
\date{\campusDate}
%}}}
% Folien %{{{
\begin{document}
\frame{
\titlepage%
}
\frame{
\frametitle{Inhalt}
\tableofcontents
}
\section{Ausgangssituation}
\frame{
\frametitle{Ausgangssituation}
\todo{Was ist der Aufhänger für das Forschungsthema?}
\begin{itemize}
\item Der Großteil der Arbeiten wird noch immer mit WYSIWYG-Editoren verfasst.
\end{itemize}
}
\section{Forschungsfragen}
\frame{
\frametitle{Forschungsfragen}
\todo{Hier sollten die grundlegenden Fragen gestellt werden, die in der Arbeit beantwortet werden!}
\begin{itemize}
\item Warum schreckt \LaTeX\ so viele Erstbenutzer ab?
\end{itemize}
}
\section{Aufbau}
\frame{
\frametitle{Aufbau}
\missingfigure{Hier vielleicht ein schönes Diagramm \ldots oder auch nicht?}
}
\section{Erkenntnisse}
\frame{
\frametitle{Erkenntnisse}
\todo{Was wurde erarbeitet?}
\begin{itemize}
\item \LaTeX\ ist anders.
\item WYSIWYG lenkt nur von der Arbeit am Inhalt ab.
\end{itemize}
}
\section{Conclusio}
\frame{
\frametitle{Conclusio}
\todo{Konnten die Forschungsfragen beantwortet werden?}
\begin{itemize}
\item \LaTeX\ ist gar nicht so schwer.
\end{itemize}
}
\section{Ausblick}
\frame{
\frametitle{Ausblick}
\todo{Wo besteht noch Handlungs-/Forschungsbedarf?}
\todo{Wir sollten aber auch die ganzen TODOs im Dokument deaktivieren, bevor wir zur Tat schreiten.}
\begin{itemize}
\item Keine Beamer-Präsentationen mit aktivieren TODOs abgeben. Immer die Option \texttt{disable} für das Package \texttt{todonotes} vor der Abgabe
setzen!
\end{itemize}
}
\end{document}
%}}}
% vim:filetype=tex foldmethod=marker autoindent expandtab shiftwidth=4 tw=160:
% Local variables:
% mode: latex
% End: