41 lines
924 B
TeX
41 lines
924 B
TeX
\usepackage[utf8]{inputenc}
|
|
|
|
\usepackage{natbib}
|
|
\usepackage[hidelinks]{hyperref}
|
|
|
|
\usepackage{graphicx}
|
|
|
|
\usepackage{parskip}
|
|
\usepackage{multicol}
|
|
\usepackage{amssymb,amsmath,amsthm,stmaryrd,mathrsfs,wasysym}
|
|
\usepackage[toc,page]{appendix}
|
|
\usepackage{xspace}
|
|
|
|
% \setlength{\parskip}{10pt}
|
|
|
|
% \usepackage{tikz}
|
|
% \usetikzlibrary{arrows, decorations.markings}
|
|
|
|
% \usepackage{chngcntr}
|
|
% \counterwithout{figure}{section}
|
|
|
|
\usepackage{listings}
|
|
\usepackage{fancyvrb}
|
|
|
|
\usepackage{chalmerstitle}
|
|
|
|
\usepackage{mathpazo}
|
|
\usepackage[scaled=0.95]{helvet}
|
|
\usepackage{courier}
|
|
\linespread{1.05} % Palatino looks better with this
|
|
|
|
\usepackage{fontspec}
|
|
\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}}}
|