From 448db5581fc67240cf8d734b2ee4ff6fdc95cd47 Mon Sep 17 00:00:00 2001 From: servostar Date: Sat, 24 Feb 2024 16:31:56 +0100 Subject: [PATCH] added outputdir to minted package --- main.tex | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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}