Problem Set Answer template
Författare
Artturi Björk
Last Updated
för 11 år sedan
Licens
Creative Commons CC BY 4.0
Sammanfattning
Problem Set Answer template
\documentclass[a4paper,11pt]{article}
\usepackage[T1]{fontenc}
% \usepackage[light,math]{iwona}
%\usepackage[light]{iwona} % keep math in old-school font
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage[finnish, british]{babel}
\usepackage{amsmath}
\usepackage[affil-it]{authblk} % to enable \affil
\usepackage{hyperref} % to enable \texorpdfstring
\usepackage{cleveref}
\usepackage{graphicx}
\usepackage{natbib} %for citations in Harvard style
\usepackage{enumerate} %to be able to change the enumerate symbols
\usepackage{amsfonts} % for special set symbols
\usepackage{listings}
\usepackage{cleveref}
\usepackage{a4wide}
\usepackage{fancyhdr}
\pagestyle{fancy}
\newcommand{\crefrangeconjunction}{--}
\lstset{
language=Matlab,
breaklines=true
}
\lhead{Problem Set 1\\ \today}
\chead{Course}
\rhead{\href{mailto:artturi.bjork@gmail.com}{Artturi Björk}\\ \# k92352}
\renewcommand{\headrulewidth}{0.4pt}
\DeclareMathOperator*{\argmin}{arg\,min}
\DeclareMathOperator*{\argmax}{argmax}
\DeclareMathOperator*{\var}{Var}
\newcommand{\E}{\mathbb{E}}
\graphicspath{{./plotit/}}
\title{Problem Set Answer template}
\author{Artturi Björk}
\affil{Department of Economics \\ Aalto University School of Business, Helsinki, Finland}
\date{September 9, 2013\thanks{This version: \today}} % Today's date or a custom date
\makeatletter % used to make '@' a normal character - needed for the next
\hypersetup
{
pdftitle={\@title},
pdfauthor={Artturi Björk - Aalto University School of Business},
pdfsubject={\@date},
pdfkeywords={},
pdfstartview={XYZ null null 1.00} % fit page to 100% view
}
\makeatother % restores '@' to its normal function
%\renewcommand{\thesection}{\Alph{section}}
%\renewcommand{\thesubsection}{\arabic{subsection}}
%\renewcommand{\thesubsubsection}{\alph{subsubsection}}
\begin{document}
\bibliographystyle{aer}
\bibliography{references}
\addcontentsline{toc}{section}{References}
\clearpage
\end{document}