diff options
| author | Hans J. Koch <hjk@linutronix.de> | 2009-06-19 21:21:02 +0200 |
|---|---|---|
| committer | Hans J. Koch <hjk@linutronix.de> | 2009-06-19 21:21:02 +0200 |
| commit | 658ebb0590425e4d5a245292b30df4a58a7dbacb (patch) | |
| tree | d67af8e0626e1de9bd11379f7cf28713e4a3ceb9 /linux-basics/sh-programming/handout_sh-programming_de.tex | |
| parent | 70f1e16d1f2994ef3c055fa914495f49f1b47700 (diff) | |
Added linux-basics/sh-programming
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} |
