diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/amsmath/amsxtra.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/amsmath/amsxtra.dtx | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/Master/texmf-dist/source/latex/amsmath/amsxtra.dtx b/Master/texmf-dist/source/latex/amsmath/amsxtra.dtx index 712d545dd8b..c9abb4585f3 100644 --- a/Master/texmf-dist/source/latex/amsmath/amsxtra.dtx +++ b/Master/texmf-dist/source/latex/amsmath/amsxtra.dtx @@ -1,21 +1,8 @@ -% \def\filename{amsxtra.dtx} -% \def\fileversion{1.2c} -% \def\filedate{1999/11/15} % % \iffalse meta-comment % -% American Mathematical Society -% Technical Support -% Publications Technical Group -% 201 Charles Street -% Providence, RI 02904 -% USA -% tel: (401) 455-4080 -% (800) 321-4267 (USA and Canada only) -% fax: (401) 331-3842 -% email: tech-support@ams.org -% % Copyright 1995, 1999 American Mathematical Society. +% Copyright 2016 LaTeX3 Project and American Mathematical Society. % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3c @@ -27,14 +14,21 @@ % % This work has the LPPL maintenance status `maintained'. % -% The Current Maintainer of this work is the American Mathematical -% Society. +% The Current Maintainer of this work is the LaTeX3 Project. % % \fi % %\iffalse %<*driver> \documentclass{amsdtx} +\def\MaintainedByLaTeXTeam#1{% +\begin{center}% +\fbox{\fbox{\begin{tabular}{@{}l@{}}% +This file is maintained by the \LaTeX{} Project team.\\% +Bug reports can be opened (category \texttt{#1}) at\\% +\url{http://latex-project.org/bugs.html}.\end{tabular}}}\end{center}} +\usepackage{amsxtra} +\GetFileInfo{amsxtra.sty} \begin{document} \title{The \pkg{amsxtra} package} \author{American Mathematical Society\\Michael Downes} @@ -45,6 +39,7 @@ %\fi % % \maketitle +% \MaintainedByLaTeXTeam{amsmath} % % \MakeShortVerb\| % @@ -61,7 +56,7 @@ % \StopEventually{} % % \begin{macrocode} -\ProvidesPackage{amsxtra}[1999/11/15 v1.2c] +\ProvidesPackage{amsxtra}[1999/11/15 v1.2c AMS extra commands] % \end{macrocode} % We need to ensure that either the \pkg{amstex} package or the % \pkg{amsmath} package is loaded. This means we need something a |