[latex3-commits] [git/LaTeX3-latex3-pdfresources] master: First set of notes on pgf (e4de9e8)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Mar 4 17:10:55 CET 2019


Repository : https://github.com/latex3/pdfresources
On branch  : master
Link       : https://github.com/latex3/pdfresources/commit/e4de9e8a6ad0ad51b6327e2518a0130253a14d5e

>---------------------------------------------------------------

commit e4de9e8a6ad0ad51b6327e2518a0130253a14d5e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Mar 4 16:10:55 2019 +0000

    First set of notes on pgf


>---------------------------------------------------------------

e4de9e8a6ad0ad51b6327e2518a0130253a14d5e
 pdfresources.dtx |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/pdfresources.dtx b/pdfresources.dtx
index 1f4d76a..5dea8e2 100644
--- a/pdfresources.dtx
+++ b/pdfresources.dtx
@@ -49,6 +49,20 @@
 %
 % \subsection{\pkg{pkg}}
 %
+% In \pkg{pgf}, resource management is set up in the file |pgfutil-common.tex|.
+% This then provides three functions for adding to the resources, all of which
+% are objects:
+% \begin{itemize}
+%   \item \cs{pgfutil at addpdfresource@extgs}: Extended graphics state
+%   \item \cs{pgfutil at addpdfresource@colorspaces}: Color spaces
+%   \item \cs{pgfutil at addpdfresource@patterns}: Pattterns
+% \end{itemize}
+% All of these are additive.
+%
+% To support these functions, there are a series of set-up macros which install
+% these resources. That has to take place for every page: the exact route
+% therefore depends on the driver.
+%
 % \subsection{\pkg{media9}}
 %
 % \maketitle





More information about the latex3-commits mailing list