diff options
| author | Jan Altenberg <jan@homerjsimpson.(none)> | 2009-06-20 00:34:32 +0200 |
|---|---|---|
| committer | Jan Altenberg <jan@homerjsimpson.(none)> | 2009-06-20 00:34:32 +0200 |
| commit | 2b5118d49320266d6fb0c6fb7ea5373994eb89b4 (patch) | |
| tree | 75d6645ee4dfeb219d7d53c8d396f08cc13357d0 /linux-basics/sh-programming/handout_sh-programming_de.tex | |
| parent | 088976ed259b779438aad64b0997b6bdde5169d4 (diff) | |
| parent | 658ebb0590425e4d5a245292b30df4a58a7dbacb (diff) | |
Merge branch 'master' of ssh://tglx.de/home/linutronix/git/schulung
Diffstat (limited to 'linux-basics/sh-programming/handout_sh-programming_de.tex')
| -rw-r--r-- | linux-basics/sh-programming/handout_sh-programming_de.tex | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/linux-basics/sh-programming/handout_sh-programming_de.tex b/linux-basics/sh-programming/handout_sh-programming_de.tex index 4c391b2..5590e6e 100644 --- a/linux-basics/sh-programming/handout_sh-programming_de.tex +++ b/linux-basics/sh-programming/handout_sh-programming_de.tex @@ -1,17 +1,26 @@ -\documentclass{article} +\documentclass{lxarticle} \usepackage{german} \usepackage[utf8]{inputenc} +\usepackage{lxheaders} +\usepackage{lxextras} \begin{document} -\section*{Titel} +\section*{Einführung in die Shell-Programmierung} -\subsection*{Abschnitt1} +\subsection*{Aufbau von Shell-Skripten} Text -\subsection*{Abschnitt2} +\subsection*{Variablen und Parameter} Text +\subsection*{Bedingte Verzweigungen} + + +\subsection*{Schleifen} +\subsection*{Einbinden anderer Skripte} +\subsection*{Zugriff auf Dateien} + \end{document} |
