diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/latexbug/latexbug.pdf | bin | 182952 -> 182855 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/latexbug/latexbug.dtx | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/latexbug/latexbug.sty | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/latexbug/latexbug.pdf b/Master/texmf-dist/doc/latex/latexbug/latexbug.pdf Binary files differindex 92c038e6d38..c5dc4814c47 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 46f64e9bdf7..e170b39d441 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 +% Copyright 2016,2017 % % The LaTeX3 Project and any individual authors listed elsewhere % in this file. @@ -40,7 +40,7 @@ % somebody encounters a bug then it helps if that bug gets reported to % the right people so that the bug can be resolved (or a workaround % documented or whatever is most appropriate). The problem is to know -% to whom to report the a bug. +% to whom to report the bug. % % The \LaTeX{} Project Team maintains a bug database for its own code % base (which consists of the \LaTeX{} kernel and some packages that @@ -232,7 +232,7 @@ % \begin{macrocode} %<*package> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{latexbug}[2016/11/25 v0.9e Bug-classification] +\ProvidesPackage{latexbug}[2017/04/11 v0.9f Bug-classification] % \end{macrocode} % % \begin{macro}{\latexbug@empty} @@ -712,6 +712,7 @@ xgalley.sty = us* , l3keys2e.sty = us* , expl3-code.tex = ignore , %--------------------------------- USEFUL FOR BUG REPORTS +blindtext.sty = ignore , etoolbox.sty = ignore , lipsum.sty = ignore , %--------------------------------- EXTERNALLY SUPPORTED diff --git a/Master/texmf-dist/tex/latex/latexbug/latexbug.sty b/Master/texmf-dist/tex/latex/latexbug/latexbug.sty index 413b59229d6..037555ccd1b 100644 --- a/Master/texmf-dist/tex/latex/latexbug/latexbug.sty +++ b/Master/texmf-dist/tex/latex/latexbug/latexbug.sty @@ -34,7 +34,7 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{latexbug}[2016/11/25 v0.9e Bug-classification] +\ProvidesPackage{latexbug}[2017/04/11 v0.9f Bug-classification] \def\latexbug@empty{} \def\latexbug@us{us} \def\latexbug@usstar{us*} @@ -456,6 +456,7 @@ xcoffins.sty = us* , xgalley.sty = us* , l3keys2e.sty = us* , expl3-code.tex = ignore , +blindtext.sty = ignore , etoolbox.sty = ignore , lipsum.sty = ignore , beamer.cls = Joseph Wright |