removed duplicate entry of tikz
This commit is contained in:
parent
0c3935a066
commit
3cfe7b5097
6
main.tex
6
main.tex
|
@ -23,7 +23,6 @@
|
|||
\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,7 +82,10 @@
|
|||
% 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}
|
||||
|
|
Reference in New Issue