added outputdir to minted package
This commit is contained in:
parent
3cfe7b5097
commit
448db5581f
7
main.tex
7
main.tex
|
@ -18,7 +18,7 @@
|
||||||
\usepackage[ngerman]{babel} % german language support
|
\usepackage[ngerman]{babel} % german language support
|
||||||
\usepackage[labelfont=bf]{caption} % make caption title fat
|
\usepackage[labelfont=bf]{caption} % make caption title fat
|
||||||
\usepackage{wrapfig} % for figures wrapping text wraps around
|
\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[toc,style=altlist]{glossaries}
|
||||||
\usepackage{tocloft} % control over the typography of the Table of Contents, etc.
|
\usepackage{tocloft} % control over the typography of the Table of Contents, etc.
|
||||||
\usepackage{listings} % code listings
|
\usepackage{listings} % code listings
|
||||||
|
@ -82,11 +82,6 @@
|
||||||
% include all used chapters
|
% include all used chapters
|
||||||
\input{config/chapter.tex}
|
\input{config/chapter.tex}
|
||||||
|
|
||||||
\begin{minted}{python3}
|
|
||||||
if __name__ != "main":
|
|
||||||
exit(1)
|
|
||||||
\end{minted}
|
|
||||||
|
|
||||||
% source references follow content of article
|
% source references follow content of article
|
||||||
\input{pages/page-09-bibliography}
|
\input{pages/page-09-bibliography}
|
||||||
|
|
||||||
|
|
Reference in New Issue