summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux-basics/what-is-linux/pres_what-is-linux_de.tex67
1 files changed, 33 insertions, 34 deletions
diff --git a/linux-basics/what-is-linux/pres_what-is-linux_de.tex b/linux-basics/what-is-linux/pres_what-is-linux_de.tex
index e03216a..85bcdb2 100644
--- a/linux-basics/what-is-linux/pres_what-is-linux_de.tex
+++ b/linux-basics/what-is-linux/pres_what-is-linux_de.tex
@@ -5,7 +5,7 @@
\usepackage{pgf}
\usepackage{graphicx}
-\title{Title of Presentation}
+\title{Was ist Linux?}
%% \author{Hans-Jürgen Koch}
\institute{Linutronix GmbH}
@@ -13,45 +13,44 @@
\maketitle
-% ----- Slide 1 ------------------
+% ----- Slide ------------------
\begin{frame}
-%% \includegraphics[width=11cm]{myfirst.jpg}
+\begin{figure}[h]
+\centering
+\includegraphics[width=8cm]{images/785px-Eniac.jpg}
+\end{figure}
\end{frame}
-% ----- Slide 2 ------------------
+% ----- Slide ------------------
\begin{frame}
-\frametitle{A Frametitle}
-\pause
-\begin{itemize}
-\item Item 1
-\pause
-\item Item 2
-\pause
-\item Item 3
-\pause
-\item Item 4
-\pause
-\begin{block}{Important stuff}
-\end{block}
-\end{itemize}
+\begin{figure}[h]
+\centering
+\includegraphics[width=8cm]{images/Thompson-sitting-Richie-standing-PDP11-1972.jpg}
+\end{figure}
\end{frame}
-% ----- Slide with code --------------------------
-\begin{frame}[fragile]
-\frametitle{UIO interrupt handler}
-\begin{verbatim}
-static irqreturn_t my_handler(int irq,
- struct uio_info *dev_info)
-{
- if (IRQ is not caused by my hardware)
- return IRQ_NONE;
-
- /* Disable interrupt */
- (Perform some register access to silence the IRQ line)
-
- return IRQ_HANDLED;
-}
-\end{verbatim}
+% ----- Slide ------------------
+\begin{frame}
+\begin{figure}[h]
+\centering
+\includegraphics[width=5cm]{images/Apple2.jpg}
+\end{figure}
+\end{frame}
+
+% ----- Slide ------------------
+\begin{frame}
+\begin{figure}[h]
+\centering
+\includegraphics[width=7cm]{images/800px-IBM_PC_5150.jpg}
+\end{figure}
+\end{frame}
+
+% ----- Slide ------------------
+\begin{frame}
+\begin{figure}[h]
+\centering
+\includegraphics[width=5cm]{images/CPU_und_Terminals1-600px.png}
+\end{figure}
\end{frame}
\end{document}