[latex3-commits] [latex2e-public] r1504 - Introduce decodearray key for graphics
noreply at latex-project.org
noreply at latex-project.org
Sun Jun 25 11:21:19 CEST 2017
Author: joseph
Date: 2017-06-25 11:21:18 +0200 (Sun, 25 Jun 2017)
New Revision: 1504
Modified:
trunk/required/graphics/graphics.dtx
trunk/required/graphics/graphicx.dtx
Log:
Introduce decodearray key for graphics
Modified: trunk/required/graphics/graphics.dtx
===================================================================
--- trunk/required/graphics/graphics.dtx 2017-06-22 12:53:50 UTC (rev 1503)
+++ trunk/required/graphics/graphics.dtx 2017-06-25 09:21:18 UTC (rev 1504)
@@ -19,7 +19,7 @@
%<driver> \ProvidesFile{graphics.drv}
% \fi
% \ProvidesFile{graphics.dtx}
- [2017/06/13 v1.2b Standard LaTeX Graphics (DPC,SPQR)]
+ [2017/06/25 v1.2c Standard LaTeX Graphics (DPC,SPQR)]
%
% \iffalse
%<*driver>
@@ -1197,6 +1197,15 @@
% \end{macrocode}
% \end{macro}
%
+% \begin{macro}{\Gin at decode}
+% \changes{v1.2c}{2017/06/25}
+% {New macro}
+% In the standard interface this is a no-op, but needs to be defined
+% to allow the caching code to be set up.
+% \begin{macrocode}
+\let\Gin at decode\@empty
+% \end{macrocode}
+% \end{macro}
%
% \begin{macro}{\Gin at exclamation}
% \changes{v0.7g}{1995/12/06}{Macro added}
Modified: trunk/required/graphics/graphicx.dtx
===================================================================
--- trunk/required/graphics/graphicx.dtx 2017-06-22 12:53:50 UTC (rev 1503)
+++ trunk/required/graphics/graphicx.dtx 2017-06-25 09:21:18 UTC (rev 1504)
@@ -555,6 +555,16 @@
% \end{macrocode}
% \end{key}
%
+% \begin{key}{Gin}{decodearray}
+% \changes{v1.1b}{2017/06/25}{New decodearray key}
+% For manipulating bitmap images.
+% \begin{macrocode}
+\define at key{Gin}{decodearray}{%
+ \def\Gin at decode{#1}%
+}
+% \end{macrocode}
+% \end{key}
+%
% \begin{key}{Gin}{quiet}
% \changes{v1.1a}{2017/06/01}{New quiet key}
% Skip writing to the log.
More information about the latex3-commits
mailing list