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 | 186773 -> 186939 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/latexbug/latexbug.dtx | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/latexbug/latexbug.sty | 3 |
4 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/latexbug/changes.txt b/Master/texmf-dist/doc/latex/latexbug/changes.txt index 1effc259a4c..50db5d48f33 100644 --- a/Master/texmf-dist/doc/latex/latexbug/changes.txt +++ b/Master/texmf-dist/doc/latex/latexbug/changes.txt @@ -1,3 +1,7 @@ +2019-09-13 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * latexbug.dtx: added rotating.sty (graphics) + 2018-12-31 <Frank.Mittelbach@latex-project.org> * latexbug.dtx: diff --git a/Master/texmf-dist/doc/latex/latexbug/latexbug.pdf b/Master/texmf-dist/doc/latex/latexbug/latexbug.pdf Binary files differindex 82f2c1103df..e872a60e9d0 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 907272c7814..fe8c5e161df 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-2018 +% Copyright 2016-2019 % % The LaTeX3 Project and any individual authors listed elsewhere % in this file. @@ -231,7 +231,7 @@ % \begin{macrocode} %<*package> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{latexbug}[2018/12/31 v1.0e Bug-classification] +\ProvidesPackage{latexbug}[2019/09/13 v1.0f Bug-classification] % \end{macrocode} % % \begin{macro}{\latexbug@empty} @@ -577,6 +577,7 @@ pctexps.def = us , pctexwin.def = us , pdftex.def = us , pdftex.def = us , +rotating.sty = us , tcidvi.def = us , trig.sty = us , truetex.def = us , diff --git a/Master/texmf-dist/tex/latex/latexbug/latexbug.sty b/Master/texmf-dist/tex/latex/latexbug/latexbug.sty index 254d05d9c06..2eb18c51e8f 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}[2018/12/31 v1.0e Bug-classification] +\ProvidesPackage{latexbug}[2019/09/13 v1.0f Bug-classification] \def\latexbug@empty{} \def\latexbug@us{us} \def\latexbug@usstar{us*} @@ -317,6 +317,7 @@ pctexps.def = us , pctexwin.def = us , pdftex.def = us , pdftex.def = us , +rotating.sty = us , tcidvi.def = us , trig.sty = us , truetex.def = us , |