mirror of https://github.com/hearot/notes
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.3 KiB
TeX
63 lines
1.3 KiB
TeX
% \usepackage{fontspec}
|
|
|
|
% ==================================================
|
|
|
|
\usepackage[italian]{babel}
|
|
\usepackage[margin = 1in]{geometry}
|
|
|
|
% ==================================================
|
|
|
|
\usepackage{mathrsfs}
|
|
\usepackage{amsfonts}
|
|
\usepackage{amsmath}
|
|
\usepackage{amsthm}
|
|
\usepackage{amssymb}
|
|
\usepackage{physics}
|
|
\usepackage{dsfont}
|
|
\usepackage{esint}
|
|
\usepackage{marvosym}
|
|
\usepackage{kpfonts}
|
|
\usepackage{quiver}
|
|
\usepackage{nicefrac}
|
|
|
|
% ==================================================
|
|
|
|
\usepackage{enumerate}
|
|
\usepackage[shortlabels, inline]{enumitem}
|
|
\usepackage{framed}
|
|
\usepackage{csquotes}
|
|
|
|
% ==================================================
|
|
|
|
\usepackage{float}
|
|
\usepackage{tabularx}
|
|
\usepackage{xcolor}
|
|
\usepackage{multicol}
|
|
\usepackage{subcaption}
|
|
\usepackage{caption}
|
|
\captionsetup{format = hang, margin = 10pt, font = small, labelfont = bf}
|
|
|
|
\usepackage[round, authoryear]{natbib}
|
|
|
|
\usepackage{hyperref}
|
|
\definecolor{links}{rgb}{0.36,0.54,0.66}
|
|
\hypersetup{
|
|
colorlinks = true,
|
|
linkcolor = black,
|
|
urlcolor = blue,
|
|
citecolor = blue,
|
|
filecolor = blue,
|
|
pdfauthor = {Author},
|
|
pdftitle = {Title},
|
|
pdfsubject = {subject},
|
|
pdfkeywords = {one, two},
|
|
pdfproducer = {LaTeX},
|
|
pdfcreator = {pdfLaTeX},
|
|
}
|
|
|
|
\usepackage{lmodern}
|
|
\renewcommand{\familydefault}{\sfdefault}
|
|
|
|
\usepackage{sfmath}
|
|
\usepackage{hyperref}
|