diff --git a/sections/german/15/15.md b/sections/german/15/15.md index 53271ff..ff60cf0 100644 --- a/sections/german/15/15.md +++ b/sections/german/15/15.md @@ -18,6 +18,91 @@ Weitere Umgebungen --- +
\usepackage{makeidx}
+\makeindex
+\begin{document}
+\maketitle
+\section{Was ist LaTeX\index{LaTeX}?}
+LaTeX\index{LaTeX} ist
+ein Textsatzsystem\index{Textsatzsystem}.
+
+\newpage
+
+\section{TeX\index{TeX} vs. LaTeX\index{LaTeX}}
+Es basiert auf TeX\index{TeX},
+einer Erfindung von
+Donald Knuth\index{Knuth, Donald}.
+Da TeX\index{TeX} in
+seiner Syntax sehr viel
+komplexer als LaTeX\index{LaTeX} ist,
+ist LaTeX\index{LaTeX}
+wesentlich weiter verbreitet.
+
+\printindex
+
+Paket zur Erstellung von Vektorgrafiken.
+
+ \tikzstyle{every node}=[draw=black,thick,anchor=west]
+\tikzstyle{selected}=[draw=red,fill=red!30]
+\tikzstyle{dir}=[fill=gray!50]
+\tikzstyle{relativeTo}=[fill=blue!70]
+\begin{tikzpicture}[%
+grow via
+three points={one child at (0.5,-0.7) and
+two children at
+(0.5,-0.7) and (0.5,-1.4)},
+edge from
+parent path={(\tikzparentnode.south)
+ |- (\tikzchildnode.west)}]
+\node {/ oder C:}
+child { node {home}
+ child { node {knut}
+ child { node {pictures}}
+ child { node {docs}
+ child { node [dir] {latex}
+ child { node [relativeTo] {main.tex}
+ child { node [selected] {part1.tex}
+ }
+ }
+ }
+};
+\end{tikzpicture}
+
+
+
+
+Zentrale Quelle für LaTeX-Pakete und ihrer Dokumentation.
+
+
Frage-Forum zu LaTeX.
+
+Webseite mit LaTeX-Beispielvorlagen, vor allem zu TikZ.
+
+Bitte hinterlasst uns eine kurzes Feedback:
+