56 lines
2.6 KiB
TeX
56 lines
2.6 KiB
TeX
\def \frameTitle {Philosophie}
|
|
|
|
\begin{frame}{\frameTitle}{Henry Ford}
|
|
\begin{tikzpicture}
|
|
\useasboundingbox (0,0) rectangle(\textwidth,0.8\textheight);
|
|
\node [below right] at (current bounding box.north west){
|
|
\begin{minipage}[t]{\linewidth}
|
|
\begin{itemize}
|
|
\item Vertreter der freien Marktwirtschaft ohne Einfluss der Regierung\\
|
|
\textbf{\textit{\say{We may help the Government; the Government cannot help us}}}
|
|
\item Durch gute und fleißige Arbeit kommt das Geld von alleine\\%auch die Nachfrage kommt von selbst, da sie für ein neues Produkt zu Beginn niemals vorhanden ist
|
|
\textbf{\textit{\say{Money comes naturally as the result of service}}}
|
|
\item Nicht alle Menschen sind gleich:
|
|
\begin{itemize}
|
|
\item der kleine Mann: \tabto{3cm}wenig begabt; einfacher Arbeiter
|
|
\item der große Mann: \tabto{3cm}begabt; Entwickler und Erfinder
|
|
\end{itemize}
|
|
\end{itemize}
|
|
\end{minipage}
|
|
};
|
|
\node[above right] at (current bounding box.south west) {
|
|
\begin{minipage}[t]{\linewidth}
|
|
\tiny
|
|
\textbf{Quellen:}\\
|
|
My Life and Work (Henry Ford, 1922)
|
|
\end{minipage}
|
|
};
|
|
\end{tikzpicture}
|
|
\end{frame}
|
|
|
|
\begin{frame}{\frameTitle}{Elon Musk}
|
|
\begin{tikzpicture}
|
|
\useasboundingbox (0,0) rectangle(\textwidth,0.8\textheight);
|
|
\node [below right] at (current bounding box.north west){
|
|
\begin{minipage}[t]{\linewidth}
|
|
\begin{itemize}
|
|
\item Harte Arbeit zahlt sich aus:\\
|
|
\textbf{\small\say{[others] are putting in 40-hour workweeks, and you're putting in 100-hour workweeks, even if you're doing the same thing [...] you'll achieve in four months what it takes them a year to achieve}}
|
|
\item First Principle Thinking
|
|
\end{itemize}
|
|
\end{minipage}
|
|
};
|
|
\node [above left = 10mm and 10mm] at (current bounding box.south east){
|
|
\includegraphics[width=.6\textwidth]{first-principle-thinking.png}
|
|
};
|
|
\node[above right] at (current bounding box.south west) {
|
|
\begin{minipage}[t]{\linewidth}
|
|
\tiny
|
|
\textbf{Quellen:}\\
|
|
https://jamesclear.com/first-principles\\
|
|
https://medium.com/@ncspost/first-principles-analogy-in-design-486cf097f683\\
|
|
https://www.alphr.com/science/1001880/17-things-elon-musk-believes/
|
|
\end{minipage}
|
|
};
|
|
\end{tikzpicture}
|
|
\end{frame} |