-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaster.tex
More file actions
69 lines (56 loc) · 2.03 KB
/
master.tex
File metadata and controls
69 lines (56 loc) · 2.03 KB
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
% !TeX spellcheck = da_DK
% Setup document class.
% This will always be the beamer class, but depending on the use of notes,
% it can be annotated with the option [notes] or [notes=only], depending
% on whether notes should be included, or should be the only thing in
% the document.
\documentclass{beamer}
% Setup theme.
%\input{preamble/simpletheme.tex}
\input{preamble/regulartheme.tex}
% Import preamble
\input{preamble/preamble.tex}
% Define document stuff
\title[Sejlklubadministration]{Bådudlån i sejlklubber}
\subtitle[Statusseminar]{Statusseminar}
\author[SW2A305]{Gruppe SW2A305}
\date{10. marts 2014}
\institute[
% {\includegraphics[scale=0.2]{aau_segl}}\\ %insert a company, department or university logo
Første Studieår (Software)\\
Aalborg Universitet\\
Danmark
] % optional - is placed in the bottom of the sidebar on every slide
{% is placed on the title page
Første Studieår --- Software\\
Aalborg Universitet\\
Danmark
%there must be an empty line above this line - otherwise some unwanted space is added between the university and the country (I do not know why;( )
}
% Specify a logo on the titlepage (you can specify additional logos an include them in
% institute command below
\pgfdeclareimage[height=1.5cm]{titlepagelogo}{AAUgraphics/aau_logo_new} % placed on the title page
%\pgfdeclareimage[height=1.5cm]{titlepagelogo2}{graphics/aau_logo_new} % placed on the title page
\titlegraphic{% is placed on the bottom of the title page
\pgfuseimage{titlepagelogo}
% \hspace{1cm}\pgfuseimage{titlepagelogo2}
}
\begin{document}
{\aauwavesbg
\begin{frame}[plain,noframenumbering]
\titlepage
\end{frame}}
% ==================== SUBJECTS ======================
%\input{slides/subject1.tex}
\input{slides/soeren.tex}
\input{slides/thomas.tex}
\input{slides/tristan.tex}
\input{slides/marc.tex}
\input{slides/nikolaj.tex}
% ====================================================
% Final slide
{\aauwavesbg
\begin{frame}[plain,noframenumbering]
\finalpage{\texttt{\textbf{return} 0;}}
\end{frame}}
\end{document}