-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWiederholung.tex
35 lines (30 loc) · 1.05 KB
/
Wiederholung.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
\documentclass["WS\space 16-17\space -\space LaTeX-Kurs\space -\space Praesentation\space -\space 4.tex"]{subfiles}
\begin{document}
\section{Wiederholung}
\begin{frame}[c]
\begin{center}
\LARGE \textbf{Wiederholung}
\end{center}
\end{frame}
%%-----------------------------------------------------------------------------------------------%
%%------------------------------------------SUBSECTION-------------------------------------------%
%%-----------------------------------------------------------------------------------------------%
\subsection{Textmodifikatoren}
\begin{frame}[c]
\begin{center}
\large Textmodifikatoren
\end{center}
\end{frame}
%-----------------------------------------------------------------------------------%
%---------------------------------------FRAME---------------------------------------%
%-----------------------------------------------------------------------------------%
\begin{frame}[fragile]
\Ausgabe
\begin{outputbox}
\end{outputbox}
\pause\Code
\begin{lstlisting}
a
\end{lstlisting}
\end{frame}
\end{document}