53 lines
1.0 KiB
TeX
53 lines
1.0 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}
|
|
|
|
% PDF imports
|
|
% \usepackage{pdfpages}
|
|
|
|
% ToDos
|
|
% \usepackage{todonotes}
|
|
% \usepackage{changes}
|
|
|
|
% Source code listings
|
|
% \usepackage{listings}
|
|
|
|
% Quotes (\enquote)
|
|
% \usepackage[autostyle,autopunct=false]{csquotes}
|
|
|
|
% Literature
|
|
% \usepackage{natbib}
|
|
|
|
% Line wraps in monospace font
|
|
% \usepackage[htt]{hyphenat}
|