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 --- +
+
+

Einen Index erstellen

+
\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
+
+
+ +
+
+ +--- + +
+
+

TikZ - TikZ ist kein Zeichenprogramm

+

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}
+    
+    
+ +
+
+ +
+
+ +--- + +
+
+

CTAN - Comprehensive TeX Archive Network

+

Zentrale Quelle für LaTeX-Pakete und ihrer Dokumentation.

+
+
+ +
+
+ +--- +

Overleaf

@@ -28,3 +113,41 @@ Weitere Umgebungen
+ +--- + +
+
+

StackExchange

+

Frage-Forum zu LaTeX.

+
+
+ +
+
+ +--- + +
+
+

TeXample

+

Webseite mit LaTeX-Beispielvorlagen, vor allem zu TikZ.

+
+
+ +
+
+ +--- + +
+
+

Vielen Dank für eure Aufmerksamkeit!

+

Bitte hinterlasst uns eine kurzes Feedback:

+ +
+
diff --git a/sections/german/07/ctan.png b/sections/german/15/ctan.png similarity index 100% rename from sections/german/07/ctan.png rename to sections/german/15/ctan.png diff --git a/sections/german/07/index.png b/sections/german/15/index.png similarity index 100% rename from sections/german/07/index.png rename to sections/german/15/index.png diff --git a/sections/german/07/stackexchange.png b/sections/german/15/stackexchange.png similarity index 100% rename from sections/german/07/stackexchange.png rename to sections/german/15/stackexchange.png diff --git a/sections/german/07/texample.png b/sections/german/15/texample.png similarity index 100% rename from sections/german/07/texample.png rename to sections/german/15/texample.png