diff options
Diffstat (limited to 'doc/base.tex')
-rw-r--r-- | doc/base.tex | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/base.tex b/doc/base.tex index e8bc8f1..c3f36eb 100644 --- a/doc/base.tex +++ b/doc/base.tex @@ -18,8 +18,9 @@ bibencoding=utf8, style=apa ]{biblatex} -\usepackage{fancyvrb} \addbibresource{refs.bib} +\usepackage{fancyvrb} +\usepackage[nottoc]{tocbibind} \input{pandoc.tex} @@ -66,10 +67,11 @@ \input{\jobname.md.tex} +\newpage \printbibliography[heading=bibintoc] -% \printglossaries -% \listoftables -% \listoffigures +\printglossaries +\listoftables +\listoffigures \end{document} |