added Managmentstile

This commit is contained in:
paul-loedige 2020-11-30 23:25:48 +01:00
parent 6636dbd193
commit ffd8dc3518
3 changed files with 20 additions and 1 deletions

View File

@ -11,3 +11,5 @@
\input{frames/Prinzipien-Musk.tex}
\input{frames/Organisation.tex}
\input{frames/Managmentstile.tex}

Binary file not shown.

17
frames/Managmentstile.tex Normal file
View File

@ -0,0 +1,17 @@
\def \frameTitle {Managementstile}
\begin{frame}{\frameTitle}
\begin{tikzpicture}
\useasboundingbox (0,0) rectangle(\textwidth,0.8\textheight);
\node [below right] (text) at (current bounding box.north west){
\begin{minipage}[t]{\linewidth}
\end{minipage}
};
\node[above right] at (current bounding box.south west) {
\begin{minipage}[t]{\linewidth}
\tiny
\textbf{Quellen:}\\
\end{minipage}
};
\end{tikzpicture}
\end{frame}