summaryrefslogtreecommitdiff
path: root/linux-basics/what-is-linux
diff options
context:
space:
mode:
Diffstat (limited to 'linux-basics/what-is-linux')
-rw-r--r--linux-basics/what-is-linux/Makefile4
-rw-r--r--linux-basics/what-is-linux/pres_what-is-linux_de.tex26
2 files changed, 11 insertions, 19 deletions
diff --git a/linux-basics/what-is-linux/Makefile b/linux-basics/what-is-linux/Makefile
index 4663d52..d641258 100644
--- a/linux-basics/what-is-linux/Makefile
+++ b/linux-basics/what-is-linux/Makefile
@@ -1,7 +1,7 @@
all:
for pdf in `ls -1 *.tex` ; do \
- pdflatex $$pdf; \
- pdflatex $$pdf; \
+ TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \
+ TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \
done
clean:
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 84af466..4283349 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
@@ -1,19 +1,11 @@
-\documentclass{beamer}
-\usetheme{linutronix}
-\usepackage{german}
-\usepackage[utf8]{inputenc}
-\usepackage{pgf}
-\usepackage{graphicx}
+\input{configpres}
\title{Was ist Linux?}
-%% \author{Hans-Jürgen Koch}
-\institute{Linutronix GmbH}
-
-\begin{document}
-
\maketitle
-\section{Entstehung}
+\subsection{Was ist Linux?}
+
+\subsubsection{Entstehung}
\begin{frame}
\begin{figure}[h]
\centering
@@ -61,7 +53,7 @@ Linus Torvalds (1991 / Minix newsgroup)
\end{figure}
\end{frame}
-\section{Linux, GNU/Linux, \dots}
+\subsubsection{Linux, GNU/Linux, \dots}
\begin{frame}
\frametitle{Begriffsdefinition}
\begin{itemize}
@@ -94,7 +86,7 @@ GNU seit 1984, bestrebt Entwicklung eines 'UNIX-like OS'
komplette Liste: http://directory.fsf.org/GNU/
\end{frame}
-\section{Benutzerscnittstellen}
+\subsubsection{Benutzerscnittstellen}
\begin{frame}
\begin{description}
\item[textbasiert] bash, zsh, korn-shell, \dots
@@ -147,7 +139,7 @@ komplette Liste: http://directory.fsf.org/GNU/
\end{description}
\end{frame}
-\section{Distributionen}
+\subsubsection{Distributionen}
\begin{frame}
\frametitle{Begriffsdefinition}
Eine klassische Linux Distribution assistiert den Benutzer
@@ -169,7 +161,7 @@ Eine klassische Linux Distribution assistiert den Benutzer
\end{itemize}
\end{frame}
-\section{Linux im Alltag}
+\subsubsection{Linux im Alltag}
\begin{frame}[fragile]
\frametitle{unterstützte Architekturen}
\begin{verbatim}
@@ -193,4 +185,4 @@ x86 m68knommu mn10300 s390 sparc
\end{itemize}
\end{frame}
-\end{document}
+\input{tailpres}