-
Notifications
You must be signed in to change notification settings - Fork 0
/
aoas-supplement.tex
82 lines (60 loc) · 1.97 KB
/
aoas-supplement.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
% Template for the submission to:
% The Annals of Applied Statistics [AOAS]
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% In this template, the places where you %%
%% need to fill in your information are %%
%% indicated by '???'. %%
%% %%
%% Please do not use \input{...} to include %%
%% other tex files. Submit your LaTeX %%
%% manuscript as one .tex document. %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[aoas]{imsart}
%% Packages
\RequirePackage{amsthm,amsmath,amsfonts,amssymb,centernot,float,import,makeidx,subfiles, mathtools, epstopdf, hyperref, lscape, subcaption, accents, tabularx, threeparttable, varioref, longtable, graphicx}
\RequirePackage{natbib}
\usepackage{xr}
\makeatletter
\newcommand*{\addFileDependency}[1]{
\typeout{(#1)}
\@addtofilelist{#1}
\IfFileExists{#1}{}{\typeout{No file #1.}}
}
\makeatother
\newcommand*{\myexternaldocument}[1]{
\externaldocument{#1}
\addFileDependency{#1.tex}
\addFileDependency{#1.aux}
}
\myexternaldocument{aoas-main}
\usepackage[nokeyprefix]{refstyle}
\startlocaldefs
\theoremstyle{plain}
\newtheorem{axiom}{Axiom}
\newtheorem{claim}[axiom]{Claim}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{proposition}{Proposition}
\newcommand{\matr}[1]{\mathbf{#1}} % undergraduate algebra version
\newcommand{\mathbbm}[1]{\text{\usefont{U}{bbm}{m}{n}#1}}
\theoremstyle{remark}
\newtheorem{remark}{remark}
\endlocaldefs
% put all the external documents here!
\begin{document}
\appendix
\input{Text_files/proof}
\clearpage
\input{Text_files/adjustment-details}
\clearpage
\input{Text_files/summary-tabs}
\clearpage
\input{Text_files/weight-diagnostics}
\clearpage
\input{Text_files/results-tabs}
\clearpage
\input{Text_files/simulation-study}
\bibliographystyle{imsart-nameyear} % Style BST file
\bibliography{research.bib} % Bibliography file (usually '*.bib')
\end{document}