Explorar o código

make it possible to include images

Phillip Rothenbeck hai 1 ano
pai
achega
f56d0a4260
Modificáronse 2 ficheiros con 4 adicións e 2 borrados
  1. BIN=BIN
      thesis.pdf
  2. 4 2
      thesis.tex

BIN=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}