diff --git a/.gitignore b/.gitignore index 09bc9a7..0ed9da6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ Projektgruppe_175/bin/ +/doc/*.aux +/doc/*.fls +/doc/*.log +/doc/*.gz + diff --git a/doc/Dokumentation.tex b/doc/Dokumentation.tex new file mode 100644 index 0000000..31a1dc0 --- /dev/null +++ b/doc/Dokumentation.tex @@ -0,0 +1,10 @@ +\documentclass{article} + +\title{FOP Projektgruppe 175} + +\begin{document} + \maketitle + + + +\end{document} \ No newline at end of file