42 lines
744 B
TeX
42 lines
744 B
TeX
\documentclass[a4paper, ngerman]{article}
|
|
|
|
% Language and font encoding
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{babel}
|
|
|
|
% Special characters
|
|
\usepackage{eurosym, tipa, textcomp, textgreek, upgreek}
|
|
|
|
% Mathematical symbols
|
|
\usepackage{amssymb, amsfonts, amsmath}
|
|
|
|
% References and URLs
|
|
\usepackage[hidelinks]{hyperref}
|
|
\usepackage{cleveref}
|
|
|
|
% Images
|
|
\usepackage{graphicx}
|
|
\graphicspath{graphics/}
|
|
|
|
% Multiple captions in one figure
|
|
\usepackage{subcaption}
|
|
|
|
% Compact lists
|
|
\usepackage{paralist}
|
|
|
|
% Tables
|
|
\usepackage{longtable, array, tabularx, booktabs, colortbl}
|
|
|
|
% ToDos
|
|
\usepackage{todonotes}
|
|
|
|
% Sourcecode listings
|
|
\usepackage{minted}
|
|
|
|
% Quotes (\enquote)
|
|
\usepackage{csquotes}
|
|
|
|
% Icons
|
|
\usepackage{fontawesome5}
|