summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/amscls/amsbook.template
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/amscls/amsbook.template')
-rw-r--r--Master/texmf-dist/doc/latex/amscls/amsbook.template20
1 files changed, 15 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/amscls/amsbook.template b/Master/texmf-dist/doc/latex/amscls/amsbook.template
index 4ac9c928dd9..ecc218550e9 100644
--- a/Master/texmf-dist/doc/latex/amscls/amsbook.template
+++ b/Master/texmf-dist/doc/latex/amscls/amsbook.template
@@ -6,7 +6,7 @@
%
% Remove any commented or uncommented macros you do not use.
-\documentclass{amsart}
+\documentclass{amsbook}
% For use when working on individual chapters
%\includeonly{}
@@ -56,6 +56,9 @@
\thanks{}
\subjclass[2000]{Primary }
+% For books to be published after 1 January 2010, you may use
+% the following version:
+%\subjclass[2010]{Primary }
\keywords{}
@@ -66,11 +69,19 @@
\maketitle
+% Dedication. If the dedication is longer than a line or two,
+% remove the centering instructions and the line break.
+%\cleardoublepage
+%\thispagestyle{empty}
+%\vspace*{13.5pc}
+%\begin{center}
+% Dedication text (use \\[2pt] for line break if necessary)
+%\end{center}
+%\cleardoublepage
+
+% Change page number to 6 if a dedication is present.
\setcounter{page}{4}
-% See the AMS Author FAQ, http://www.ams.org/authors/author-faq.html
-% regarding a dedication page.
-
\tableofcontents
% Include unnumbered chapters (preface, acknowledgments, etc.) here.
@@ -90,7 +101,6 @@
\bibliography{}
% See note above about multiple indexes.
\printindex
-\end{document}
\end{document}