36 lines
1.3 KiB
TeX
36 lines
1.3 KiB
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%% Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{float}
|
|
\usepackage{ninecolors}
|
|
\usepackage{microtype} % Make things neater.
|
|
\usepackage{extsizes}
|
|
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%% Fonts %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%% Choose either kpfonts or fourier
|
|
% \usepackage[nott]{kpfonts}
|
|
\usepackage{fourier}
|
|
|
|
|
|
% Delete any of the following that are not needed
|
|
\usepackage{graphicx}
|
|
\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{tabularray} % Easy tables
|
|
%\usepackage[]{footmisc} |