[latex3-commits] [git/LaTeX3-latex3-hyperref] main: change puenc-greek to puenc-greekbasic (5ca026a)
Ulrike Fischer
fischer at troubleshooting-tex.de
Sat Feb 27 17:30:20 CET 2021
Repository : https://github.com/latex3/hyperref
On branch : main
Link : https://github.com/latex3/hyperref/commit/5ca026a91e0e09ee4209faa567fe6047598f8e4b
>---------------------------------------------------------------
commit 5ca026a91e0e09ee4209faa567fe6047598f8e4b
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sat Feb 27 17:30:20 2021 +0100
change puenc-greek to puenc-greekbasic
>---------------------------------------------------------------
5ca026a91e0e09ee4209faa567fe6047598f8e4b
hyperref.dtx | 8 ++++----
hyperref.ins | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/hyperref.dtx b/hyperref.dtx
index f72ba82..4adc5b6 100644
--- a/hyperref.dtx
+++ b/hyperref.dtx
@@ -48,7 +48,7 @@
%<pd1enc>\ProvidesFile{pd1enc.def}
%<puenc>\ProvidesFile{puenc.def}
%<puextra>\ProvidesFile{puenc-extra.def}
-%<pugreek>\ProvidesFile{puenc-greek.def}
+%<pugreek>\ProvidesFile{puenc-greekbasic.def}
%<puvnenc>\ProvidesFile{puvnenc.def}
%<puarenc>\ProvidesFile{puarenc.def}
%<psdextra>\ProvidesFile{psdextra.def}
@@ -2071,9 +2071,9 @@
\def\HyPsd at LoadExtra{%
\ifHy at psdextra
\ltx at iffileloaded{puenc.def}{%
- \ltx at iffileloaded{puenc-greek.def}{}{%
+ \ltx at iffileloaded{puenc-greekbasic.def}{}{%
\Hy at SaveCatcodeSettings{pu}%
- \input{puenc-greek.def}%
+ \input{puenc-greekbasic.def}%
\Hy at RestoreCatcodeSettings{pu}}%
\Hy at SaveCatcodeSettings{psdextra}%
\input{psdextra.def}%
@@ -22365,7 +22365,7 @@
% Greek is only loaded if \cs{textBeta} is defined.
% \begin{macrocode}
\ifx\textBeta\@undefined \else
-\input{puenc-greek.def}
+\input{puenc-greekbasic.def}
\fi
%</puenc>
%<*pugreek>
diff --git a/hyperref.ins b/hyperref.ins
index a894382..3712f0e 100644
--- a/hyperref.ins
+++ b/hyperref.ins
@@ -83,7 +83,7 @@
\file{hxetex.def}{\from{hyperref.dtx}{xetex,pdfform,outlines}}
\file{pd1enc.def}{\from{hyperref.dtx}{pd1enc}}
\file{puenc.def}{\from{hyperref.dtx}{puenc}}
- \file{puenc-greek.def}{\from{hyperref.dtx}{pugreek}}
+ \file{puenc-greekbasic.def}{\from{hyperref.dtx}{pugreek}}
\file{puenc-extra.def}{\from{hyperref.dtx}{puextra}}
\file{puvnenc.def}{\from{hyperref.dtx}{puvnenc}}
\file{puarenc.def}{\from{hyperref.dtx}{puarenc}}
More information about the latex3-commits
mailing list.