[latex3-commits] [git/LaTeX3-latex3-pdfresources] reworking-annot: documentation changes (7fa5cf5)
Ulrike Fischer
fischer at troubleshooting-tex.de
Thu Jan 7 20:54:54 CET 2021
Repository : https://github.com/latex3/pdfresources
On branch : reworking-annot
Link : https://github.com/latex3/pdfresources/commit/7fa5cf52bf6282b11ce3e84df5fd1df100e20732
>---------------------------------------------------------------
commit 7fa5cf52bf6282b11ce3e84df5fd1df100e20732
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Thu Jan 7 20:54:54 2021 +0100
documentation changes
>---------------------------------------------------------------
7fa5cf52bf6282b11ce3e84df5fd1df100e20732
hyperref-generic.dtx | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/hyperref-generic.dtx b/hyperref-generic.dtx
index dc2c00d..ed25b25 100644
--- a/hyperref-generic.dtx
+++ b/hyperref-generic.dtx
@@ -93,12 +93,20 @@
% As the handling of the outlines are delegated to the \pkg{bookmark} package, they
% will for now still use \cs{pdfstringdef}, but all other strings produced by
% this driver will use a new method based on \cs{text_purify:n} and
-% \cs{str_set_convert:Nnnn}. This method requires that files are utf8-encoded
-% (at least if non-ascii chars are used in for PDF strings). For normal text
+% \cs{str_set_convert:Nnnn}. For normal text
% it shouldn't matter, but a variety of commands and math are handled differently.
% Like with \cs{pdfstringdef} they are a number of ways to adjust the outcome of
% \cs{text_purify:n}. These are described in the expl3 documentation interface3.pdf.
%
+% Important differences here are
+% \begin{itemize}
+% \item This method requires that files are utf8-encoded
+% (at least if non-ascii chars are used in for PDF strings).
+% \item \emph{All} robust commands are removed, unless an equivalent has been
+% declared.
+% \item Currently the new method is much more silent: it doesn't warn like
+% \pkg{hyperref} if it removes commands.
+% \end{itemize}
% \subsection{Package options from hyperref}
% Not all package options are handled by the driver as this would require adaption
% of \pkg{hyperref}. Options should be set with \cs{hypersetup} after
More information about the latex3-commits
mailing list.