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 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
|
# maabook class
# Matthew Bertucci 2022/08/22 for v1.06
#include:ifxetex
#include:ifpdf
#include:amsgen
#include:upref
#include:amscip
#include:graphicx
#include:amsmath
#include:xspace
#include:amsthm
#keyvals:\documentclass/maabook#c
letterpaper
a4paper
5.5x8.5
6x9
7x10
draft
proofing
final
openright
openany
cmr
mathtimes
stix2
cambria
brill
10pt
11pt
#endkeyvals
#ifOption:proofing
#include:shaderef
#endif
#ifOption:mathtimes
#include:mtpro2
#endif
#ifOption:stix2
#include:stix2
#endif
\affiliation{arg}#S
\alsoname#*
\backmatter
\begin{xcb}
\bibintro#*
\bibliofont#*
\bibname#*
\bysame#*
\calclayout#*
\captionindent#*
\chapter*{title}#L1
\chapter[short title]{title}#L1
\chapter{title}#L1
\chaptername#*
\chapterrunhead{name}{number}{title}#*
\citeform{text}#*
\copyrightholder#*
\copyrightinfo{year}{holder}#*
\copyrightyear#*
\dedicatory{text}
\DOI{DOI}#*
\end{xcb}
\evdef{cmd}{def}#*d
\forcehyphenbreak#*
\forcelinebreak#*
\frontmatter
\fullwidthdisplay#*
\indexchap{text}#*
\indexintro#*
\initMAAenummargins{arg1}{arg2}{arg3}{arg4}#*
\keywords{text}
\keywordsname#*
\larger#*
\larger[value]#*
\mainmatter
\makededication#*
\makehalftitle#*
\markleft{lefthead%text}#*
\maxcaptionwidth#*
\MR{MR number}#*
\MRhref{arg}#*
\nonbreakingspace#*
\normalparindent#*
\normaltopskip#*
\partrunhead{name}{number}{title}#*
\printindex#*
\sectionrunhead{name}{number}{title}#*
\see{text}{page number}#*
\seealso{text}{page number}#*
\seename#*
\seeonly{text}{page number}#*
\seeonlyname#*
\seriesinfo{publkey}{volumeid}{volumeno}#*
\SMALL#*
\Small#*
\smaller#*
\smaller[value]#*
\subjclass[year]{text}
\subjclass{text}
\subjclassname#*
\subtitle{text}
\thechapter#*
\Tiny#*
\title[short title]{text}
\tocappendix{epithet}{number}{topic}#*
\tocchapter{epithet}{number}{topic}#*
\tochyphenbreak#*
\toclinebreak#*
\tocparagraph{epithet}{number}{topic}#*
\tocpart{epithet}{number}{topic}#*
\tocsection{epithet}{number}{topic}#*
\tocsubparagraph{epithet}{number}{topic}#*
\tocsubsection{epithet}{number}{topic}#*
\tocsubsubsection{epithet}{number}{topic}#*
\URL{URL}#*U
\URLhref{arg}#*
|