-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathanzjs_preamble.tex
executable file
·50 lines (42 loc) · 1.39 KB
/
anzjs_preamble.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
45
46
47
48
49
50
%% Any special functions or other packages can be loaded here.
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{float, bm}
\usepackage{moreverb}
\usepackage{url}
\usepackage{grffile}
\usepackage{lineno}
\usepackage[UKenglish]{isodate}
\usepackage{hyperref}
\usepackage{mathtools}
\mathtoolsset{showonlyrefs}
\let\origfigure\figure
\let\endorigfigure\endfigure
\renewenvironment{figure}[1][2] {
\expandafter\origfigure\expandafter[tbp]
} {
\endorigfigure
}
\let\origtable\table
\let\endorigtable\endtable
\renewenvironment{table}[1][2] {
\expandafter\origtable\expandafter[tbp]
} {
\endorigtable
}
\runningheads{Forecasting the OADR to determine a sustainable pension age}{HYNDMAN, ZENG, SHANG}
\def\volumeyear{2020}
\let\oldmaketitle\maketitle
\def\maketitle{\cleanlookdateon\oldmaketitle}
\linenumbers
\usepackage{titling}
\pretitle{\begin{center}\Large\bfseries}
\posttitle{\end{center}\vspace{0.5cm}}
\preauthor{\begin{center}\large}
\postauthor{\end{center}\begin{center}
$^1$\emph{Department of Econometrics \& Business Statistics, Monash University, Clayton, Australia}\\
$^2$\emph{Shanghai, China}\\
$^3$\emph{Macquarie University, Sydney, Australia}
\footnotetext{$^*$Corresponding author. Email: \texttt{[email protected]}. This work is supported by the ARC Centre of Excellence for Mathematical and Statistical Frontiers.}\end{center}}
\usepackage{mathptmx}
\raggedbottom