forked from ygalanak/WPEcon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WPEcon_main.tex
44 lines (35 loc) · 1.08 KB
/
WPEcon_main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
% Author: Y.Galanakis
% W: ygalanak.github.io
% Date: June 2020
%----------------------------------------------------
% !TeX program = lualatex
\documentclass[12pt,letterpaper]{article}
\usepackage{YGTemplate}
\usepackage{lipsum} % only for illustration purposes here
% Title
%----------------------------------------------------
\title{WPEcon Template\thanks{\textbf{Acknowledgements:} tbc. }}
\author{My Name\thanks{\textbf{Correspondence:} My Name, My Dept, Address; E: \href{mailto:[email protected]}{[email protected]}} \\ \small University and Other Affiliations}
\date{\small \monthyeardate \today}
% Main document
%------------------------------------------------------
\begin{document}
\maketitle
\begin{abstract}
\lipsum[1]
\end{abstract}
\input{Sections/intro}
\input{Sections/litreview}
\input{Sections/methodology}
\input{Sections/results}
\input{Sections/conclusion}
\newpage
\bibliographystyle{econ}
{\small \bibliography{myreferences}}
\newpage
\begin{appendix}
\counterwithin{figure}{section}
\counterwithin{table}{section}
\input{Appendix/blah.tex}
\end{appendix}
\end{document}