[latex3-commits] [git/LaTeX3-latex3-pdfresources] test-new-hooks: added page/Trans dict (39b7ffe)
Ulrike Fischer
fischer at troubleshooting-tex.de
Sun May 17 00:28:20 CEST 2020
Repository : https://github.com/latex3/pdfresources
On branch : test-new-hooks
Link : https://github.com/latex3/pdfresources/commit/39b7ffee08fcc552542e5b1bde623e88b5f89449
>---------------------------------------------------------------
commit 39b7ffee08fcc552542e5b1bde623e88b5f89449
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sun May 17 00:28:20 2020 +0200
added page/Trans dict
>---------------------------------------------------------------
39b7ffee08fcc552542e5b1bde623e88b5f89449
pdfresources.dtx | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/pdfresources.dtx b/pdfresources.dtx
index a52eeda..0582ee2 100644
--- a/pdfresources.dtx
+++ b/pdfresources.dtx
@@ -1034,7 +1034,16 @@
}
}
% \end{macrocode}
-%
+% \subsection{Convenience local dictionaries}
+% A number of predefined small, local dictionaries, that are perhaps needed.
+% \subsubsection{page/Trans}
+% This is a template for a Trans dictionary that can be used in a page dictionary.
+% \begin{macrocode}
+\pdfdict_new:n {page/Trans}
+\pdfdict_put:nnn {page/Trans}{Type}{/Trans}
+ %keys: /S (name), /D integer, /Dm (name), /M (name), /SS number /B boolean.
+ %decribes transition *to* the page.
+% \end{macrocode}
% \subsection{The \enquote{Info} dictionary (pdfinfo)}
% \begin{NOTE}{UF}
% path: Info
More information about the latex3-commits
mailing list.