summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-12 20:21:04 +0000
committerKarl Berry <karl@freefriends.org>2022-09-12 20:21:04 +0000
commit7282ee4fdd7abe4dd307a811ecb97dbb356f1f55 (patch)
tree5f28d1c4b6ff621f1fc95f2bfcf0a2d3332df343
parent99c3ad73dadeec09e293272121d50ce3182e2dd3 (diff)
amsaddr (12sep22)
git-svn-id: svn://tug.org/texlive/trunk@64357 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/amsaddr/README25
-rw-r--r--Master/texmf-dist/doc/latex/amsaddr/README.md13
-rw-r--r--Master/texmf-dist/doc/latex/amsaddr/amsaddr.pdfbin194137 -> 215782 bytes
-rw-r--r--Master/texmf-dist/source/latex/amsaddr/amsaddr.dtx14
-rw-r--r--Master/texmf-dist/source/latex/amsaddr/amsaddr.ins34
-rw-r--r--Master/texmf-dist/tex/latex/amsaddr/amsaddr.sty5
6 files changed, 36 insertions, 55 deletions
diff --git a/Master/texmf-dist/doc/latex/amsaddr/README b/Master/texmf-dist/doc/latex/amsaddr/README
deleted file mode 100644
index 6d8bd1f283a..00000000000
--- a/Master/texmf-dist/doc/latex/amsaddr/README
+++ /dev/null
@@ -1,25 +0,0 @@
-README for the amsaddr package
-
-
-This package is intended to be used with the amsart documentclass
-only. It lets you move the authors' affiliations either just below the
-authors' names on the front page or as footnotes on the first
-page. The email addresses are always listed as a footnote on the front
-page.
-
-
-To produce the amsaddr.sty simply run latex amsaddr.ins.
-
-
---------------------------------------
-
-Jerome Lelong
-April 2, 2013
-Version 1.1
-
-
-This material is subject to the LaTeX Project Public License. See
-http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for
-the details of that license.
-
-
diff --git a/Master/texmf-dist/doc/latex/amsaddr/README.md b/Master/texmf-dist/doc/latex/amsaddr/README.md
new file mode 100644
index 00000000000..23003d4cc09
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/amsaddr/README.md
@@ -0,0 +1,13 @@
+# AMSADDR
+
+This package is intended to be used with the `amsart` document class
+only. It lets you move the authors' affiliations either just below the
+authors' names on the front page or as footnotes on the first
+page. The email addresses are always listed as a footnote on the front
+page.
+
+To produce the `amsaddr.sty` file simply run `latex amsaddr.ins`.
+
+This package is distributed under the [LaTeX Project Public License](http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html).
+
+
diff --git a/Master/texmf-dist/doc/latex/amsaddr/amsaddr.pdf b/Master/texmf-dist/doc/latex/amsaddr/amsaddr.pdf
index 72fc6b410a7..7b50a004f93 100644
--- a/Master/texmf-dist/doc/latex/amsaddr/amsaddr.pdf
+++ b/Master/texmf-dist/doc/latex/amsaddr/amsaddr.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/amsaddr/amsaddr.dtx b/Master/texmf-dist/source/latex/amsaddr/amsaddr.dtx
index 58ab734fcf5..9ebeaae0ca4 100644
--- a/Master/texmf-dist/source/latex/amsaddr/amsaddr.dtx
+++ b/Master/texmf-dist/source/latex/amsaddr/amsaddr.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright 2006 Jérôme Lelong <jerome.lelong@gmail.com>
+% Copyright 2006--2022 Jérôme Lelong <jerome.lelong@gmail.com>
%
% It may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3c
@@ -19,24 +19,24 @@
%<class>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<class>\ProvidesClass{amsaddr}
%<*class>
- [2013/04/02 v1.1 .dtx amsaddr file]
+ [2022/09/10 v1.2 .dtx amsaddr file]
%</class>
%
%<*driver>
\documentclass{ltxdoc}
\usepackage{a4}
-\EnableCrossrefs
+\DisableCrossrefs
\CodelineIndex
\RecordChanges
\begin{document}
\DocInput{amsaddr.dtx}
- \PrintIndex
+ \PrintChanges
\end{document}
%</driver>
% \fi
%
% \GetFileInfo{amsaddr.dtx}
-% \CheckSum{327}
+% \CheckSum{328}
%
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -57,6 +57,7 @@
%
% \changes{v1.0}{2004/11/05}{Initial version}
% \changes{v1.1}{2013/04/02}{Fix space alignment}
+% \changes{v1.2}{2022/09/10}{Fix error with \\dedicatory}
%
% \GetFileInfo{amsaddr.dtx}
%
@@ -81,7 +82,7 @@
%
% \section{License}
%
-% This package is copyright \textcopyright\ 2006-2013 by:
+% This package is copyright \textcopyright\ 2006-2022 by:
%
% \begin{quote}
% J\'er\^ome Lelong,
@@ -232,6 +233,7 @@
\def\urladdr##1##2{}%
\addresses
\endgroup
+ \par
}
% \end{macrocode}
%
diff --git a/Master/texmf-dist/source/latex/amsaddr/amsaddr.ins b/Master/texmf-dist/source/latex/amsaddr/amsaddr.ins
index 501e7b15be4..e5114f60a7b 100644
--- a/Master/texmf-dist/source/latex/amsaddr/amsaddr.ins
+++ b/Master/texmf-dist/source/latex/amsaddr/amsaddr.ins
@@ -1,5 +1,5 @@
%%
-%% Copyright (C) 2006 by Jérôme Lelong <jerome.lelong@gmail.com>
+%% Copyright (C) 2006--2022 by Jérôme Lelong <jerome.lelong@gmail.com>
%%
%% This file may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, either version 1.3c of this license
@@ -8,13 +8,10 @@
%%
%% http://www.latex-project.org/lppl.txt
%%
-
\input docstrip.tex
\keepsilent
-
\preamble
-
-Copyright (C) 2006 by Jérôme Lelong <jerome.lelong@gmail.com>
+Copyright (C) 2006-2022 by Jérôme Lelong <jerome.lelong@gmail.com>
This file may be distributed and/or modified under the conditions of
the LaTeX Project Public License, either version 1.3c of this license
@@ -22,24 +19,19 @@ or (at your option) any later version. The latest version of this
license is in:
http://www.latex-project.org/lppl.txt
-
\endpreamble
-
+\askforoverwritefalse
\generate{\file{amsaddr.sty}{\from{amsaddr.dtx}{package}}}
-
-\obeyspaces
\Msg{*************************************************************}
-\Msg{* *}
-\Msg{* To finish the installation you have to move the following *}
-\Msg{* file into a directory searched by TeX: *}
-\Msg{* *}
-\Msg{* amsaddr.sty *}
-\Msg{* *}
-\Msg{* To produce the documentation run the file amsaddr.dtx *}
-\Msg{* through LaTeX. *}
-\Msg{* *}
-\Msg{* Happy TeXing! *}
-\Msg{* *}
+\Msg{*}
+\Msg{* To finish the installation you have to move the following}
+\Msg{* file into a directory searched by TeX:}
+\Msg{*}
+\Msg{* \space\space amsaddr.sty}
+\Msg{*}
+\Msg{* To produce the documentation run the file amsaddr.dtx}
+\Msg{* through LaTeX.}
+\Msg{*}
+\Msg{* Happy TeXing!}
\Msg{*************************************************************}
-
\endbatchfile
diff --git a/Master/texmf-dist/tex/latex/amsaddr/amsaddr.sty b/Master/texmf-dist/tex/latex/amsaddr/amsaddr.sty
index bd3c7cf9f54..dff94153423 100644
--- a/Master/texmf-dist/tex/latex/amsaddr/amsaddr.sty
+++ b/Master/texmf-dist/tex/latex/amsaddr/amsaddr.sty
@@ -5,8 +5,7 @@
%% The original source files were:
%%
%% amsaddr.dtx (with options: `package')
-%%
-%% Copyright (C) 2006 by Jérôme Lelong <jerome.lelong@gmail.com>
+%% Copyright (C) 2006-2022 by Jérôme Lelong <jerome.lelong@gmail.com>
%%
%% This file may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, either version 1.3c of this license
@@ -14,7 +13,6 @@
%% license is in:
%%
%% http://www.latex-project.org/lppl.txt
-%%
\def\filename{amsaddr}
\def\fileversion{v1.0}
\def\filedate{2006/12/12}
@@ -66,6 +64,7 @@
\def\urladdr##1##2{}%
\addresses
\endgroup
+ \par
}
\def\@setfoot@addresses{
\def\author##1{}%