texlive[74496] Master/texmf-dist: aomart (7mar25)

commits+karl at tug.org commits+karl at tug.org
Fri Mar 7 23:37:31 CET 2025


Revision: 74496
          https://tug.org/svn/texlive?view=revision&revision=74496
Author:   karl
Date:     2025-03-07 23:37:31 +0100 (Fri, 07 Mar 2025)
Log Message:
-----------
aomart (7mar25)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/aomart/README
    trunk/Master/texmf-dist/doc/latex/aomart/aomart.pdf
    trunk/Master/texmf-dist/doc/latex/aomart/aomfrench.pdf
    trunk/Master/texmf-dist/doc/latex/aomart/aomsample.pdf
    trunk/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf
    trunk/Master/texmf-dist/source/latex/aomart/Makefile
    trunk/Master/texmf-dist/source/latex/aomart/aomart.dtx
    trunk/Master/texmf-dist/tex/latex/aomart/aomart.cls

Modified: trunk/Master/texmf-dist/doc/latex/aomart/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/aomart/README	2025-03-07 22:37:17 UTC (rev 74495)
+++ trunk/Master/texmf-dist/doc/latex/aomart/README	2025-03-07 22:37:31 UTC (rev 74496)
@@ -1,6 +1,6 @@
 	      LaTeX Class for The Annals of Mathematics
 			    Boris Veytsman
-			    Version 1.32
+			    Version 1.33
 
 This package provides the class for typesetting articles for The Annals
 of Mathematics, http://annals.princeton.edu/.  
@@ -7,6 +7,11 @@
 
 Changes:
 
+   Version 1.33
+   	 Change in formatting of authors block: the breaks are
+	 allowed between the authors, but not inside an author
+	 block
+
    Version 1.32
    	 New formatting for enumerate and itemize
 	 Rewritten eidtorial comments system: audiences and highlighting.

Modified: trunk/Master/texmf-dist/doc/latex/aomart/aomart.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/aomart/aomfrench.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/aomart/aomsample.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/aomart/Makefile
===================================================================
--- trunk/Master/texmf-dist/source/latex/aomart/Makefile	2025-03-07 22:37:17 UTC (rev 74495)
+++ trunk/Master/texmf-dist/source/latex/aomart/Makefile	2025-03-07 22:37:31 UTC (rev 74496)
@@ -3,7 +3,7 @@
 #
 # This file is in public domain
 #
-# $Id: Makefile,v 1.9 2025/01/11 03:08:36 boris Exp $
+# $Id: Makefile,v 1.10 2025/03/06 20:39:10 boris Exp $
 #
 
 PACKAGE=aomart

Modified: trunk/Master/texmf-dist/source/latex/aomart/aomart.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/aomart/aomart.dtx	2025-03-07 22:37:17 UTC (rev 74495)
+++ trunk/Master/texmf-dist/source/latex/aomart/aomart.dtx	2025-03-07 22:37:31 UTC (rev 74496)
@@ -1,5 +1,5 @@
 % \iffalse
-% $Id: aomart.dtx,v 1.85 2025/01/26 04:53:54 boris Exp $
+% $Id: aomart.dtx,v 1.86 2025/03/06 20:39:10 boris Exp $
 %
 % Copyright 2010-2025, Princeton University (Mathematics Department)
 % This work may be distributed and/or modified under the
@@ -908,7 +908,7 @@
 \ProvidesFile{aomart.dtx}
 %</gobble>
 %<class>\ProvidesClass{aomart}
-[2025/01/20 v1.32 Typesetting articles for the Annals of Mathematics]
+[2025/03/06 v1.33 Typesetting articles for the Annals of Mathematics]
 %    \end{macrocode}
 %
 %
@@ -2310,7 +2310,8 @@
 % \changes{v1.11}{2012/07/23}{Changed email handling} 
 % \changes{v1.18}{2017/02/15}{Added orcid}
 % \changes{v1.29}{2024/11/13}{Reformatted}
-% \changes{v1.31}{2025/01/08}{Reformatted} 
+% \changes{v1.31}{2025/01/08}{Reformatted}
+% \changes{v1.33}{2025/01/08}{No break after author name} 
 %   The difference between our definition and the one in
 %   \progname{amsart} is that we want the e-mail and URL to be clickable
 %    \begin{macrocode}
@@ -2317,10 +2318,10 @@
 \def\@setaddresses{\par
   \nobreak \begingroup
 \footnotesize
-  \def\author##1{\nobreak\addvspace\bigskipamount{\scshape##1\par}}%
+  \def\author##1{\goodbreak\addvspace\bigskipamount{\scshape##1\par\nobreak}}%
   \def\\{\unskip, \ignorespaces}%
   \interlinepenalty\@M
-  \def\address##1##2{\begingroup
+  \def\address##1##2{\begingroup\nobreak
     \par\hangindent=22pt\hangafter=0\parindent=0pt
     \@ifnotempty{##1}{(\ignorespaces##1\unskip) }%
     {\ignorespaces##2}\par\endgroup}%
@@ -2331,14 +2332,14 @@
   \def\email##1##2{\begingroup
     \@ifnotempty{##2}{\nobreak\indent\emailaddrname
       \@ifnotempty{##1}{, \ignorespaces##1\unskip}\hskip0.2em:\space
-      \href{mailto:##2}{\nolinkurl{##2}}\par}\endgroup}%
+      \href{mailto:##2}{\nolinkurl{##2}}\par\nobreak}\endgroup}%
   \def\urladdr##1##2{\begingroup
     \@ifnotempty{##2}{\nobreak\indent
       \@ifnotempty{##1}{, \ignorespaces##1\unskip}%
-      \url{##2}\par}\endgroup}%
+      \url{##2}\par\nobreak}\endgroup}%
   \def\orcid##1{\begingroup
     \@ifnotempty{##1}{\nobreak\indent
-      \url{https://orcid.org/##1}\par}\endgroup}%
+      \url{https://orcid.org/##1}\par\nobreak}\endgroup}%
   \addresses
   \endgroup
 }

Modified: trunk/Master/texmf-dist/tex/latex/aomart/aomart.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/aomart/aomart.cls	2025-03-07 22:37:17 UTC (rev 74495)
+++ trunk/Master/texmf-dist/tex/latex/aomart/aomart.cls	2025-03-07 22:37:31 UTC (rev 74496)
@@ -37,7 +37,7 @@
 %%   Right brace   \}     Tilde         \~}
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesClass{aomart}
-[2025/01/20 v1.32 Typesetting articles for the Annals of Mathematics]
+[2025/03/06 v1.33 Typesetting articles for the Annals of Mathematics]
 \long\def\aom at size@warning#1{%
   \ClassWarning{aomart}{Size-changing option #1 will not be
     honored}}%
@@ -603,10 +603,10 @@
 \def\@setaddresses{\par
   \nobreak \begingroup
 \footnotesize
-  \def\author##1{\nobreak\addvspace\bigskipamount{\scshape##1\par}}%
+  \def\author##1{\goodbreak\addvspace\bigskipamount{\scshape##1\par\nobreak}}%
   \def\\{\unskip, \ignorespaces}%
   \interlinepenalty\@M
-  \def\address##1##2{\begingroup
+  \def\address##1##2{\begingroup\nobreak
     \par\hangindent=22pt\hangafter=0\parindent=0pt
     \@ifnotempty{##1}{(\ignorespaces##1\unskip) }%
     {\ignorespaces##2}\par\endgroup}%
@@ -617,14 +617,14 @@
   \def\email##1##2{\begingroup
     \@ifnotempty{##2}{\nobreak\indent\emailaddrname
       \@ifnotempty{##1}{, \ignorespaces##1\unskip}\hskip0.2em:\space
-      \href{mailto:##2}{\nolinkurl{##2}}\par}\endgroup}%
+      \href{mailto:##2}{\nolinkurl{##2}}\par\nobreak}\endgroup}%
   \def\urladdr##1##2{\begingroup
     \@ifnotempty{##2}{\nobreak\indent
       \@ifnotempty{##1}{, \ignorespaces##1\unskip}%
-      \url{##2}\par}\endgroup}%
+      \url{##2}\par\nobreak}\endgroup}%
   \def\orcid##1{\begingroup
     \@ifnotempty{##1}{\nobreak\indent
-      \url{https://orcid.org/##1}\par}\endgroup}%
+      \url{https://orcid.org/##1}\par\nobreak}\endgroup}%
   \addresses
   \endgroup
 }



More information about the tex-live-commits mailing list.