Compare commits
2 Commits
0c3935a066
...
448db5581f
Author | SHA1 | Date |
---|---|---|
Sven Vogel | 448db5581f | |
Sven Vogel | 3cfe7b5097 |
5
main.tex
5
main.tex
|
@ -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}
|
||||
|
||||
|
|
Reference in New Issue