refactored source placement for Aufmacher
This commit is contained in:
parent
88cf7c976f
commit
b736005a63
@ -1,3 +1,2 @@
|
|||||||
%all the content goes here
|
%all the content goes here
|
||||||
\input{frames/Aufmacher.tex}
|
\input{frames/Aufmacher.tex}
|
||||||
\input{frames/ExampleFrame.tex}
|
|
Binary file not shown.
@ -19,3 +19,6 @@ rightsub = \grq%
|
|||||||
\usepackage[framemethod=tikz]{mdframed}
|
\usepackage[framemethod=tikz]{mdframed}
|
||||||
%enumeration
|
%enumeration
|
||||||
\usepackage{enumerate}
|
\usepackage{enumerate}
|
||||||
|
%tikz
|
||||||
|
\usepackage{tikz}
|
||||||
|
\usetikzlibrary{positioning}
|
@ -1,10 +1,26 @@
|
|||||||
\begin{frame}{Revolutionäre der massentauglichen Mobilität}
|
\begin{frame}{Revolutionäre der massentauglichen Mobilität}
|
||||||
\begin{tabular}{c c}
|
\begin{tikzpicture}
|
||||||
\large \textbf{Henry Ford} &
|
\definecolor{th-grey}{HTML}{38434b};
|
||||||
\large \textbf{Elon Musk}\\
|
\node (Ford) at (0,0) {\includegraphics[height=.69\textheight]{Henry-Ford.jpg}};
|
||||||
\includegraphics[height = .6\textheight]{Henry-Ford.jpg}&
|
\node [above = -2mm of Ford]{\textbf{Henry Ford}};
|
||||||
\includegraphics[height = .6\textheight]{elon-musk.jpg}\\
|
\node[right = of Ford] (Musk) {\includegraphics[height=.69\textheight]{elon-musk.jpg}};
|
||||||
\footnotesize lifenlesson.com/henry-ford/ &
|
\node [above = -2mm of Musk]{\textbf{Elon Musk}};
|
||||||
\footnotesize d.ibtimes.co.uk/en/full/1602985/elon-musk.jpg
|
\definecolor{th-grey}{HTML}{38434b};
|
||||||
|
\node[below right = -20mm and 5mm of Musk,draw=th-grey] {
|
||||||
|
\tiny
|
||||||
|
\begin{tabular}{l}
|
||||||
|
Quellen:\\\\
|
||||||
|
lifenlesson.com/henry-ford/\\\\
|
||||||
|
d.ibtimes.co.uk/en/full/\\1602985/elon-musk.jpg\\
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
|
};
|
||||||
|
\end{tikzpicture}
|
||||||
|
%\begin{tabular}{c c c}
|
||||||
|
% \large \textbf{Henry Ford} &
|
||||||
|
% \large \textbf{Elon Musk}\\
|
||||||
|
% \includegraphics[height = .6\textheight]{Henry-Ford.jpg}&
|
||||||
|
% \includegraphics[height = .6\textheight]{elon-musk.jpg}\\
|
||||||
|
% \footnotesize lifenlesson.com/henry-ford/ &
|
||||||
|
% \footnotesize d.ibtimes.co.uk/en/full/1602985/elon-musk.jpg
|
||||||
|
%\end{tabular}
|
||||||
\end{frame}
|
\end{frame}
|
@ -1,5 +0,0 @@
|
|||||||
\begin{frame}
|
|
||||||
\frametitle{Example Frame Title}
|
|
||||||
\framesubtitle{Example Frame Subtitle}
|
|
||||||
Example Text
|
|
||||||
\end{frame}
|
|
Loading…
x
Reference in New Issue
Block a user