Kaynağa Gözat

make it possible to include images

Phillip Rothenbeck 10 ay önce
ebeveyn
işleme
f56d0a4260
2 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  1. BIN
      thesis.pdf
  2. 4 2
      thesis.tex

BIN
thesis.pdf


+ 4 - 2
thesis.tex

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