adapt gitignore to ignore latex aux files
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
*.xml
|
*.xml
|
||||||
/doc/
|
/doc/
|
||||||
/Meta/
|
/Meta/
|
||||||
|
/reports/
|
||||||
|
!/reports/*.pdf
|
||||||
|
!/reports/*.tex
|
||||||
|
|||||||
Binary file not shown.
@@ -1,4 +1,5 @@
|
|||||||
\documentclass{article}
|
\documentclass{article}
|
||||||
|
\usepackage[top=2.5cm, bottom=2.5cm]{geometry}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\section*{Was wurde bisher gemacht?}
|
\section*{Was wurde bisher gemacht?}
|
||||||
|
|||||||
Reference in New Issue
Block a user