[latex3-commits] [latex3/hyperref] movegreek: remove loading of puenc-greekbasic (0ae4100)
github at latex-project.org
github at latex-project.org
Mon May 8 20:33:15 CEST 2023
Repository : https://github.com/latex3/hyperref
On branch : movegreek
Link : https://github.com/latex3/hyperref/commit/0ae4100bc389e360cf027f4a2568f3cd9e827822
>---------------------------------------------------------------
commit 0ae4100bc389e360cf027f4a2568f3cd9e827822
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Mon May 8 20:33:15 2023 +0200
remove loading of puenc-greekbasic
>---------------------------------------------------------------
0ae4100bc389e360cf027f4a2568f3cd9e827822
hyperref.dtx | 42 +++++++++++++++++++++++++++++++++++++-----
1 file changed, 37 insertions(+), 5 deletions(-)
diff --git a/hyperref.dtx b/hyperref.dtx
index dfe514a..ea98e61 100644
--- a/hyperref.dtx
+++ b/hyperref.dtx
@@ -2047,10 +2047,6 @@
\def\HyPsd at LoadExtra{%
\ifHy at psdextra
\ltx at iffileloaded{puenc.def}{%
- \ltx at iffileloaded{puenc-greekbasic.def}{}{%
- \Hy at SaveCatcodeSettings{pu}%
- \input{puenc-greekbasic.def}%
- \Hy at RestoreCatcodeSettings{pu}}%
\Hy at SaveCatcodeSettings{psdextra}%
\input{psdextra.def}%
\Hy at RestoreCatcodeSettings{psdextra}%
@@ -21733,7 +21729,7 @@
% Greek is only loaded if \cs{textBeta} is defined.
% \begin{macrocode}
\ifx\textBeta\@undefined \else
-\input{puenc-greekbasic.def}
+\input{puenc-greek.def}
\fi
%</puenc>
%<*pugreek>
@@ -25515,6 +25511,42 @@
% \begin{macrocode}
%<*psdextra>
\Hy at VersionCheck{psdextra.def}
+\DeclareTextCommand{\textGamma}{PU}{\83\223}%* U+0393
+\DeclareTextCommand{\textDelta}{PU}{\83\224}%* U+0394
+\DeclareTextCommand{\textTheta}{PU}{\83\230}%* U+0398
+\DeclareTextCommand{\textLambda}{PU}{\83\233}%* U+039B
+\DeclareTextCommand{\textXi}{PU}{\83\236}%* U+039E
+\DeclareTextCommand{\textPi}{PU}{\83\240}%* U+03A0
+\DeclareTextCommand{\textSigma}{PU}{\83\243}%* U+03A3
+\DeclareTextCommand{\textUpsilon}{PU}{\83\245}%* U+03A5
+\DeclareTextCommand{\textPhi}{PU}{\83\246}%* U+03A6
+\DeclareTextCommand{\textChi}{PU}{\83\247}% U+03A7
+\DeclareTextCommand{\textPsi}{PU}{\83\250}%* U+03A8
+\DeclareTextCommand{\textOmega}{PU}{\83\251}%* U+03A9
+\DeclareTextCommand{\textalpha}{PU}{\83\261}%* U+03B1
+\DeclareTextCommand{\textbeta}{PU}{\83\262}%* U+03B2
+\DeclareTextCommand{\textgamma}{PU}{\83\263}%* U+03B3
+\DeclareTextCommand{\textdelta}{PU}{\83\264}%* U+03B4
+\DeclareTextCommand{\textepsilon}{PU}{\83\265}%* U+03B5
+\DeclareTextCommand{\textzeta}{PU}{\83\266}%* U+03B6
+\DeclareTextCommand{\texteta}{PU}{\83\267}%* U+03B7
+\DeclareTextCommand{\texttheta}{PU}{\83\270}%* U+03B8
+\DeclareTextCommand{\textiota}{PU}{\83\271}%* U+03B9
+\DeclareTextCommand{\textkappa}{PU}{\83\272}%* U+03BA
+\DeclareTextCommand{\textlambda}{PU}{\83\273}%* U+03BB
+\DeclareTextCommand{\textmugreek}{PU}{\83\274}%* U+03BC
+\DeclareTextCommand{\textnu}{PU}{\83\275}%* U+03BD
+\DeclareTextCommand{\textxi}{PU}{\83\276}%* U+03BE
+\DeclareTextCommand{\textpi}{PU}{\83\300}%* U+03C0
+\DeclareTextCommand{\textrho}{PU}{\83\301}%* U+03C1
+\DeclareTextCommand{\textvarsigma}{PU}{\83\302}%* U+03C2
+\DeclareTextCommand{\textsigma}{PU}{\83\303}%* U+03C3
+\DeclareTextCommand{\texttau}{PU}{\83\304}%* U+03C4
+\DeclareTextCommand{\textupsilon}{PU}{\83\305}%* U+03C5
+\DeclareTextCommand{\textphi}{PU}{\83\306}%* U+03C6
+\DeclareTextCommand{\textchi}{PU}{\83\307}%* U+03C7
+\DeclareTextCommand{\textpsi}{PU}{\83\310}%* U+03C8
+\DeclareTextCommand{\textomega}{PU}{\83\311}%* U+03C9
\newcommand*{\psdmapshortnames}{%
\let\MVPlus\textMVPlus
\let\MVComma\textMVComma
More information about the latex3-commits
mailing list.