diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/graphics/graphics.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/graphics/graphics.dtx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/graphics/graphics.dtx b/Master/texmf-dist/source/latex/graphics/graphics.dtx index feca08c1e8f..c77b88a6ebf 100644 --- a/Master/texmf-dist/source/latex/graphics/graphics.dtx +++ b/Master/texmf-dist/source/latex/graphics/graphics.dtx @@ -19,7 +19,7 @@ %<driver> \ProvidesFile{graphics.drv} % \fi % \ProvidesFile{graphics.dtx} - [2016/06/02 v1.0s Standard LaTeX Graphics (DPC,SPQR)] + [2016/07/10 v1.0t Standard LaTeX Graphics (DPC,SPQR)] % % \iffalse %<*driver> @@ -117,6 +117,10 @@ % of the standard |%%BoundingBox|. These are used by some applications % to get round the restriction that BoundingBox comments should only % have integer values. +% \item[setpagesize, nosetpagesize] +% The |setpagesize| option requests that the driver option sets the page size. +% (Whichever option is used, the page size is not set by this package if |\mag| +% has been changed from its default value.) % \item[demo] Instead of including a graphics file, make % |\includegraphics| insert a black rectangle of size 150\,pt by % 100\,pt unless either dimension was already specified by another @@ -515,6 +519,8 @@ % \begin{option}{setpagesize} % \begin{option}{nosetpagesize} % The |setpagesize| option requests that the driver option sets the page size. +% (Whichever option is used, the page size is not set by this package if |\mag| +% has been changed from its default value.) % \changes{v1.0s}{2016/06/02} % {(no)setpagesize options added} % \begin{macrocode} |