summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cje/cjetemplate.tex
blob: 3c5b33263523e9c9950e84b04b4920ecb288db1a (plain)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
%% This is file cjetemplate.tex
%% 2018/02/22 v1.06
%% =========
%%
%% COPYRIGHT (c) 2017 Canadian Economics Association
%% 
%% LICENSE
%% =======
%%
%% This work can be distributed and/or modified under the conditions of the LaTeX Project Public License, 
%% either version 1.3 of this license or any later version. The latest version of this license is available at 
%% latex-project.org/lppl.txt. Version 1.3, or later, is part of all distributions of LaTeX version 2005/12/01 or later.


\NeedsTeXFormat{LaTeX2e}

\documentclass{cje} % for use when submitting final paper for publication
%
 % \documentclass[review]{cje} % for use at initial submission (double spaced, with line numbers) 
%
% \documentclass[proof]{cje}   % for typesetters 
%                              % (with line numbers and typesetting details)
%
  \usepackage{cjenatbib}
  \usepackage{url}
   
  \ifx\pdftexversion\undefined
    \usepackage[dvips]{graphicx}
  \else
    \usepackage[pdftex]{graphicx}
    \usepackage{epstopdf}
    \epstopdfsetup{suffix=}
  \fi

  \usepackage{tabularx}
  \usepackage[figuresright]{rotating}
  \usepackage{floatpag}
    \rotfloatpagestyle{empty}
  \usepackage{amsmath}
  \usepackage{amsthm}
  \theoremstyle{plain}% default
    \newtheorem{theorem}{Theorem}
    \newtheorem{lemma}{Lemma}
    \newtheorem{proposition}{Proposition}
    \newtheorem*{corollary}{Corollary}
  \theoremstyle{definition}
    \newtheorem{definition}{Definition}
    \newtheorem{example}{Example}
  \theoremstyle{remark}
    \newtheorem*{remark}{Remark}
    \newtheorem*{case}{Case}
  \usepackage{lmodern}
  \usepackage{upquote}
 \usepackage{hyperref}
 
   %To enable possessive citations (using \citeapos)
\def\citeapos#1{\citeauthor{#1}'s (\citeyear{#1})}
 
 %If you have landscape tables or figures
\usepackage[figuresright]{rotating}
\usepackage{floatpag}
  \rotfloatpagestyle{empty}

  \hypersetup{%
    pdftitle = {Article Name},
    pdfauthor = {Author One, Author Two, Author Three, 
      Author Four and Author Five},
    citecolor=blue,            
    urlcolor=blue,
    colorlinks = true,
  }  	  

  \bibpunct{(}{)}{,}{a}{}{;}

\begin{document}
\label{firstpage}

%title
\title[]{} %For running heads. [short running title (max. 40 characters if possible)]{full title}
\authors{} %Summary of authors for running heads. {Author initials and family names separated by commas except before ``and''}

% authors and affiliations
\authorone{}{} %{Full name of author one}{Name of department and organization or institution; separate multiple affiliations with semi-colon}
\authortwo{}{} %{Full name of author two}{Name of department and organization or institution; separate multiple affiliations with semi-colon}
\authorthree{}{} %{Full name of author three}{Name of department and organization or institution; separate multiple affiliations with semi-colon} 
\authorfour{}{} %{Full name of author four}{Name of department and organization or institution; separate multiple affiliations with semi-colon}

\abstract{} %{English abstract}

\resume{} %{French abstract}. If you don't provide one, leave blank. The English abstract will be translated into French for you and inserted here.

\JEL{} %{JEL classification codes, separated by commas}

\acknowledgements{}
  
\maketitle

\section{}
\subsection{}
\subsubsection{}

\begin{enumerate}
\item 
\item 
\end{enumerate}

\begin{extract}
\end{extract}

\begin{epigraph}
\epigraphauthor{}
\end{epigraph}

\marginpar{} %To add margin notes for reviewers, copyeditor, etc.

%Itemized lists are set off with bullet points. Itemized sublists are set off with en dashes
\begin{itemize}%Itemized list
\item 
  \item 
  \begin{itemize}%Itemized sublist
  \item
  \end{itemize}
\end{itemize}

\begin{table}
\caption{}%\caption{} must appear before \label{}
\label{}%Label with table number
\begin{minipage}{28pc}% you need this line if your table has notes and/or  footnotes 
% (28pc is the text width)
\begin{tabular}{@{}lrrrr@{}}\hline
  xxxxx\tablenote{NOTES: } & %xxxxx indicates first column heading
  \multicolumn{1}{c}{} & %second column heading
  \multicolumn{1}{c}{} & %third column heading
  \multicolumn{1}{c}{} & %fourth column heading 
  \multicolumn{1}{c}{}\\ \hline %fifth column heading and line
   &  &  &   &  \\
  &  &  &   &  \\
   &  &  &   &  \\
   &  &  &   &  \footnote{}\\%Place the footnote command to the right of the item requiring a footnote
\finalhline
\end{tabular}
\end{minipage}% Use this line only if you used \begin{minipage}

\begin{figure}
\includegraphics[width=0.6\textwidth]{}
\caption{
  \figurenote NOTE: }
\label{}%Label with figure number
  
\begin{proof}
\end{proof}

\begin{proof}[]%To replace "proof" with [another word or phrase]
\end{proof}

%Manual creation reference list
\begin{thebibliography}{}
\newcommand{\enquote}[1]{``#1''}

\bibitem[{}]{}
Aisa, R., and F. Pueyo (2004) ``Endogenous longevity, health and
  economic growth: A slow growth for a longer life?,'' \textit{Economics 
  Bulletin} 9(5), 1--10

% Using BibTeX and .bib file
\bibliography{} 
\bibliographystyle{cjebibstyle} % to impose CJE bibliography style on output


%\oneappendix %For only one appendix (will not be numbered)
\appendix
\section{}
\label{}

\subsection{}
\label{}

\section{}
\label{}


%More than one appendix (numbered A1, A2, etc.)
\appendix
\section{}
\label{}
 
\section{}
\label{}

\label{lastpage}
\end{document}