23 lines
713 B
TeX
23 lines
713 B
TeX
%% Generic packages
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{ninecolors}
|
|
\usepackage{lettrine} % Drop caps
|
|
\usepackage[object=vectorian]{pgfornament}
|
|
\usepackage[english]{babel} % Correcting hyphenation issues
|
|
\usepackage{ragged2e}
|
|
\usepackage{graphicx}
|
|
\usepackage{wrapfig}
|
|
\usepackage{float} % Allow floats in multicol environments
|
|
\usepackage{tcolorbox}
|
|
\usepackage{fancyvrb}
|
|
%\usepackage{etoolbox}
|
|
\usepackage{imakeidx}
|
|
\usepackage{aurical} % Font for section titles
|
|
%\usepackage{libertinus} % Font for section titles
|
|
%\usepackage{uncial} % Font for section titles
|
|
%\usepackage{Zallman} % Font for drop caps
|
|
\usepackage{EileenBl} % Font for drop caps
|
|
\usepackage[hidelinks]{hyperref}
|
|
|