removed duplicate entry of tikz

This commit is contained in:
Sven Vogel 2024-02-24 16:14:29 +01:00
parent 0c3935a066
commit 3cfe7b5097
1 changed files with 4 additions and 2 deletions

View File

@ -23,7 +23,6 @@
\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
\usepackage{color} % more colors \usepackage{color} % more colors
\usepackage{tikz} % painting
\usepackage{tikz-imagelabels} % overlay labels for images \usepackage{tikz-imagelabels} % overlay labels for images
\usepackage{cite} % citation for bibliography \usepackage{cite} % citation for bibliography
\usepackage{amssymb} % provides enhancements for mathematical formulas \usepackage{amssymb} % provides enhancements for mathematical formulas
@ -83,7 +82,10 @@
% 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}