2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

added general structure

This commit is contained in:
Martin Thoma 2012-11-21 11:37:59 +01:00
parent 5fbcf10960
commit 27dd4737f2
6 changed files with 30 additions and 2 deletions

View file

@ -1,13 +1,21 @@
About
-----
This is a short presentation for the "Tutorenprogramm - Start in die
Lehre".
KIT-Style
---------
If you want the KIT-Style, you have to add those files to the
"presentation" folder:
"templates" folder:
* beamercolorthemekit.sty
* beamerthemekit.sty
* example.bib
* tikzkit.sty
* beamerthemekitbase.sty
* beamerthemekitbase.sty: change `\titleimage{...}` to your needs
* beamerthemekitwide.sty
* semirounded.sty
* tikzuml.sty
and the following files to the "logos" folder:
* kitlogo_de_rgb.eps
* your `titleimage`

View file

@ -0,0 +1,5 @@
% Timos Content
\subsection{Name of subsection}
\begin{frame}{your title}
Your content
\end{frame}

View file

@ -0,0 +1,5 @@
% Dominiks Content
\subsection{Name of subsection}
\begin{frame}{your title}
Your content
\end{frame}

View file

@ -0,0 +1,5 @@
% Martins Content
\subsection{Name of subsection}
\begin{frame}{your title}
Your content
\end{frame}

View file

@ -0,0 +1,5 @@
% Nilans content
\subsection{Name of subsection}
\begin{frame}{your title}
Your content
\end{frame}