From eb6b5ba719f844e57ff768f6795ec30bbd51c52f Mon Sep 17 00:00:00 2001 From: "Hans J. Koch" Date: Tue, 16 Jun 2009 00:40:51 +0200 Subject: Updated linux-basics/what-is-linux/pres_what-is-linux_de.tex --- .../what-is-linux/pres_what-is-linux_de.tex | 67 +++++++++++----------- 1 file 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} -- cgit v1.2.3