
Artikkeli
Author:
Artturi Björk
Last Updated:
12 years ago
License:
Creative Commons CC BY 4.0
Abstract:
Artikkelipohja

\begin
Discover why over 20 million people worldwide trust Overleaf with their work.

\begin
Discover why over 20 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}