浏览代码

make it possible to include images

Phillip Rothenbeck 1 年之前
父节点
当前提交
f56d0a4260
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 二进制
      thesis.pdf
  2. 4 2
      thesis.tex

二进制
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}