texlive[49573] Master/texmf-dist: latexbug (1jan19)

commits+karl at tug.org commits+karl at tug.org
Tue Jan 1 23:51:12 CET 2019


Revision: 49573
          http://tug.org/svn/texlive?view=revision&revision=49573
Author:   karl
Date:     2019-01-01 23:51:12 +0100 (Tue, 01 Jan 2019)
Log Message:
-----------
latexbug (1jan19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/latexbug/latexbug.pdf
    trunk/Master/texmf-dist/source/latex/latexbug/latexbug.dtx
    trunk/Master/texmf-dist/tex/latex/latexbug/latexbug.sty

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/latexbug/changes.txt

Added: trunk/Master/texmf-dist/doc/latex/latexbug/changes.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/latexbug/changes.txt	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/latexbug/changes.txt	2019-01-01 22:51:12 UTC (rev 49573)
@@ -0,0 +1,5 @@
+2018-12-31    <Frank.Mittelbach at latex-project.org>
+
+	* latexbug.dtx:
+	AMS classes are not supported by the LaTex team but by the AMS
+


Property changes on: trunk/Master/texmf-dist/doc/latex/latexbug/changes.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/latex/latexbug/latexbug.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/latexbug/latexbug.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/latexbug/latexbug.dtx	2019-01-01 22:50:59 UTC (rev 49572)
+++ trunk/Master/texmf-dist/source/latex/latexbug/latexbug.dtx	2019-01-01 22:51:12 UTC (rev 49573)
@@ -2,7 +2,7 @@
 %
 % Package latexbug for use with LaTeX2e
 %
-% Copyright 2016,2017
+% Copyright 2016-2018
 %
 % The LaTeX3 Project and any individual authors listed elsewhere
 % in this file. 
@@ -52,7 +52,7 @@
 %
 % For one, we can't actually change other people's code even if we are able to
 % identify the issue. Furthermore we are only a few people and simply
-% do not have the bandwidth to analyse bugs in other people's work.
+% do not have the bandwidth to analyze bugs in other people's work.
 %
 % We have therefore written this little package called
 % \texttt{latexbug} that should help in identifying the rightful
@@ -94,7 +94,8 @@
 %
 % If the test file runs through (showing the bug) without any
 % complains for \texttt{latexbug} then the test file is ready to be
-% sent to the \LaTeX{} bug database at
+% sent to the \LaTeX{} bug database. The procedure for uploading and
+% the location is documented at
 % \begin{quote}
 %   \texttt{https://www.latex-project.org/bugs/}
 % \end{quote}
@@ -149,7 +150,8 @@
 % (latexbug)                (as maintained by the LaTeX Team) but
 % (latexbug)                these files are needed to demonstrate
 % (latexbug)                the problem, please continue and mention
-% (latexbug)                this explicitly in your bug report.
+% (latexbug)                this explicitly in your bug report
+% (latexbug)                (with an explanation why you think so).
 % \end{verbatim}
 % Please explain your reasoning why you think this is the case in
 % detail as part of the bug report.
@@ -167,24 +169,22 @@
 %
 % \subsection{A note on the database content in the package}
 %
-
 % When a document is run through \LaTeX{} it will load a number of
 % files and bug reports that are to be sent to the \LaTeX{} Team should only
 % load files that we maintain and not third-party packages.
-
+%
 % The database, if you want to call that, inside \texttt{latexbug} is
-% simply comma separated a key value list consisting of file names
+% simply a comma separated key value list consisting of file names
 % \texttt{=} maintainer info. Most of the time the maintainer info is
 % \texttt{us} or \texttt{us*} (meaning we maintain it, so the file is
 % fine) or \texttt{ignore} (meaning we do not maintain it, but it is a
 % file that is likely to appear for one or the other reason and we
-% should accept such a bug report nontheless).
+% should accept such a bug report nonetheless).
 %
 % Any file loaded in the bug report not listed will show up in the
 % error listing flagged as ``third-party'' code that should be removed
 % as explained above.
 %
-
 % For a small number of popular third-party packages we have collected
 % the name of the external maintainer and if available to us some
 % extra info so that it is easier to send to the rightful addressee if
@@ -191,7 +191,7 @@
 % you encounter a bug in such a third-party package. But to keep this
 % manageable this is only done for a very small number of the 5000+
 % packages out there (though we might add one or the other over time).
-
+%
 % It is however not impossible that we missed one or the other file
 % that should have been listed as ``maintained by us'' but isn't and
 % thus incorrectly generates an error. If you run into that problem or
@@ -219,7 +219,6 @@
 %\usepackage{xparse}                      % uncomment for latexbug error
 \EnableCrossrefs
 %\DisableCrossrefs    % Say \DisableCrossrefs if index is ready
-
 %\OnlyDescription     % Comment out for implementation details
 \begin{document}
    \DocInput{latexbug.dtx}
@@ -232,7 +231,7 @@
 %    \begin{macrocode}
 %<*package>
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{latexbug}[2017/10/12 v1.0d Bug-classification]
+\ProvidesPackage{latexbug}[2018/12/31 v1.0e Bug-classification]
 %    \end{macrocode}
 %
 % \begin{macro}{\latexbug at empty}
@@ -276,8 +275,9 @@
 % \end{macro}
 %
 % A simple database of files. The value \texttt{us} means we accept
-% bugs for it. We also take bug reports for \texttt{us*} entries, but
-% they need to go to GitHub so are handled separately (and only show up
+% bugs for it. We also take bug reports for \texttt{us*} (expl3) entries, but
+% they need to go to a different GitHub repository, so are handled separately
+% (and only show up
 % if there doesn't seem to be anything else to pick up). A value of
 % \texttt{ignore} means that its not our code, but we understand that it may
 % show up in legitimate test files and should therefore not trigger an error.
@@ -599,29 +599,29 @@
 amstex.sty = us ,
 amstext.sty = us ,
 amsxtra.sty = us ,
-%--------------------------------- amscls (us?)
-amsart.cls = us ,
-amsbook.cls = us ,
-amsbooka.sty = us ,
-amsdtx.cls = us ,
-amsldoc.cls = us ,
-amsmidx.sty = us ,
-amsproc.cls = us ,
-amsthm.sty = us ,
-upref.sty = us ,
-%--------------------------------- amsfonts (us?)
-amsfonts.sty = us ,
-amssymb.sty = us ,
-cmmib57.sty = us ,
-eucal.sty = us ,
-eufrak.sty = us ,
-euscript.sty = us ,
-ueuex.fd = us ,
-ueuf.fd = us ,
-ueur.fd = us ,
-ueus.fd = us ,
-umsa.fd = us ,
-umsb.fd = us ,
+%--------------------------------- amscls (AMS)
+amsart.cls = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+amsbook.cls = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+amsbooka.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+amsdtx.cls = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+amsldoc.cls = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+amsmidx.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+amsproc.cls = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+amsthm.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+upref.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+%--------------------------------- amsfonts (AMS)
+amsfonts.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+amssymb.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+cmmib57.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+eucal.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+eufrak.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+euscript.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+ueuex.fd = ignore ,
+ueuf.fd = ignore ,
+ueur.fd = ignore ,
+ueus.fd = ignore ,
+umsa.fd = ignore ,
+umsb.fd = ignore ,
 %--------------------------------- psnfss
 8rbch.fd = us ,
 8rpag.fd = us ,
@@ -840,7 +840,7 @@
 %    \end{macrocode}
 %
 % \begin{macro}{\latexbug at addtofilelist}
-%   Save the kernel version of \cs{\@addtofilelist}.
+%   Save the kernel version of \cs{@addtofilelist}.
 %    \begin{macrocode}
 \let\latexbug at addtofilelist\@addtofilelist
 %    \end{macrocode}
@@ -859,7 +859,7 @@
 % \begin{macro}{\latexbug at process@table}
 % \begin{macro}{\process at table}
 %   A hook into a convenient place in the document set up: the
-%   initialisation of NFSS during the \cs{document} macro. If either
+%   initialization of NFSS during the \cs{document} macro. If either
 %   \cs{latexbug at zzzz} or \cs{latexbug at expl} have any content then there is
 %   a message to issue, it's just a question of deciding which one.
 %    \begin{macrocode}
@@ -908,7 +908,9 @@
 (as maintained by the LaTeX Team) but\MessageBreak
 these files are needed to demonstrate\MessageBreak
 the problem, please continue and mention\MessageBreak
-this explicitly in your bug report}{Please correct your test file prior
+this explicitly in your bug report\MessageBreak
+(with an explanation why you think so)}{Please 
+                     correct your test file prior
                      to submitting the bug report.\MessageBreak
                      Otherwise it is likely to be rejected!}%
   \fi
@@ -972,4 +974,3 @@
 %
 % \Finale
 %
-

Modified: trunk/Master/texmf-dist/tex/latex/latexbug/latexbug.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/latexbug/latexbug.sty	2019-01-01 22:50:59 UTC (rev 49572)
+++ trunk/Master/texmf-dist/tex/latex/latexbug/latexbug.sty	2019-01-01 22:51:12 UTC (rev 49573)
@@ -29,12 +29,8 @@
 %% and version 1.3c or later is part of all distributions of LaTeX
 %% version 2005/12/01 or later.
 %% 
-
-
-
-
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{latexbug}[2017/10/12 v1.0d Bug-classification]
+\ProvidesPackage{latexbug}[2018/12/31 v1.0e Bug-classification]
 \def\latexbug at empty{}
 \def\latexbug at us{us}
 \def\latexbug at usstar{us*}
@@ -341,27 +337,27 @@
 amstex.sty = us ,
 amstext.sty = us ,
 amsxtra.sty = us ,
-amsart.cls = us ,
-amsbook.cls = us ,
-amsbooka.sty = us ,
-amsdtx.cls = us ,
-amsldoc.cls = us ,
-amsmidx.sty = us ,
-amsproc.cls = us ,
-amsthm.sty = us ,
-upref.sty = us ,
-amsfonts.sty = us ,
-amssymb.sty = us ,
-cmmib57.sty = us ,
-eucal.sty = us ,
-eufrak.sty = us ,
-euscript.sty = us ,
-ueuex.fd = us ,
-ueuf.fd = us ,
-ueur.fd = us ,
-ueus.fd = us ,
-umsa.fd = us ,
-umsb.fd = us ,
+amsart.cls = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+amsbook.cls = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+amsbooka.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+amsdtx.cls = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+amsldoc.cls = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+amsmidx.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+amsproc.cls = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+amsthm.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+upref.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+amsfonts.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+amssymb.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+cmmib57.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+eucal.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+eufrak.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+euscript.sty = American Mathematical Society \Contact tech-support [at] ams [dot] org ,
+ueuex.fd = ignore ,
+ueuf.fd = ignore ,
+ueur.fd = ignore ,
+ueus.fd = ignore ,
+umsa.fd = ignore ,
+umsb.fd = ignore ,
 8rbch.fd = us ,
 8rpag.fd = us ,
 8rpbk.fd = us ,
@@ -614,7 +610,9 @@
 (as maintained by the LaTeX Team) but\MessageBreak
 these files are needed to demonstrate\MessageBreak
 the problem, please continue and mention\MessageBreak
-this explicitly in your bug report}{Please correct your test file prior
+this explicitly in your bug report\MessageBreak
+(with an explanation why you think so)}{Please
+                     correct your test file prior
                      to submitting the bug report.\MessageBreak
                      Otherwise it is likely to be rejected!}%
   \fi



More information about the tex-live-commits mailing list