diff --git a/Content.tex b/Content.tex index b75b2b9..81a7200 100644 --- a/Content.tex +++ b/Content.tex @@ -1,2 +1,3 @@ %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 d17411d..446ecd9 100644 Binary files a/Ford_vs_Musk_Presentation.pdf and b/Ford_vs_Musk_Presentation.pdf differ diff --git a/beamerinnerthemeth-owl.sty b/beamerinnerthemeth-owl.sty index 78571e9..684afa2 100644 --- a/beamerinnerthemeth-owl.sty +++ b/beamerinnerthemeth-owl.sty @@ -8,11 +8,11 @@ \ifnum\thepage>1\relax% \fill[white,opacity=1] (0,0) rectangle(\the\paperwidth,\the\paperheight); \node [below left] at (current bounding box.north east) - {\includesvg[width=.2\paperwidth]{./images/TH_OWL_Logo_small}}; + {\includesvg[width=.15\paperwidth]{./images/TH_OWL_Logo_small}}; \node[above right] (0,0) { \footnotesize \hspace{.05\paperwidth} - {\tiny\inserttitle \space | \insertshortauthor \space | \insertdate} + {\scriptsize\inserttitle \space | \insertshortauthor \space | \insertdate} }; \else \node [below right] at (.55*\the\paperwidth,.6*\the\paperheight) diff --git a/beamerouterthemeth-owl.sty b/beamerouterthemeth-owl.sty index 4cffefc..4d898ae 100644 --- a/beamerouterthemeth-owl.sty +++ b/beamerouterthemeth-owl.sty @@ -5,14 +5,14 @@ { \vskip 5mm% \begin{beamercolorbox}[wd=\paperwidth,ht=1.2cm]{frametitle} - \begin{tikzpicture} - \definecolor{th-grey}{HTML}{38434b}; - \useasboundingbox[fill=th-grey](0,0) rectangle(.7*\the\paperwidth,1.2); - \ifx\insertframesubtitle\@empty% - {\node[anchor=center, white,font=\large] at (3.2,0.61){\insertframetitle};} + \begin{tikzpicture} + \definecolor{th-grey}{HTML}{38434b}; + \useasboundingbox[fill=th-grey](0,0) rectangle(.7*\the\paperwidth,1.2); + \ifx\insertframesubtitle\@empty% + {\node[anchor=center, white,font=\large] at (3.2,0.61){\insertframetitle};} \else% - {\node[anchor= center, white,font=\large] at (3.2,0.81){\insertframetitle};% - \node[anchor= center, white,font=\small] at (3.2,0.41){\insertframesubtitle};}% + {\node[anchor= center, white,font=\large] at (3.2,0.81){\insertframetitle};% + \node[anchor= center, white,font=\small] at (3.2,0.41){\insertframesubtitle};}% \fi \end{tikzpicture} \end{beamercolorbox} diff --git a/frames/Aufmacher.tex b/frames/Aufmacher.tex new file mode 100644 index 0000000..d311e1b --- /dev/null +++ b/frames/Aufmacher.tex @@ -0,0 +1,10 @@ +\begin{frame} + \begin{tabular}{c c} + \large \textbf{massentaugliche Automobile} & + \large \textbf{massentaugliche E-Autos}\\ + \includegraphics[height = .75\textheight]{Henry-Ford.jpg}& + \includegraphics[height = .75\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/images/Henry-Ford.jpg b/images/Henry-Ford.jpg new file mode 100644 index 0000000..27678d4 Binary files /dev/null and b/images/Henry-Ford.jpg differ diff --git a/images/elon-musk.jpg b/images/elon-musk.jpg new file mode 100644 index 0000000..86ee7d3 Binary files /dev/null and b/images/elon-musk.jpg differ