Implemented Bibliography quick and dirty
This commit is contained in:
31
sections/ExampleSection.tex
Normal file
31
sections/ExampleSection.tex
Normal file
@@ -0,0 +1,31 @@
|
||||
\section{Example Section}%
|
||||
\label{sec:Example Section}
|
||||
|
||||
\begin{frame}[t]
|
||||
\frametitle{\secname}
|
||||
\framesubtitle{example subtitle}
|
||||
example text
|
||||
\begin{itemize}
|
||||
\item test
|
||||
\item test
|
||||
\begin{itemize}
|
||||
\item test
|
||||
\item test
|
||||
\end{itemize}
|
||||
\item test
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[t]
|
||||
\frametitle{example only title}
|
||||
example text
|
||||
\begin{itemize}
|
||||
\item test
|
||||
\item test
|
||||
\begin{itemize}
|
||||
\item test
|
||||
\item test
|
||||
\end{itemize}
|
||||
\item test
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
Reference in New Issue
Block a user