diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/graphics/graphics.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/graphics/graphics.dtx | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/graphics/graphics.dtx b/Master/texmf-dist/source/latex/graphics/graphics.dtx index cfdfa929864..feca08c1e8f 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/05/09 v1.0r Standard LaTeX Graphics (DPC,SPQR)] + [2016/06/02 v1.0s Standard LaTeX Graphics (DPC,SPQR)] % % \iffalse %<*driver> @@ -512,6 +512,19 @@ % \end{macrocode} % \end{option} % +% \begin{option}{setpagesize} +% \begin{option}{nosetpagesize} +% The |setpagesize| option requests that the driver option sets the page size. +% \changes{v1.0s}{2016/06/02} +% {(no)setpagesize options added} +% \begin{macrocode} +\newif\ifGin@setpagesize\Gin@setpagesizetrue +\DeclareOption{setpagesize}{\Gin@setpagesizetrue} +\DeclareOption{nosetpagesize}{\Gin@setpagesizefalse} +% \end{macrocode} +% \end{option} +% \end{option} +% % \begin{macro}{\Gin@driver} % Driver in use. % \begin{macrocode} |