-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathAOM-LaTeX-template.tex
563 lines (482 loc) · 16.5 KB
/
AOM-LaTeX-template.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
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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
% LaTeX template for Academy of Management (AOM) submission
%
% Author: Gorkem Aksaray <[email protected]>
%
% You may use pdfLaTeX, XeLaTeX, or any other engine to typeset this document.
% Although this template is compliant with with AOM specifications, it is not
% an official template. Users are advised to refer to AOM guidelines themselves.
%
% Please submit bugs and revisions to the GitHub repository at:
% https://github.com/gaksaray/AOM-LaTeX-template.
\documentclass[
12pt,
letterpaper
]{article}
\usepackage{newtx}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[american]{babel}
\usepackage{csquotes}
\usepackage{microtype}
\usepackage[margin=1in]{geometry}
%\usepackage{showframe} % uncomment to inspect page layout
\usepackage[doublespacing]{setspace}
%\setstretch{2} % uncomment for Word-like double spacing
\usepackage[round]{natbib}
\bibliographystyle{aomlike}
\setcitestyle{notesep={: }}
\setlength\bibhang{0.5in}
\renewcommand{\bibsection}{}
\usepackage{titling}
\pretitle{
\pagenumbering{gobble}\setcounter{page}{0}
\centering\large\bfseries
}
\posttitle{
\par
}
\preauthor{
\begin{singlespace}
\centering\normalsize
\begin{tabular}[t]{c}
}
\postauthor{
\end{tabular}
\par
\end{singlespace}
}
\makeatletter
\newcommand{\insertthanks}{\@thanks}
\makeatother
\predate{
\begin{center}\normalsize
\textbf{\textit{Last update:}}
}
\postdate{
\par\end{center}
\insertthanks\emptythanks\clearpage
\pagenumbering{arabic}
\insertsubid
\begin{center}{\textbf{\mytitle}}\end{center}
\par\insertabstract\clearpage
\begin{center}{\textbf{\mytitle}}\end{center}
\vspace*{-0.5\baselineskip}
}
\usepackage[max3]{authblk}
\raggedright
\raggedbottom
\usepackage{indentfirst}
\parindent=0.5in
\usepackage{enumitem}
\setlist{nosep,labelindent=\parindent,leftmargin=*}
\usepackage{titlecaps}
\Addlcwords{a abaft about above afore after along amid among an apud as aside at atop below but by circa down for from given in into lest like mid midst minus near next of off on onto out over pace past per plus pro qua round sans save since than thru till times to under until unto up upon via vice with worth the and nor or yet so}
\setcounter{secnumdepth}{0}
\usepackage[compact]{titlesec}
\titleformat{\title}
{\filcenter\normalfont\bfseries\uppercase}{\thetitle}{0em}{} % \titlecap does not work for title!
\titleformat{\section}
{\singlespacing\filcenter\normalfont\bfseries\uppercase}{\thesection}{0em}{}
\titleformat{\subsection}
{\singlespacing\normalfont\bfseries}{\thesubsection}{0em}{\titlecap}
\titleformat{\subsubsection}[runin]
{\normalfont\bfseries\itshape}{\thesubsubsection}{0em}{\hspace*{\parindent}}[.]
%\titlespacing*{\section}{0pt}{*0}{0pt}
%\titlespacing*{\subsection}{0pt}{*0}{0pt}
%\titlespacing*{\subsubsection}{0pt}{*0}{0.2\parindent}
\renewenvironment*{abstract}[1][<add keywords>]
{\def\keywords{#1}
\vspace*{2ex}\centerline{\textbf{ABSTRACT}}\vspace*{0.8ex}}
{\\[0.5\baselineskip]\noindent\textbf{Keywords:} \keywords}
\newcommand{\theabstract}[2][<add keywords>]{
\newcommand{\insertabstract}{
\begin{abstract}[#1]
{#2}
\end{abstract}
}
}
\usepackage{ntheorem}
\theoremstyle{plain}
\theoremheaderfont{\normalfont\itshape}
\theorembodyfont{\itshape}
\theoremnumbering{arabic}
\theoremseparator{.}
\theorempreskip{0\topsep}
\theorempostskip{0\topsep}
\theoremindent\parindent
\theoremrightindent\parindent
\theoremsymbol{}
\theoremprework{\singlespacing}
\theorempostwork{}
\newtheorem{hypothesis}{Hypothesis}
\makeatletter
\newcounter{subhypothesis}
\let\savedc@hypothesis\c@hypothesis
\newcommand{\subhypothesis}{
\setcounter{subhypothesis}{0}
\stepcounter{hypothesis}
\edef\saved@hypothesis{\thehypothesis}
\let\c@hypothesis\c@subhypothesis
\renewcommand{\thehypothesis}{\saved@hypothesis\alph{hypothesis}}
}
\newcommand{\normhypothesis}{
\let\c@hypothesis\savedc@hypothesis
\renewcommand\thehypothesis{\arabic{hypothesis}}
}
\makeatother
\usepackage{blindtext}
\usepackage[hidelinks]{hyperref}
\newcommand{\email}[1]{\href{mailto:#1}{\textit{e-mail: #1}}}
\usepackage{fancyhdr}
\setlength{\headheight}{14.5pt}
\newcommand{\submissionid}[1]{
\newcommand{\insertsubid}{
\thispagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\fancyhead[L]{}
\fancyhead[R]{Submission ID: {#1}}
}
}
\usepackage{pdflscape}
\usepackage{graphicx}
\usepackage[skip=\topsep,labelsep=newline]{caption}
\captionsetup{figurename=FIGURE}
\captionsetup{tablename=TABLE}
\captionsetup[figure]{font=bf}
\captionsetup[table]{font=bf}
\usepackage[nolists]{endfloat}
%\renewcommand{\efloatseparator}{} % uncomment for several floats per page
\renewcommand{\figureplace}{%
\centering
\begin{singlespace}
------------------------------------\\*
Insert Figure \thepostfigure\ about here\\*
------------------------------------
\end{singlespace}
}
\renewcommand{\tableplace}{
\begin{singlespace}\centering
------------------------------------\\*
Insert Table \theposttable\ about here\\*
------------------------------------
\end{singlespace}
}
\newenvironment{lfigure}[1][h]{
\begin{landscape}
\begin{figure}[#1]
}{
\end{figure}
\end{landscape}
}
\DeclareDelayedFloatFlavor{lfigure}{figure}
\newenvironment{ltable}[1][h]{
\begin{landscape}
\begin{table}[#1]
}{
\end{table}
\end{landscape}
}
\DeclareDelayedFloatFlavor{ltable}{table}
\newcommand\figurenote[2][width=\linewidth]{
\captionsetup{#1,font=small}
\caption*{\textit{Notes:} {#2}}
}
\newenvironment{addfigure}[4]{
\begin{figure}[h]
\centering
\caption{#3}
\begin{minipage}{#1}
\includegraphics[width=\textwidth]{#2}
\figurenote{#4}
}{
\end{minipage}
\end{figure}
}
\DeclareDelayedFloatFlavor{addfigure}{figure}
\newenvironment{addlfigure}[4]{
\begin{lfigure}[h]
\centering
\caption{#3}
\begin{minipage}{#1}
\includegraphics[width=\textwidth]{#2}
\figurenote{#4}
}{
\end{minipage}
\end{lfigure}
}
\DeclareDelayedFloatFlavor{addlfigure}{figure}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{threeparttable}
%\AtBeginEnvironment{threeparttable}{\normalsize}
%\AtBeginEnvironment{tablenotes}{\footnotesize}
\newcommand{\tablenote}[1]{
\begin{tablenotes}[para,flushleft]
\item \textit{Notes:} {#1}
\end{tablenotes}
}
\newcommand{\tablesource}[1]{
\begin{tablenotes}[para,flushleft]
\item \textit{Source:} {#1}
\end{tablenotes}
}
\def\sym#1{\ifmmode^{#1}\else\(^{#1}\)\fi}
\newcommand{\starlegend}{
% \begin{tablenotes}[para,flushleft]
\vspace*{0.25\baselineskip}
\setlength{\tabcolsep}{1pt}
\begin{tabular}{rl}
\sym{\dagger} & \(p<0.10\)\\
\sym{*} & \(p<0.05\)\\
\sym{**} & \(p<0.01\)\\
\sym{***} & \(p<0.001\)
\end{tabular}
% \end{tablenotes}
}
\newenvironment{tptable}[1][h]{
\begin{table}[#1]
\centering
\begin{threeparttable}[b]
}{
\end{threeparttable}
\end{table}
}
\newenvironment{ltptable}[1][h]{
\begin{landscape}
\begin{tptable}[#1]
}{
\end{tptable}
\end{landscape}
}
\DeclareDelayedFloatFlavor{tptable}{table}
\DeclareDelayedFloatFlavor{ltptable}{table}
\newcommand{\clearendfloats}{
\clearpage
\processdelayedfloats
\clearpage
}
\newcommand{\resetfloatcounters}{
\setcounter{posttable}{0}
\setcounter{table}{0}
\setcounter{postfigure}{0}
\setcounter{figure}{0}
}
\makeatletter
\preto{\appendix}{
\efloat@restorefloats % disables endfloat!
}
\appto{\appendix}{
\clearendfloats
\pretocmd{\section}{
\clearendfloats
\resetfloatcounters
}{}{}
\setcounter{secnumdepth}{1}
\titleformat{\section}
{\singlespacing\filcenter\normalfont\bfseries\uppercase}
{APPENDIX \thesection:}{0.5em}{}
% Appendix tables:
\renewcommand{\theposttable}{\Alph{section}\arabic{posttable}}
\setcounter{posttable}{0}
\renewcommand{\thetable}{\Alph{section}\arabic{table}}
\setcounter{table}{0}
% Appendix figures:
\renewcommand{\thepostfigure}{\Alph{section}\arabic{postfigure}}
\setcounter{postfigure}{0}
\renewcommand{\thefigure}{\Alph{section}\arabic{figure}}
\setcounter{figure}{0}
}
\makeatother
\newcommand{\invisiblesection}[1]{
\refstepcounter{section}
\addcontentsline{toc}{section}{\protect\numberline{\thesection}#1}
\sectionmark{#1}
}
% Title page:
\def\mytitle{\titlecap{
A sample \textsf{AOM} draft manuscript:\break Important projects can sometimes have very long and arduous titles%
}}
\title{\mytitle\thanks{
Acknowledgments go here. \blindtext%
}}
\author{\uppercase{First Author}}
\affil{
Current University\\
School and/or Department\\
Building and/or Street\\
City, State, Zip Code\\
Tel: (000) 000-0000\\
\email{[email protected]}
}
\author{\uppercase{Second Author}}
\affil{
Current University\\
School and/or Department\\
Building and/or Street\\
City, State, Zip Code\\
Tel: (000) 000-0000\\
\email{[email protected]}
}
\author{\uppercase{Third Author}}
\affil{
Current University\\
School and/or Department\\
Building and/or Street\\
City, State, Zip Code\\
Tel: (000) 000-0000\\
\email{[email protected]}
}
\theabstract[keyword1, keyword2, keyword3]{
The abstract goes here. \blindtext[1]
}
\date{\today}
\submissionid{10000}
% Manuscript:
\begin{document}
\maketitle
%\begin{abstract}[keyword1, keyword2, keyword3]
%The abstract goes here. \blindtext[1]
%\end{abstract}
%\section{Introduction}
\invisiblesection{Introduction} % section title not shown by default!
\blindtext
\section{Theory}
\blindtext
\subsection{Data and methods}
\blindtext
\subhypothesis
\begin{hypothesis}
\blindtext
\end{hypothesis}
\begin{hypothesis}
\blindtext
\end{hypothesis}
\normhypothesis
\blindtext
\begin{hypothesis}
\blindtext
\end{hypothesis}
\blindtext
\begin{hypothesis}
\blindtext
\end{hypothesis}
\blindtext
\subsubsection{Some studies}
The most cited papers in AMJ according to their website are \citet[32]{doi:10.5465/amj.2007.24160888}, \citet{doi:10.5465/amj.2007.28166119}, \citet{doi:10.5465/amj.2013.4001}, and \citet{doi:10.5465/amj.2016.4007}.\footnote{This is an example of a footnote. See \url{https://journals.aom.org/journal/amj}.} \blindtext
\blindtext
The submission policies are:
\begin{enumerate}
\item Each paper can be submitted to only ONE division or interest group.
\item Submitted papers must NOT have been previously presented, scheduled for presentation, published, or accepted for publication by the AOM or any other publisher or organization. If a paper is under review, it must NOT appear in print before the Academy meeting.
\end{enumerate}
Figure~\ref{fig:a} is added directly via the \verb*|figure| and \verb*|minipage| environments.
\begin{figure}[h]
\centering
\caption{This is an important figure}\label{fig:a}
\begin{minipage}{.5\linewidth}
\includegraphics[width=\textwidth]{example-image-a}
\figurenote{B is a letter in the alphabet. It comes right after the letter A, and is preceded by the letter C. \blindtext}
\end{minipage}
\end{figure}
I also wrapped these in a new environment, \verb*|add[l]figure| (\verb*|l| for landscape) , which takes four arguments: (1) width, (2) image file name, (3) caption (with optional label), and (4) figure note.
\begin{addlfigure}{0.25\linewidth}
{example-image-b}{Example image\label{fig:b}}
{This is an example image. \blindtext}
\end{addlfigure}
\blindtext
\begin{table}[h]
\centering
\caption{This is a description of some data}
\label{tab:data1}
\begin{tabular}{|l|l|l|}
\hline
A & B & C \\ \hline \hline
1 & 2 & 3 \\ \hline
x & y & z \\ \hline
\end{tabular}
\end{table}
Let's see if it works. Further calculations are presented in Table~\ref{tab:data2} given in Appendix \ref{app:fcalc}. Similarly, supplemental analyses, such as Table~\ref{tab:data3}, are given in Appendix \ref{app:suppa}. The \verb*|endfloat| package is disabled for appendices, that is, tables and figures appear within text.
\begin{ltptable}[h]
\setlength{\tabcolsep}{0pt}
\small
\caption{Treatment Effects With New Strategy}
\begin{tabular*}{\linewidth}{@{\extracolsep{\fill}}lccccccccc@{}}
\toprule
\multicolumn{1}{l}{} &
\multicolumn{3}{c}{Avg Test Score} &
\multicolumn{3}{c}{Avg Passing Rate} &
\multicolumn{3}{c}{Avg Participation Rate} \\
\cmidrule{2-4}
\cmidrule{5-7}
\cmidrule{8-10}
VARIABLES & Male & Female & All & Male & Female & All & Male & Female& All \\
& (1) & (2) & (3) & (4) & (5) & (6) & (7) & (8) & (9) \\
\midrule
& & & & & & & & & \\
Treatment & -26.21 & -22.18 & 34.08* & 35.83* & -59.34* & 17.13 & -26.21 & 9.84 & -8.46 \\
& [-2.02] & [-0.50] & [2.42] & [2.23] & [-2.46] & [1.22] & [-2.02] & [1.24] & [-0.78] \\
& (13.00) & (44.77) & (14.06) & (16.04) & (24.12) & (14.03) & (13.00) & (7.93) & (10.82) \\
Post & -26.50** & -25.47 & -11.53 & 40.49***& 52.71***& 52.68***& -26.50** & 2.28 & -16.49* \\
& [-3.52] & [-1.35] & [-1.34] & [4.36] & [5.18] & [6.15] & [-3.52] & [0.68] & [-2.49] \\
& (7.52) & (18.90) & (8.59) & (9.28) & (10.18) & (8.57) & (7.52) & (3.35) & (6.61) \\
DiD & 29.65* & 31.22 & 5.33 & 9.17 & 141.80** & 11.56 & 29.65* & -15.08 & 1.07 \\
& [2.13] & [0.39] & [0.32] & [0.53] & [3.25] & [0.70] & [2.13] & [-1.05] & [0.08] \\
& (13.89) & (80.90) & (16.45) & (17.14) & (43.58) & (16.42) & (13.89) & (14.34) & (12.67) \\
Constant & 42.02 & 271.27* & 222.43***& 65.29* & -23.66 & -38.16 & 42.02 & 23.55 & -46.42 \\
& [1.87] & [2.58] & [6.20] & [2.36] & [-0.42] & [-1.07] & [1.87] & [1.26] & [-1.68] \\
& (22.46) & (105.12) & (35.85) & (27.71) & (56.63) & (35.78) & (22.46) & (18.63) & (27.59) \\
Obs & 39 & 38 & 47 & 39 & 38.00 & 47 & 39 & 38 & 47 \\
\bottomrule
\end{tabular*}
\tablenote{\blindtext}
\tablesource{\url{https://tex.stackexchange.com/questions/513415/making-table-notes-aligned-with-the-table-width}}
\starlegend
\end{ltptable}
\newpage
\section{References}
\begin{singlespace}
\bibliography{AMJ_mostcited.bib}
\end{singlespace}
\appendix
\section{Further Calculations}\label{app:fcalc}
\blindtext
\begin{addfigure}{0.5\linewidth}
{example-image-c}{Example image\label{fig:c}}
{This is an example image. \blindtext}
\end{addfigure}
\begin{ltable}[h]
\centering
\caption{This is a description of some other data}\label{tab:data2}
\begin{tabular}{|l|l|l|}
\hline
A & B & C \\ \hline \hline
1 & 2 & 3 \\ \hline
x & y & z \\ \hline
\end{tabular}
\end{ltable}
\section{Supplemental Analyses}\label{app:suppa}
\blindtext
\begin{table}[h]
\centering
\caption{This is a description of some other data}\label{tab:data3}
\begin{tabular}{|l|l|l|}
\hline
A & B & C \\ \hline \hline
1 & 2 & 3 \\ \hline
x & y & z \\ \hline
\end{tabular}
\end{table}
\begin{tptable}[h]
\centering
\caption{This is a description of some other data}\label{tab:data4}
\begin{tabular}{l|c|c|c|}
\toprule
Uppercase letter: & A & B & C \\ \hline \hline
Number: & 1 & 2 & 3 \\ \hline
Lowercase letter: & x & y & z \\
\bottomrule
\end{tabular}
\tablenote{There are many interesting things to say about this table.}
\tablesource{Bureau of Labor Statistics, April 2022.}
\end{tptable}
\end{document}