[latex3-commits] [git/LaTeX3-latex3-pdfresources] reworking-annot: pageanchor (de5b45f)
Ulrike Fischer
fischer at troubleshooting-tex.de
Fri Jan 29 17:18:43 CET 2021
Repository : https://github.com/latex3/pdfresources
On branch : reworking-annot
Link : https://github.com/latex3/pdfresources/commit/de5b45fd5b9d31343519c29f58235ee53f57ecfd
>---------------------------------------------------------------
commit de5b45fd5b9d31343519c29f58235ee53f57ecfd
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Fri Jan 29 17:18:43 2021 +0100
pageanchor
>---------------------------------------------------------------
de5b45fd5b9d31343519c29f58235ee53f57ecfd
hyperref-generic.dtx | 10 ++++++++++
info/key-list.tex | 4 ++--
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/hyperref-generic.dtx b/hyperref-generic.dtx
index a74ff39..f4d2d3e 100644
--- a/hyperref-generic.dtx
+++ b/hyperref-generic.dtx
@@ -295,6 +295,8 @@
% \item |plainpages|
% \item |draft|, |final|
% \item |hypertexnames|
+% \item |naturalnames|
+% \item |pageanchor|
% \end{itemize}
%
% Ignored options:
@@ -1954,6 +1956,14 @@
,hypertexnames / true .code:n = { \Hy at hypertexnamestrue}
,hypertexnames / false .code:n = { \Hy at hypertexnamesfalse}
,hypertexnames .default:n = {true}
+ ,naturalnames .choice:
+ ,naturalnames / true .code:n = { \Hy at naturalnamestrue}
+ ,naturalnames / false .code:n = { \Hy at naturalnamesfalse}
+ ,naturalnames .default:n = {true}
+ ,pageanchor .choice:
+ ,pageanchor / true .code:n = { \Hy at pageanchortrue}
+ ,pageanchor / false .code:n = { \Hy at pageanchorfalse}
+ ,pageanchor .default:n = {true}
}
diff --git a/info/key-list.tex b/info/key-list.tex
index 8af00c4..daeb97d 100644
--- a/info/key-list.tex
+++ b/info/key-list.tex
@@ -50,9 +50,9 @@ done & linktocpage & \textit{false} & make page number, not text,
done & menubordercolor & \textit{1 0 0} & color of border around menu links \\
done & menucolor & \textit{red} & color for menu links \\
-- & nativepdf & \textit{false} & an alias for \textsf{dvips} \\
-?? & naturalnames & \textit{false} & use \LaTeX-computed names for links \\
+done & naturalnames & \textit{false} & use \LaTeX-computed names for links \\
?? drop? & nesting & \textit{false} & allow nesting of links \\
-?? & pageanchor & \textit{true} & put an anchor on every page \\
+done & pageanchor & \textit{true} & put an anchor on every page \\
?? & pagebackref & \textit{false} & backreference by page number \\
?? hyperxmp? & pdfauthor & \textit{empty} & text for PDF Author field \\
done (ext) & pdfborder & \textit{0 0 1} & width of PDF link border \\
More information about the latex3-commits
mailing list.