diff --git a/Content.tex b/Content.tex index 81a7200..55939e5 100644 --- a/Content.tex +++ b/Content.tex @@ -1,3 +1,2 @@ %all the content goes here \input{frames/Aufmacher.tex} -\input{frames/ExampleFrame.tex} \ No newline at end of file diff --git a/Ford_vs_Musk_Presentation.pdf b/Ford_vs_Musk_Presentation.pdf index 9bda58e..9a8c1dd 100644 Binary files a/Ford_vs_Musk_Presentation.pdf and b/Ford_vs_Musk_Presentation.pdf differ diff --git a/Packages.tex b/Packages.tex index d5526d7..14a19d2 100644 --- a/Packages.tex +++ b/Packages.tex @@ -18,4 +18,7 @@ rightsub = \grq% %boxes \usepackage[framemethod=tikz]{mdframed} %enumeration -\usepackage{enumerate} \ No newline at end of file +\usepackage{enumerate} +%tikz +\usepackage{tikz} +\usetikzlibrary{positioning} \ No newline at end of file diff --git a/frames/Aufmacher.tex b/frames/Aufmacher.tex index 310014f..c18b43a 100644 --- a/frames/Aufmacher.tex +++ b/frames/Aufmacher.tex @@ -1,10 +1,26 @@ \begin{frame}{Revolutionäre der massentauglichen Mobilität} - \begin{tabular}{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} + \begin{tikzpicture} + \definecolor{th-grey}{HTML}{38434b}; + \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}}; + \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{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} \ No newline at end of file diff --git a/frames/ExampleFrame.tex b/frames/ExampleFrame.tex deleted file mode 100644 index bb1aa2b..0000000 --- a/frames/ExampleFrame.tex +++ /dev/null @@ -1,5 +0,0 @@ -\begin{frame} - \frametitle{Example Frame Title} - \framesubtitle{Example Frame Subtitle} - Example Text -\end{frame} \ No newline at end of file