56 lines
1.1 KiB
TeX
56 lines
1.1 KiB
TeX
\documentclass[a4paper,english]{report}
|
|
|
|
% Language and font encoding
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[english,ngerman]{babel}
|
|
|
|
% Special characters
|
|
\usepackage{eurosym, tipa, textcomp, textgreek, upgreek}
|
|
|
|
% Mathematical symbols
|
|
\usepackage{amssymb, amsfonts, amsmath, dsfont}
|
|
|
|
% References and URLs
|
|
\usepackage[hidelinks]{hyperref}
|
|
\usepackage{cleveref}
|
|
|
|
% Images
|
|
\usepackage{graphicx}
|
|
\usepackage{float}
|
|
\graphicspath{graphics/}
|
|
|
|
% Text color
|
|
\usepackage[usenames,dvipsnames]{xcolor}
|
|
|
|
% Multiple captions in one figure
|
|
\usepackage{subcaption}
|
|
|
|
% Compact lists
|
|
\usepackage{paralist}
|
|
|
|
% Tables
|
|
\usepackage{longtable, array, tabularx, booktabs, colortbl}
|
|
|
|
% ToDos
|
|
\usepackage{todonotes}
|
|
\usepackage{changes}
|
|
|
|
% Source code listings
|
|
\usepackage{listings}
|
|
\ifthenelse{\equal{\listingsmode}{minted}}{\usepackage{minted}}{}
|
|
|
|
% Quotes (\enquote)
|
|
\usepackage[autostyle,autopunct=false]{csquotes}
|
|
|
|
% Icons
|
|
\usepackage{fontawesome5}
|
|
|
|
% Literature
|
|
\usepackage{natbib}
|
|
|
|
% Tracking changes
|
|
\usepackage{changes}
|
|
\definechangesauthor[color=blue, name={Christian}]{C}
|
|
\definechangesauthor[color=purple, name={Florian}]{F}
|