Compare commits

...

2 Commits

Author SHA1 Message Date
Sven Vogel 448db5581f added outputdir to minted package 2024-02-24 16:31:56 +01:00
Sven Vogel 3cfe7b5097 removed duplicate entry of tikz 2024-02-24 16:14:29 +01:00
1 changed files with 1 additions and 4 deletions

View File

@ -18,12 +18,11 @@
\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
\usepackage{color} % more colors
\usepackage{tikz} % painting
\usepackage{tikz-imagelabels} % overlay labels for images
\usepackage{cite} % citation for bibliography
\usepackage{amssymb} % provides enhancements for mathematical formulas
@ -83,8 +82,6 @@
% include all used chapters
\input{config/chapter.tex}
% source references follow content of article
\input{pages/page-09-bibliography}