Compare commits
No commits in common. "448db5581fc67240cf8d734b2ee4ff6fdc95cd47" and "0c3935a066c4debe3ec069392a94e08bafd887e0" have entirely different histories.
448db5581f
...
0c3935a066
5
main.tex
5
main.tex
|
@ -18,11 +18,12 @@
|
|||
\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,outputdir=build]{minted} % highlighted code blocks
|
||||
\usepackage[cache=false]{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
|
||||
|
@ -82,6 +83,8 @@
|
|||
% include all used chapters
|
||||
\input{config/chapter.tex}
|
||||
|
||||
|
||||
|
||||
% source references follow content of article
|
||||
\input{pages/page-09-bibliography}
|
||||
|
||||
|
|
Reference in New Issue