forked from stroube/AOM-TeX-style-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AOM_style_template.tex
145 lines (111 loc) · 7.07 KB
/
AOM_style_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
% This is a very simple template that roughly follows the Academy of Management style guide.
% Please contact Bryan Stroube at U Maryland for general suggestions/improvements.
% There remain a number of areas for improvement, and you can submit specific updates and fixes to the GitHub repository found here:
% https://github.com/stroube/AOM-TeX-style-template
% Note: you must use XeLaTeX or similar to typeset this document.
\documentclass[12pt,letterpaper]{article}
\usepackage{fontspec}
\setmainfont{Times New Roman}
% Define 1-inch page margins
\usepackage[margin=1in]{geometry}
% Double spacing for main text, but leaves footnotes as single spacing:
\usepackage{setspace}
\doublespacing
% Places the submission number in upper right header
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\fancyhead[L]{}
\fancyhead[R]{Submission ID: 00000}
% Places all tables at end of document and creates AOM-style table-here placeholders
\usepackage[nolists]{endfloat} % Places all figures and charts at end of manuscript and adds 'insert table x about here' lines.
\renewcommand{\figureplace}{
\begin{center}
\begin{singlespace}
------------------------------------\\
Insert \figurename \ \thepostfig\ about here.\\
------------------------------------
\end{singlespace}
\end{center}}
\renewcommand{\tableplace}{%
\begin{center}
\begin{singlespace}
------------------------------------\\
Insert \tablename \ \theposttbl\ about here.\\
------------------------------------
\end{singlespace}
\end{center}}
% Bold Table and Figure captions
\usepackage{caption}
\captionsetup{figurename=FIGURE}
\captionsetup{tablename=TABLE}
\captionsetup[figure]{labelfont=bf}
\captionsetup[table]{labelfont=bf}
% Turns off all section numbering
\setcounter{secnumdepth}{0}
% Makes the sections and subsections the same font size as normal document text; section titles are bold, uppercase, and centered; subsections are just bold
\usepackage{titlesec}
\titleformat{\title}
{\filcenter\normalfont\bfseries\uppercase}{\thetitle}{1em}{}
\titleformat{\section}
{\filcenter\normalfont\bfseries\uppercase}{\thesection}{1em}{}
\titleformat{\subsection}
{\normalfont\bfseries}{\thesubsection}{1em}{}
\titleformat{\subsubsection}[runin]
{\normalfont\bfseries\slshape}{\thesubsubsection}{1em}{\hspace*{\parindent}}
\usepackage[hidelinks]{hyperref}
\usepackage[round]{natbib}
% Justifies paragraphs in standard flush left format
\raggedright
% redefines the title command
\renewcommand{\title}[1]{
\centerline{\textbf{#1}}
}
% Proper paragraph indenting
\usepackage{indentfirst}
\parindent=20pt
% Defines environment for hypotheses, indented on both sides by the standard indent length and italicized
\newenvironment{hypothesis}{
\itshape
\leftskip=\parindent \rightskip=\parindent
\noindent\ignorespaces}
% Document content begins here:
\begin{document}
\title{The Title of the AOM Submission}
\section{Abstract}
This \LaTeX\ template generally adheres to the AOM style guide for conference paper submissions. The goal is to make conversion of your existing \LaTeX\ documents as easy as possible. It is formatted in Times New Roman with one-inch margins, includes a submission ID header, allows for defining hypotheses in block indented italics, and properly formats the three different levels of AOM headings using the standard \texttt{section}, \texttt{subsection}, and \texttt{subsubsection} \LaTeX\ commands. All tables and figures are automatically placed at the end of the paper after the references.
\noindent\textbf{Keywords:} keyword1, keyword2, keyword3, keyword4, keyword5
\newpage
\section{This is a main heading (section)}
Some example citations from volume 57 issue 6 of AMJ: \citet{9984685620141201}, \citet{9984686620141201}, \citet{9984686520141201}, and \citet{9984685820141201}. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\footnote{This is an example of a footnote.}
\subsection{This is a second-level heading (subsection)}
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. See Table \ref{tab:data_table} for a summary.
\begin{hypothesis}
Hypothesis 1: Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
\end{hypothesis}
\begin{hypothesis}
Hypothesis 2: Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\end{hypothesis}
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. See Table \ref{tab:data_table} for a summary.
\subsubsection{This is a third-level heading (subsubsection)}
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. See Table \ref{tab:data_table} for a summary.
\begin{table}[h]
\caption{This is a description of some data.}
\label{tab:data_table}
\centering
\begin{tabular}{|l|l|l|}
\hline
A & B & C \\ \hline \hline
1 & 2 & 3 \\ \hline
x & y & z \\ \hline
\end{tabular}
\end{table}
\section{A second section}
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\newpage
\begin{singlespace}
\bibliography{AMJ_articles}{}
\bibliographystyle{aomlike}
\end{singlespace}
\end{document}