Browse Source

make it possible to include images

Phillip Rothenbeck 10 months ago
parent
commit
f56d0a4260
2 changed files with 4 additions and 2 deletions
  1. BIN
      thesis.pdf
  2. 4 2
      thesis.tex

BIN
thesis.pdf


+ 4 - 2
thesis.tex

@@ -22,6 +22,8 @@
 \renewcommand{\labelenumii}{\theenumii}
 \renewcommand{\labelenumii}{\theenumii}
 \renewcommand{\theenumii}{\theenumi.\arabic{enumii}.}
 \renewcommand{\theenumii}{\theenumi.\arabic{enumii}.}
 
 
+\graphicspath{ {./images/} }
+
 \begin{document}
 \begin{document}
 
 
 \pagenumbering{Roman}
 \pagenumbering{Roman}
@@ -131,7 +133,7 @@
 \bibliography{thesis.bib}
 \bibliography{thesis.bib}
 \bibliographystyle{alphadin} % change the bib-style if you want to
 \bibliographystyle{alphadin} % change the bib-style if you want to
 
 
-%\listoffigures
-%\listoftables
+\listoffigures
+\listoftables
 
 
 \end{document}
 \end{document}