diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/latexbug/changes.txt | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/latexbug/latexbug.pdf | bin | 187047 -> 186705 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/latexbug/latexbug.dtx | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/latexbug/latexbug.sty | 5 |
4 files changed, 13 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/latexbug/changes.txt b/Master/texmf-dist/doc/latex/latexbug/changes.txt index 50db5d48f33..6b0ccd6d8e0 100644 --- a/Master/texmf-dist/doc/latex/latexbug/changes.txt +++ b/Master/texmf-dist/doc/latex/latexbug/changes.txt @@ -1,3 +1,7 @@ +2020-09-25 Joseph Wright <Joseph.WRight@latex-project.org> + + * latexbug.dtx: update l3backend file list + 2019-09-13 Frank Mittelbach <Frank.Mittelbach@latex-project.org> * latexbug.dtx: added rotating.sty (graphics) diff --git a/Master/texmf-dist/doc/latex/latexbug/latexbug.pdf b/Master/texmf-dist/doc/latex/latexbug/latexbug.pdf Binary files differindex 0453e446ed1..66b3f892287 100644 --- a/Master/texmf-dist/doc/latex/latexbug/latexbug.pdf +++ b/Master/texmf-dist/doc/latex/latexbug/latexbug.pdf diff --git a/Master/texmf-dist/source/latex/latexbug/latexbug.dtx b/Master/texmf-dist/source/latex/latexbug/latexbug.dtx index 822c52fc73e..9a11e564664 100644 --- a/Master/texmf-dist/source/latex/latexbug/latexbug.dtx +++ b/Master/texmf-dist/source/latex/latexbug/latexbug.dtx @@ -2,7 +2,7 @@ % % Package latexbug for use with LaTeX2e % -% Copyright 2016-2019 +% Copyright 2016-2020 % % The LaTeX3 Project and any individual authors listed elsewhere % in this file. @@ -231,7 +231,7 @@ % \begin{macrocode} %<*package> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{latexbug}[2019/10/15 v1.0g Bug-classification] +\ProvidesPackage{latexbug}[2020/09/25 v1.0h Bug-classification] % \end{macrocode} % % \begin{macro}{\latexbug@empty} @@ -742,8 +742,11 @@ l3deprecation.def = ignore , l3backend-dvipdfmx.def = ignore , l3backend-dvips.def = ignore , l3backend-dvisvgm.def = ignore , +l3backend-luatex.def = ignore , l3backend-pdfmode.def = ignore , +l3backend-pdftex.def = ignore , l3backend-xdvipdfmx.def = ignore , +l3backend-xetex.def = ignore , %--------------------------------- HYPERREF hluatex.def = ignore , hpdftex.def = ignore , diff --git a/Master/texmf-dist/tex/latex/latexbug/latexbug.sty b/Master/texmf-dist/tex/latex/latexbug/latexbug.sty index fae7f062671..c12b5283faf 100644 --- a/Master/texmf-dist/tex/latex/latexbug/latexbug.sty +++ b/Master/texmf-dist/tex/latex/latexbug/latexbug.sty @@ -30,7 +30,7 @@ %% version 2005/12/01 or later. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{latexbug}[2019/10/15 v1.0g Bug-classification] +\ProvidesPackage{latexbug}[2020/09/25 v1.0h Bug-classification] \def\latexbug@empty{} \def\latexbug@us{us} \def\latexbug@usstar{us*} @@ -476,8 +476,11 @@ l3deprecation.def = ignore , l3backend-dvipdfmx.def = ignore , l3backend-dvips.def = ignore , l3backend-dvisvgm.def = ignore , +l3backend-luatex.def = ignore , l3backend-pdfmode.def = ignore , +l3backend-pdftex.def = ignore , l3backend-xdvipdfmx.def = ignore , +l3backend-xetex.def = ignore , hluatex.def = ignore , hpdftex.def = ignore , hxetex.def = ignore , |