29 lines
1.2 KiB
TeX
29 lines
1.2 KiB
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%% Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{amsmath}
|
|
\usepackage{amssymb}
|
|
\usepackage{makeidx}
|
|
\usepackage{graphicx}
|
|
\usepackage[nott]{kpfonts}
|
|
\usepackage{float}
|
|
\usepackage{array}
|
|
\usepackage{multirow}
|
|
\usepackage{gensymb} % Just for the degree symbol
|
|
\usepackage{ccicons} % Creative Commons icons; now we can delete an image
|
|
\usepackage{lettrine} % Drop caps
|
|
\usepackage{wrapfig} % Let's wrap some images
|
|
\usepackage{hanging} % For hanging indents in a script
|
|
\usepackage{fancyvrb} % Use line numbers with code samples
|
|
\usepackage{fvextra} % Break lines inside Verbatim environment:
|
|
\usepackage{enumitem} % Control spacing in lists
|
|
\usepackage{setspace} % Better control over line-spacing
|
|
\usepackage{nicefrac} % Use nice fractions
|
|
\usepackage[bottom]{footmisc} % Keep the footnotes at the bottom of the page
|
|
\usepackage{tabto} % Use tab stops when we need to (especially in footnotes)
|
|
\usepackage{microtype} % Make things neater. Thanks /u/-LeopardShark-
|
|
\usepackage{tabularray} % Easy tables
|
|
\usepackage[defaultsans]{cantarell} % sans-serif font; https://tug.org/FontCatalogue/firasansregular
|
|
\usepackage{multicol} % Include two- or three-column sections
|