refactoring after adding line spacing
This commit is contained in:
parent
6ee63c9930
commit
c9acf61a4d
@ -4,4 +4,5 @@
|
||||
\input{frames/Umstände-Musk.tex}
|
||||
\input{frames/Werdegang-Musk.tex}
|
||||
\input{frames/Werdegang-Ford.tex}
|
||||
\input{frames/Weltanschauung-Ford.tex}
|
||||
\input{frames/Prinzipien-Ford.tex}
|
||||
\input{frames/Prinzipien-Musk.tex}
|
||||
|
Binary file not shown.
@ -38,13 +38,11 @@
|
||||
\vspace{-.2\paperheight}
|
||||
\Huge
|
||||
\textbf{\inserttitle}\\
|
||||
\vspace{.05\paperheight}
|
||||
\Large
|
||||
\insertsubtitle\\
|
||||
\vspace{.1\paperheight}
|
||||
\vspace{.05\paperheight}
|
||||
\normalsize
|
||||
\insertauthor\\
|
||||
\vspace{.03\paperheight}
|
||||
\insertdate
|
||||
\end{center}
|
||||
}
|
||||
|
@ -1,16 +1,17 @@
|
||||
\begin{frame}{Revolutionäre der massentauglichen Mobilität}
|
||||
\begin{tikzpicture}
|
||||
\node (Ford) at (0,0) {\includegraphics[height=.69\textheight]{Henry-Ford.jpg}};
|
||||
\node [above = -2mm of Ford]{\textbf{Henry Ford}};
|
||||
\node[right = of Ford] (Musk) {\includegraphics[height=.69\textheight]{elon-musk.jpg}};
|
||||
\node [above = -2mm of Musk]{\textbf{Elon Musk}};
|
||||
\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}
|
||||
\useasboundingbox (0,0) rectangle(\textwidth,0.8\textheight);
|
||||
\node[below right = 6mm and 20mm] (Ford) at (current bounding box.north west) {\includegraphics[height=.6\textheight]{Henry-Ford.jpg}};
|
||||
\node [above = 0mm of Ford]{\textbf{Henry Ford}};
|
||||
\node[right = of Ford] (Musk) {\includegraphics[height=.6\textheight]{elon-musk.jpg}};
|
||||
\node [above = 0mm of Musk]{\textbf{Elon Musk}};
|
||||
\node[above right] at (current bounding box.south west) {
|
||||
\begin{minipage}[t]{\linewidth}
|
||||
\tiny
|
||||
\textbf{Quellen:}\\
|
||||
lifenlesson.com/henry-ford/\\
|
||||
d.ibtimes.co.uk/en/full/1602985/elon-musk.jpg
|
||||
\end{minipage}
|
||||
};
|
||||
\end{tikzpicture}
|
||||
\end{frame}
|
17
frames/Prinzipien-Musk.tex
Normal file
17
frames/Prinzipien-Musk.tex
Normal file
@ -0,0 +1,17 @@
|
||||
\def \frameTitle {Prinzipien - Elon Musk}
|
||||
|
||||
\begin{frame}{\frameTitle}{}
|
||||
\begin{tikzpicture}
|
||||
\useasboundingbox (0,0) rectangle(\textwidth,0.8\textheight);
|
||||
\node [below right] 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}
|
@ -13,7 +13,7 @@
|
||||
};
|
||||
|
||||
\node [above left = 0mm and -7mm] (zip2) at (current bounding box.south east){
|
||||
\includesvg[width=.6\textwidth]{dot-com-bubble.svg}
|
||||
\includesvg[width=.58\textwidth]{dot-com-bubble.svg}
|
||||
};
|
||||
\node[above right] at (current bounding box.south west) {
|
||||
\begin{minipage}[t]{\linewidth}
|
||||
|
@ -14,8 +14,8 @@
|
||||
\end{minipage}
|
||||
};
|
||||
|
||||
\node[above left = 0mm and -7mm] at (current bounding box.south east){
|
||||
\includegraphics[width=.37\textwidth]{FordQuadricycle.jpg}
|
||||
\node[above left = -1mm and -10mm] at (current bounding box.south east){
|
||||
\includegraphics[width=.35\textwidth]{FordQuadricycle.jpg}
|
||||
};
|
||||
|
||||
\node[above right] at (current bounding box.south west) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user