-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.tex
72 lines (60 loc) · 1.11 KB
/
content.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
\input{header.tex}
\begin{document}
%\makeatletter
\renewcommand{\maketitle}{
\begin{titlepage}
\frame<presentation>{
\frametitle{}
\begin{center}
\vspace{0.5cm}
\normalsize\textit{{\underline{\textbf{\maintitle}}}}\\
\vspace{0.25cm}
\begin{figure}
\centering
\includegraphics[height=2.5cm,width=4.5cm]{\mainlogo}
\end{figure}
\footnotesize{\day}\\
\vspace{0.25cm}
\small{\authorname}\\
\end{center}
}
\end{titlepage}
}
\maketitle
\frame<presentation>{
\frametitle{\contentsname}
\tableofcontents
}
\begin{frame}
\frametitle{}
\begin{figure}
\centering
\includegraphics[width=.75\textwidth]{images/configurationmanagementcamp.png}
\end{figure}
\begin{center}
\begin{Huge}
\day\
\end{Huge}
\end{center}
\end{frame}
\begin{frame}
\frametitle{}
\begin{center}
\begin{Huge}
\#cfgmgmtcamp
\end{Huge}
\end{center}
\end{frame}
\begin{frame}
\frametitle{WiFi}
\begin{center}
\input{wifi.tex}
\begin{Huge}
SSID : \ssid\ \\
WPA : \wpa\ \\
\end{Huge}
\ \ \\
{\qrset{height=.45\textwidth} \qrcode*{WIFI:S:\ssid;T:wpa;P:\wpa;;}}
\end{center}
\end{frame}
\end{document}