%----------------------------------------------------------------------- % Beginning of ed-front.template %----------------------------------------------------------------------- % % This is a template file for the front matter of a volume in an AMS % proceedings series or other collection, for use with AMS-LaTeX % version 2. % % For instructions, with samples for particular sections, see the file % editpkg.html included in the editor's package, or the same file on % the AMS web page http://www.ams.org/authors/editpkg.html % % Note: The final title and copyright pages are prepared at AMS using % the title, editor and subject information you provide here. The two % pages generated by this file are not in the final format. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass{editor} % If your version of amsart.cls is version 1.2 (before December 1999), % uncomment the following definition. %\renewcommand{\subjclassname}{% % \textup{2000} Mathematics Subject Classification} \begin{document} \frontmatter \title{} % Remove or comment out any unused author tags. \editor{}% first editor \address{} \curraddr{} \email{} \thanks{} \author{}% second editor \address{} \curraddr{} \email{} \thanks{} % Use this \subjclass if you are using amsbook version 2.0 (December 1999). \subjclass[2000]{} % Use this one if you are using an older version of amsbook. %\subjclass{} %\keywords{} %\begin{abstract} %\end{abstract} \maketitle % Dedication (optional) % % Use this version if the dedication is only a line or two, breaking % lines, if necessary, with \\ . %\begin{shortdedication} %\end{shortdedication} % % If the dedication is longer than a line or two, use this version. %\begin{dedication} %\end{dedication} % Table of Contents \clearpage % If there is a dedication, change the page number to 7. \setcounter{page}{5} \begin{contentslist} % Insert contents entries here, using this template. \contitem \title{} \author{} \page{} \contitem \title{} \author{} \page{} \end{contentslist} % % For sample contents entries and instructions, see the web page cited % above. % Introductory "chapters" \include{preface} % Other optional front matter; for instructions, see the web page cited % above. % - participant list / author addresses \end{document} %----------------------------------------------------------------------- % End of ed-front.template %-----------------------------------------------------------------------