summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hyperref
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-02-11 22:54:15 +0000
committerKarl Berry <karl@freefriends.org>2021-02-11 22:54:15 +0000
commitc7d381cb401ac7ed825998d0ebdb163d1bb26c5d (patch)
treefd6167b0024ce89a89a3f8555cb4b403a49353b9 /Master/texmf-dist/tex/latex/hyperref
parent7ed849b53511dab41848dcbb5b1fa9b753761456 (diff)
hyperref (11feb21)
git-svn-id: svn://tug.org/texlive/trunk@57713 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref')
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def5
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hdvips.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hdvipson.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hdviwind.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hluatex.def4
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hpdftex.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/htex4ht.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/htexture.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hvtex.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hxetex.def5
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hyperref.sty22
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hypertex.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/nohyperref.sty2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/pd1enc.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/pdfmark.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/psdextra.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/puarenc.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/puenc-extra.def4
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/puenc-greek.def134
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/puenc.def101
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/puvnenc.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/xr-hyper.sty2
26 files changed, 187 insertions, 126 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
index ecbbed9aab7..56ca8175c5e 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
@@ -33,9 +33,11 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdvipdfm.def}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref driver for dvipdfm]
\Hy@VersionCheck{hdvipdfm.def}
+\special{pdf:majorversion \Hy@pdf@majorversion}
+\special{pdf:minorversion \Hy@pdf@minorversion}
\def\Hy@PutCatalog#1{\@pdfm@mark{docview <<#1>>}}
\ifHy@pdfpagelabels
\def\HyPL@StorePageLabel#1{%
@@ -125,6 +127,7 @@
\let#1\Hy@gtemp
}%
\fi
+\special{dvipdfmx:config C 0x0010}
\providecommand*{\XR@ext}{pdf}
\Hy@setbreaklinks{true}
\def\HyPat@ObjRef{%
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvips.def b/Master/texmf-dist/tex/latex/hyperref/hdvips.def
index f77b1b3d94f..ecff6531e6a 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hdvips.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hdvips.def
@@ -33,7 +33,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdvips.def}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref driver for dvips]
\Hy@VersionCheck{hdvips.def}
\providecommand*{\XR@ext}{pdf}
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipson.def b/Master/texmf-dist/tex/latex/hyperref/hdvipson.def
index ed53b1dfff5..30a2dc98390 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hdvipson.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hdvipson.def
@@ -33,7 +33,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdvipson.def}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref driver for dvipsone]
\Hy@VersionCheck{hdvipson.def}
\providecommand*{\XR@ext}{pdf}
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdviwind.def b/Master/texmf-dist/tex/latex/hyperref/hdviwind.def
index f24c916d136..9c6bd7dd228 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hdviwind.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hdviwind.def
@@ -33,7 +33,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdviwind.def}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref driver for dviwindo]
\Hy@VersionCheck{hdviwind.def}
\begingroup
diff --git a/Master/texmf-dist/tex/latex/hyperref/hluatex.def b/Master/texmf-dist/tex/latex/hyperref/hluatex.def
index 1bba8280f5e..5cc358356ae 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hluatex.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hluatex.def
@@ -34,10 +34,10 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hluatex.def}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref driver for luaTeX]
\Hy@VersionCheck{hluatex.def}
-%% 2021-02-08 v7.00i
+%% 2021-02-10 v7.00j
%% force unicode encoding, see issue #101
%% code mostly copied from hxetex.def
\HyPsd@LoadUnicode
diff --git a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def
index d286ea1ab7b..0920a898283 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def
@@ -33,7 +33,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hpdftex.def}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref driver for pdfTeX]
\Hy@VersionCheck{hpdftex.def}
\pdf@ifdraftmode{%
diff --git a/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg b/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg
index 3931b050135..88b1d372096 100644
--- a/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg
+++ b/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg
@@ -33,7 +33,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{htex4ht.cfg}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref configuration file for TeX4ht]
\IfFileExists{\jobname.cfg}{\endinput}{}
\Preamble{html}
diff --git a/Master/texmf-dist/tex/latex/hyperref/htex4ht.def b/Master/texmf-dist/tex/latex/hyperref/htex4ht.def
index ffe01142e32..993c4025262 100644
--- a/Master/texmf-dist/tex/latex/hyperref/htex4ht.def
+++ b/Master/texmf-dist/tex/latex/hyperref/htex4ht.def
@@ -33,7 +33,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{htex4ht.def}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref driver for TeX4ht]
\Hy@VersionCheck{htex4ht.def}
\providecommand*{\XR@ext}{html}
diff --git a/Master/texmf-dist/tex/latex/hyperref/htexture.def b/Master/texmf-dist/tex/latex/hyperref/htexture.def
index 1b935116336..64f2efd0ebf 100644
--- a/Master/texmf-dist/tex/latex/hyperref/htexture.def
+++ b/Master/texmf-dist/tex/latex/hyperref/htexture.def
@@ -33,7 +33,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{htexture.def}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref driver for Textures]
\Hy@VersionCheck{htexture.def}
\providecommand*{\XR@ext}{pdf}
diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtex.def b/Master/texmf-dist/tex/latex/hyperref/hvtex.def
index 89b28caeb35..9310ab26e21 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hvtex.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hvtex.def
@@ -33,7 +33,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hvtex.def}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref driver for VTeX in PDF/PS mode]
\Hy@VersionCheck{hvtex.def}
\providecommand*{\XR@ext}{pdf}
diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def
index e4cff72a31c..1dfc787bbaf 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def
@@ -33,7 +33,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hvtexhtml.def}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref driver for VTeX in HTML mode]
\Hy@VersionCheck{hvtexhtm.def}
\providecommand*{\XR@ext}{htm}
diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def b/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def
index 9bbd6e0cb9e..83d128a760b 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def
@@ -33,7 +33,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hvtexmrk.def}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref driver for VTeX in PDF/PS mode (pdfmark specials)]
\Hy@VersionCheck{hvtexmrk.def}
\providecommand*{\XR@ext}{pdf}
diff --git a/Master/texmf-dist/tex/latex/hyperref/hxetex.def b/Master/texmf-dist/tex/latex/hyperref/hxetex.def
index c145eb22a3e..48a11dffe10 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hxetex.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hxetex.def
@@ -33,7 +33,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hxetex.def}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref driver for XeTeX]
\Hy@VersionCheck{hxetex.def}
\HyPsd@LoadUnicode
@@ -76,6 +76,8 @@
\setlength{\dimen@}{#1}%
\special{dvipdfmx:config g \strip@pt\dimen@}%
\endgroup}
+\special{pdf:majorversion \Hy@pdf@majorversion}
+\special{pdf:minorversion \Hy@pdf@minorversion}
\def\Hy@PutCatalog#1{\@pdfm@mark{docview <<#1>>}}
\ifHy@pdfpagelabels
\def\HyPL@StorePageLabel#1{%
@@ -212,6 +214,7 @@
}%
\Hy@DisableOption{setpagesize}%
}
+\special{dvipdfmx:config C 0x0010}
\providecommand*{\XR@ext}{pdf}
\Hy@setbreaklinks{true}
\def\HyPat@ObjRef{%
diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def b/Master/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def
index cf72c94fc6a..05668066da4 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def
@@ -33,7 +33,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hyperref-langpatches.def}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref: patches for babel languages]
\ltx@IfUndefined{spanish@sh@>@sel}{}{%
\def\HyPsd@babel@spanish{%
diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
index e0d6f1e454d..29144b172dc 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
+++ b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
@@ -34,7 +34,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{hyperref}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hypertext links for LaTeX]
\begingroup
\@makeother\`%
@@ -313,6 +313,12 @@
\Hy@pdftoolbartrue
\Hy@typexmlfalse
\Hy@unicodetrue
+\ifx\kanjiskip\@undefined
+\else
+ \ifx\forcecjktoken\@undefined
+ \Hy@unicodefalse
+ \fi
+\fi
\Hy@pdfusetitlefalse
\Hy@verbosefalse
\Hy@pdfwindowuitrue
@@ -758,6 +764,10 @@
\def\HyPsd@LoadExtra{%
\ifHy@psdextra
\ltx@iffileloaded{puenc.def}{%
+ \ltx@iffileloaded{puenc-greek.def}{}{%
+ \Hy@SaveCatcodeSettings{pu}%
+ \input{puenc-greek.def}%
+ \Hy@RestoreCatcodeSettings{pu}}%
\Hy@SaveCatcodeSettings{psdextra}%
\input{psdextra.def}%
\Hy@RestoreCatcodeSettings{psdextra}%
@@ -2157,7 +2167,11 @@
\let\Hy@RestoreLastskip\relax
\ifvmode
\ifdim\lastskip=\z@
- \let\Hy@RestoreLastskip\nobreak
+ \ifnum\lastnodetype=11 %
+ \let\Hy@RestoreLastskip\nobreak
+ \else
+ \let\Hy@RestoreLastskip\relax
+ \fi
\else
\begingroup
\skip@=-\lastskip
@@ -2483,6 +2497,7 @@
\def\HyPsd@pdfencoding@pdfdoc{pdfdoc}
\def\HyPsd@pdfencoding@unicode{unicode}
\let\HyPsd@pdfencoding\HyPsd@pdfencoding@unicode
+\HyPsd@LoadUnicode
\def\HyPsd@LoadStringEnc{%
\RequirePackage{stringenc}[2009/12/15]%
\let\HyPsd@LoadStringEnc\relax
@@ -4056,9 +4071,6 @@
}
\let\ReadBookmarks\relax
\ProcessKeyvalOptions{Hyp}
-\ifHy@unicode
- \HyPsd@LoadUnicode
-\fi
\def\Hy@xspace@end{}
\ltx@IfUndefined{xspaceaddexceptions}{%
\Hy@AtBeginDocument{%
diff --git a/Master/texmf-dist/tex/latex/hyperref/hypertex.def b/Master/texmf-dist/tex/latex/hyperref/hypertex.def
index 64ed0412c80..1bb92b8c80e 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hypertex.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hypertex.def
@@ -33,7 +33,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hypertex.def}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref driver for HyperTeX specials]
\Hy@VersionCheck{hypertex.def}
\providecommand*{\XR@ext}{dvi}
diff --git a/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty b/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty
index 7e225e3aac5..a13623fd4d5 100644
--- a/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty
+++ b/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty
@@ -34,7 +34,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{nohyperref}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Dummy hyperref (SR)]
\RequirePackage{letltxmacro}[2008/06/13]
\let\hyper@@anchor\@gobble
diff --git a/Master/texmf-dist/tex/latex/hyperref/pd1enc.def b/Master/texmf-dist/tex/latex/hyperref/pd1enc.def
index b23c313df58..b9372644473 100644
--- a/Master/texmf-dist/tex/latex/hyperref/pd1enc.def
+++ b/Master/texmf-dist/tex/latex/hyperref/pd1enc.def
@@ -33,7 +33,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{pd1enc.def}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref: PDFDocEncoding definition (HO)]
\DeclareFontEncoding{PD1}{}{}
\DeclareTextAccent{\`}{PD1}{\textasciigrave}
diff --git a/Master/texmf-dist/tex/latex/hyperref/pdfmark.def b/Master/texmf-dist/tex/latex/hyperref/pdfmark.def
index b77cf276a2d..8e8364fcd09 100644
--- a/Master/texmf-dist/tex/latex/hyperref/pdfmark.def
+++ b/Master/texmf-dist/tex/latex/hyperref/pdfmark.def
@@ -33,7 +33,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{pdfmark.def}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref definitions for pdfmark specials]
\Hy@VersionCheck{pdfmark.def}
\begingroup
diff --git a/Master/texmf-dist/tex/latex/hyperref/psdextra.def b/Master/texmf-dist/tex/latex/hyperref/psdextra.def
index e5dcc78448a..66d1f021116 100644
--- a/Master/texmf-dist/tex/latex/hyperref/psdextra.def
+++ b/Master/texmf-dist/tex/latex/hyperref/psdextra.def
@@ -33,7 +33,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{psdextra.def}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref: Additions to PDF string support]
\Hy@VersionCheck{psdextra.def}
\newcommand*{\psdmapshortnames}{%
diff --git a/Master/texmf-dist/tex/latex/hyperref/puarenc.def b/Master/texmf-dist/tex/latex/hyperref/puarenc.def
index f72d08a928b..aeddb6d9d61 100644
--- a/Master/texmf-dist/tex/latex/hyperref/puarenc.def
+++ b/Master/texmf-dist/tex/latex/hyperref/puarenc.def
@@ -33,7 +33,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{puarenc.def}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref: Additions to puenc.def for Arabi]
\DeclareTextCommand{\hamza}{PU}{\86\041}% U+0621
\DeclareTextCommand{\alefmadda}{PU}{\86\042}% U+0622
diff --git a/Master/texmf-dist/tex/latex/hyperref/puenc-extra.def b/Master/texmf-dist/tex/latex/hyperref/puenc-extra.def
index c2b26d4fd17..61c48b54d3c 100644
--- a/Master/texmf-dist/tex/latex/hyperref/puenc-extra.def
+++ b/Master/texmf-dist/tex/latex/hyperref/puenc-extra.def
@@ -32,8 +32,8 @@
%% The list of all files belonging to the `Hyperref Bundle' is
%% given in the file `manifest.txt'.
%%
-\ProvidesFile{puencextra.def}
- [2021-02-08 v7.00i %
+\ProvidesFile{puenc-extra.def}
+ [2021-02-10 v7.00j %
Hyperref: PDF Unicode extra definition (HO)]
\DeclareTextCommand{\G}{PU}[1]{#1\83\017}% U+030F
\DeclareTextCompositeCommand{\G}{PU}{\@empty}{\textdoublegrave}%
diff --git a/Master/texmf-dist/tex/latex/hyperref/puenc-greek.def b/Master/texmf-dist/tex/latex/hyperref/puenc-greek.def
new file mode 100644
index 00000000000..2bbb9c9433f
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/hyperref/puenc-greek.def
@@ -0,0 +1,134 @@
+%%
+%% This is file `puenc-greek.def',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% hyperref.dtx (with options: `pugreek')
+%%
+%% File: hyperref.dtx
+%% Copyright
+%% 1995-2001 Sebastian Rahtz, with portions written by David Carlisle and Heiko Oberdiek,
+%% 2001-2015 Heiko Oberdiek.
+%% 2016-2019 Oberdiek Package Support Group
+%% 2019-2021 LaTeX Project
+%% https://github.com/latex3/hyperref/issues
+%%
+%% This file is part of the `Hyperref Bundle'.
+%% -------------------------------------------
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainer of this work is the LaTeX Project.
+%%
+%% The list of all files belonging to the `Hyperref Bundle' is
+%% given in the file `manifest.txt'.
+%%
+\ProvidesFile{puenc-greek.def}
+ [2021-02-10 v7.00j %
+ Hyperref: PDF Unicode definition (greek block) (HO)]
+\DeclareTextCommand{\textnumeralsigngreek}{PU}{\83\164}% U+0374
+\DeclareTextCommand{\textdexiakeraia}{PU}{\83\164}% U+0374
+\DeclareTextCommand{\textnumeralsignlowergreek}{PU}{\83\165}% U+0375
+\DeclareTextCommand{\textaristerikeraia}{PU}{\83\165}% U+0375
+\DeclareTextCompositeCommand{\'}{PU}{\textAlpha}{\83\206}% U+0386
+\DeclareTextCompositeCommand{\'}{PU}{\textEpsilon}{\83\210}% U+0388
+\DeclareTextCompositeCommand{\'}{PU}{\textEta}{\83\211}% U+0389
+\DeclareTextCompositeCommand{\'}{PU}{\textIota}{\83\212}% U+038A
+\DeclareTextCompositeCommand{\'}{PU}{\textOmicron}{\83\214}% U+038C
+\DeclareTextCompositeCommand{\'}{PU}{\textUpsilon}{\83\216}% U+038E
+\DeclareTextCompositeCommand{\'}{PU}{\textOmega}{\83\217}% U+038F
+\DeclareTextCompositeCommand{\'}{PU}{\textIotadieresis}{\83\220}% U+0390
+\DeclareTextCommand{\textAlpha}{PU}{\83\221}% U+0391
+\DeclareTextCommand{\textBeta}{PU}{\83\222}% U+0392
+\DeclareTextCommand{\textGamma}{PU}{\83\223}%* U+0393
+\DeclareTextCommand{\textDelta}{PU}{\83\224}%* U+0394
+\DeclareTextCommand{\textEpsilon}{PU}{\83\225}% U+0395
+\DeclareTextCommand{\textZeta}{PU}{\83\226}% U+0396
+\DeclareTextCommand{\textEta}{PU}{\83\227}% U+0397
+\DeclareTextCommand{\textTheta}{PU}{\83\230}%* U+0398
+\DeclareTextCommand{\textIota}{PU}{\83\231}% U+0399
+\DeclareTextCommand{\textKappa}{PU}{\83\232}% U+039A
+\DeclareTextCommand{\textLambda}{PU}{\83\233}%* U+039B
+\DeclareTextCommand{\textMu}{PU}{\83\234}% U+039C
+\DeclareTextCommand{\textNu}{PU}{\83\235}% U+039D
+\DeclareTextCommand{\textXi}{PU}{\83\236}%* U+039E
+\DeclareTextCommand{\textOmicron}{PU}{\83\237}% U+039F
+\DeclareTextCommand{\textPi}{PU}{\83\240}%* U+03A0
+\DeclareTextCommand{\textRho}{PU}{\83\241}% U+03A1
+\DeclareTextCommand{\textSigma}{PU}{\83\243}%* U+03A3
+\DeclareTextCommand{\textTau}{PU}{\83\244}% U+03A4
+\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{\textIotadieresis}{PU}{\83\252}% U+03AA
+\DeclareTextCompositeCommand{\"}{PU}{\textIota}{\83\252}% U+03AA
+\DeclareTextCompositeCommand{\"}{PU}{\textUpsilon}{\83\253}% U+03AB
+\DeclareTextCompositeCommand{\'}{PU}{\textalpha}{\83\254}%* U+03AC
+\DeclareTextCompositeCommand{\'}{PU}{\textepsilon}{\83\255}% U+03AD
+\DeclareTextCompositeCommand{\'}{PU}{\texteta}{\83\256}% U+03AE
+\DeclareTextCompositeCommand{\'}{PU}{\textiota}{\83\257}% U+03AF
+\DeclareTextCompositeCommand{\"}{PU}{\textupsilonacute}{\83\260}% U+03B0
+\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{\textomicron}{PU}{\83\277}% U+03BF
+\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
+\DeclareTextCompositeCommand{\"}{PU}{\textiota}{\83\312}% U+03CA
+\DeclareTextCompositeCommand{\"}{PU}{\textupsilon}{\83\313}% U+03CB
+\DeclareTextCompositeCommand{\'}{PU}{\textomicron}{\83\314}% U+03CC
+\DeclareTextCommand{\textupsilonacute}{PU}{\83\315}% U+03CD
+\DeclareTextCompositeCommand{\'}{PU}{\textupsilon}{\83\315}% U+03CD
+\DeclareTextCompositeCommand{\'}{PU}{\textomega}{\83\316}% U+03CE
+\DeclareTextCommand{\textQoppa}{PU}{\83\330}% U+03D8
+\DeclareTextCommand{\textqoppa}{PU}{\83\331}% U+03D9
+\DeclareTextCommand{\textStigmagreek}{PU}{\83\332}% U+03DA
+\DeclareTextCommand{\textStigma}{PU}{\83\332}% U+03DA
+\DeclareTextCommand{\textstigmagreek}{PU}{\83\333}% U+03DB
+\DeclareTextCommand{\textstigma}{PU}{\83\333}% U+03DB
+\DeclareTextCommand{\textDigammagreek}{PU}{\83\334}% U+03DC
+\DeclareTextCommand{\textDigamma}{PU}{\83\334}% U+03DC
+\DeclareTextCommand{\textdigammagreek}{PU}{\83\335}% U+03DD
+\DeclareTextCommand{\textdigamma}{PU}{\83\335}% U+03DD
+\DeclareTextCommand{\textKoppa}{PU}{\83\336}% U+03DE
+\DeclareTextCommand{\textKoppagreek}{PU}{\83\336}% U+03DE
+\DeclareTextCommand{\textkoppa}{PU}{\83\337}% U+03DF
+\DeclareTextCommand{\textkoppagreek}{PU}{\83\337}% U+03DF
+\DeclareTextCommand{\textSampigreek}{PU}{\83\340}% U+03E0
+\DeclareTextCommand{\textSampi}{PU}{\83\340}% U+03E0
+\DeclareTextCommand{\textsampigreek}{PU}{\83\341}% U+03E1
+\DeclareTextCommand{\textsampi}{PU}{\83\341}% U+03E1
+\DeclareTextCommand{\textbackepsilon}{PU}{\83\366}% U+03F6
+\endinput
+%%
+%% End of file `puenc-greek.def'.
diff --git a/Master/texmf-dist/tex/latex/hyperref/puenc.def b/Master/texmf-dist/tex/latex/hyperref/puenc.def
index 9d7e1a2e314..b43ede6d560 100644
--- a/Master/texmf-dist/tex/latex/hyperref/puenc.def
+++ b/Master/texmf-dist/tex/latex/hyperref/puenc.def
@@ -33,8 +33,8 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{puenc.def}
- [2021-02-08 v7.00i %
- Hyperref: PDF Unicode definition (HO)]
+ [2021-02-10 v7.00j %
+ Hyperref: PDF Unicode definition (HO)]
\DeclareFontEncoding{PU}{}{}
\DeclareTextCommand{\`}{PU}[1]{#1\83\000}% U+0300
\DeclareTextCommand{\'}{PU}[1]{#1\83\001}% U+0301
@@ -42,7 +42,9 @@
\DeclareTextCommand{\~}{PU}[1]{#1\83\003}% U+0303
\DeclareTextCommand{\=}{PU}[1]{#1\83\004}% U+0304
\DeclareTextCommand{\u}{PU}[1]{#1\83\006}% U+0306
+\ifx\CYRDZE\@undefined \else
\DeclareTextCommand{\U}{PU}[1]{#1\83\006}% U+0306
+\fi
\DeclareTextCommand{\.}{PU}[1]{#1\83\007}% U+0307
\DeclareTextCommand{\"}{PU}[1]{#1\83\010}% U+0308
\DeclareTextCommand{\r}{PU}[1]{#1\83\012}% U+030A
@@ -605,100 +607,7 @@
\DeclareTextCommand{\textmacronbelow}{PU}{ \83\061}% U+0331
\DeclareTextCommand{\texttie}{PU}{ \83\141}% U+0361
\ifx\textBeta\@undefined \else
-\DeclareTextCommand{\textnumeralsigngreek}{PU}{\83\164}% U+0374
-\DeclareTextCommand{\textdexiakeraia}{PU}{\83\164}% U+0374
-\DeclareTextCommand{\textnumeralsignlowergreek}{PU}{\83\165}% U+0375
-\DeclareTextCommand{\textaristerikeraia}{PU}{\83\165}% U+0375
-\DeclareTextCompositeCommand{\'}{PU}{\textAlpha}{\83\206}% U+0386
-\DeclareTextCompositeCommand{\'}{PU}{\textEpsilon}{\83\210}% U+0388
-\DeclareTextCompositeCommand{\'}{PU}{\textEta}{\83\211}% U+0389
-\DeclareTextCompositeCommand{\'}{PU}{\textIota}{\83\212}% U+038A
-\DeclareTextCompositeCommand{\'}{PU}{\textOmicron}{\83\214}% U+038C
-\DeclareTextCompositeCommand{\'}{PU}{\textUpsilon}{\83\216}% U+038E
-\DeclareTextCompositeCommand{\'}{PU}{\textOmega}{\83\217}% U+038F
-\DeclareTextCompositeCommand{\'}{PU}{\textIotadieresis}{\83\220}% U+0390
-\DeclareTextCommand{\textAlpha}{PU}{\83\221}% U+0391
-\DeclareTextCommand{\textBeta}{PU}{\83\222}% U+0392
-\DeclareTextCommand{\textGamma}{PU}{\83\223}%* U+0393
-\DeclareTextCommand{\textDelta}{PU}{\83\224}%* U+0394
-\DeclareTextCommand{\textEpsilon}{PU}{\83\225}% U+0395
-\DeclareTextCommand{\textZeta}{PU}{\83\226}% U+0396
-\DeclareTextCommand{\textEta}{PU}{\83\227}% U+0397
-\DeclareTextCommand{\textTheta}{PU}{\83\230}%* U+0398
-\DeclareTextCommand{\textIota}{PU}{\83\231}% U+0399
-\DeclareTextCommand{\textKappa}{PU}{\83\232}% U+039A
-\DeclareTextCommand{\textLambda}{PU}{\83\233}%* U+039B
-\DeclareTextCommand{\textMu}{PU}{\83\234}% U+039C
-\DeclareTextCommand{\textNu}{PU}{\83\235}% U+039D
-\DeclareTextCommand{\textXi}{PU}{\83\236}%* U+039E
-\DeclareTextCommand{\textOmicron}{PU}{\83\237}% U+039F
-\DeclareTextCommand{\textPi}{PU}{\83\240}%* U+03A0
-\DeclareTextCommand{\textRho}{PU}{\83\241}% U+03A1
-\DeclareTextCommand{\textSigma}{PU}{\83\243}%* U+03A3
-\DeclareTextCommand{\textTau}{PU}{\83\244}% U+03A4
-\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{\textIotadieresis}{PU}{\83\252}% U+03AA
-\DeclareTextCompositeCommand{\"}{PU}{\textIota}{\83\252}% U+03AA
-\DeclareTextCompositeCommand{\"}{PU}{\textUpsilon}{\83\253}% U+03AB
-\DeclareTextCompositeCommand{\'}{PU}{\textalpha}{\83\254}%* U+03AC
-\DeclareTextCompositeCommand{\'}{PU}{\textepsilon}{\83\255}% U+03AD
-\DeclareTextCompositeCommand{\'}{PU}{\texteta}{\83\256}% U+03AE
-\DeclareTextCompositeCommand{\'}{PU}{\textiota}{\83\257}% U+03AF
-\DeclareTextCompositeCommand{\"}{PU}{\textupsilonacute}{\83\260}% U+03B0
-\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{\textomicron}{PU}{\83\277}% U+03BF
-\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
-\DeclareTextCompositeCommand{\"}{PU}{\textiota}{\83\312}% U+03CA
-\DeclareTextCompositeCommand{\"}{PU}{\textupsilon}{\83\313}% U+03CB
-\DeclareTextCompositeCommand{\'}{PU}{\textomicron}{\83\314}% U+03CC
-\DeclareTextCommand{\textupsilonacute}{PU}{\83\315}% U+03CD
-\DeclareTextCompositeCommand{\'}{PU}{\textupsilon}{\83\315}% U+03CD
-\DeclareTextCompositeCommand{\'}{PU}{\textomega}{\83\316}% U+03CE
-\DeclareTextCommand{\textQoppa}{PU}{\83\330}% U+03D8
-\DeclareTextCommand{\textqoppa}{PU}{\83\331}% U+03D9
-\DeclareTextCommand{\textStigmagreek}{PU}{\83\332}% U+03DA
-\DeclareTextCommand{\textStigma}{PU}{\83\332}% U+03DA
-\DeclareTextCommand{\textstigmagreek}{PU}{\83\333}% U+03DB
-\DeclareTextCommand{\textstigma}{PU}{\83\333}% U+03DB
-\DeclareTextCommand{\textDigammagreek}{PU}{\83\334}% U+03DC
-\DeclareTextCommand{\textDigamma}{PU}{\83\334}% U+03DC
-\DeclareTextCommand{\textdigammagreek}{PU}{\83\335}% U+03DD
-\DeclareTextCommand{\textdigamma}{PU}{\83\335}% U+03DD
-\DeclareTextCommand{\textKoppa}{PU}{\83\336}% U+03DE
-\DeclareTextCommand{\textKoppagreek}{PU}{\83\336}% U+03DE
-\DeclareTextCommand{\textkoppa}{PU}{\83\337}% U+03DF
-\DeclareTextCommand{\textkoppagreek}{PU}{\83\337}% U+03DF
-\DeclareTextCommand{\textSampigreek}{PU}{\83\340}% U+03E0
-\DeclareTextCommand{\textSampi}{PU}{\83\340}% U+03E0
-\DeclareTextCommand{\textsampigreek}{PU}{\83\341}% U+03E1
-\DeclareTextCommand{\textsampi}{PU}{\83\341}% U+03E1
-\DeclareTextCommand{\textbackepsilon}{PU}{\83\366}% U+03F6
+\input{puenc-greek.def}
\fi
\ifx\CYRDZE\@undefined \else
\DeclareTextCompositeCommand{\`}{PU}{\CYRE}{\84\000}% U+0400
diff --git a/Master/texmf-dist/tex/latex/hyperref/puvnenc.def b/Master/texmf-dist/tex/latex/hyperref/puvnenc.def
index 16bb4e8114d..be4ecee4fb3 100644
--- a/Master/texmf-dist/tex/latex/hyperref/puvnenc.def
+++ b/Master/texmf-dist/tex/latex/hyperref/puvnenc.def
@@ -33,7 +33,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{puvnenc.def}
- [2021-02-08 v7.00i %
+ [2021-02-10 v7.00j %
Hyperref: Additions to puenc.def for VnTeX]
\DeclareTextCommand{\abreve}{PU}{\81\003}% U+0103
\DeclareTextCommand{\acircumflex}{PU}{\80\342}% U+00E2
diff --git a/Master/texmf-dist/tex/latex/hyperref/xr-hyper.sty b/Master/texmf-dist/tex/latex/hyperref/xr-hyper.sty
index b0578b0b5b0..24008ead5b2 100644
--- a/Master/texmf-dist/tex/latex/hyperref/xr-hyper.sty
+++ b/Master/texmf-dist/tex/latex/hyperref/xr-hyper.sty
@@ -61,7 +61,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{xr-hyper}
- [2021-02-08 v7.00i eXternal References (DPC)]
+ [2021-02-10 v7.00j eXternal References (DPC)]
\def\externaldocument{\@testopt\XR@cite{}}
\let\externalcitedocument\externaldocument