diff options
author | Norbert Preining <preining@logic.at> | 2016-06-17 10:20:33 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2016-06-17 10:20:33 +0000 |
commit | b77a348b68095e25ff53806034cd68543066a39d (patch) | |
tree | beb715d8af431bd9ce6ef1925670a771e07e4f02 /Master/texmf-dist/source | |
parent | 7fd1196ec43f7049d87c1257991c3ee0e26102af (diff) |
graphics (17Jun)
git-svn-id: svn://tug.org/texlive/trunk@41468 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/graphics/drivers.dtx | 12 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/graphics/rotating.dtx | 3 |
2 files changed, 12 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/graphics/drivers.dtx b/Master/texmf-dist/source/latex/graphics/drivers.dtx index 31c3f1c5507..07c201cf873 100644 --- a/Master/texmf-dist/source/latex/graphics/drivers.dtx +++ b/Master/texmf-dist/source/latex/graphics/drivers.dtx @@ -37,7 +37,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesFile{drivers.dtx} %</driver> - [2016/06/02 v3.0l Driver-dependent file (DPC,SPQR)] + [2016/06/17 v3.0m Driver-dependent file (DPC,SPQR)] % %<*driver> \documentclass{ltxdoc} @@ -551,8 +551,17 @@ % \section{Page Size} % % \changes{v3.0l}{2016/06/02}{page size special added to patch pdftex.def} +% \changes{v3.0m}{2016/06/17}{guards for contributed packages and plain TeX} +% \begin{macrocode} +\@ifundefined{ifGin@setpagesize} + {\expandafter\let\csname ifGin@setpagesize\expandafter\endcsname + \csname iftrue\endcsname} + {} +% \end{macrocode} +% % \begin{macrocode} \ifGin@setpagesize +\ifx\paperwidth\@undefined\else \AtBeginDocument{\AtBeginDvi{% \begingroup \ifx\stockwidth\@undefined\else @@ -566,6 +575,7 @@ \fi \endgroup}} \fi +\fi % \end{macrocode} % % \begin{macrocode} diff --git a/Master/texmf-dist/source/latex/graphics/rotating.dtx b/Master/texmf-dist/source/latex/graphics/rotating.dtx index f36174a7ece..ca4c9203b77 100644 --- a/Master/texmf-dist/source/latex/graphics/rotating.dtx +++ b/Master/texmf-dist/source/latex/graphics/rotating.dtx @@ -18,9 +18,8 @@ % % This work has the LPPL maintenance status `maintained'. % -% The Current Maintainer of this work is Robin Fairbairns. % -% This work consists of the files rotating.dtx and rotating.ins, +% This work consists of the file rotating.dtx % and the derived file rotating.sty, and testing material % rotex.tex and cat.eps % |