diff --git a/sections/german/07/07.md b/sections/german/07/07.md index 17f2453..2e1fcec 100644 --- a/sections/german/07/07.md +++ b/sections/german/07/07.md @@ -18,6 +18,95 @@ 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 +117,42 @@ 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/07/ctan.png new file mode 100644 index 0000000..52bf448 Binary files /dev/null and b/sections/german/07/ctan.png differ diff --git a/sections/german/07/index.png b/sections/german/07/index.png new file mode 100644 index 0000000..d3cd3e8 Binary files /dev/null and b/sections/german/07/index.png differ diff --git a/sections/german/07/stackexchange.png b/sections/german/07/stackexchange.png new file mode 100644 index 0000000..382b757 Binary files /dev/null and b/sections/german/07/stackexchange.png differ diff --git a/sections/german/07/texample.png b/sections/german/07/texample.png new file mode 100644 index 0000000..fb3e0d2 Binary files /dev/null and b/sections/german/07/texample.png differ