diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-13 22:34:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-13 22:34:16 +0000 |
commit | 34f243dce079f616b05982574fcaa361c21eb1fe (patch) | |
tree | af8c344ef876ad9ebc757a07a24c32b6f8b054e1 /Master/texmf-dist/source/latex/graphics/graphics.dtx | |
parent | 340fd1eddc14e61d3f7e4b493269dcb960cdb3bc (diff) |
latex2e (13jul16)
git-svn-id: svn://tug.org/texlive/trunk@41688 c570f23f-e606-0410-a88d-b1316a301751
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} |