diff --git a/main.tex b/main.tex index 38d1ea4..5ce7f8e 100644 --- a/main.tex +++ b/main.tex @@ -18,7 +18,7 @@ \usepackage[ngerman]{babel} % german language support \usepackage[labelfont=bf]{caption} % make caption title fat \usepackage{wrapfig} % for figures wrapping text wraps around -\usepackage[cache=false]{minted} % highlighted code blocks +\usepackage[cache=false,outputdir=build]{minted} % highlighted code blocks \usepackage[toc,style=altlist]{glossaries} \usepackage{tocloft} % control over the typography of the Table of Contents, etc. \usepackage{listings} % code listings @@ -82,11 +82,6 @@ % include all used chapters \input{config/chapter.tex} - \begin{minted}{python3} - if __name__ != "main": - exit(1) - \end{minted} - % source references follow content of article \input{pages/page-09-bibliography}