![Artikkeli](https://writelatex.s3.amazonaws.com/published_ver/563.jpeg?X-Amz-Expires=14400&X-Amz-Date=20250205T074031Z&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAWJBOALPNFPV7PVH5/20250205/us-east-1/s3/aws4_request&X-Amz-SignedHeaders=host&X-Amz-Signature=1adc988a7e1ce7c07987584352a26b7791f56f10bc3f14cdc0f6bc370d8898c8)
Artikkeli
Auteur:
Artturi Björk
Last Updated:
il y a 11 ans
License:
Creative Commons CC BY 4.0
Résumé:
Artikkelipohja
![Artikkeli](https://writelatex.s3.amazonaws.com/published_ver/563.jpeg?X-Amz-Expires=14400&X-Amz-Date=20250205T074031Z&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAWJBOALPNFPV7PVH5/20250205/us-east-1/s3/aws4_request&X-Amz-SignedHeaders=host&X-Amz-Signature=1adc988a7e1ce7c07987584352a26b7791f56f10bc3f14cdc0f6bc370d8898c8)
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\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}
\newcommand{\crefrangeconjunction}{--}
\lstset{
language=Matlab,
breaklines=true
}
\newtheorem{prop}{Proposition}
\title{
Your Title Goes Here}
\author{Artturi Björk%
\thanks{\href{mailto:artturi.bjork@gmail.com}{\nolinkurl{artturi.bjork@gmail.com}}}
\thanks{\url{https://sites.google.com/site/artturibjork}}}
\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 Economics},
pdfsubject={\@date},
pdfkeywords={},
pdfstartview={XYZ null null 1.00} % fit page to 100% view
}
\makeatother % restores '@' to its normal function
\DeclareMathOperator*{\argmin}{arg\,min}
\DeclareMathOperator*{\argmax}{argmax}
\DeclareMathOperator*{\var}{Var}
\newcommand{\E}{\mathbb{E}}
\graphicspath{{./plotit/}}
\begin{document}
\maketitle
\begin{abstract}
Your abstract goes here.
\end{abstract}
\clearpage
\section{Introduction}
\begin{center}
\includegraphics[width=\textwidth,height=\textheight,keepaspectratio]{mean_age.pdf}
\end{center}
\clearpage
\bibliographystyle{aer}
\bibliography{references}
\addcontentsline{toc}{section}{References}
\clearpage
\end{document}