198 lines
		
	
	
		
			6.9 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			198 lines
		
	
	
		
			6.9 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
%% Template for the submission to:
 | 
						|
%%   The Annals of Statistics [AOS]
 | 
						|
%%
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%% 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[aos]{imsart}
 | 
						|
 | 
						|
%% Packages
 | 
						|
\RequirePackage{amsthm,amsmath,amsfonts,amssymb}
 | 
						|
\RequirePackage[numbers]{natbib}
 | 
						|
%\RequirePackage[authoryear]{natbib}%% uncomment this for author-year citations
 | 
						|
%\RequirePackage[colorlinks,citecolor=blue,urlcolor=blue]{hyperref}%% uncomment this for coloring bibliography citations and linked URLs
 | 
						|
%\RequirePackage{graphicx}%% uncomment this for including figures
 | 
						|
 | 
						|
\startlocaldefs
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%%                                          %%
 | 
						|
%% Uncomment next line to change            %%
 | 
						|
%% the type of equation numbering           %%
 | 
						|
%%                                          %%
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%\numberwithin{equation}{section}
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%%                                          %%
 | 
						|
%% For Axiom, Claim, Corollary, Hypothesis, %%
 | 
						|
%% Lemma, Theorem, Proposition              %%
 | 
						|
%% use \theoremstyle{plain}                 %%
 | 
						|
%%                                          %%
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%\theoremstyle{plain}
 | 
						|
%\newtheorem{???}{???}
 | 
						|
%\newtheorem*{???}{???}
 | 
						|
%\newtheorem{???}{???}[???]
 | 
						|
%\newtheorem{???}[???]{???}
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%%                                          %%
 | 
						|
%% For Assumption, Definition, Example,     %%
 | 
						|
%% Notation, Property, Remark, Fact         %%
 | 
						|
%% use \theoremstyle{remark}                %%
 | 
						|
%%                                          %%
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%\theoremstyle{remark}
 | 
						|
%\newtheorem{???}{???}
 | 
						|
%\newtheorem*{???}{???}
 | 
						|
%\newtheorem{???}{???}[???]
 | 
						|
%\newtheorem{???}[???]{???}
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%% Please put your definitions here:        %%
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
 | 
						|
\endlocaldefs
 | 
						|
 | 
						|
\begin{document}
 | 
						|
 | 
						|
\begin{frontmatter}
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%%                                          %%
 | 
						|
%% Enter the title of your article here     %%
 | 
						|
%%                                          %%
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
\title{???}
 | 
						|
%\title{A sample article title with some additional note\thanksref{T1}}
 | 
						|
\runtitle{???}
 | 
						|
%\thankstext{T1}{A sample of additional note to the title.}
 | 
						|
 | 
						|
\begin{aug}
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%% Only one address is permitted per author. %%
 | 
						|
%% Only division, organization and e-mail is %%
 | 
						|
%% included in the address.                  %%
 | 
						|
%% Additional information can be included in %%
 | 
						|
%% the Acknowledgments section if necessary. %%
 | 
						|
%% ORCID can be inserted by command:         %%
 | 
						|
%% \orcid{0000-0000-0000-0000}               %%
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
\author[A]{\fnms{???}~\snm{???}\ead[label=e1]{???@???}},
 | 
						|
\author[B]{\fnms{???}~\snm{???}\ead[label=e2]{???@???}}
 | 
						|
\and
 | 
						|
\author[B]{\fnms{???}~\snm{???}\ead[label=e3]{???@???}}
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%% Addresses                                %%
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
\address[A]{???\printead[presep={,\ }]{e1}}
 | 
						|
 | 
						|
\address[B]{???\printead[presep={,\ }]{e2,e3}}
 | 
						|
\end{aug}
 | 
						|
 | 
						|
\begin{abstract}
 | 
						|
???.
 | 
						|
\end{abstract}
 | 
						|
 | 
						|
\begin{keyword}[class=MSC]
 | 
						|
\kwd[Primary ]{???}
 | 
						|
\kwd{???}
 | 
						|
\kwd[; secondary ]{???}
 | 
						|
\end{keyword}
 | 
						|
 | 
						|
\begin{keyword}
 | 
						|
\kwd{???}
 | 
						|
\kwd{???}
 | 
						|
\end{keyword}
 | 
						|
 | 
						|
\end{frontmatter}
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%% Please use \tableofcontents for articles %%
 | 
						|
%% with 50 pages and more                   %%
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%\tableofcontents
 | 
						|
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%%%% Main text entry area:
 | 
						|
 | 
						|
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%% Single Appendix:                         %%
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%\begin{appendix}
 | 
						|
%\section*{???}%% if no title is needed, leave empty \section*{}.
 | 
						|
%\end{appendix}
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%% Multiple Appendixes:                     %%
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%\begin{appendix}
 | 
						|
%\section{???}
 | 
						|
%
 | 
						|
%\section{???}
 | 
						|
%
 | 
						|
%\end{appendix}
 | 
						|
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%% Support information, if any,             %%
 | 
						|
%% should be provided in the                %%
 | 
						|
%% Acknowledgements section.                %%
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%\begin{acks}[Acknowledgments]
 | 
						|
% The authors would like to thank ...
 | 
						|
%\end{acks}
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%% Funding information, if any,             %%
 | 
						|
%% should be provided in the                %%
 | 
						|
%% funding section.                         %%
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%\begin{funding}
 | 
						|
% The first author was supported by ...
 | 
						|
%
 | 
						|
% The second author was supported in part by ...
 | 
						|
%\end{funding}
 | 
						|
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%% Supplementary Material, including data   %%
 | 
						|
%% sets and code, should be provided in     %%
 | 
						|
%% {supplement} environment with title      %%
 | 
						|
%% and short description. It cannot be      %%
 | 
						|
%% available exclusively as external link.  %%
 | 
						|
%% All Supplementary Material must be       %%
 | 
						|
%% available to the reader on Project       %%
 | 
						|
%% Euclid with the published article.       %%
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%\begin{supplement}
 | 
						|
%\stitle{???}
 | 
						|
%\sdescription{???.}
 | 
						|
%\end{supplement}
 | 
						|
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%%                  The Bibliography                       %%
 | 
						|
%%                                                         %%
 | 
						|
%%  imsart-???.bst  will be used to                        %%
 | 
						|
%%  create a .BBL file for submission.                     %%
 | 
						|
%%                                                         %%
 | 
						|
%%  Note that the displayed Bibliography will not          %%
 | 
						|
%%  necessarily be rendered by Latex exactly as specified  %%
 | 
						|
%%  in the online Instructions for Authors.                %%
 | 
						|
%%                                                         %%
 | 
						|
%%  MR numbers will be added by VTeX.                      %%
 | 
						|
%%                                                         %%
 | 
						|
%%  Use \cite{...} to cite references in text.             %%
 | 
						|
%%                                                         %%
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
 | 
						|
%% if your bibliography is in bibtex format, uncomment commands:
 | 
						|
%\bibliographystyle{imsart-number} % Style BST file (imsart-number.bst or imsart-nameyear.bst)
 | 
						|
%\bibliography{bibliography}       % Bibliography file (usually '*.bib')
 | 
						|
 | 
						|
%% or include bibliography directly:
 | 
						|
% \begin{thebibliography}{}
 | 
						|
% \bibitem{b1}
 | 
						|
% \end{thebibliography}
 | 
						|
 | 
						|
\end{document}
 |