[latex3-commits] [git/LaTeX3-latex3-hyperref] testnewkeyval: typos (be4412c)
Ulrike Fischer
fischer at troubleshooting-tex.de
Wed Aug 10 22:44:16 CEST 2022
Repository : https://github.com/latex3/hyperref
On branch : testnewkeyval
Link : https://github.com/latex3/hyperref/commit/be4412cb90e0880133b5742cd03ed3799ba285d7
>---------------------------------------------------------------
commit be4412cb90e0880133b5742cd03ed3799ba285d7
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Wed Aug 10 22:44:16 2022 +0200
typos
>---------------------------------------------------------------
be4412cb90e0880133b5742cd03ed3799ba285d7
ChangeLog.txt | 4 ++++
hyperref.dtx | 16 ++++++----------
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 2b72f66..bd74ac7 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,7 @@
+XXXX-XX-XX
+ * move to new keyval handler
+ * deprecate key pdfencoding, unicode is used always
+
2022-06-20 Ulrike Fischer/David Carlisle
* don't redefine \@secondoffive and \@fifthoffive, issue #238
* add interface to access some pdf related values unchanged (needed by hyperxmp).
diff --git a/hyperref.dtx b/hyperref.dtx
index a7b6477..e38416b 100644
--- a/hyperref.dtx
+++ b/hyperref.dtx
@@ -1589,7 +1589,7 @@
% In order to check the tokens we must separate them. This will be
% done with \TeX's argument parsing. With this method
% we must the following item takes into account, that makes
-% makes things a litte more complicate:
+% makes things a little more complicate:
% \begin{itemize}
% \item \TeX{} does not accept a space as an undelimited argument,
% it cancels space tokens while looking for an undelimited
@@ -1650,7 +1650,7 @@
\expandafter\HyPsd at RemoveMask\expandafter
|\expandafter\@empty#1\HyPsd at End#1%
% \end{macrocode}
-% \cs{HyPsd at CheckCatcodes} should no have removed the tokens with
+% \cs{HyPsd at CheckCatcodes} should now have removed the tokens with
% catcode 3, 4, 7, and 8. Because a parameter token (6) would
% cause to many errors before, there should now be only tokens
% with catcodes 11 or 12. So I think there is no need for
@@ -1673,7 +1673,7 @@
% \end{macrocode}
%
% \paragraph{Backslash.}
-% The double backslash disturbs parsing octal sequenzes, for
+% The double backslash disturbs parsing octal sequences, for
% example in an string like |abc\\051| the sequence \cs{051}
% is detected although the second \cs{} belongs to the
% first backslash.
@@ -1684,7 +1684,7 @@
% \paragraph{Spaces.}
% All spaces have already the form \cs{040}.
% The last postprocessing step will
-% be an optimizing of the spaces, so we already introduce
+% be an optimizing of the spaces, so we introduce
% already the necessary command \cs{HyPsd at SPACEOPTI}.
% But first it is defined to be \cs{relax} in order to
% prevent a too early expansion by an \cs{edef}.
@@ -4655,12 +4655,12 @@
% \begin{macrocode}
\DeclareKeys[hyperref.load]
{
- ,implicit .legacy_if_set:n = {Hy at implicit}
+ ,implicit .legacy_if_set:n = {Hy at implicit}
,implicit .usage:n = load
}
\DeclareKeys
{
- ,draft .legacy_if_set:n = {Hy at draft}
+ ,draft .legacy_if_set:n = {Hy at draft}
,draft .usage:n = preamble
,final .legacy_if_set_inverse:n = {Hy at draft}
,final .usage:n = preamble
@@ -10757,10 +10757,6 @@
%<*xetex>
\HyPsd at LoadUnicode
\Hy at unicodetrue
-\ifx\HyPsd at pdfencoding\HyPsd at pdfencoding@unicode
-\else
- \let\HyPsd at pdfencoding\HyPsd at pdfencoding@auto
-\fi
\HyPsd at LoadStringEnc
\define at key{Hyp}{unicode}[true]{%
\Hy at boolkey{unicode}{#1}%
More information about the latex3-commits
mailing list.