diff options
author | Ryan Kavanagh <rak@debian.org> | 2020-02-24 09:59:56 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2020-02-24 09:59:56 -0500 |
commit | 7b52d199a6e9f93db1ebed75d4075898811848e5 (patch) | |
tree | d2ef1e4003a9e31dc8ef295e5cd7fda5231214e3 | |
parent | Port from 'book' to 'amsbook' class (diff) |
2020 ams subj class
Diffstat (limited to '')
-rw-r--r-- | cmuthesis.cls | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmuthesis.cls b/cmuthesis.cls index af2dbe2..c2a5607 100644 --- a/cmuthesis.cls +++ b/cmuthesis.cls @@ -32,6 +32,13 @@ %\def\@copyrightnotice#1{{\small\sbox{\@copyrightbox}{#1}\ifthenelse{\lengthtest{\wd\@copyrightbox > \linewidth}}{\noindent #1 \par}{\begin{center} #1 \end{center}}}} \def\@copyrightnotice#1{{\small\sbox{\@copyrightbox}{#1}\ifdim\wd\@copyrightbox>\linewidth \noindent #1 \par\else\begin{center} #1 \end{center}\fi}} +% The 2020 classification is online, but amsbook hasn't been updated +% yet to include it. +\@ifundefined{subjclassname@2020}{% + \@namedef{subjclassname@2020}{% + \textup{2020} Mathematics Subject Classification}% +} + \def\@maketitle{ \thispagestyle{empty} |