[latex3-commits] [git/LaTeX3-latex3-pdfresources] develop: correct docu about the bitset use (b33b2b5)
Ulrike Fischer
fischer at troubleshooting-tex.de
Thu May 6 23:27:11 CEST 2021
Repository : https://github.com/latex3/pdfresources
On branch : develop
Link : https://github.com/latex3/pdfresources/commit/b33b2b5eab2ccb8d6ac9bb18b79a7604a24a22e2
>---------------------------------------------------------------
commit b33b2b5eab2ccb8d6ac9bb18b79a7604a24a22e2
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Thu May 6 23:27:11 2021 +0200
correct docu about the bitset use
>---------------------------------------------------------------
b33b2b5eab2ccb8d6ac9bb18b79a7604a24a22e2
l3pdfannot.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3pdfannot.dtx b/l3pdfannot.dtx
index a066daf..5c405d5 100644
--- a/l3pdfannot.dtx
+++ b/l3pdfannot.dtx
@@ -354,9 +354,9 @@
% /F flag in an annotation.
% It can be used for example like this:
% \begin{verbatim}
-% \pdfannot_dict_put:nnn {link/URI} {F}
-% { \bitset_to_arabic:N \l_pdfannot_F_bitset }
% \bitset_set_true:Nn \l_pdfannot_F_bitset {Print}
+% \pdfannot_dict_put:nnx {link/URI} {F}
+% { \bitset_to_arabic:N \l_pdfannot_F_bitset }
% \end{verbatim}
% The known keys for the bitset are |Invisible|, |Hidden|,
% |Print|, |NoZoom|, |NoRotate|, |NoView|, |ReadOnly|, |Locked|, |ToggleNoView|,
More information about the latex3-commits
mailing list.