blob: a47310940920f7fcb6a1dabdc16f1532244b5f70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
%%
%% This is file `Author_Handbook_Memo.tex'
%%
%% Copyright 2017 American Mathematical Society.
%%
%% This file is part of the collection comprising the AMS Author Handbooks.
%% For details and license information, see the file README-AH.txt.
%%
%% The Current Maintainer of this work is the American Mathematical
%% Society.
%%
%% ========================================================================
%%
\documentclass[openany]{amsbook}
\usepackage{ahandinstr-r}
\setboolean{memoirs}{true}
\input{Author_Handbook_Body}
\end{document}
|