added outputdir to minted package

This commit is contained in:
Sven Vogel 2024-02-24 16:31:56 +01:00
parent 3cfe7b5097
commit 448db5581f
1 changed files with 1 additions and 6 deletions

View File

@ -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}