55 lines
1.2 KiB
TeX
55 lines
1.2 KiB
TeX
\usepackage[utf8]{inputenc}
|
|
|
|
\usepackage{natbib}
|
|
\usepackage[
|
|
hidelinks,
|
|
pdfusetitle,
|
|
pdfsubject={category theory},
|
|
pdfkeywords={type theory, homotopy theory, category theory, agda}]
|
|
{hyperref}
|
|
|
|
\usepackage{graphicx}
|
|
|
|
\usepackage{parskip}
|
|
\usepackage{multicol}
|
|
\usepackage{amssymb,amsmath,amsthm,stmaryrd,mathrsfs,wasysym}
|
|
\usepackage[toc,page]{appendix}
|
|
\usepackage{xspace}
|
|
%% \usepackage{geometry}
|
|
|
|
% \setlength{\parskip}{10pt}
|
|
|
|
% \usepackage{tikz}
|
|
% \usetikzlibrary{arrows, decorations.markings}
|
|
|
|
% \usepackage{chngcntr}
|
|
% \counterwithout{figure}{section}
|
|
\numberwithin{equation}{section}
|
|
|
|
\usepackage{listings}
|
|
\usepackage{fancyvrb}
|
|
|
|
\usepackage{mathpazo}
|
|
\usepackage[scaled=0.95]{helvet}
|
|
\usepackage{courier}
|
|
\linespread{1.05} % Palatino looks better with this
|
|
|
|
\usepackage{lmodern}
|
|
|
|
\usepackage{fontspec}
|
|
\usepackage{sourcecodepro}
|
|
%% \setmonofont{Latin Modern Mono}
|
|
%% \setmonofont[Mapping=tex-text]{FreeMono.otf}
|
|
%% \setmonofont{FreeMono.otf}
|
|
|
|
|
|
\pagestyle{fancyplain}
|
|
\setlength{\headheight}{15pt}
|
|
\renewcommand{\chaptermark}[1]{\markboth{\textsc{Chapter \thechapter. #1}}{}}
|
|
\renewcommand{\sectionmark}[1]{\markright{\textsc{\thesection\ #1}}}
|
|
|
|
% Allows for the use of unicode-letters:
|
|
\usepackage{unicode-math}
|
|
|
|
%% \RequirePackage{kvoptions}
|