summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hyperref
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-07-29 22:04:20 +0000
committerKarl Berry <karl@freefriends.org>2012-07-29 22:04:20 +0000
commitfe32258562977401195cca3076b1e37bdf9c836a (patch)
tree70bfa31f28ef339f5dd2650b73a1b46e7747c3ce /Master/texmf-dist/tex/latex/hyperref
parent70467f28c321a6700620dd5b77fba19e158047a8 (diff)
hyperref
git-svn-id: svn://tug.org/texlive/trunk@27238 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref')
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/backref.sty82
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def2
-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/hpdftex.def7
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/htex4ht.def5
-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.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hyperref.sty248
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hypertex.def14
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/nameref.sty40
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/nohyperref.sty2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/pd1enc.def12
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/pdfmark.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/psdextra.def1031
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/puarenc.def108
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/puenc.def1088
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/puvnenc.def268
23 files changed, 2557 insertions, 370 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/backref.sty b/Master/texmf-dist/tex/latex/hyperref/backref.sty
index c553bfba9a3..53cee37f0a9 100644
--- a/Master/texmf-dist/tex/latex/hyperref/backref.sty
+++ b/Master/texmf-dist/tex/latex/hyperref/backref.sty
@@ -8,7 +8,7 @@
%%
%% File: backref.dtx
%% Copyright (C) 1995-2000 David Carlisle, Sebastian Rahtz, Heiko Oberdiek
-%% 2001-2010 Heiko Oberdiek
+%% 2001-2012 Heiko Oberdiek
%%
%% This file is part of the `Hyperref Bundle'.
%% -------------------------------------------
@@ -29,32 +29,42 @@
%% given in the file `manifest.txt'.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{backref}
- [2010/08/30 v1.36 Bibliographical back referencing]%
-\newif\ifBR@verbose
-\@ifundefined{ifHy@verbose}{%
- \BR@verbosefalse
-}{%
- \let\ifBR@verbose\ifHy@verbose
+ [2012/07/25 v1.38 Bibliographical back referencing]%
+\RequirePackage{kvoptions}[2011/06/30]
+\RequirePackage{kvsetkeys}[2009/07/30]
+\RequirePackage{ltxcmds}[2009/12/12]
+\SetupKeyvalOptions{%
+ family=backref,%
+ prefix=BR@,%
}
-\DeclareOption{verbose}{\BR@verbosetrue}
+\newcommand*{\backrefsetup}{\kvsetkeys{backref}}
+\DeclareBoolOption[%
+ \ltx@ifundefined{ifHy@verbose}{%
+ false%
+ }{%
+ \ifx\ifHy@verbose\iftrue true\else false\fi
+ }%
+]{verbose}
\long\def\page@backref#1#2#3{#1}
\long\def\section@backref#1#2#3{#2}
\long\def\hyper@section@backref#1#2#3{\hyperlink{#3}{#2}}
\long\def\hyper@page@backref#1#2#3{\hyperlink{page.#1}{#1}}
-\DeclareOption{pageref}{%
+\DeclareVoidOption{pageref}{%
\def\backref{\backrefpagesname\ }%
\let\backrefxxx\page@backref
}
-\DeclareOption{ref}{%
+\DeclareVoidOption{ref}{%
\def\backref{\backrefsectionsname\ }%
\let\backrefxxx\section@backref
}
-\DeclareOption{hyperref}{%
+\DeclareVoidOption{hyperref}{%
\def\backref{}\let\backrefxxx\hyper@section@backref
}
-\DeclareOption{hyperpageref}{%
+\DeclareVoidOption{hyperpageref}{%
\def\backref{}\let\backrefxxx\hyper@page@backref
}
+\DeclareBoolOption[true]{enable}
+\DeclareComplementaryOption{disable}{enable}
\def\backrefenglish{%
\def\backrefpagesname{pages}%
\def\backrefsectionsname{sections}%
@@ -118,7 +128,7 @@
\errmessage{No definitions for language `#2' found!}%
\noexpand\fi
\endgroup
- \noexpand\DeclareOption{#1}{%
+ \noexpand\DeclareVoidOption{#1}{%
\noexpand\BR@addto{\noexpand##1}{\noexpand##2}%
}%
}%
@@ -147,8 +157,18 @@
\BR@DeclareLang{brazilian}{brazil}
\BR@DeclareLang{afrikaans}{afrikaans}
\backrefenglish
-\ExecuteOptions{pageref}
-\ProcessOptions*\relax
+\backrefsetup{pageref}
+\ProcessKeyvalOptions*
+\def\BR@DisableOption#1{%
+ \DisableKeyvalOption[%
+ action=warning,%
+ package=backref,%
+ ]{backref}{#1}%
+}
+\BR@DisableOption{ref}
+\BR@DisableOption{pageref}
+\BR@DisableOption{hyperref}
+\BR@DisableOption{hyperpageref}
\newif\ifbackrefparscan
\backrefparscantrue
\newif\ifBR@BackrefAlt
@@ -390,9 +410,6 @@
}
\def\BR@citex[#1]#2{%
\BRorg@citex[{#1}]{#2}%
- \ifBR@verbose
- \PackageInfo{backref}{back cite \string`#2\string'}%
- \fi
\Hy@backout{#2}%
}
\@ifpackageloaded{chicago}{%
@@ -404,18 +421,27 @@
}{}
\def\Hy@backout#1{%
\@bsphack
- \ifx\@empty\@currentlabel
- \protected@write\@auxout{}{%
- \string\@writefile{brf}{%
- \string\backcite{#1}{{\thepage}{(document)}{Doc-Start}}%
+ \ifBR@enable
+ \ifBR@verbose
+ \PackageInfo{backref}{Back cite \string`#1\string'}%
+ \fi
+ \ifx\@empty\@currentlabel
+ \protected@write\@auxout{}{%
+ \string\@writefile{brf}{%
+ \string\backcite{#1}{{\thepage}{(document)}{Doc-Start}}%
+ }%
}%
- }%
- \else
- \protected@write\@auxout{}{%
- \string\@writefile{brf}{%
- \string\backcite{#1}{{\thepage}{\@currentlabel}{\@currentHref}}%
+ \else
+ \protected@write\@auxout{}{%
+ \string\@writefile{brf}{%
+ \string\backcite{#1}{{\thepage}{\@currentlabel}{\@currentHref}}%
+ }%
}%
- }%
+ \fi
+ \else
+ \ifBR@verbose
+ \PackageInfo{backref}{Disabled back cite \string`#1\string'}%
+ \fi
\fi
\@esphack
}
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
index 33aa284924f..a4d93b949ef 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
@@ -29,7 +29,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdvipdfm.def}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
Hyperref driver for dvipdfm]
\Hy@VersionCheck{hdvipdfm.def}
\def\Hy@PutCatalog#1{\@pdfm@mark{docview << #1 >>}}
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvips.def b/Master/texmf-dist/tex/latex/hyperref/hdvips.def
index 848bad1eb82..b6ba58d0123 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hdvips.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hdvips.def
@@ -29,7 +29,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdvips.def}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
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 9b8c8060b85..32863c9cd45 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hdvipson.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hdvipson.def
@@ -29,7 +29,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdvipson.def}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
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 8b90db287bd..b9fbee6fb65 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hdviwind.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hdviwind.def
@@ -29,7 +29,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdviwind.def}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
Hyperref driver for dviwindo]
\Hy@VersionCheck{hdviwind.def}
\begingroup
diff --git a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def
index eb73095d8de..f658d6c439e 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def
@@ -29,7 +29,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hpdftex.def}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
Hyperref driver for pdfTeX]
\Hy@VersionCheck{hpdftex.def}
\pdf@ifdraftmode{%
@@ -790,7 +790,10 @@
}%
}%
}
-\AtBeginShipout{\Hy@FixNotFirstPage}
+\ltx@ifpackagelater{atbegshi}{2011/10/05}{%
+}{%
+ \AtBeginShipout{\Hy@FixNotFirstPage}%
+}
\def\@Gauge[#1]#2#3#4{% parameters, label, minimum, maximum
\Hy@Message{Sorry, pdftex does not support FORM gauges}%
}
diff --git a/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg b/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg
index 2fa750ec73b..ba41681bff6 100644
--- a/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg
+++ b/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg
@@ -29,7 +29,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{htex4ht.cfg}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
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 5c12c25f0d6..62dba68c07b 100644
--- a/Master/texmf-dist/tex/latex/hyperref/htex4ht.def
+++ b/Master/texmf-dist/tex/latex/hyperref/htex4ht.def
@@ -29,7 +29,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{htex4ht.def}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
Hyperref driver for TeX4ht]
\Hy@VersionCheck{htex4ht.def}
\providecommand*{\XR@ext}{html}
@@ -149,7 +149,8 @@
\fi
\let\backref\ltx@gobble
\AtBeginDocument{%
- \expandafter\let\expandafter\Hy@OrgMakeLabel\csname Make:Label\endcsname
+ \expandafter
+ \let\expandafter\Hy@OrgMakeLabel\csname Make:Label\endcsname
\expandafter\def\csname Make:Label\endcsname#1#2{%
\ifhmode
\Hy@SaveSpaceFactor
diff --git a/Master/texmf-dist/tex/latex/hyperref/htexture.def b/Master/texmf-dist/tex/latex/hyperref/htexture.def
index 81362a1c4f1..7c207792648 100644
--- a/Master/texmf-dist/tex/latex/hyperref/htexture.def
+++ b/Master/texmf-dist/tex/latex/hyperref/htexture.def
@@ -29,7 +29,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{htexture.def}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
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 f2c2dd16454..233dcdfc380 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hvtex.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hvtex.def
@@ -29,7 +29,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hvtex.def}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
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 f5fa55b813c..610e5b6ffb1 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def
@@ -29,7 +29,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hvtexhtml.def}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
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 f93971871cf..b897e14c01d 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def
@@ -29,7 +29,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hvtexmrk.def}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
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 f3c095629e1..2b6d4419592 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hxetex.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hxetex.def
@@ -29,7 +29,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hxetex.def}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
Hyperref driver for XeTeX]
\Hy@VersionCheck{hxetex.def}
\HyPsd@LoadUnicode
diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
index 24440c3c24c..18b149b4e5b 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
+++ b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
@@ -30,7 +30,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{hyperref}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
Hypertext links for LaTeX]
\begingroup
\@makeother\`%
@@ -130,6 +130,7 @@
\RequirePackage{ifxetex}[2006/08/21]
\RequirePackage{hycolor}
\RequirePackage{letltxmacro}[2008/06/13]
+\RequirePackage{auxhook}[2009/12/14]
\def\Hy@Error{\@PackageError{hyperref}}
\def\Hy@Warning{\@PackageWarning{hyperref}}
\def\Hy@WarningNoLine{\@PackageWarningNoLine{hyperref}}
@@ -259,6 +260,7 @@
\newif\ifHy@pdfcenterwindow
\newif\ifHy@CJKbookmarks
\newif\ifHy@colorlinks
+\newif\ifHy@destlabel
\newif\ifHy@draft
\let\Hy@finaltrue\Hy@draftfalse
\let\Hy@finalfalse\Hy@drafttrue
@@ -288,6 +290,7 @@
\newif\ifHy@seminarslides
\newif\ifHy@setpagesize
\newif\ifHy@texht
+\newif\ifHy@psdextra
\newif\ifHy@pdftoolbar
\newif\ifHy@unicode
\newif\ifHy@pdfusetitle
@@ -304,6 +307,7 @@
\Hy@breaklinksfalse
\Hy@pdfcenterwindowfalse
\Hy@CJKbookmarksfalse
+\Hy@destlabelfalse
\Hy@pdfescapeformfalse
\Hy@hyperfiguresfalse
\Hy@pdffitwindowfalse
@@ -326,6 +330,7 @@
\Hy@raiselinksfalse
\Hy@setpagesizetrue
\Hy@texhtfalse
+\Hy@psdextrafalse
\Hy@pdftoolbartrue
\Hy@typexmlfalse
\Hy@unicodefalse
@@ -481,11 +486,19 @@
\let\phantom\@gobble
\let\vphantom\@gobble
\let\hphantom\@gobble
+ \let\ding\HyPsd@ding
+ \let\Cube\HyPsd@DieFace
\def\begin#1{\csname#1\endcsname}%
\def\end#1{\csname end#1\endcsname}%
\def\textcolor##1##{\@secondoftwo}%
\def\MakeUppercase{\MakeUppercaseUnsupportedInPdfStrings}%
\def\MakeLowercase{\MakeLowercaseUnsupportedInPdfStrings}%
+ \ifHy@psdextra
+ \ifHy@unicode
+ \csname psdmapshortnames\endcsname
+ \csname psdaliasnames\endcsname
+ \fi
+ \fi
\let\foreignlanguage\@secondoftwo
\let\textlatin\@firstofone
\ltx@IfUndefined{language@group}{}{%
@@ -524,6 +537,7 @@
\def\halign{\pdfstringdefWarn\halign\@gobble}%
\let\ignorespaces\HyPsd@ignorespaces
\let\Hy@SectionAnchorHref\@gobble
+ \let\ensuremath\@firstofone
\HyPsd@CJKhook
\Hy@pdfstringtrue
\pdfstringdefPreHook
@@ -576,7 +590,8 @@
}%
\expandafter\HyPsd@RemoveMask\expandafter
|\expandafter\@empty#1\HyPsd@End#1%
- \expandafter\HyPsd@Subst\expandafter{\HyPsd@GLYPHERR}{\relax}#1%
+ \expandafter
+ \HyPsd@Subst\expandafter{\HyPsd@GLYPHERR}{\relax}#1%
\let\HyPsd@String\@empty
\expandafter\HyPsd@GlyphProcess#1\relax\@empty
\global\let#1\HyPsd@String
@@ -772,7 +787,7 @@
\DeclareFontFamily{PD1}{pdf}{}
\DeclareFontShape{PD1}{pdf}{m}{n}{ <-> cmr10 }{}
\DeclareFontSubstitution{PD1}{pdf}{m}{n}
-\def\HyPsd@InitUnicode{%
+\def\HyPsd@LoadUnicode{%
\@ifundefined{T@PU}{%
\input{puenc.def}%
\HyLinguex@Restore
@@ -780,7 +795,8 @@
\DeclareFontFamily{PU}{pdf}{}%
\DeclareFontShape{PU}{pdf}{m}{n}{ <-> cmr10 }{}%
\DeclareFontSubstitution{PU}{pdf}{m}{n}%
- \let\HyPsd@InitUnicode\relax
+ \input{psdextra.def}%
+ \let\HyPsd@LoadUnicode\relax
}
\def\texorpdfstring{%
\ifHy@pdfstring
@@ -2220,6 +2236,117 @@
into preamble]%
\fi
}%
+\def\HyPsd@DieFace#1{%
+ \ifHy@unicode
+ \ifnum#1<1 %
+ \HyPsd@UnicodeReplacementCharacter
+ \else
+ \ifnum#1>6 %
+ \9046\205%
+ \expandafter\expandafter\expandafter
+ \HyPsd@DieFaceLarge\intcalcSub{#1}{6}!%
+ \else
+ \9046\20\intcalcDec{#1}%
+ \fi
+ \fi
+ \else
+ .% Die faces are not part of PDFDocEncoding
+ \fi
+}
+\def\HyPsd@DieFaceLarge#1!{%
+ \ifnum#1>6 %
+ \expandafter\ltx@firstoftwo
+ \else
+ \expandafter\ltx@secondoftwo
+ \fi
+ {%
+ \9046\205%
+ \expandafter\expandafter\expandafter
+ \HyPsd@DieFaceLarge\IntCalcSub#1!6!!%
+ }{%
+ \9046\20\IntCalcDec#1!%
+ }%
+}
+\def\HyPsd@MoonPha#1{%
+ \ifcase\intcalcNum{#1} %
+ \HyPsd@UnicodeReplacementCharacter
+ \or % 1
+ \9330\074\9337\032%
+ \or % 2
+ \HyPsd@UnicodeReplacementCharacter
+ \or % 3
+ \9330\074\9337\035%
+ \or % 4
+ \9330\074\9337\034%
+ \else
+ \HyPsd@UnicodeReplacementCharacter
+ \fi
+}
+\def\HyPsd@ding#1{%
+ \ifHy@unicode
+ \ifnum#1<32 %
+ \HyPsd@UnicodeReplacementCharacter
+ \else
+ \ifnum#1>254 %
+ \HyPsd@UnicodeReplacementCharacter
+ \else
+ \ifnum#1<127 %
+ \expandafter\expandafter\expandafter
+ \HyPsd@@ding\intcalcNum{#1}!%
+ \else
+ \ifnum#1>160 %
+ \expandafter\expandafter\expandafter
+ \HyPsd@@ding\intcalcNum{#1}!%
+ \else
+ \HyPsd@UnicodeReplacementCharacter
+ \fi
+ \fi
+ \fi
+ \fi
+ \else
+ .% Dingbats are not part of PDFDocEncoding
+ \fi
+}
+\def\HyPsd@@ding#1!{%
+ \ltx@ifundefined{HyPsd@ding@#1}{%
+ \ifnum#1<127 %
+ \9047%
+ \HyPsd@DecimalToOctalSecond{\IntCalcSub#1!32!}%
+ \else
+ \ifnum#1<168 %
+ \9047\14\IntCalcSub#1!160!%
+ \else
+ \ifnum#1>181 %
+ \9047\HyPsd@DecimalToOctalSecond{\IntCalcSub#1!64!}%
+ \else
+ % 172..181 -> U+2460..U+2469
+ \9044\HyPsd@DecimalToOctalSecond{\IntCalcSub#1!76!}%
+ \fi
+ \fi
+ \fi
+ }{%
+ \csname HyPsd@ding@#1\endcsname
+ }%
+}
+\@namedef{HyPsd@ding@32}{\space}
+\@namedef{HyPsd@ding@37}{\9046\016}% U+260E
+\@namedef{HyPsd@ding@42}{\9046\033}% U+261B
+\@namedef{HyPsd@ding@43}{\9046\036}% U+261E
+\@namedef{HyPsd@ding@72}{\9046\005}% U+2605
+\@namedef{HyPsd@ding@108}{\9045\317}% U+25CF
+\@namedef{HyPsd@ding@110}{\9045\240}% U+25A0
+\@namedef{HyPsd@ding@115}{\9045\262}% U+25B2
+\@namedef{HyPsd@ding@116}{\9045\274}% U+25BC
+\@namedef{HyPsd@ding@117}{\9045\306}% U+25C6
+\@namedef{HyPsd@ding@119}{\9045\327}% U+25D7
+\@namedef{HyPsd@ding@168}{\textclubsuitblack}%
+\@namedef{HyPsd@ding@169}{\textdiamondsuitblack}%
+\@namedef{HyPsd@ding@170}{\textheartsuitblack}%
+\@namedef{HyPsd@ding@171}{\textspadesuitblack}%
+\@namedef{HyPsd@ding@213}{\textrightarrow}%
+\@namedef{HyPsd@ding@214}{\textleftrightarrow}%
+\@namedef{HyPsd@ding@215}{\textupdownarrow}%
+\@namedef{HyPsd@ding@240}{\HyPsd@UnicodeReplacementCharacter}
\@ifclassloaded{memoir}{%
\Hy@AtEndOfPackage{\RequirePackage{memhfixc}}%
}{}
@@ -2575,6 +2702,9 @@
\define@key{Hyp}{nesting}[true]{%
\Hy@boolkey{nesting}{#1}%
}
+\define@key{Hyp}{destlabel}[true]{%
+ \Hy@boolkey{destlabel}{#1}%
+}
\define@key{Hyp}{unicode}[true]{%
\Hy@boolkey{unicode}{#1}%
\ifHy@unicode
@@ -2584,16 +2714,6 @@
\def\HyPsd@pdfencoding{pdfdoc}%
\fi
}
-\def\HyPsd@LoadUnicode{%
- \@ifundefined{T@PU}{%
- \input{puenc.def}%
- \HyLinguex@Restore
- }{}%
- \DeclareFontFamily{PU}{pdf}{}%
- \DeclareFontShape{PU}{pdf}{m}{n}{ <-> cmr10 }{}%
- \DeclareFontSubstitution{PU}{pdf}{m}{n}%
- \global\let\HyPsd@LoadUnicode\relax
-}
\Hy@AtBeginDocument{%
\ifx\HyPsd@LoadUnicode\relax
\else
@@ -2666,6 +2786,9 @@
}%
}%
}
+\define@key{Hyp}{psdextra}[true]{%
+ \Hy@boolkey{psdextra}{#1}%
+}
\def\hypersetup{\kvsetkeys{Hyp}}
\newif\ifHy@setpdfversion
\define@key{Hyp}{pdfversion}{%
@@ -3947,7 +4070,9 @@
\def\Hy@xspace@end{%
\ltx@gobble{end for xspace}%
}%
- \xspaceaddexceptions{\Hy@xspace@end,\hyper@linkend,\hyper@anchorend}%
+ \xspaceaddexceptions{%
+ \Hy@xspace@end,\hyper@linkend,\hyper@anchorend
+ }%
}%
}%
}{%
@@ -4084,7 +4209,7 @@
\ifHy@typexml
\Hy@AtEndOfPackage{%
\RequirePackage{color}%
- \RequirePackage{nameref}%
+ \RequirePackage{nameref}[2012/07/28]%
}%
\fi
\Hy@DisableOption{typexml}
@@ -4417,7 +4542,7 @@
\ifHy@typexml
\else
\Hy@CatcodeWrapper{%
- \RequirePackage{nameref}%
+ \RequirePackage{nameref}[2012/07/28]%
}%
\fi
\fi
@@ -4901,6 +5026,76 @@
\let\anchor@spot\@empty
}
\let\anchor@spot\ltx@empty
+\ifHy@destlabel
+ \def\hyper@newdestlabel#1#2{%
+ \begingroup
+ \Hy@safe@activestrue
+ \edef\x{\endgroup
+ \noexpand\@newl@bel{HyDL}{#1}{#2}%
+ }%
+ \x
+ }%
+ \providecommand*{\hyper@destlabel@hook}{}%
+ \newcommand*{\Hy@DestRename}[2]{%
+ \ltx@IfUndefined{HyDL!#1}{%
+ \begingroup
+ \Hy@safe@activestrue
+ \edef\dest@name{#1}%
+ \edef\label@name{#2}%
+ \hyper@destlabel@hook
+ \Hy@IsNotEmpty{dest@name}{%
+ \Hy@IsNotEmpty{label@name}{%
+ \global\expandafter
+ \let\csname HyDL!#1\endcsname\ltx@empty
+ \if@filesw
+ \protected@write\@auxout{}{%
+ \string\hyper@newdestlabel
+ {#1}%
+ {\label@name}%
+ }%
+ \fi
+ }%
+ }%
+ \endgroup
+ }{}%
+ }%
+ \newcommand*{\HyperDestRename}[2]{%
+ \AtBeginDocument{%
+ \Hy@DestRename{#1}{#2}%
+ }%
+ }%
+ \AtBeginDocument{%
+ \let\HyperDestRename\Hy@DestRename
+ }%
+ \def\Hy@IsNotEmpty#1{%
+ \ltx@IfUndefined{#1}\ltx@gobble{%
+ \expandafter\ifx\csname#1\endcsname\ltx@empty
+ \expandafter\ltx@gobble
+ \else
+ \expandafter\ltx@firstofone
+ \fi
+ }%
+ }%
+ \ltx@GlobalAppendToMacro\label@hook{%
+ \HyperDestRename\@currentHref\label@name
+ }%
+ \def\HyperDestLabelReplace#1{%
+ \ltx@ifundefined{HyDL@#1}{%
+ #1%
+ }{%
+ \csname HyDL@#1\endcsname
+ }%
+ }%
+\let\HyperDestNameFilter\HyperDestLabelReplace
+\else
+ \let\hyper@newdestlabel\ltx@gobbletwo
+ \let\HyperDestLabelReplace\ltx@firstofone
+ \let\HyperDestRename\ltx@gobbletwo
+\fi
+\Hy@DisableOption{destlabel}
+\AddLineBeginAux{%
+ \string\providecommand\string\hyper@newdestlabel[2]{}%
+}
\let\htmladdimg\hyperimage
\def\htmladdnormallink#1#2{\href{#2}{#1}}
\def\htmladdnormallinkfoot#1#2{\href{#2}{#1}\footnote{#2}}
@@ -6009,8 +6204,15 @@
}%
\fi
}
-\AtBeginShipoutFirst{%
- \Hy@FirstPageHook
+\ltx@iffileloaded{hpdftex.def}{%
+ \AtBeginShipout{%
+ \Hy@FirstPageHook
+ \global\let\Hy@FirstPageHook\ltx@empty
+ }%
+}{%
+ \AtBeginShipoutFirst{%
+ \Hy@FirstPageHook
+ }%
}
\g@addto@macro\Hy@FirstPageHook{%
\PDF@FinishDoc
@@ -6705,7 +6907,9 @@
\def\@tempa{\@oparg{\@begintheorem{#3}{}}[]}%
\else
\refstepcounter{#2}%
- \def\@tempa{\@oparg{\@begintheorem{#3}{\csname the#2\endcsname}}[]}%
+ \def\@tempa{%
+ \@oparg{\@begintheorem{#3}{\csname the#2\endcsname}}[]%
+ }%
\fi
\@tempa
}%
@@ -7511,12 +7715,12 @@
\let\H@definecounter\@definecounter
\def\@definecounter#1{%
\H@definecounter{#1}%
- \expandafter\def\csname theH#1\endcsname{\arabic{#1}}%
+ \expandafter\gdef\csname theH#1\endcsname{\arabic{#1}}%
}
\let\H@newctr\@newctr
\def\@newctr#1[#2]{%
\H@newctr#1[{#2}]%
- \expandafter\def\csname theH#1\endcsname{%
+ \expandafter\gdef\csname theH#1\endcsname{%
\csname the\@ifundefined{theH#2}{}{H}#2\endcsname.\arabic{#1}%
}%
}
diff --git a/Master/texmf-dist/tex/latex/hyperref/hypertex.def b/Master/texmf-dist/tex/latex/hyperref/hypertex.def
index 13c604435b0..2d1c950ae67 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hypertex.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hypertex.def
@@ -29,7 +29,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hypertex.def}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
Hyperref driver for HyperTeX specials]
\Hy@VersionCheck{hypertex.def}
\providecommand*{\XR@ext}{dvi}
@@ -133,7 +133,9 @@
\special{html:<img src=\hyper@quote#1\hyper@quote>}%
\endgroup
}
-\def\@Form[#1]{\Hy@Message{Sorry, HyperTeX does not support FORMs}}
+\def\@Form[#1]{%
+ \Hy@Message{Sorry, HyperTeX does not support FORMs}%
+}
\let\@endForm\ltx@empty
\def\@Gauge[#1]#2#3#4{% parameters, label, minimum, maximum
\Hy@Message{Sorry, HyperTeX does not support FORM gauges}%
@@ -150,8 +152,12 @@
\def\@PushButton[#1]#2{% parameters, label
\Hy@Message{Sorry, HyperTeX does not support FORM pushbuttons}%
}
-\def\@Reset[#1]#2{\Hy@Message{Sorry, HyperTeX does not support FORMs}}
-\def\@Submit[#1]#2{\Hy@Message{Sorry, HyperTeX does not support FORMs}}
+\def\@Reset[#1]#2{%
+ \Hy@Message{Sorry, HyperTeX does not support FORMs}%
+}
+\def\@Submit[#1]#2{%
+ \Hy@Message{Sorry, HyperTeX does not support FORMs}%
+}
\newlength\Hy@SectionHShift
\def\Hy@SectionAnchorHref#1{%
\ifx\protect\@typeset@protect
diff --git a/Master/texmf-dist/tex/latex/hyperref/nameref.sty b/Master/texmf-dist/tex/latex/hyperref/nameref.sty
index 57eb9464ec9..0cb76115da7 100644
--- a/Master/texmf-dist/tex/latex/hyperref/nameref.sty
+++ b/Master/texmf-dist/tex/latex/hyperref/nameref.sty
@@ -9,7 +9,7 @@
%% File: nameref.dtx
%% Copyright (C) 1995-1999 Sebastian Rahtz
%% 2000 Sebastian Rahtz, Heiko Oberdiek
-%% 2001-2010 Heiko Oberdiek
+%% 2001-2012 Heiko Oberdiek
%%
%% This file is part of the `Hyperref Bundle'.
%% -------------------------------------------
@@ -30,11 +30,18 @@
%% given in the file `manifest.txt'.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{nameref}
- [2010/04/30 v2.40 Cross-referencing by name of section]%
+ [2012/07/28 v2.41 Cross-referencing by name of section]%
\RequirePackage{refcount}[2006/02/12]
\RequirePackage{gettitlestring}[2009/12/18]
\RequirePackage{ltxcmds}[2009/12/12]
-\def\strip@period#1.\relax#2\@@@{#1}
+\def\NR@strip@period#1.\ltx@empty#2\@nil{#1}
+\def\NR@sanitize@labelname{%
+ \@onelevel@sanitize\@currentlabelname
+ \edef\@currentlabelname{%
+ \expandafter\NR@strip@period\@currentlabelname
+ \ltx@empty.\ltx@empty\@nil
+ }%
+}
\newif\ifNR@showkeys
\NR@showkeysfalse
\@ifpackageloaded{showkeys}{%
@@ -45,13 +52,15 @@
}%
\endgroup
}{}
+\providecommand*{\label@hook}{}
+\ltx@GlobalAppendToMacro{\label@hook}{%
+ \NR@sanitize@labelname
+}
\def\label#1{%
\@bsphack
\begingroup
- \@onelevel@sanitize\@currentlabelname
- \edef\@currentlabelname{%
- \expandafter\strip@period\@currentlabelname\relax.\relax\@@@%
- }%
+ \def\label@name{#1}%
+ \label@hook
\protected@write\@auxout{}{%
\string\newlabel{#1}{%
{\@currentlabel}%
@@ -68,10 +77,8 @@
\@bsphack
\SK@\SK@@label{#1}%
\begingroup
- \@onelevel@sanitize\@currentlabelname
- \edef\@currentlabelname{%
- \expandafter\strip@period\@currentlabelname\relax.\relax\@@@%
- }%
+ \def\label@name{#1}%
+ \label@hook
\protected@write\@auxout{}{%
\string\newlabel{#1}{%
{\@currentlabel}%
@@ -89,11 +96,9 @@
\def\slabel#1{%
\@bsphack
\if@filesw
- {%
- \@onelevel@sanitize\@currentlabelname
- \edef\@currentlabelname{%
- \expandafter\strip@period\@currentlabelname\relax.\relax\@@@%
- }%
+ \begingroup
+ \def\label@name{#1}%
+ \label@hook
\let\thepage\relax
\def\protect{\noexpand\noexpand\noexpand}%
\edef\@tempa{%
@@ -106,8 +111,7 @@
}%
}%
}%
- \expandafter
- }%
+ \expandafter\endgroup
\@tempa
\if@nobreak\ifvmode\nobreak\fi\fi
\fi
diff --git a/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty b/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty
index 00ca251eb3e..4205c6ab428 100644
--- a/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty
+++ b/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty
@@ -30,7 +30,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{nohyperref}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
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 cf0a269b76b..6739ddf94b7 100644
--- a/Master/texmf-dist/tex/latex/hyperref/pd1enc.def
+++ b/Master/texmf-dist/tex/latex/hyperref/pd1enc.def
@@ -29,7 +29,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{pd1enc.def}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
Hyperref: PDFDocEncoding definition (HO)]
\DeclareFontEncoding{PD1}{}{}
\DeclareTextAccent{\`}{PD1}{\textasciigrave}
@@ -95,6 +95,7 @@
\DeclareTextCommand{\textless}{PD1}{<}% \074 U+003C
\DeclareTextCommand{\textgreater}{PD1}{>}% \076 U+003E
\DeclareTextCommand{\textbackslash}{PD1}{\134}% U+005C
+\DeclareTextCommand{\textsetminus}{PD1}{\textbackslash}
\DeclareTextCommand{\textasciicircum}{PD1}{\136}% U+005E
\DeclareTextCommand{\textunderscore}{PD1}{\137}% U+005F
\DeclareTextCommand{\textmacronbelow}{PD1}{\137}% U+005F
@@ -107,6 +108,7 @@
\DeclareTextCommand{\textbullet}{PD1}{\200}% U+2022
\DeclareTextCommand{\textdagger}{PD1}{\201}% U+2020
\DeclareTextCommand{\textdaggerdbl}{PD1}{\202}% U+2021
+\DeclareTextCommand{\textddagger}{PD1}{\textddagger}
\DeclareTextCommand{\textellipsis}{PD1}{\203}% U+2026
\DeclareTextCommand{\textemdash}{PD1}{\204}% U+2014
\DeclareTextCommand{\textendash}{PD1}{\205}% U+2013
@@ -154,14 +156,14 @@
\DeclareTextCommand{\textasciimacron}{PD1}{\257}% U+00AF
\DeclareTextCommand{\textdegree}{PD1}{\260}% U+00B0
\DeclareTextCommand{\textplusminus}{PD1}{\261}% U+00B1
-\DeclareTextCommand{\texttwosuperior}{PD1}{\262}% U+00B2
-\DeclareTextCommand{\textthreesuperior}{PD1}{\263}% U+00B3
+\DeclareTextCommand{\texttwosuperior}{PD1}{\262}%* U+00B2
+\DeclareTextCommand{\textthreesuperior}{PD1}{\263}%* U+00B3
\DeclareTextCommand{\textacute}{PD1}{\264}% U+00B4
\DeclareTextCommand{\textmu}{PD1}{\265}% U+00B5
\DeclareTextCommand{\textparagraph}{PD1}{\266}% U+00B6
\DeclareTextCommand{\textperiodcentered}{PD1}{\267}% U+00B7
\DeclareTextCommand{\textcedilla}{PD1}{\270}% U+00B8
-\DeclareTextCommand{\textonesuperior}{PD1}{\271}% U+00B9
+\DeclareTextCommand{\textonesuperior}{PD1}{\271}%* U+00B9
\DeclareTextCommand{\textordmasculine}{PD1}{\272}% U+00BA
\DeclareTextCommand{\guillemotright}{PD1}{\273}% U+00BB
\DeclareTextCommand{\textonequarter}{PD1}{\274}% U+00BC
@@ -200,6 +202,7 @@
\DeclareTextCompositeCommand{\"}{PD1}{U}{\334}% U+00DC
\DeclareTextCompositeCommand{\'}{PD1}{Y}{\335}% U+00DD
\DeclareTextCommand{\TH}{PD1}{\336}% U+00DE
+\DeclareTextCommand{\textThorn}{PD1}{\336}%* U+00DE
\DeclareTextCommand{\ss}{PD1}{\337}% U+00DF
\DeclareTextCompositeCommand{\`}{PD1}{a}{\340}% U+00E0
\DeclareTextCompositeCommand{\'}{PD1}{a}{\341}% U+00E1
@@ -236,6 +239,7 @@
\DeclareTextCompositeCommand{\"}{PD1}{u}{\374}% U+00FC
\DeclareTextCompositeCommand{\'}{PD1}{y}{\375}% U+00FD
\DeclareTextCommand{\th}{PD1}{\376}% U+00FE
+\DeclareTextCommand{\textthorn}{PD1}{\376}%* U+00FE
\DeclareTextCompositeCommand{\"}{PD1}{y}{\377}% U+00FF
\DeclareTextCommand{\ij}{PD1}{\377}% U+00FF
\DeclareTextCommand{\SS}{PD1}{SS}
diff --git a/Master/texmf-dist/tex/latex/hyperref/pdfmark.def b/Master/texmf-dist/tex/latex/hyperref/pdfmark.def
index 1d3553678b1..05ca0bcbbe7 100644
--- a/Master/texmf-dist/tex/latex/hyperref/pdfmark.def
+++ b/Master/texmf-dist/tex/latex/hyperref/pdfmark.def
@@ -29,7 +29,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{pdfmark.def}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
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
new file mode 100644
index 00000000000..0c9a11a02e2
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/hyperref/psdextra.def
@@ -0,0 +1,1031 @@
+%%
+%% This is file `psdextra.def',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% hyperref.dtx (with options: `psdextra')
+%%
+%% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz,
+%% with portions written by David Carlisle and Heiko Oberdiek,
+%% 2001-2012 Heiko Oberdiek.
+%%
+%% 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 Heiko Oberdiek.
+%%
+%% The list of all files belonging to the `Hyperref Bundle' is
+%% given in the file `manifest.txt'.
+%%
+\ProvidesFile{psdextra.def}
+ [2012/07/29 v6.82v %
+ Hyperref: Additions to PDF string support]
+\Hy@VersionCheck{psdextra.def}
+\newcommand*{\psdmapshortnames}{%
+ \let\copyright\textcopyright
+ \let\twosuperior\texttwosuperior
+ \let\threesuperior\textthreesuperior
+ \let\onesuperior\textonesuperior
+ \let\Thorn\textThorn
+ \let\thorn\textthorn
+ \let\hbar\texthbar
+ \let\hausaB\texthausaB
+ \let\hausaD\texthausaD
+ \let\hausaK\texthausaK
+ \let\barl\textbarl
+ \let\inve\textinve
+ \let\slashc\textslashc
+ \let\scripta\textscripta
+ \let\openo\textopeno
+ \let\rtaild\textrtaild
+ \let\reve\textreve
+ \let\schwa\textschwa
+ \let\niepsilon\textniepsilon
+ \let\revepsilon\textrevepsilon
+ \let\rhookrevepsilon\textrhookrevepsilon
+ \let\scriptg\textscriptg
+ \let\scg\textscg
+ \let\ipagamma\textipagamma
+ \let\babygamma\textbabygamma
+ \let\bari\textbari
+ \let\niiota\textniiota
+ \let\sci\textsci
+ \let\scn\textscn
+ \let\baro\textbaro
+ \let\niphi\textniphi
+ \let\longlegr\textlonglegr
+ \let\scr\textscr
+ \let\invscr\textinvscr
+ \let\esh\textesh
+ \let\baru\textbaru
+ \let\niupsilon\textniupsilon
+ \let\scriptv\textscriptv
+ \let\turnv\textturnv
+ \let\turnw\textturnw
+ \let\turny\textturny
+ \let\scy\textscy
+ \let\yogh\textyogh
+ \let\glotstop\textglotstop
+ \let\revglotstop\textrevglotstop
+ \let\invglotstop\textinvglotstop
+ \let\Gamma\textGamma
+ \let\Delta\textDelta
+ \let\Theta\textTheta
+ \let\Lambda\textLambda
+ \let\Xi\textXi
+ \let\Pi\textPi
+ \let\Sigma\textSigma
+ \let\Upsilon\textUpsilon
+ \let\Phi\textPhi
+ \let\Psi\textPsi
+ \let\Omega\textOmega
+ \let\alpha\textalpha
+ \let\beta\textbeta
+ \let\gamma\textgamma
+ \let\delta\textdelta
+ \let\epsilon\textepsilon
+ \let\zeta\textzeta
+ \let\eta\texteta
+ \let\theta\texttheta
+ \let\iota\textiota
+ \let\kappa\textkappa
+ \let\lambda\textlambda
+ \let\mugreek\textmugreek
+ \let\nu\textnu
+ \let\xi\textxi
+ \let\pi\textpi
+ \let\rho\textrho
+ \let\varsigma\textvarsigma
+ \let\sigma\textsigma
+ \let\tau\texttau
+ \let\upsilon\textupsilon
+ \let\phi\textphi
+ \let\chi\textchi
+ \let\psi\textpsi
+ \let\omega\textomega
+ \let\scd\textscd
+ \let\scu\textscu
+ \let\iinferior\textiinferior
+ \let\rinferior\textrinferior
+ \let\uinferior\textuinferior
+ \let\vinferior\textvinferior
+ \let\betainferior\textbetainferior
+ \let\gammainferior\textgammainferior
+ \let\rhoinferior\textrhoinferior
+ \let\phiinferior\textphiinferior
+ \let\chiinferior\textchiinferior
+ \let\barsci\textbarsci
+ \let\barp\textbarp
+ \let\barscu\textbarscu
+ \let\htrtaild\texthtrtaild
+ \let\dagger\textdagger
+ \let\bullet\textbullet
+ \let\hdotfor\texthdotfor
+ \let\prime\textprime
+ \let\second\textsecond
+ \let\third\textthird
+ \let\backprime\textbackprime
+ \let\lefttherefore\textlefttherefore
+ \let\fourth\textfourth
+ \let\diamonddots\textdiamonddots
+ \let\zerosuperior\textzerosuperior
+ \let\isuperior\textisuperior
+ \let\foursuperior\textfoursuperior
+ \let\fivesuperior\textfivesuperior
+ \let\sixsuperior\textsixsuperior
+ \let\sevensuperior\textsevensuperior
+ \let\eightsuperior\texteightsuperior
+ \let\ninesuperior\textninesuperior
+ \let\plussuperior\textplussuperior
+ \let\minussuperior\textminussuperior
+ \let\equalsuperior\textequalsuperior
+ \let\parenleftsuperior\textparenleftsuperior
+ \let\parenrightsuperior\textparenrightsuperior
+ \let\nsuperior\textnsuperior
+ \let\zeroinferior\textzeroinferior
+ \let\oneinferior\textoneinferior
+ \let\twoinferior\texttwoinferior
+ \let\threeinferior\textthreeinferior
+ \let\fourinferior\textfourinferior
+ \let\fiveinferior\textfiveinferior
+ \let\sixinferior\textsixinferior
+ \let\seveninferior\textseveninferior
+ \let\eightinferior\texteightinferior
+ \let\nineinferior\textnineinferior
+ \let\plusinferior\textplusinferior
+ \let\minusinferior\textminusinferior
+ \let\equalsinferior\textequalsinferior
+ \let\parenleftinferior\textparenleftinferior
+ \let\parenrightinferior\textparenrightinferior
+ \let\ainferior\textainferior
+ \let\einferior\texteinferior
+ \let\oinferior\textoinferior
+ \let\xinferior\textxinferior
+ \let\schwainferior\textschwainferior
+ \let\hinferior\texthinferior
+ \let\kinferior\textkinferior
+ \let\linferior\textlinferior
+ \let\minferior\textminferior
+ \let\ninferior\textninferior
+ \let\pinferior\textpinferior
+ \let\sinferior\textsinferior
+ \let\tinferior\texttinferior
+ \let\hslash\texthslash
+ \let\Im\textIm
+ \let\ell\textell
+ \let\wp\textwp
+ \let\Re\textRe
+ \let\mho\textmho
+ \let\riota\textriota
+ \let\Finv\textFinv
+ \let\aleph\textaleph
+ \let\beth\textbeth
+ \let\gimel\textgimel
+ \let\daleth\textdaleth
+ \let\fax\textfax
+ \let\Game\textGame
+ \let\leftarrow\textleftarrow
+ \let\uparrow\textuparrow
+ \let\rightarrow\textrightarrow
+ \let\downarrow\textdownarrow
+ \let\leftrightarrow\textleftrightarrow
+ \let\updownarrow\textupdownarrow
+ \let\nwarrow\textnwarrow
+ \let\nearrow\textnearrow
+ \let\searrow\textsearrow
+ \let\swarrow\textswarrow
+ \let\nleftarrow\textnleftarrow
+ \let\nrightarrow\textnrightarrow
+ \let\twoheadleftarrow\texttwoheadleftarrow
+ \let\twoheaduparrow\texttwoheaduparrow
+ \let\twoheadrightarrow\texttwoheadrightarrow
+ \let\twoheaddownarrow\texttwoheaddownarrow
+ \let\leftarrowtail\textleftarrowtail
+ \let\rightarrowtail\textrightarrowtail
+ \let\mapsto\textmapsto
+ \let\hookleftarrow\texthookleftarrow
+ \let\hookrightarrow\texthookrightarrow
+ \let\looparrowleft\textlooparrowleft
+ \let\looparrowright\textlooparrowright
+ \let\nleftrightarrow\textnleftrightarrow
+ \let\lightning\textlightning
+ \let\dlsh\textdlsh
+ \let\curvearrowleft\textcurvearrowleft
+ \let\curvearrowright\textcurvearrowright
+ \let\leftharpoonup\textleftharpoonup
+ \let\leftharpoondown\textleftharpoondown
+ \let\upharpoonright\textupharpoonright
+ \let\upharpoonleft\textupharpoonleft
+ \let\rightharpoonup\textrightharpoonup
+ \let\rightharpoondown\textrightharpoondown
+ \let\downharpoonright\textdownharpoonright
+ \let\downharpoonleft\textdownharpoonleft
+ \let\rightleftarrows\textrightleftarrows
+ \let\updownarrows\textupdownarrows
+ \let\leftrightarrows\textleftrightarrows
+ \let\leftleftarrows\textleftleftarrows
+ \let\upuparrows\textupuparrows
+ \let\rightrightarrows\textrightrightarrows
+ \let\downdownarrows\textdowndownarrows
+ \let\leftrightharpoons\textleftrightharpoons
+ \let\rightleftharpoons\textrightleftharpoons
+ \let\nLeftarrow\textnLeftarrow
+ \let\nLeftrightarrow\textnLeftrightarrow
+ \let\nRightarrow\textnRightarrow
+ \let\Leftarrow\textLeftarrow
+ \let\Uparrow\textUparrow
+ \let\Rightarrow\textRightarrow
+ \let\Downarrow\textDownarrow
+ \let\Leftrightarrow\textLeftrightarrow
+ \let\Updownarrow\textUpdownarrow
+ \let\Nwarrow\textNwarrow
+ \let\Nearrow\textNearrow
+ \let\Searrow\textSearrow
+ \let\Swarrow\textSwarrow
+ \let\Lleftarrow\textLleftarrow
+ \let\Rrightarrow\textRrightarrow
+ \let\leftsquigarrow\textleftsquigarrow
+ \let\rightsquigarrow\textrightsquigarrow
+ \let\dashleftarrow\textdashleftarrow
+ \let\dasheduparrow\textdasheduparrow
+ \let\dashrightarrow\textdashrightarrow
+ \let\dasheddownarrow\textdasheddownarrow
+ \let\downuparrows\textdownuparrows
+ \let\forall\textforall
+ \let\complement\textcomplement
+ \let\partial\textpartial
+ \let\exists\textexists
+ \let\nexists\textnexists
+ \let\emptyset\textemptyset
+ \let\triangle\texttriangle
+ \let\nabla\textnabla
+ \let\in\textin
+ \let\notin\textnotin
+ \let\smallin\textsmallin
+ \let\ni\textni
+ \let\notowner\textnotowner
+ \let\smallowns\textsmallowns
+ \let\prod\textprod
+ \let\amalg\textamalg
+ \let\sum\textsum
+ \let\mp\textmp
+ \let\dotplus\textdotplus
+ \let\setminus\textsetminus
+ \let\ast\textast
+ \let\circ\textcirc
+ \let\surd\textsurd
+ \let\propto\textpropto
+ \let\infty\textinfty
+ \let\angle\textangle
+ \let\measuredangle\textmeasuredangle
+ \let\sphericalangle\textsphericalangle
+ \let\mid\textmid
+ \let\nmid\textnmid
+ \let\parallel\textparallel
+ \let\nparallel\textnparallel
+ \let\wedge\textwedge
+ \let\vee\textvee
+ \let\cap\textcap
+ \let\cup\textcup
+ \let\int\textint
+ \let\iint\textiint
+ \let\iiint\textiiint
+ \let\oint\textoint
+ \let\oiint\textoiint
+ \let\ointclockwise\textointclockwise
+ \let\ointctrclockwise\textointctrclockwise
+ \let\therefore\texttherefore
+ \let\because\textbecause
+ \let\vdotdot\textvdotdot
+ \let\squaredots\textsquaredots
+ \let\dotminus\textdotminus
+ \let\eqcolon\texteqcolon
+ \let\sim\textsim
+ \let\backsim\textbacksim
+ \let\wr\textwr
+ \let\nsim\textnsim
+ \let\simeq\textsimeq
+ \let\cong\textcong
+ \let\ncong\textncong
+ \let\approx\textapprox
+ \let\approxeq\textapproxeq
+ \let\triplesim\texttriplesim
+ \let\backcong\textbackcong
+ \let\asymp\textasymp
+ \let\Bumpeq\textBumpeq
+ \let\bumpeq\textbumpeq
+ \let\doteq\textdoteq
+ \let\doteqdot\textdoteqdot
+ \let\fallingdoteq\textfallingdoteq
+ \let\risingdoteq\textrisingdoteq
+ \let\colonequals\textcolonequals
+ \let\equalscolon\textequalscolon
+ \let\eqcirc\texteqcirc
+ \let\circeq\textcirceq
+ \let\hateq\texthateq
+ \let\triangleeq\texttriangleeq
+ \let\neq\textneq
+ \let\ne\textne
+ \let\equiv\textequiv
+ \let\nequiv\textnequiv
+ \let\leq\textleq
+ \let\le\textle
+ \let\geq\textgeq
+ \let\ge\textge
+ \let\leqq\textleqq
+ \let\geqq\textgeqq
+ \let\lneqq\textlneqq
+ \let\gneqq\textgneqq
+ \let\ll\textll
+ \let\gg\textgg
+ \let\between\textbetween
+ \let\nless\textnless
+ \let\ngtr\textngtr
+ \let\nleq\textnleq
+ \let\ngeq\textngeq
+ \let\lesssim\textlesssim
+ \let\gtrsim\textgtrsim
+ \let\lessgtr\textlessgtr
+ \let\gtrless\textgtrless
+ \let\prec\textprec
+ \let\succ\textsucc
+ \let\preccurlyeq\textpreccurlyeq
+ \let\succcurlyeq\textsucccurlyeq
+ \let\precsim\textprecsim
+ \let\succsim\textsuccsim
+ \let\nprec\textnprec
+ \let\nsucc\textnsucc
+ \let\subset\textsubset
+ \let\supset\textsupset
+ \let\nsubset\textnsubset
+ \let\nsupset\textnsupset
+ \let\subseteq\textsubseteq
+ \let\supseteq\textsupseteq
+ \let\nsubseteq\textnsubseteq
+ \let\nsupseteq\textnsupseteq
+ \let\subsetneq\textsubsetneq
+ \let\supsetneq\textsupsetneq
+ \let\cupdot\textcupdot
+ \let\cupplus\textcupplus
+ \let\sqsubset\textsqsubset
+ \let\sqsupset\textsqsupset
+ \let\sqsubseteq\textsqsubseteq
+ \let\sqsupseteq\textsqsupseteq
+ \let\sqcap\textsqcap
+ \let\sqcup\textsqcup
+ \let\oplus\textoplus
+ \let\ominus\textominus
+ \let\otimes\textotimes
+ \let\oslash\textoslash
+ \let\odot\textodot
+ \let\circledcirc\textcircledcirc
+ \let\circledast\textcircledast
+ \let\circleddash\textcircleddash
+ \let\boxplus\textboxplus
+ \let\boxminus\textboxminus
+ \let\boxtimes\textboxtimes
+ \let\boxdot\textboxdot
+ \let\vdash\textvdash
+ \let\dashv\textdashv
+ \let\top\texttop
+ \let\bot\textbot
+ \let\vDash\textvDash
+ \let\Vdash\textVdash
+ \let\Vvdash\textVvdash
+ \let\VDash\textVDash
+ \let\nvdash\textnvdash
+ \let\nvDash\textnvDash
+ \let\nVDash\textnVDash
+ \let\lhd\textlhd
+ \let\rhd\textrhd
+ \let\unlhd\textunlhd
+ \let\unrhd\textunrhd
+ \let\multimapdotbothA\textmultimapdotbothA
+ \let\multimapdotbothB\textmultimapdotbothB
+ \let\multimap\textmultimap
+ \let\veebar\textveebar
+ \let\barwedge\textbarwedge
+ \let\star\textstar
+ \let\divideontimes\textdivideontimes
+ \let\bowtie\textbowtie
+ \let\ltimes\textltimes
+ \let\rtimes\textrtimes
+ \let\leftthreetimes\textleftthreetimes
+ \let\rightthreetimes\textrightthreetimes
+ \let\backsimeq\textbacksimeq
+ \let\curlyvee\textcurlyvee
+ \let\curlywedge\textcurlywedge
+ \let\Subset\textSubset
+ \let\Supset\textSupset
+ \let\Cap\textCap
+ \let\Cup\textCup
+ \let\pitchfork\textpitchfork
+ \let\lessdot\textlessdot
+ \let\gtrdot\textgtrdot
+ \let\lll\textlll
+ \let\ggg\textggg
+ \let\lesseqgtr\textlesseqgtr
+ \let\gtreqless\textgtreqless
+ \let\curlyeqprec\textcurlyeqprec
+ \let\curlyeqsucc\textcurlyeqsucc
+ \let\npreccurlyeq\textnpreccurlyeq
+ \let\nsucccurlyeq\textnsucccurlyeq
+ \let\nqsubseteq\textnqsubseteq
+ \let\nqsupseteq\textnqsupseteq
+ \let\sqsubsetneq\textsqsubsetneq
+ \let\sqsupsetneq\textsqsupsetneq
+ \let\lnsim\textlnsim
+ \let\gnsim\textgnsim
+ \let\precnsim\textprecnsim
+ \let\succnsim\textsuccnsim
+ \let\ntriangleleft\textntriangleleft
+ \let\ntriangleright\textntriangleright
+ \let\ntrianglelefteq\textntrianglelefteq
+ \let\ntrianglerighteq\textntrianglerighteq
+ \let\vdots\textvdots
+ \let\cdots\textcdots
+ \let\udots\textudots
+ \let\ddots\textddots
+ \let\barin\textbarin
+ \let\diameter\textdiameter
+ \let\backneg\textbackneg
+ \let\invbackneg\textinvbackneg
+ \let\clock\textclock
+ \let\ulcorner\textulcorner
+ \let\urcorner\texturcorner
+ \let\llcorner\textllcorner
+ \let\lrcorner\textlrcorner
+ \let\frown\textfrown
+ \let\smile\textsmile
+ \let\Keyboard\textKeyboard
+ \let\langle\textlangle
+ \let\rangle\textrangle
+ \let\APLinv\textAPLinv
+ \let\notslash\textnotslash
+ \let\notbackslash\textnotbackslash
+ \let\boxbackslash\textboxbackslash
+ \let\APLleftarrowbox\textAPLleftarrowbox
+ \let\APLrightarrowbox\textAPLrightarrowbox
+ \let\APLuparrowbox\textAPLuparrowbox
+ \let\APLdownarrowbox\textAPLdownarrowbox
+ \let\APLinput\textAPLinput
+ \let\Request\textRequest
+ \let\bbslash\textbbslash
+ \let\bigtriangleup\textbigtriangleup
+ \let\triangleright\texttriangleright
+ \let\bigtriangledown\textbigtriangledown
+ \let\triangleleft\texttriangleleft
+ \let\diamond\textdiamond
+ \let\lozenge\textlozenge
+ \let\openbullet\textopenbullet
+ \let\boxbar\textboxbar
+ \let\bigcircle\textbigcircle
+ \let\Cloud\textCloud
+ \let\FiveStar\textFiveStar
+ \let\FiveStarOpen\textFiveStarOpen
+ \let\Phone\textPhone
+ \let\Checkedbox\textCheckedbox
+ \let\Crossedbox\textCrossedbox
+ \let\Coffeecup\textCoffeecup
+ \let\HandCuffLeft\textHandCuffLeft
+ \let\HandCuffRight\textHandCuffRight
+ \let\HandLeft\textHandLeft
+ \let\HandRight\textHandRight
+ \let\Radioactivity\textRadioactivity
+ \let\Biohazard\textBiohazard
+ \let\Ankh\textAnkh
+ \let\Yinyang\textYinyang
+ \let\frownie\textfrownie
+ \let\smiley\textsmiley
+ \let\blacksmiley\textblacksmiley
+ \let\sun\textsun
+ \let\leftmoon\textleftmoon
+ \let\rightmoon\textrightmoon
+ \let\mercury\textmercury
+ \let\earth\textearth
+ \let\male\textmale
+ \let\jupiter\textjupiter
+ \let\saturn\textsaturn
+ \let\uranus\texturanus
+ \let\neptune\textneptune
+ \let\pluto\textpluto
+ \let\aries\textaries
+ \let\taurus\texttaurus
+ \let\gemini\textgemini
+ \let\cancer\textcancer
+ \let\leo\textleo
+ \let\virgo\textvirgo
+ \let\libra\textlibra
+ \let\scorpio\textscorpio
+ \let\sagittarius\textsagittarius
+ \let\capricorn\textcapricorn
+ \let\aquarius\textaquarius
+ \let\pisces\textpisces
+ \let\quarternote\textquarternote
+ \let\twonotes\texttwonotes
+ \let\sixteenthnote\textsixteenthnote
+ \let\flat\textflat
+ \let\natural\textnatural
+ \let\sharp\textsharp
+ \let\recycle\textrecycle
+ \let\Wheelchair\textWheelchair
+ \let\Flag\textFlag
+ \let\dsmilitary\textdsmilitary
+ \let\dsmedical\textdsmedical
+ \let\dsjuridical\textdsjuridical
+ \let\dschemical\textdschemical
+ \let\dsbiological\textdsbiological
+ \let\dscommercial\textdscommercial
+ \let\manstar\textmanstar
+ \let\danger\textdanger
+ \let\FemaleFemale\textFemaleFemale
+ \let\MaleMale\textMaleMale
+ \let\FemaleMale\textFemaleMale
+ \let\Hermaphrodite\textHermaphrodite
+ \let\SunCload\textSunCload
+ \let\Rain\textRain
+ \let\noway\textnoway
+ \let\Mountain\textMountain
+ \let\Tent\textTent
+ \let\ScissorRight\textScissorRight
+ \let\ScissorRightBrokenTop\textScissorRightBrokenTop
+ \let\ScissorHollowRight\textScissorHollowRight
+ \let\PhoneHandset\textPhoneHandset
+ \let\Tape\textTape
+ \let\Plane\textPlane
+ \let\Envelope\textEnvelope
+ \let\Peace\textPeace
+ \let\Writinghand\textWritinghand
+ \let\PencilRightDown\textPencilRightDown
+ \let\PencilRight\textPencilRight
+ \let\PencilRightUp\textPencilRightUp
+ \let\NibRight\textNibRight
+ \let\NibSolidRight\textNibSolidRight
+ \let\Checkmark\textCheckmark
+ \let\CheckmarkBold\textCheckmarkBold
+ \let\XSolid\textXSolid
+ \let\XSolidBold\textXSolidBold
+ \let\XSolidBrush\textXSolidBrush
+ \let\PlusOutline\textPlusOutline
+ \let\Plus\textPlus
+ \let\PlusThinCenterOpen\textPlusThinCenterOpen
+ \let\PlusCenterOpen\textPlusCenterOpen
+ \let\Cross\textCross
+ \let\CrossOpenShadow\textCrossOpenShadow
+ \let\CrossOutline\textCrossOutline
+ \let\CrossMaltese\textCrossMaltese
+ \let\DavidStar\textDavidStar
+ \let\FourAsterisk\textFourAsterisk
+ \let\JackStar\textJackStar
+ \let\JackStarBold\textJackStarBold
+ \let\ClowerTips\textClowerTips
+ \let\FourStar\textFourStar
+ \let\FourStarOpen\textFourStarOpen
+ \let\FiveStarOpenCircled\textFiveStarOpenCircled
+ \let\FiveStarCenterOpen\textFiveStarCenterOpen
+ \let\FiveStarOpenDotted\textFiveStarOpenDotted
+ \let\FiveStarOutline\textFiveStarOutline
+ \let\FiveStarOutlineHeavy\textFiveStarOutlineHeavy
+ \let\FiveStarConvex\textFiveStarConvex
+ \let\FiveStarShadow\textFiveStarShadow
+ \let\AsteriskBold\textAsteriskBold
+ \let\AsteriskCenterOpen\textAsteriskCenterOpen
+ \let\EightStarTaper\textEightStarTaper
+ \let\EightStarConvex\textEightStarConvex
+ \let\SixStar\textSixStar
+ \let\EightStar\textEightStar
+ \let\EightStarBold\textEightStarBold
+ \let\TwelveStar\textTwelveStar
+ \let\SixteenStarLight\textSixteenStarLight
+ \let\SixFlowerPetalRemoved\textSixFlowerPetalRemoved
+ \let\SixFlowerOpenCenter\textSixFlowerOpenCenter
+ \let\Asterisk\textAsterisk
+ \let\SixFlowerAlternate\textSixFlowerAlternate
+ \let\FiveFlowerPetal\textFiveFlowerPetal
+ \let\FiveFlowerOpen\textFiveFlowerOpen
+ \let\EightFlowerPetal\textEightFlowerPetal
+ \let\SunshineOpenCircled\textSunshineOpenCircled
+ \let\SixFlowerAltPetal\textSixFlowerAltPetal
+ \let\SnowflakeChevron\textSnowflakeChevron
+ \let\Snowflake\textSnowflake
+ \let\SnowflakeChevronBold\textSnowflakeChevronBold
+ \let\Sparkle\textSparkle
+ \let\SparkleBold\textSparkleBold
+ \let\AsteriskRoundedEnds\textAsteriskRoundedEnds
+ \let\EightFlowerPetalRemoved\textEightFlowerPetalRemoved
+ \let\EightAsterisk\textEightAsterisk
+ \let\CircleShadow\textCircleShadow
+ \let\SquareShadowBottomRight\textSquareShadowBottomRight
+ \let\SquareTopRight\textSquareTopRight
+ \let\SquareCastShadowBottomRight\textSquareCastShadowBottomRight
+ \let\SquareCastShadowTopRight\textSquareCastShadowTopRight
+ \let\DiamandSolid\textDiamandSolid
+ \let\RectangleThin\textRectangleThin
+ \let\Rectangle\textRectangle
+ \let\RectangleBold\textRectangleBold
+ \let\perp\textperp
+ \let\veedot\textveedot
+ \let\wedgedot\textwedgedot
+ \let\leftspoon\textleftspoon
+ \let\lbrackdbl\textlbrackdbl
+ \let\rbrackdbl\textrbrackdbl
+ \let\circlearrowleft\textcirclearrowleft
+ \let\circlearrowright\textcirclearrowright
+ \let\longleftarrow\textlongleftarrow
+ \let\longrightarrow\textlongrightarrow
+ \let\longleftrightarrow\textlongleftrightarrow
+ \let\Longleftarrow\textLongleftarrow
+ \let\Longrightarrow\textLongrightarrow
+ \let\Longleftrightarrow\textLongleftrightarrow
+ \let\longmapsto\textlongmapsto
+ \let\Longmapsfrom\textLongmapsfrom
+ \let\Longmapsto\textLongmapsto
+ \let\nwsearrow\textnwsearrow
+ \let\neswarrow\textneswarrow
+ \let\lhooknwarrow\textlhooknwarrow
+ \let\rhooknearrow\textrhooknearrow
+ \let\lhooksearrow\textlhooksearrow
+ \let\rhookswarrow\textrhookswarrow
+ \let\rcurvearrowne\textrcurvearrowne
+ \let\lcurvearrowse\textlcurvearrowse
+ \let\lcurvearrowsw\textlcurvearrowsw
+ \let\rcurvearrowse\textrcurvearrowse
+ \let\lcurvearrowdown\textlcurvearrowdown
+ \let\rcurvearrowdown\textrcurvearrowdown
+ \let\rcurvearrowleft\textrcurvearrowleft
+ \let\rcurvearrowright\textrcurvearrowright
+ \let\leftrightharpoon\textleftrightharpoon
+ \let\rightleftharpoon\textrightleftharpoon
+ \let\updownharpoonrightleft\textupdownharpoonrightleft
+ \let\updownharpoonleftright\textupdownharpoonleftright
+ \let\leftleftharpoons\textleftleftharpoons
+ \let\upupharpoons\textupupharpoons
+ \let\rightrightharpoons\textrightrightharpoons
+ \let\downdownharpoons\textdowndownharpoons
+ \let\leftbarharpoon\textleftbarharpoon
+ \let\barleftharpoon\textbarleftharpoon
+ \let\rightbarharpoon\textrightbarharpoon
+ \let\barrightharpoon\textbarrightharpoon
+ \let\updownharpoons\textupdownharpoons
+ \let\downupharpoons\textdownupharpoons
+ \let\obar\textobar
+ \let\obslash\textobslash
+ \let\obot\textobot
+ \let\olessthan\textolessthan
+ \let\ogreaterthan\textogreaterthan
+ \let\boxslash\textboxslash
+ \let\boxbslash\textboxbslash
+ \let\boxast\textboxast
+ \let\boxcircle\textboxcircle
+ \let\boxbox\textboxbox
+ \let\multimapboth\textmultimapboth
+ \let\shuffle\textshuffle
+ \let\uplus\textuplus
+ \let\bigdoublewedge\textbigdoublewedge
+ \let\bigdoublevee\textbigdoublevee
+ \let\Join\textJoin
+ \let\circplus\textcircplus
+ \let\minusdot\textminusdot
+ \let\dottimes\textdottimes
+ \let\dtimes\textdtimes
+ \let\odiv\textodiv
+ \let\invneg\textinvneg
+ \let\sqdoublecap\textsqdoublecap
+ \let\capdot\textcapdot
+ \let\sqdoublecup\textsqdoublecup
+ \let\doublewedge\textdoublewedge
+ \let\doublevee\textdoublevee
+ \let\doublebarwedge\textdoublebarwedge
+ \let\veedoublebar\textveedoublebar
+ \let\eqdot\texteqdot
+ \let\coloncolonequals\textcoloncolonequals
+ \let\leqslant\textleqslant
+ \let\geqslant\textgeqslant
+ \let\lessapprox\textlessapprox
+ \let\gtrapprox\textgtrapprox
+ \let\lneq\textlneq
+ \let\gneq\textgneq
+ \let\lnapprox\textlnapprox
+ \let\gnapprox\textgnapprox
+ \let\lesseqqgtr\textlesseqqgtr
+ \let\gtreqqless\textgtreqqless
+ \let\eqslantless\texteqslantless
+ \let\eqslantgtr\texteqslantgtr
+ \let\leftslice\textleftslice
+ \let\rightslice\textrightslice
+ \let\preceq\textpreceq
+ \let\succeq\textsucceq
+ \let\precneq\textprecneq
+ \let\succneq\textsuccneq
+ \let\preceqq\textpreceqq
+ \let\succeqq\textsucceqq
+ \let\precneqq\textprecneqq
+ \let\succneqq\textsuccneqq
+ \let\precapprox\textprecapprox
+ \let\precnapprox\textprecnapprox
+ \let\succnapprox\textsuccnapprox
+ \let\subseteqq\textsubseteqq
+ \let\supseteqq\textsupseteqq
+ \let\dashV\textdashV
+ \let\Dashv\textDashv
+ \let\DashV\textDashV
+ \let\downmodels\textdownmodels
+ \let\upmodels\textupmodels
+ \let\upspoon\textupspoon
+ \let\interleave\textinterleave
+ \let\sslash\textsslash
+ \let\jinferior\textjinferior
+ \let\slashdiv\textslashdiv
+ \let\fivedots\textfivedots
+ \let\oo\textoo
+ \let\GaPa\textGaPa
+ \let\HaPa\textHaPa
+ \let\ViPa\textViPa
+ \let\AcPa\textAcPa
+ \let\SePa\textSePa
+ \let\ZwPa\textZwPa
+ \let\fullnote\textfullnote
+ \let\halfnote\texthalfnote
+ \let\Vier\textVier
+ \let\Acht\textAcht
+ \let\Sech\textSech
+ \let\Zwdr\textZwdr
+ \let\Mundus\textMundus
+ \let\Womanface\textWomanface
+ \let\Fire\textFire
+ \let\Bicycle\textBicycle
+ \let\Gentsroom\textGentsroom
+ \let\Ladiesroom\textLadiesroom
+ \let\ccnc\textccnc
+ \let\ccsa\textccsa
+ \let\CircledA\textCircledA
+ \let\Info\textInfo
+ \let\neg\textneg
+ \let\times\texttimes
+ \let\div\textdiv
+ \let\pm\textpm
+ \let\cdot\textcdot
+}% \psdmapshortnames
+\newcommand*{\psdaliasnames}{%
+ \let\epsdice\HyPsd@DieFace
+ \let\fcdice\HyPsd@DieFace
+ \let\MoonPha\HyPsd@MoonPha
+ \let\mathdollar\textdollar
+ \let\binampersand\textampersand
+ \let\with\textampersand
+ \let\mathunderscore\textunderscore
+ \let\textvertline\textbar
+ \let\mathsterling\textsterling
+ \let\pounds\textsterling
+ \let\brokenvert\textbrokenbar
+ \let\mathsection\textsection
+ \let\S\textsection
+ \let\mathparagraph\textparagraph
+ \let\vartimes\textmultiply
+ \let\eth\dh
+ \let\crossd\textcrd
+ \let\textbard\textcrd
+ \let\bard\textcrd
+ \let\textcrh\texthbar
+ \let\crossh\texthbar
+ \let\planck\texthbar
+ \let\eng\ng
+ \let\engma\ng
+ \let\crossb\textcrb
+ \let\textbarb\textcrb
+ \let\barb\textcrb
+ \let\hv\texthvlig
+ \let\hausak\texthtk
+ \let\crossnilambda\textcrlambda
+ \let\barlambda\textcrlambda
+ \let\lambdabar\textcrlambda
+ \let\lambdaslash\textcrlambda
+ \let\textnrleg\textPUnrleg
+ \let\textpipevar\textpipe
+ \let\textdoublepipevar\textdoublepipe
+ \let\textdoublebarpipevar\textdoublebarpipe
+ \let\textcrg\textgslash
+ \let\textdblig\textPUdblig
+ \let\textqplig\textPUqplig
+ \let\textcentoldstyle\textslashc
+ \let\textbarc\textslashc
+ \let\inva\textturna
+ \let\vara\textscripta
+ \let\invscripta\textturnscripta
+ \let\rotvara\textturnscripta
+ \let\hookb\texthtb
+ \let\hausab\texthtb
+ \let\varopeno\textopeno
+ \let\curlyc\textctc
+ \let\taild\textrtaild
+ \let\hookd\texthtd
+ \let\hausad\texthtd
+ \let\er\textrhookschwa
+ \let\epsi\textniepsilon
+ \let\hookrevepsilon\textrhookrevepsilon
+ \let\closedrevepsilon\textcloserevepsilon
+ \let\barj\textbardotlessj
+ \let\hookg\texthtg
+ \let\varg\textscriptg
+ \let\vod\textipagamma
+ \let\invh\textturnh
+ \let\udesc\textturnh
+ \let\hookh\texthth
+ \let\voicedh\texthth
+ \let\hookheng\texththeng
+ \let\ibar\textbari
+ \let\vari\textniiota
+ \let\tildel\textltilde
+ \let\latfric\textbeltl
+ \let\taill\textrtaill
+ \let\lz\textlyoghlig
+ \let\invm\textturnm
+ \let\rotm\textturnm
+ \let\legm\textturnmrleg
+ \let\labdentalnas\textltailm
+ \let\emgma\textltailm
+ \let\nj\textltailn
+ \let\enya\textltailn
+ \let\tailn\textrtailn
+ \let\closedniomega\textcloseomega
+ \let\varomega\textcloseomega
+ \let\invr\textturnr
+ \let\rotr\textturnr
+ \let\invlegr\textturnlonglegr
+ \let\tailinvr\textturnrrtail
+ \let\legr\textlonglegr
+ \let\tailr\textrtailr
+ \let\flapr\textfishhookr
+ \let\flap\textfishhookr
+ \let\tails\textrtails
+ \let\curlyesh\textctesh
+ \let\clickt\textturnt
+ \let\tailt\textrtailt
+ \let\ubar\textbaru
+ \let\rotOmega\textniupsilon
+ \let\invv\textturnv
+ \let\pwedge\textturnv
+ \let\invw\textturnw
+ \let\rotw\textturnw
+ \let\invy\textturny
+ \let\roty\textturny
+ \let\tailz\textrtailz
+ \let\curlyz\textctz
+ \let\curlyyogh\textctyogh
+ \let\ejective\textglotstop
+ \let\glottal\textglotstop
+ \let\reveject\textrevglotstop
+ \let\clickc\textstretchc
+ \let\textstretchcvar\textstretchc
+ \let\clickb\textbullseye
+ \let\textObullseye\textbullseye
+ \let\textctjvar\textctj
+ \let\textturnsck\textturnk
+ \let\dz\textdzlig
+ \let\tesh\textteshlig
+ \let\digamma\textdigammagreek
+ \let\hardsign\cyrhrdsn
+ \let\softsign\cyrsftsn
+ \let\textsck\textPUsck
+ \let\textscm\textPUscm
+ \let\textscp\textPUscp
+ \let\textrevscr\textPUrevscr
+ \let\textrhooka\textPUrhooka
+ \let\textrhooke\textPUrhooke
+ \let\textrhookepsilon\textPUrhookepsilon
+ \let\textrhookopeno\textPUrhookopeno
+ \let\textdoublevertline\textbardbl
+ \let\dag\textdagger
+ \let\ddagger\textdaggerdbl
+ \let\ddag\textdaggerdbl
+ \let\mathellipsis\textellipsis
+ \let\bindnasrepma\textinvamp
+ \let\parr\textinvamp
+ \let\textglobrise\textnearrow
+ \let\textglobfall\textsearrow
+ \let\Lightning\textlightning
+ \let\dashedleftarrow\textdashleftarrow
+ \let\dashedrightarrow\textdashrightarrow
+ \let\varnothing\textemptyset
+ \let\owns\textni
+ \let\varangle\textsphericalangle
+ \let\Anglesign\textsphericalangle
+ \let\downtherefore\textbecause
+ \let\textdotdiv\textdotminus
+ \let\wreath\textwr
+ \let\Doteq\textdoteqdot
+ \let\corresponds\texthateq
+ \let\varoplus\textoplus
+ \let\varominus\textominus
+ \let\varotimes\textotimes
+ \let\varoslash\textoslash
+ \let\varodot\textodot
+ \let\ocirc\textcircledcirc
+ \let\varocircle\textcircledcirc
+ \let\varoast\textcircledast
+ \let\oasterisk\textcircledast
+ \let\rightvdash\textvdash
+ \let\leftvdash\textdashv
+ \let\downvdash\texttop
+ \let\models\textvDash
+ \let\rightmodels\textvDash
+ \let\rightVdash\textVdash
+ \let\rightModels\textVDash
+ \let\lessclosed\textlhd
+ \let\gtrclosed\textrhd
+ \let\leqclosed\textunlhd
+ \let\trianglelefteq\textunlhd
+ \let\geqclosed\textunrhd
+ \let\trianglerighteq\textunrhd
+ \let\varcurlyvee\textcurlyvee
+ \let\varcurlywedge\textcurlywedge
+ \let\doublecap\textCap
+ \let\doublecup\textCup
+ \let\varsqsubsetneq\textsqsubsetneq
+ \let\varsqsupsetneq\textsqsupsetneq
+ \let\nlessclosed\textntriangleleft
+ \let\ngtrclosed\textntriangleright
+ \let\Clocklogo\textclock
+ \let\varparallelinv\textbbslash
+ \let\Telefon\textPhone
+ \let\rightpointleft\textHandLeft
+ \let\leftpointright\textHandRight
+ \let\PointingHand\textHandRight
+ \let\Radiation\textRadioactivity
+ \let\Frowny\textfrownie
+ \let\Smiley\textsmiley
+ \let\Mercury\textmercury
+ \let\textfemale\textPUfemale
+ \let\female\textPUfemale
+ \let\venus\textPUfemale
+ \let\Venus\textPUfemale
+ \let\Earth\textearth
+ \let\mars\textmale
+ \let\Mars\textmale
+ \let\Jupiter\textjupiter
+ \let\Saturn\textsaturn
+ \let\Uranus\texturanus
+ \let\Neptune\textneptune
+ \let\Pluto\textpluto
+ \let\Aries\textaries
+ \let\Taurus\texttaurus
+ \let\Gemini\textgemini
+ \let\Cancer\textcancer
+ \let\Leo\textleo
+ \let\Virgo\textvirgo
+ \let\Libra\textlibra
+ \let\Scorpio\textscorpio
+ \let\Sagittarius\textsagittarius
+ \let\Capricorn\textcapricorn
+ \let\Aquarius\textaquarius
+ \let\Pisces\textpisces
+ \let\spadesuit\textspadesuitblack
+ \let\heartsuit\textheartsuitwhite
+ \let\diamondsuit\textdiamondsuitwhite
+ \let\clubsuit\textclubsuitblack
+ \let\eighthnote\textmusicalnote
+ \let\VarFlag\textFlag
+ \let\textxswup\textdsmilitary
+ \let\textuncrfemale\textPUuncrfemale
+ \let\Football\textSoccerBall
+ \let\Cutright\textScissorRightBrokenBottom
+ \let\Rightscissors\textScissorRight
+ \let\Letter\textEnvelope
+ \let\checkmark\textCheckmark
+ \let\davidstar\textDavidStar
+ \let\textvarobar\textobar
+ \let\circledbslash\textobslash
+ \let\obackslash\textobslash
+ \let\varobslash\textobslash
+ \let\odplus\textobot
+ \let\varolessthan\textolessthan
+ \let\varogreaterthan\textogreaterthan
+ \let\divdot\textminusdot
+ \let\doublesqcap\textsqdoublecap
+ \let\doublesqcup\textsqdoublecup
+ \let\merge\textdoublevee
+ \let\leftVdash\textdashV
+ \let\leftmodels\textDashv
+ \let\leftModels\textDashV
+ \let\varparallel\textsslash
+ \let\textheng\textPUheng
+ \let\textlhookfour\textPUlhookfour
+ \let\textscf\textPUscf
+ \let\textaolig\textPUaolig
+ \let\Ganz\textfullnote
+ \let\Halb\texthalfnote
+}% \psdaliasnames
+\endinput
+%%
+%% End of file `psdextra.def'.
diff --git a/Master/texmf-dist/tex/latex/hyperref/puarenc.def b/Master/texmf-dist/tex/latex/hyperref/puarenc.def
index 43f1daa447c..341a2170771 100644
--- a/Master/texmf-dist/tex/latex/hyperref/puarenc.def
+++ b/Master/texmf-dist/tex/latex/hyperref/puarenc.def
@@ -29,61 +29,61 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{puarenc.def}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
Hyperref: Additions to puenc.def for Arabi]
-\DeclareTextCommand{\hamza}{PU}{\86\041}% 0621;afii57409;ARABIC LETTER HAMZA
-\DeclareTextCommand{\alefmadda}{PU}{\86\042}% 0622;afii57410;ARABIC LETTER ALEF WITH MADDA ABOVE
-\DeclareTextCommand{\alefhamza}{PU}{\86\043}% 0623;afii57411;ARABIC LETTER ALEF WITH HAMZA ABOVE
-\DeclareTextCommand{\wawhamza}{PU}{\86\044} % 0624;afii57412;ARABIC LETTER WAW WITH HAMZA ABOVE
-\DeclareTextCommand{\aleflowerhamza}{PU}{\86\045}% 0625;afii57413;ARABIC LETTER ALEF WITH HAMZA BELOW
-\DeclareTextCommand{\yahamza}{PU}{\86\046}% 0626;afii57414;ARABIC LETTER YEH WITH HAMZA ABOVE
-\DeclareTextCommand{\alef}{PU}{\86\047}% 0627;afii57415;ARABIC LETTER ALEF
-\DeclareTextCommand{\baa}{PU}{\86\050}% 0628;afii57416;ARABIC LETTER BEH
-\DeclareTextCommand{\T}{PU}{\86\051}% 0629;afii57417;ARABIC LETTER TEH MARBUTA
-\DeclareTextCommand{\taa}{PU}{\86\052}% 062A;afii57418;ARABIC LETTER TEH
-\DeclareTextCommand{\thaa}{PU}{\86\053}% 062B;afii57419;ARABIC LETTER THEH
-\DeclareTextCommand{\jeem}{PU}{\86\054}% 062C;afii57420;ARABIC LETTER JEEM
-\DeclareTextCommand{\Haa}{PU}{\86\055}% 062D;afii57421;ARABIC LETTER HAH
-\DeclareTextCommand{\kha}{PU}{\86\056}% 062E;afii57422;ARABIC LETTER KHAH
-\DeclareTextCommand{\dal}{PU}{\86\057}% 062F;afii57423;ARABIC LETTER DAL
-\DeclareTextCommand{\dhal}{PU}{\86\060}% 0630;afii57424;ARABIC LETTER THAL
-\DeclareTextCommand{\ra}{PU}{\86\061}% 0631;afii57425;ARABIC LETTER REH
-\DeclareTextCommand{\zay}{PU}{\86\062}% 0632;afii57426;ARABIC LETTER ZAIN
-\DeclareTextCommand{\seen}{PU}{\86\063}% 0633;afii57427;ARABIC LETTER SEEN
-\DeclareTextCommand{\sheen}{PU}{\86\064}% 0634;afii57428;ARABIC LETTER SHEEN
-\DeclareTextCommand{\sad}{PU}{\86\065}% 0635;afii57429;ARABIC LETTER SAD
-\DeclareTextCommand{\dad}{PU}{\86\066}% 0636;afii57430;ARABIC LETTER DAD
-\DeclareTextCommand{\Ta}{PU}{\86\067}% 0637;afii57431;ARABIC LETTER TAH
-\DeclareTextCommand{\za}{PU}{\86\070}% 0638;afii57432;ARABIC LETTER ZAH
-\DeclareTextCommand{\ayn}{PU}{\86\071}% 0639;afii57433;ARABIC LETTER AIN
-\DeclareTextCommand{\ghayn}{PU}{\86\072}% 063A;afii57434;ARABIC LETTER GHAIN
-\DeclareTextCommand{\tatweel}{PU}{\86\100}% 0640;afii57440;ARABIC TATWEEL
-\DeclareTextCommand{\fa}{PU}{\86\101}% 0641;afii57441;ARABIC LETTER FEH
-\DeclareTextCommand{\qaf}{PU}{\86\102}% 0642;afii57442;ARABIC LETTER QAF
-\DeclareTextCommand{\kaf}{PU}{\86\103}% 0643;afii57443;ARABIC LETTER KAF
-\DeclareTextCommand{\lam}{PU}{\86\104}% 0644;afii57444;ARABIC LETTER LAM
-\DeclareTextCommand{\meem}{PU}{\86\105}% 0645;afii57445;ARABIC LETTER MEEM
-\DeclareTextCommand{\nun}{PU}{\86\106}% 0646;afii57446;ARABIC LETTER NOON
-\DeclareTextCommand{\ha}{PU}{\86\107}% 0647;afii57470;ARABIC LETTER HEH
-\DeclareTextCommand{\waw}{PU}{\86\110}% 0648;afii57448;ARABIC LETTER WAW
-\DeclareTextCommand{\alefmaqsura}{PU}{\86\111}% 0649;afii57449;ARABIC LETTER ALEF MAKSURA
-\DeclareTextCommand{\ya}{PU}{\86\112}% 064A;afii57450;ARABIC LETTER YEH
-\DeclareTextCommand{\nasb}{PU}{\86\113}% 064B;afii57451;ARABIC FATHATAN
-\DeclareTextCommand{\raff}{PU}{\86\114}% 064C;afii57452;ARABIC DAMMATAN
-\DeclareTextCommand{\jarr}{PU}{\86\115}% 064D;afii57453;ARABIC KASRATAN
-\DeclareTextCommand{\fatha}{PU}{\86\116}% 064E;afii57454;ARABIC FATHA
-\DeclareTextCommand{\damma}{PU}{\86\117}% 064F;afii57455;ARABIC DAMMA
-\DeclareTextCommand{\kasra}{PU}{\86\120}% 0650;afii57456;ARABIC KASRA
-\DeclareTextCommand{\shadda}{PU}{\86\121}% 0651;afii57457;ARABIC SHADDA
-\DeclareTextCommand{\sukun}{PU}{\86\122}% 0652;afii57458;ARABIC SUKUN
-\DeclareTextCommand{\peh}{PU}{\86\176}% 067E;afii57506;ARABIC LETTER PEH
-\DeclareTextCommand{\tcheh}{PU}{\86\206}% 0686;afii57507;ARABIC LETTER TCHEH
-\DeclareTextCommand{\jeh}{PU}{\86\230}% 0698;afii57508;ARABIC LETTER JEH
-\DeclareTextCommand{\farsikaf}{PU}{\86\251}% 06A9???;afii?????;FARSI LETTER KAF
-\DeclareTextCommand{\gaf}{PU}{\86\257}% 06AF;afii57509;ARABIC LETTER GAF
-\DeclareTextCommand{\farsiya}{PU}{\86\314}% 06CC;afii?????;FARSI LETTER YEH
-\DeclareTextCommand{\ZWNJ}{PU}{\9040\014}% 200C;ZWNJ%
-\DeclareTextCommand{\noboundary}{PU}{\86\325}% 200D;ZWJ
+\DeclareTextCommand{\hamza}{PU}{\86\041}% U+0621
+\DeclareTextCommand{\alefmadda}{PU}{\86\042}% U+0622
+\DeclareTextCommand{\alefhamza}{PU}{\86\043}% U+0623
+\DeclareTextCommand{\wawhamza}{PU}{\86\044} % U+0624
+\DeclareTextCommand{\aleflowerhamza}{PU}{\86\045}% U+0625
+\DeclareTextCommand{\yahamza}{PU}{\86\046}% U+0626
+\DeclareTextCommand{\alef}{PU}{\86\047}% U+0627
+\DeclareTextCommand{\baa}{PU}{\86\050}% U+0628
+\DeclareTextCommand{\T}{PU}{\86\051}% U+0629
+\DeclareTextCommand{\taa}{PU}{\86\052}% U+062A
+\DeclareTextCommand{\thaa}{PU}{\86\053}% U+062B
+\DeclareTextCommand{\jeem}{PU}{\86\054}% U+062C
+\DeclareTextCommand{\Haa}{PU}{\86\055}% U+062D
+\DeclareTextCommand{\kha}{PU}{\86\056}% U+062E
+\DeclareTextCommand{\dal}{PU}{\86\057}% U+062F
+\DeclareTextCommand{\dhal}{PU}{\86\060}% U+0630
+\DeclareTextCommand{\ra}{PU}{\86\061}% U+0631
+\DeclareTextCommand{\zay}{PU}{\86\062}% U+0632
+\DeclareTextCommand{\seen}{PU}{\86\063}% U+0633
+\DeclareTextCommand{\sheen}{PU}{\86\064}% U+0634
+\DeclareTextCommand{\sad}{PU}{\86\065}% U+0635
+\DeclareTextCommand{\dad}{PU}{\86\066}% U+0636
+\DeclareTextCommand{\Ta}{PU}{\86\067}% U+0637
+\DeclareTextCommand{\za}{PU}{\86\070}% U+0638
+\DeclareTextCommand{\ayn}{PU}{\86\071}% U+0639
+\DeclareTextCommand{\ghayn}{PU}{\86\072}% U+063A
+\DeclareTextCommand{\tatweel}{PU}{\86\100}% U+0640
+\DeclareTextCommand{\fa}{PU}{\86\101}% U+0641
+\DeclareTextCommand{\qaf}{PU}{\86\102}% U+0642
+\DeclareTextCommand{\kaf}{PU}{\86\103}% U+0643
+\DeclareTextCommand{\lam}{PU}{\86\104}% U+0644
+\DeclareTextCommand{\meem}{PU}{\86\105}% U+0645
+\DeclareTextCommand{\nun}{PU}{\86\106}% U+0646
+\DeclareTextCommand{\ha}{PU}{\86\107}% U+0647
+\DeclareTextCommand{\waw}{PU}{\86\110}% U+0648
+\DeclareTextCommand{\alefmaqsura}{PU}{\86\111}% U+0649
+\DeclareTextCommand{\ya}{PU}{\86\112}% U+064A
+\DeclareTextCommand{\nasb}{PU}{\86\113}% U+064B
+\DeclareTextCommand{\raff}{PU}{\86\114}% U+064C
+\DeclareTextCommand{\jarr}{PU}{\86\115}% U+064D
+\DeclareTextCommand{\fatha}{PU}{\86\116}% U+064E
+\DeclareTextCommand{\damma}{PU}{\86\117}% U+064F
+\DeclareTextCommand{\kasra}{PU}{\86\120}% U+0650
+\DeclareTextCommand{\shadda}{PU}{\86\121}% U+0651
+\DeclareTextCommand{\sukun}{PU}{\86\122}% U+0652
+\DeclareTextCommand{\peh}{PU}{\86\176}% U+067E
+\DeclareTextCommand{\tcheh}{PU}{\86\206}% U+0686
+\DeclareTextCommand{\jeh}{PU}{\86\230}% U+0698
+\DeclareTextCommand{\farsikaf}{PU}{\86\251}% U+06A9
+\DeclareTextCommand{\gaf}{PU}{\86\257}% U+06AF
+\DeclareTextCommand{\farsiya}{PU}{\86\314}% U+06CC
+\DeclareTextCommand{\ZWNJ}{PU}{\9040\014}% U+200C
+\DeclareTextCommand{\noboundary}{PU}{\9040\015}% U+200D
\endinput
%%
%% End of file `puarenc.def'.
diff --git a/Master/texmf-dist/tex/latex/hyperref/puenc.def b/Master/texmf-dist/tex/latex/hyperref/puenc.def
index 1259361f616..ca0827337c6 100644
--- a/Master/texmf-dist/tex/latex/hyperref/puenc.def
+++ b/Master/texmf-dist/tex/latex/hyperref/puenc.def
@@ -29,7 +29,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{puenc.def}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
Hyperref: PDF Unicode definition (HO)]
\DeclareFontEncoding{PU}{}{}
\DeclareTextCommand{\`}{PU}[1]{#1\83\000}% U+0300
@@ -46,13 +46,20 @@
\DeclareTextCommand{\v}{PU}[1]{#1\83\014}% U+030C
\DeclareTextCommand{\G}{PU}[1]{#1\83\017}% U+030F
\DeclareTextCommand{\C}{PU}[1]{#1\83\017}% U+030F
-\DeclareTextCommand{\newtie}{PU}[1]{#1\83\021}% U+0311
+\DeclareTextCommand{\textinvbreve}{PU}[1]{#1\83\021}% U+0311
\DeclareTextCommand{\d}{PU}[1]{#1\83\043}% U+0323
-\DeclareTextCommand{\b}{PU}[1]{#1\83\061}% U+0331
+\DeclareTextCommand{\textsubumlaut}{PU}[1]{#1\83\044}% U+0324
+\DeclareTextCommand{\textsubring}{PU}[1]{#1\83\045}% U+0325
\DeclareTextCommand{\c}{PU}[1]{#1\83\047}% U+0327
\DeclareTextCommand{\k}{PU}[1]{#1\83\050}% U+0328
+\DeclareTextCommand{\textsubcircum}{PU}[1]{#1\83\055}% U+032D
+\DeclareTextCommand{\textsubbreve}{PU}[1]{#1\83\056}% U+032E
+\DeclareTextCommand{\textsubtilde}{PU}[1]{#1\83\060}% U+0330
+\DeclareTextCommand{\b}{PU}[1]{#1\83\061}% U+0331
\DeclareTextCommand{\t}{PU}[1]{#1\83\141}% U+0361
\DeclareTextCommand{\textcircled}{PU}[1]{#1\9040\335}% U+20DD
+\DeclareTextCommand{\textacutemacron}{PU}[1]{#1\83\001\83\004}
+\DeclareTextCommand{\textgravemacron}{PU}[1]{#1\83\000\83\004}
\DeclareTextCompositeCommand{\`}{PU}{\@empty}{\textasciigrave}
\DeclareTextCompositeCommand{\'}{PU}{\@empty}{\textacute}
\DeclareTextCompositeCommand{\^}{PU}{\@empty}{\textasciicircum}
@@ -67,11 +74,19 @@
\DeclareTextCompositeCommand{\=}{PU}{\@empty}{\textasciimacron}
\DeclareTextCompositeCommand{\H}{PU}{\@empty}{\texthungarumlaut}
\DeclareTextCompositeCommand{\k}{PU}{\@empty}{\textogonek}
+\DeclareTextCompositeCommand{\textinvbreve}{PU}{\@empty}{{ \83\021}}
+\DeclareTextCompositeCommand{\textsubumlaut}{PU}{\@empty}{{ \83\044}}
+\DeclareTextCompositeCommand{\textsubring}{PU}{\@empty}{\textringlow}
+\DeclareTextCompositeCommand{\textsubcircum}{PU}{\@empty}{\textcircumlow}
+\DeclareTextCompositeCommand{\textsubbreve}{PU}{\@empty}{{ \83\056}}
+\DeclareTextCompositeCommand{\textsubtilde}{PU}{\@empty}{\texttildelow}
\DeclareTextCompositeCommand{\b}{PU}{\@empty}{\textmacronbelow}
\DeclareTextCompositeCommand{\d}{PU}{\@empty}{\textdotbelow}
\DeclareTextCompositeCommand{\t}{PU}{\@empty}{\texttie}
\DeclareTextCompositeCommand{\newtie}{PU}{\@empty}{\textnewtie}
\DeclareTextCompositeCommand{\textcircled}{PU}{\@empty}{\textbigcircle}
+\DeclareTextCompositeCommand{\textacutemacron}{PU}{\@empty}{{ \83\001\83\004}}
+\DeclareTextCompositeCommand{\textgravemacron}{PU}{\@empty}{{ \83\000\83\004}}
\DeclareTextCompositeCommand{\`}{PU}{\ }{\textasciigrave}
\DeclareTextCompositeCommand{\'}{PU}{\ }{\textacute}
\DeclareTextCompositeCommand{\^}{PU}{\ }{\textasciicircum}
@@ -86,11 +101,19 @@
\DeclareTextCompositeCommand{\=}{PU}{\ }{\textasciimacron}
\DeclareTextCompositeCommand{\H}{PU}{\ }{\texthungarumlaut}
\DeclareTextCompositeCommand{\k}{PU}{\ }{\textogonek}
+\DeclareTextCompositeCommand{\textinvbreve}{PU}{\ }{{ \83\021}}
+\DeclareTextCompositeCommand{\textsubumlaut}{PU}{\ }{{ \83\044}}
+\DeclareTextCompositeCommand{\textsubring}{PU}{\ }{\textringlow}
+\DeclareTextCompositeCommand{\textsubcircum}{PU}{\ }{\textcircumlow}
+\DeclareTextCompositeCommand{\textsubbreve}{PU}{\ }{{ \83\056}}
+\DeclareTextCompositeCommand{\textsubtilde}{PU}{\ }{\texttildelow}
\DeclareTextCompositeCommand{\b}{PU}{\ }{\textmacronbelow}
\DeclareTextCompositeCommand{\d}{PU}{\ }{\textdotbelow}
\DeclareTextCompositeCommand{\t}{PU}{\ }{\texttie}
\DeclareTextCompositeCommand{\newtie}{PU}{\ }{\textnewtie}
\DeclareTextCompositeCommand{\textcircled}{PU}{\ }{\textbigcircle}
+\DeclareTextCompositeCommand{\textacutemacron}{PU}{\ }{{ \83\001\83\004}}
+\DeclareTextCompositeCommand{\textgravemacron}{PU}{\ }{{ \83\000\83\004}}
\DeclareTextCommand{\capitalcedilla}{PU}[1]{\c{#1}}
\DeclareTextCommand{\capitalogonek}{PU}[1]{\k{#1}}
\DeclareTextCommand{\capitalgrave}{PU}[1]{\`{#1}}
@@ -138,7 +161,7 @@
\DeclareTextCommand{\textbrokenbar}{PU}{\80\246}% U+00A6
\DeclareTextCommand{\textsection}{PU}{\80\247}% U+00A7
\DeclareTextCommand{\textasciidieresis}{PU}{\80\250}% U+00A8
-\DeclareTextCommand{\textcopyright}{PU}{\80\251}% U+00A9
+\DeclareTextCommand{\textcopyright}{PU}{\80\251}%* U+00A9
\DeclareTextCommand{\textordfeminine}{PU}{\80\252}% U+00AA
\DeclareTextCommand{\guillemotleft}{PU}{\80\253}% U+00AB
\DeclareTextCommand{\textlogicalnot}{PU}{\80\254}% U+00AC
@@ -147,15 +170,15 @@
\DeclareTextCommand{\textasciimacron}{PU}{\80\257}% U+00AF
\DeclareTextCommand{\textdegree}{PU}{\80\260}% U+00B0
\DeclareTextCommand{\textplusminus}{PU}{\80\261}% U+00B1
-\DeclareTextCommand{\texttwosuperior}{PU}{\80\262}% U+00B2
-\DeclareTextCommand{\textthreesuperior}{PU}{\80\263}% U+00B3
+\DeclareTextCommand{\texttwosuperior}{PU}{\80\262}%* U+00B2
+\DeclareTextCommand{\textthreesuperior}{PU}{\80\263}%* U+00B3
\DeclareTextCommand{\textacute}{PU}{\80\264}% U+00B4
\DeclareTextCommand{\textasciiacute}{PU}{\80\264}% U+00B4
\DeclareTextCommand{\textmu}{PU}{\80\265}% U+00B5
\DeclareTextCommand{\textparagraph}{PU}{\80\266}% U+00B6
\DeclareTextCommand{\textperiodcentered}{PU}{\80\267}% U+00B7
\DeclareTextCommand{\textcedilla}{PU}{\80\270}% U+00B8
-\DeclareTextCommand{\textonesuperior}{PU}{\80\271}% U+00B9
+\DeclareTextCommand{\textonesuperior}{PU}{\80\271}%* U+00B9
\DeclareTextCommand{\textordmasculine}{PU}{\80\272}% U+00BA
\DeclareTextCommand{\guillemotright}{PU}{\80\273}% U+00BB
\DeclareTextCommand{\textonequarter}{PU}{\80\274}% U+00BC
@@ -193,6 +216,7 @@
\DeclareTextCompositeCommand{\"}{PU}{U}{\80\334}% U+00DC
\DeclareTextCompositeCommand{\'}{PU}{Y}{\80\335}% U+00DD
\DeclareTextCommand{\TH}{PU}{\80\336}% U+00DE
+\DeclareTextCommand{\textThorn}{PU}{\80\336}%* U+00DE
\DeclareTextCommand{\ss}{PU}{\80\337}% U+00DF
\DeclareTextCompositeCommand{\`}{PU}{a}{\80\340}% U+00E0
\DeclareTextCompositeCommand{\'}{PU}{a}{\80\341}% U+00E1
@@ -229,6 +253,7 @@
\DeclareTextCompositeCommand{\"}{PU}{u}{\80\374}% U+00FC
\DeclareTextCompositeCommand{\'}{PU}{y}{\80\375}% U+00FD
\DeclareTextCommand{\th}{PU}{\80\376}% U+00FE
+\DeclareTextCommand{\textthorn}{PU}{\80\376}%* U+00FE
\DeclareTextCompositeCommand{\"}{PU}{y}{\80\377}% U+00FF
\DeclareTextCompositeCommand{\=}{PU}{A}{\81\000}% U+0100
\DeclareTextCompositeCommand{\=}{PU}{a}{\81\001}% U+0101
@@ -248,6 +273,7 @@
\DeclareTextCompositeCommand{\v}{PU}{d}{\81\017}% U+010F
\DeclareTextCommand{\DJ}{PU}{\81\020}% U+0110
\DeclareTextCommand{\dj}{PU}{\81\021}% U+0111
+\DeclareTextCommand{\textcrd}{PU}{\81\021}% U+0111
\DeclareTextCompositeCommand{\=}{PU}{E}{\81\022}% U+0112
\DeclareTextCompositeCommand{\=}{PU}{e}{\81\023}% U+0113
\DeclareTextCompositeCommand{\u}{PU}{E}{\81\024}% U+0114
@@ -269,7 +295,7 @@
\DeclareTextCompositeCommand{\^}{PU}{H}{\81\044}% U+0124
\DeclareTextCompositeCommand{\^}{PU}{h}{\81\045}% U+0125
\DeclareTextCommand{\textHslash}{PU}{\81\046}% U+0126
-\DeclareTextCommand{\texthslash}{PU}{\81\047}% U+0127
+\DeclareTextCommand{\texthbar}{PU}{\81\047}%* U+127
\DeclareTextCompositeCommand{\~}{PU}{I}{\81\050}% U+0128
\DeclareTextCompositeCommand{\~}{PU}{i}{\81\051}% U+0129
\DeclareTextCompositeCommand{\~}{PU}{\i}{\81\051}% U+0129
@@ -363,7 +389,29 @@
\DeclareTextCompositeCommand{\v}{PU}{Z}{\81\175}% U+017D
\DeclareTextCompositeCommand{\v}{PU}{z}{\81\176}% U+017E
\DeclareTextCommand{\textlongs}{PU}{\81\177}% U+017F
+\DeclareTextCommand{\textcrb}{PU}{\81\200}% U+0180
+\DeclareTextCommand{\texthausaB}{PU}{\81\201}%* U+0181
+\DeclareTextCommand{\texthtc}{PU}{\81\210}% U+0188
+\DeclareTextCommand{\texthausaD}{PU}{\81\212}%* U+018A
+\DeclareTextCommand{\textEreversed}{PU}{\81\216}% U+018E
+\DeclareTextCommand{\textrevE}{PU}{\81\216}% U+018E
\DeclareTextCommand{\textflorin}{PU}{\81\222}% U+0192
+\DeclareTextCommand{\texthvlig}{PU}{\81\225}% U+0195
+\DeclareTextCommand{\texthausaK}{PU}{\81\230}%* U+0198
+\DeclareTextCommand{\texthtk}{PU}{\81\231}% U+0199
+\DeclareTextCommand{\textbarl}{PU}{\81\232}%* U+019A
+\DeclareTextCommand{\textcrlambda}{PU}{\81\233}% U+019B
+\DeclareTextCommand{\textPUnrleg}{PU}{\81\236}% U+019E
+\DeclareTextCommand{\texthtp}{PU}{\81\245}% U+01A5
+\DeclareTextCommand{\textlhookt}{PU}{\81\253}% U+01AB
+\DeclareTextCommand{\texthtt}{PU}{\81\255}% U+01AD
+\DeclareTextCommand{\textrevyogh}{PU}{\81\271}% U+01B9
+\DeclareTextCommand{\textcrtwo}{PU}{\81\273}% U+01BB
+\DeclareTextCommand{\textcrinvglotstop}{PU}{\81\276}% U+01BE
+\DeclareTextCommand{\textwynn}{PU}{\81\277}% U+01BF
+\DeclareTextCommand{\textpipe}{PU}{\81\300}% U+01C0
+\DeclareTextCommand{\textdoublepipe}{PU}{\81\301}% U+01C1
+\DeclareTextCommand{\textdoublebarpipe}{PU}{\81\302}% U+01C2
\DeclareTextCompositeCommand{\v}{PU}{A}{\81\315}% U+01CD
\DeclareTextCompositeCommand{\v}{PU}{a}{\81\316}% U+01CE
\DeclareTextCompositeCommand{\v}{PU}{I}{\81\317}% U+01CF
@@ -373,6 +421,7 @@
\DeclareTextCompositeCommand{\v}{PU}{o}{\81\322}% U+01D2
\DeclareTextCompositeCommand{\v}{PU}{U}{\81\323}% U+01D3
\DeclareTextCompositeCommand{\v}{PU}{u}{\81\324}% U+01D4
+\DeclareTextCommand{\textinve}{PU}{\81\335}%* U+01DD
\DeclareTextCommand{\textGslash}{PU}{\81\344}% U+01E4
\DeclareTextCommand{\textgslash}{PU}{\81\345}% U+01E5
\DeclareTextCompositeCommand{\v}{PU}{G}{\81\346}% U+01E6
@@ -395,17 +444,28 @@
\DeclareTextCompositeCommand{\G}{PU}{a}{\82\001}% U+0201
\DeclareTextCompositeCommand{\G}{PU}{E}{\82\004}% U+0204
\DeclareTextCompositeCommand{\G}{PU}{e}{\82\005}% U+0205
+\DeclareTextCompositeCommand{\textinvbreve}{PU}{E}{\82\006}% U+0206
+\DeclareTextCompositeCommand{\textinvbreve}{PU}{e}{\82\007}% U+0207
\DeclareTextCompositeCommand{\G}{PU}{I}{\82\010}% U+0208
\DeclareTextCompositeCommand{\G}{PU}{\i}{\82\011}% U+0209
\DeclareTextCompositeCommand{\G}{PU}{i}{\82\011}% U+0209
+\DeclareTextCompositeCommand{\textinvbreve}{PU}{I}{\82\012}% U+020A
+\DeclareTextCompositeCommand{\textinvbreve}{PU}{i}{\82\013}% U+020B
+\DeclareTextCompositeCommand{\textinvbreve}{PU}{\i}{\82\013}% U+020B
\DeclareTextCompositeCommand{\G}{PU}{O}{\82\014}% U+020C
\DeclareTextCompositeCommand{\G}{PU}{o}{\82\015}% U+020D
+\DeclareTextCompositeCommand{\textinvbreve}{PU}{O}{\82\016}% U+020E
+\DeclareTextCompositeCommand{\textinvbreve}{PU}{o}{\82\017}% U+020F
\DeclareTextCompositeCommand{\G}{PU}{R}{\82\020}% U+0210
\DeclareTextCompositeCommand{\G}{PU}{r}{\82\021}% U+0211
\DeclareTextCompositeCommand{\G}{PU}{U}{\82\024}% U+0214
\DeclareTextCompositeCommand{\G}{PU}{u}{\82\025}% U+0215
+\DeclareTextCompositeCommand{\textinvbreve}{PU}{U}{\82\026}% U+0216
+\DeclareTextCompositeCommand{\textinvbreve}{PU}{u}{\82\027}% U+0217
\DeclareTextCompositeCommand{\v}{PU}{H}{\82\036}% U+021E
\DeclareTextCompositeCommand{\v}{PU}{h}{\82\037}% U+021F
+\DeclareTextCommand{\textctd}{PU}{\82\041}% U+0221
+\DeclareTextCommand{\textcommatailz}{PU}{\82\045}% U+0225
\DeclareTextCompositeCommand{\.}{PU}{A}{\82\046}% U+0226
\DeclareTextCompositeCommand{\.}{PU}{a}{\82\047}% U+0227
\DeclareTextCompositeCommand{\c}{PU}{E}{\82\050}% U+0228
@@ -414,8 +474,112 @@
\DeclareTextCompositeCommand{\.}{PU}{o}{\82\057}% U+022F
\DeclareTextCompositeCommand{\=}{PU}{Y}{\82\062}% U+0232
\DeclareTextCompositeCommand{\=}{PU}{y}{\82\063}% U+0233
+\DeclareTextCommand{\textctn}{PU}{\82\065}% U+0235
+\DeclareTextCommand{\textctt}{PU}{\82\066}% U+0236
\DeclareTextCommand{\j}{PU}{\82\067}% U+0237
+\DeclareTextCommand{\textPUdblig}{PU}{\82\070}% U+0238
+\DeclareTextCommand{\textPUqplig}{PU}{\82\071}% U+0239
+\DeclareTextCommand{\textslashc}{PU}{\82\074}%* U+023C
+\DeclareTextCommand{\textturna}{PU}{\82\120}% U+250
+\DeclareTextCommand{\textscripta}{PU}{\82\121}%* U+251
+\DeclareTextCommand{\textturnscripta}{PU}{\82\122}% U+252
+\DeclareTextCommand{\texthtb}{PU}{\82\123}% U+253
+\DeclareTextCommand{\textopeno}{PU}{\82\124}%* U+0254
+\DeclareTextCommand{\textctc}{PU}{\82\125}% U+0255
+\DeclareTextCommand{\textrtaild}{PU}{\82\126}%* U+0256
+\DeclareTextCommand{\texthtd}{PU}{\82\127}% U+0257
+\DeclareTextCommand{\textreve}{PU}{\82\130}%* U+0258
+\DeclareTextCommand{\textschwa}{PU}{\82\131}%* U+0259
+\DeclareTextCommand{\textrhookschwa}{PU}{\82\132}% U+025A
+\DeclareTextCommand{\textniepsilon}{PU}{\82\133}%* U+025B
+\DeclareTextCommand{\textrevepsilon}{PU}{\82\134}%* U+025C
+\DeclareTextCommand{\textrhookrevepsilon}{PU}{\82\135}%* U+025D
+\DeclareTextCommand{\textcloserevepsilon}{PU}{\82\136}% U+025E
+\DeclareTextCommand{\textbardotlessj}{PU}{\82\137}% U+025F
+\DeclareTextCommand{\texthtg}{PU}{\82\140}% U+0260
+\DeclareTextCommand{\textscriptg}{PU}{\82\141}%* U+0261
+\DeclareTextCommand{\textscg}{PU}{\82\142}%* U+0262
+\DeclareTextCommand{\textipagamma}{PU}{\82\143}%* U+0263
+\DeclareTextCommand{\textbabygamma}{PU}{\82\144}%* U+0264
+\DeclareTextCommand{\textturnh}{PU}{\82\145}% U+0265
+\DeclareTextCommand{\texthth}{PU}{\82\146}% U+0266
+\DeclareTextCommand{\texththeng}{PU}{\82\147}% U+0267
+\DeclareTextCommand{\textbari}{PU}{\82\150}%* U+0268
+\DeclareTextCommand{\textniiota}{PU}{\82\151}%* U+0269
+\DeclareTextCommand{\textsci}{PU}{\82\152}%* U+026A
+\DeclareTextCommand{\textltilde}{PU}{\82\153}% U+026B
+\DeclareTextCommand{\textbeltl}{PU}{\82\154}% U+026C
+\DeclareTextCommand{\textrtaill}{PU}{\82\155}% U+026D
+\DeclareTextCommand{\textlyoghlig}{PU}{\82\156}% U+026E
+\DeclareTextCommand{\textturnm}{PU}{\82\157}% U+026F
+\DeclareTextCommand{\textturnmrleg}{PU}{\82\160}% U+0270
+\DeclareTextCommand{\textltailm}{PU}{\82\161}% U+0271
+\DeclareTextCommand{\textltailn}{PU}{\82\162}% U+0272
+\DeclareTextCommand{\textrtailn}{PU}{\82\163}% U+0273
+\DeclareTextCommand{\textscn}{PU}{\82\164}%* U+0274
+\DeclareTextCommand{\textbaro}{PU}{\82\165}%* U+0275
+\DeclareTextCommand{\textscoelig}{PU}{\82\166}% U+0276
+\DeclareTextCommand{\textcloseomega}{PU}{\82\167}% U+0277
+\DeclareTextCommand{\textniphi}{PU}{\82\170}%* U+0278
+\DeclareTextCommand{\textturnr}{PU}{\82\171}% U+0279
+\DeclareTextCommand{\textturnlonglegr}{PU}{\82\172}% U+027A
+\DeclareTextCommand{\textturnrrtail}{PU}{\82\173}% U+027B
+\DeclareTextCommand{\textlonglegr}{PU}{\82\174}%* U+027C
+\DeclareTextCommand{\textrtailr}{PU}{\82\175}% U+027D
+\DeclareTextCommand{\textfishhookr}{PU}{\82\176}% U+027E
+\DeclareTextCommand{\textlhtlongi}{PU}{\82\177}% U+027F
+\DeclareTextCommand{\textscr}{PU}{\82\200}%* U+0280
+\DeclareTextCommand{\textinvscr}{PU}{\82\201}%* U+0281
+\DeclareTextCommand{\textrtails}{PU}{\82\202}% U+0282
+\DeclareTextCommand{\textesh}{PU}{\82\203}%* U+0283
+\DeclareTextCommand{\texthtbardotlessj}{PU}{\82\204}% U+0284
+\DeclareTextCommand{\textvibyi}{PU}{\82\205}% U+0285
+\DeclareTextCommand{\textctesh}{PU}{\82\206}% U+0286
+\DeclareTextCommand{\textturnt}{PU}{\82\207}% U+0287
+\DeclareTextCommand{\textrtailt}{PU}{\82\210}% U+0288
+\DeclareTextCommand{\textbaru}{PU}{\82\211}%* U+0289
+\DeclareTextCommand{\textniupsilon}{PU}{\82\212}%* U+028A
+\DeclareTextCommand{\textscriptv}{PU}{\82\213}%* U+028B
+\DeclareTextCommand{\textturnv}{PU}{\82\214}%* U+028C
+\DeclareTextCommand{\textturnw}{PU}{\82\215}%* U+028D
+\DeclareTextCommand{\textturny}{PU}{\82\216}%* U+028E
+\DeclareTextCommand{\textscy}{PU}{\82\217}%* U+028F
+\DeclareTextCommand{\textrtailz}{PU}{\82\220}% U+0290
+\DeclareTextCommand{\textctz}{PU}{\82\221}% U+0291
+\DeclareTextCommand{\textyogh}{PU}{\82\222}%* U+0292
+\DeclareTextCommand{\textctyogh}{PU}{\82\223}% U+0293
+\DeclareTextCommand{\textglotstop}{PU}{\82\224}%* U+0294
+\DeclareTextCommand{\textrevglotstop}{PU}{\82\225}%* U+0295
+\DeclareTextCommand{\textinvglotstop}{PU}{\82\226}%* U+0296
+\DeclareTextCommand{\textstretchc}{PU}{\82\227}% U+0297
+\DeclareTextCommand{\textbullseye}{PU}{\82\230}% U+0298
+\DeclareTextCommand{\textscb}{PU}{\82\231}% U+0299
+\DeclareTextCommand{\textcloseepsilon}{PU}{\82\232}% U+029A
+\DeclareTextCommand{\texthtscg}{PU}{\82\233}% U+029B
+\DeclareTextCommand{\textsch}{PU}{\82\234}% U+029C
+\DeclareTextCommand{\textctj}{PU}{\82\235}% U+029D
+\DeclareTextCommand{\textturnk}{PU}{\82\236}% U+029E
+\DeclareTextCommand{\textscl}{PU}{\82\237}% U+029F
+\DeclareTextCommand{\texthtq}{PU}{\82\240}% U+02A0
+\DeclareTextCommand{\textbarglotstop}{PU}{\82\241}% U+02A1
+\DeclareTextCommand{\textbarrevglotstop}{PU}{\82\242}% U+02A2
+\DeclareTextCommand{\textdzlig}{PU}{\82\243}% U+02A3
+\DeclareTextCommand{\textdyoghlig}{PU}{\82\244}% U+02A4
+\DeclareTextCommand{\textdctzlig}{PU}{\82\245}% U+02A5
+\DeclareTextCommand{\texttslig}{PU}{\82\246}% U+02A6
+\DeclareTextCommand{\textteshlig}{PU}{\82\247}% U+02A7
+\DeclareTextCommand{\texttctclig}{PU}{\82\250}% U+02A8
+\DeclareTextCommand{\textlhtlongy}{PU}{\82\256}% U+02AE
+\DeclareTextCommand{\textvibyy}{PU}{\82\257}% U+02AF
+\DeclareTextCommand{\textrevapostrophe}{PU}{\82\275}% U+02BD
+\DeclareTextCommand{\textraiseglotstop}{PU}{\82\300}% U+02C0
+\DeclareTextCommand{\textlptr}{PU}{\82\302}% U+02C2
+\DeclareTextCommand{\textrptr}{PU}{\82\303}% U+02C3
\DeclareTextCommand{\textasciicaron}{PU}{\82\307}% U+02C7
+\DeclareTextCommand{\textprimstress}{PU}{\82\308}% U+02C8
+\DeclareTextCommand{\textsecstress}{PU}{\82\314}% U+02CC
+\DeclareTextCommand{\textlengthmark}{PU}{\82\320}% U+02D0
+\DeclareTextCommand{\texthalflength}{PU}{\82\321}% U+02D1
\DeclareTextCommand{\textasciibreve}{PU}{\82\330}% U+02D8
\DeclareTextCommand{\textdotaccent}{PU}{\82\331}% U+02D9
\DeclareTextCommand{\textring}{PU}{\82\332}% U+02DA
@@ -423,8 +587,11 @@
\DeclareTextCommand{\texttilde}{PU}{\82\334}% U+02DC
\DeclareTextCommand{\texthungarumlaut}{PU}{\82\335}% U+02DD
\DeclareTextCommand{\textacutedbl}{PU}{\texthungarumlaut}% U+02DD
+\DeclareTextCommand{\textringlow}{PU}{\82\363}% U+02F3
\DeclareTextCommand{\textgravedbl}{PU}{\82\365}% U+02F5
\DeclareTextCommand{\texttildelow}{PU}{\82\367}% U+02F7
+\DeclareTextCommand{\textopencorner}{PU}{\82\371}% U+02F9
+\DeclareTextCommand{\textcorner}{PU}{\82\372}% U+02FA
\DeclareTextCommand{\textdoublegrave}{PU}{ \83\017}% U+030F
\DeclareTextCommand{\textnewtie}{PU}{ \83\021}% U+0311
\DeclareTextCommand{\textdotbelow}{PU}{ \83\043}% U+0323
@@ -442,61 +609,61 @@
\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{\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{\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{\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{\textXi}{PU}{\83\236}%* U+039E
\DeclareTextCommand{\textOmicron}{PU}{\83\237}% U+039F
-\DeclareTextCommand{\textPi}{PU}{\83\240}% U+03A0
+\DeclareTextCommand{\textPi}{PU}{\83\240}%* U+03A0
\DeclareTextCommand{\textRho}{PU}{\83\241}% U+03A1
-\DeclareTextCommand{\textSigma}{PU}{\83\243}% U+03A3
+\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{\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{\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}{\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{\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
+\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
@@ -511,6 +678,7 @@
\DeclareTextCommand{\textkoppagreek}{PU}{\83\337}% U+03DF
\DeclareTextCommand{\textSampigreek}{PU}{\83\340}% U+03E0
\DeclareTextCommand{\textsampigreek}{PU}{\83\341}% U+03E1
+\DeclareTextCommand{\textbackepsilon}{PU}{\83\366}% U+03F6
\DeclareTextCompositeCommand{\`}{PU}{\CYRE}{\84\000}% U+0400
\DeclareTextCommand{\CYRYO}{PU}{\84\001}% U+0401
\DeclareTextCompositeCommand{\"}{PU}{\CYRE}{\84\001}% ???
@@ -768,54 +936,136 @@
\DeclareTextCommand{\CYRHHK}{PU}{\84\374}% U+04FC
\DeclareTextCommand{\cyrhhk}{PU}{\84\375}% U+04FD
\DeclareTextCommand{\textbaht}{PU}{\9016\077}% U+0E3F
+\DeclareTextCommand{\textsca}{PU}{\9035\000}% U+1D00
+\DeclareTextCommand{\textscd}{PU}{\9035\005}%* U+1D05
+\DeclareTextCommand{\textsce}{PU}{\9035\007}% U+1D07
+\DeclareTextCommand{\textscj}{PU}{\9035\012}% U+1D0A
+\DeclareTextCommand{\textPUsck}{PU}{\9035\013}% U+1D0B
+\DeclareTextCommand{\textPUscm}{PU}{\9035\015}% U+1D0D
+\DeclareTextCommand{\textPUscp}{PU}{\9035\030}% U+1D18
+\DeclareTextCommand{\textPUrevscr}{PU}{\9035\031}% U+1D19
+\DeclareTextCommand{\textscu}{PU}{\9035\034}%* U+1D1C
+\DeclareTextCommand{\textiinferior}{PU}{\9035\142}%* U+1D62
+\DeclareTextCommand{\textrinferior}{PU}{\9035\143}%* U+1D63
+\DeclareTextCommand{\textuinferior}{PU}{\9035\144}%* U+1D64
+\DeclareTextCommand{\textvinferior}{PU}{\9035\145}%* U+1D65
+\DeclareTextCommand{\textbetainferior}{PU}{\9035\146}%* U+1D66
+\DeclareTextCommand{\textgammainferior}{PU}{\9035\147}%* U+1D67
+\DeclareTextCommand{\textrhoinferior}{PU}{\9035\150}%* U+1D68
+\DeclareTextCommand{\textphiinferior}{PU}{\9035\151}%* U+1D69
+\DeclareTextCommand{\textchiinferior}{PU}{\9035\152}%* U+1D6A
+\DeclareTextCommand{\textbarsci}{PU}{\9035\173}%* U+1D7B
+\DeclareTextCommand{\textbarp}{PU}{\9035\175}%* U+1D7D
+\DeclareTextCommand{\textbarscu}{PU}{\9035\176}%* U+1D7E
+\DeclareTextCommand{\textPUrhooka}{PU}{\9035\217}% U+1D8F
+\DeclareTextCommand{\texthtrtaild}{PU}{\9035\221}%* U+1D91
+\DeclareTextCommand{\textPUrhooke}{PU}{\9035\222}% U+1D92
+\DeclareTextCommand{\textPUrhookepsilon}{PU}{\9035\223}% U+1D93
+\DeclareTextCommand{\textPUrhookopeno}{PU}{\9035\227}% U+1D97
+\DeclareTextCompositeCommand{\textsubring}{PU}{A}{\9036\000}% U+1E00
+\DeclareTextCompositeCommand{\textsubring}{PU}{a}{\9036\001}% U+1E01
\DeclareTextCompositeCommand{\.}{PU}{B}{\9036\002}% U+1E02
\DeclareTextCompositeCommand{\.}{PU}{b}{\9036\003}% U+1E03
+\DeclareTextCompositeCommand{\d}{PU}{B}{\9036\004}% U+1E04
+\DeclareTextCompositeCommand{\d}{PU}{b}{\9036\005}% U+1E05
\DeclareTextCompositeCommand{\b}{PU}{B}{\9036\006}% U+1E06
\DeclareTextCompositeCommand{\b}{PU}{b}{\9036\007}% U+1E07
\DeclareTextCompositeCommand{\.}{PU}{D}{\9036\012}% U+1E0A
\DeclareTextCompositeCommand{\.}{PU}{d}{\9036\013}% U+1E0B
+\DeclareTextCompositeCommand{\d}{PU}{D}{\9036\014}% U+1E0C
+\DeclareTextCompositeCommand{\d}{PU}{d}{\9036\015}% U+1E0D
\DeclareTextCompositeCommand{\b}{PU}{D}{\9036\016}% U+1E0E
\DeclareTextCompositeCommand{\b}{PU}{d}{\9036\017}% U+1E0F
\DeclareTextCompositeCommand{\c}{PU}{D}{\9036\020}% U+1E10
\DeclareTextCompositeCommand{\c}{PU}{d}{\9036\021}% U+1E11
+\DeclareTextCompositeCommand{\textsubcircum}{PU}{D}{\9036\022}% U+1E12
+\DeclareTextCompositeCommand{\textsubcircum}{PU}{d}{\9036\023}% U+1E13
+\DeclareTextCompositeCommand{\textgravemacron}{PU}{E}{\9036\024}% U+1E14
+\DeclareTextCompositeCommand{\textgravemacron}{PU}{e}{\9036\025}% U+1E15
+\DeclareTextCompositeCommand{\textacutemacron}{PU}{E}{\9036\026}% U+1E16
+\DeclareTextCompositeCommand{\textacutemacron}{PU}{e}{\9036\027}% U+1E17
+\DeclareTextCompositeCommand{\textsubcircum}{PU}{E}{\9036\030}% U+1E18
+\DeclareTextCompositeCommand{\textsubcircum}{PU}{e}{\9036\031}% U+1E19
+\DeclareTextCompositeCommand{\textsubtilde}{PU}{E}{\9036\032}% U+1E1A
+\DeclareTextCompositeCommand{\textsubtilde}{PU}{e}{\9036\033}% U+1E1B
\DeclareTextCompositeCommand{\.}{PU}{F}{\9036\036}% U+1E1E
\DeclareTextCompositeCommand{\.}{PU}{f}{\9036\037}% U+1E1F
\DeclareTextCompositeCommand{\=}{PU}{G}{\9036\040}% U+1E20
\DeclareTextCompositeCommand{\=}{PU}{g}{\9036\041}% U+1E21
\DeclareTextCompositeCommand{\.}{PU}{H}{\9036\042}% U+1E22
\DeclareTextCompositeCommand{\.}{PU}{h}{\9036\043}% U+1E23
+\DeclareTextCompositeCommand{\d}{PU}{H}{\9036\044}% U+1E24
+\DeclareTextCompositeCommand{\d}{PU}{h}{\9036\045}% U+1E25
\DeclareTextCompositeCommand{\"}{PU}{H}{\9036\046}% U+1E26
\DeclareTextCompositeCommand{\"}{PU}{h}{\9036\047}% U+1E27
\DeclareTextCompositeCommand{\c}{PU}{H}{\9036\050}% U+1E28
\DeclareTextCompositeCommand{\c}{PU}{h}{\9036\051}% U+1E29
+\DeclareTextCompositeCommand{\textsubbreve}{PU}{H}{\9036\052}% U+1E2A
+\DeclareTextCompositeCommand{\textsubbreve}{PU}{h}{\9036\053}% U+1E2B
+\DeclareTextCompositeCommand{\textsubtilde}{PU}{I}{\9036\054}% U+1E2C
+\DeclareTextCompositeCommand{\textsubtilde}{PU}{i}{\9036\055}% U+1E2D
\DeclareTextCompositeCommand{\'}{PU}{K}{\9036\060}% U+1E30
\DeclareTextCompositeCommand{\'}{PU}{k}{\9036\061}% U+1E31
+\DeclareTextCompositeCommand{\d}{PU}{K}{\9036\062}% U+1E32
+\DeclareTextCompositeCommand{\d}{PU}{k}{\9036\063}% U+1E33
\DeclareTextCompositeCommand{\b}{PU}{K}{\9036\064}% U+1E34
\DeclareTextCompositeCommand{\b}{PU}{k}{\9036\065}% U+1E35
+\DeclareTextCompositeCommand{\d}{PU}{L}{\9036\066}% U+1E36
+\DeclareTextCompositeCommand{\d}{PU}{l}{\9036\067}% U+1E37
\DeclareTextCompositeCommand{\b}{PU}{L}{\9036\072}% U+1E3A
\DeclareTextCompositeCommand{\b}{PU}{l}{\9036\073}% U+1E3B
+\DeclareTextCompositeCommand{\textsubcircum}{PU}{L}{\9036\074}% U+1E3C
+\DeclareTextCompositeCommand{\textsubcircum}{PU}{l}{\9036\075}% U+1E3D
\DeclareTextCompositeCommand{\'}{PU}{M}{\9036\076}% U+1E3E
\DeclareTextCompositeCommand{\'}{PU}{m}{\9036\077}% U+1E3F
\DeclareTextCompositeCommand{\.}{PU}{M}{\9036\100}% U+1E40
\DeclareTextCompositeCommand{\.}{PU}{m}{\9036\101}% U+1E41
+\DeclareTextCompositeCommand{\d}{PU}{M}{\9036\102}% U+1E42
+\DeclareTextCompositeCommand{\d}{PU}{m}{\9036\103}% U+1E43
\DeclareTextCompositeCommand{\.}{PU}{N}{\9036\104}% U+1E44
\DeclareTextCompositeCommand{\.}{PU}{n}{\9036\105}% U+1E45
+\DeclareTextCompositeCommand{\d}{PU}{N}{\9036\106}% U+1E46
+\DeclareTextCompositeCommand{\d}{PU}{n}{\9036\107}% U+1E47
\DeclareTextCompositeCommand{\b}{PU}{N}{\9036\110}% U+1E48
\DeclareTextCompositeCommand{\b}{PU}{n}{\9036\111}% U+1E49
+\DeclareTextCompositeCommand{\textsubcircum}{PU}{N}{\9036\112}% U+1E4A
+\DeclareTextCompositeCommand{\textsubcircum}{PU}{n}{\9036\113}% U+1E4B
+\DeclareTextCompositeCommand{\textgravemacron}{PU}{O}{\9036\120}% U+1E50
+\DeclareTextCompositeCommand{\textgravemacron}{PU}{o}{\9036\121}% U+1E51
+\DeclareTextCompositeCommand{\textacutemacron}{PU}{O}{\9036\122}% U+1E52
+\DeclareTextCompositeCommand{\textacutemacron}{PU}{o}{\9036\123}% U+1E53
\DeclareTextCompositeCommand{\'}{PU}{P}{\9036\124}% U+1E54
\DeclareTextCompositeCommand{\'}{PU}{p}{\9036\125}% U+1E55
\DeclareTextCompositeCommand{\.}{PU}{P}{\9036\126}% U+1E56
\DeclareTextCompositeCommand{\.}{PU}{p}{\9036\127}% U+1E57
\DeclareTextCompositeCommand{\.}{PU}{R}{\9036\130}% U+1E58
\DeclareTextCompositeCommand{\.}{PU}{r}{\9036\131}% U+1E59
+\DeclareTextCompositeCommand{\d}{PU}{R}{\9036\132}% U+1E5A
+\DeclareTextCompositeCommand{\d}{PU}{r}{\9036\133}% U+1E5B
\DeclareTextCompositeCommand{\b}{PU}{R}{\9036\136}% U+1E5E
\DeclareTextCompositeCommand{\b}{PU}{r}{\9036\137}% U+1E5F
\DeclareTextCompositeCommand{\.}{PU}{S}{\9036\140}% U+1E60
\DeclareTextCompositeCommand{\.}{PU}{s}{\9036\141}% U+1E61
+\DeclareTextCompositeCommand{\d}{PU}{S}{\9036\142}% U+1E62
+\DeclareTextCompositeCommand{\d}{PU}{s}{\9036\143}% U+1E63
+\DeclareTextCompositeCommand{\.}{PU}{T}{\9036\152}% U+1E6A
+\DeclareTextCompositeCommand{\.}{PU}{t}{\9036\153}% U+1E6B
+\DeclareTextCompositeCommand{\d}{PU}{T}{\9036\154}% U+1E6C
+\DeclareTextCompositeCommand{\d}{PU}{t}{\9036\155}% U+1E6D
\DeclareTextCompositeCommand{\b}{PU}{T}{\9036\156}% U+1E6E
\DeclareTextCompositeCommand{\b}{PU}{t}{\9036\157}% U+1E6F
+\DeclareTextCompositeCommand{\textsubcircum}{PU}{T}{\9036\160}% U+1E70
+\DeclareTextCompositeCommand{\textsubcircum}{PU}{t}{\9036\161}% U+1E71
+\DeclareTextCompositeCommand{\textsubumlaut}{PU}{U}{\9036\162}% U+1E72
+\DeclareTextCompositeCommand{\textsubumlaut}{PU}{u}{\9036\163}% U+1E73
+\DeclareTextCompositeCommand{\textsubtilde}{PU}{U}{\9036\164}% U+1E74
+\DeclareTextCompositeCommand{\textsubtilde}{PU}{u}{\9036\165}% U+1E75
+\DeclareTextCompositeCommand{\textsubcircum}{PU}{U}{\9036\166}% U+1E76
+\DeclareTextCompositeCommand{\textsubcircum}{PU}{u}{\9036\167}% U+1E77
\DeclareTextCompositeCommand{\~}{PU}{V}{\9036\174}% U+1E7C
\DeclareTextCompositeCommand{\~}{PU}{v}{\9036\175}% U+1E7D
+\DeclareTextCompositeCommand{\d}{PU}{V}{\9036\176}% U+1E7E
+\DeclareTextCompositeCommand{\d}{PU}{v}{\9036\177}% U+1E7F
\DeclareTextCompositeCommand{\`}{PU}{W}{\9036\200}% U+1E80
\DeclareTextCompositeCommand{\`}{PU}{w}{\9036\201}% U+1E81
\DeclareTextCompositeCommand{\'}{PU}{W}{\9036\202}% U+1E82
@@ -824,6 +1074,8 @@
\DeclareTextCompositeCommand{\"}{PU}{w}{\9036\205}% U+1E85
\DeclareTextCompositeCommand{\.}{PU}{W}{\9036\206}% U+1E86
\DeclareTextCompositeCommand{\.}{PU}{w}{\9036\207}% U+1E87
+\DeclareTextCompositeCommand{\d}{PU}{W}{\9036\210}% U+1E88
+\DeclareTextCompositeCommand{\d}{PU}{w}{\9036\211}% U+1E89
\DeclareTextCompositeCommand{\.}{PU}{X}{\9036\212}% U+1E8A
\DeclareTextCompositeCommand{\.}{PU}{x}{\9036\213}% U+1E8B
\DeclareTextCompositeCommand{\"}{PU}{X}{\9036\214}% U+1E8C
@@ -832,6 +1084,8 @@
\DeclareTextCompositeCommand{\.}{PU}{y}{\9036\217}% U+1E8F
\DeclareTextCompositeCommand{\^}{PU}{Z}{\9036\220}% U+1E90
\DeclareTextCompositeCommand{\^}{PU}{z}{\9036\221}% U+1E91
+\DeclareTextCompositeCommand{\d}{PU}{Z}{\9036\222}% U+1E92
+\DeclareTextCompositeCommand{\d}{PU}{z}{\9036\223}% U+1E93
\DeclareTextCompositeCommand{\b}{PU}{Z}{\9036\224}% U+1E94
\DeclareTextCompositeCommand{\b}{PU}{z}{\9036\225}% U+1E95
\DeclareTextCompositeCommand{\b}{PU}{h}{\9036\226}% U+1E96
@@ -839,10 +1093,22 @@
\DeclareTextCompositeCommand{\r}{PU}{w}{\9036\230}% U+1E98
\DeclareTextCompositeCommand{\r}{PU}{y}{\9036\231}% U+1E99
\DeclareTextCompositeCommand{\.}{PU}{\textlongs}{\9036\233}% U+1E9B
+\DeclareTextCompositeCommand{\d}{PU}{A}{\9036\240}% U+1EA0
+\DeclareTextCompositeCommand{\d}{PU}{a}{\9036\241}% U+1EA1
+\DeclareTextCompositeCommand{\d}{PU}{E}{\9036\270}% U+1EB8
+\DeclareTextCompositeCommand{\d}{PU}{e}{\9036\271}% U+1EB9
\DeclareTextCompositeCommand{\~}{PU}{E}{\9036\274}% U+1EBC
\DeclareTextCompositeCommand{\~}{PU}{e}{\9036\275}% U+1EBD
+\DeclareTextCompositeCommand{\d}{PU}{I}{\9036\312}% U+1ECA
+\DeclareTextCompositeCommand{\d}{PU}{i}{\9036\313}% U+1ECB
+\DeclareTextCompositeCommand{\d}{PU}{O}{\9036\314}% U+1ECC
+\DeclareTextCompositeCommand{\d}{PU}{o}{\9036\315}% U+1ECD
+\DeclareTextCompositeCommand{\d}{PU}{U}{\9036\344}% U+1EE4
+\DeclareTextCompositeCommand{\d}{PU}{u}{\9036\345}% U+1EE5
\DeclareTextCompositeCommand{\`}{PU}{Y}{\9036\362}% U+1EF2
\DeclareTextCompositeCommand{\`}{PU}{y}{\9036\363}% U+1EF3
+\DeclareTextCompositeCommand{\d}{PU}{Y}{\9036\364}% U+1EF4
+\DeclareTextCompositeCommand{\d}{PU}{y}{\9036\365}% U+1EF5
\DeclareTextCompositeCommand{\~}{PU}{Y}{\9036\370}% U+1EF8
\DeclareTextCompositeCommand{\~}{PU}{y}{\9036\371}% U+1EF9
\DeclareTextCommand{\textcompwordmark}{PU}{\9040\014}% U+200C
@@ -855,12 +1121,17 @@
\DeclareTextCommand{\textquotedblleft}{PU}{\9040\034}% U+201C
\DeclareTextCommand{\textquotedblright}{PU}{\9040\035}% U+201D
\DeclareTextCommand{\quotedblbase}{PU}{\9040\036}% U+201E
-\DeclareTextCommand{\textdagger}{PU}{\9040\040}% U+2020
+\DeclareTextCommand{\textdagger}{PU}{\9040\040}%* U+2020
\DeclareTextCommand{\textdaggerdbl}{PU}{\9040\041}% U+2021
-\DeclareTextCommand{\textbullet}{PU}{\9040\042}% U+2022
+\DeclareTextCommand{\textbullet}{PU}{\9040\042}%* U+2022
+\DeclareTextCommand{\texthdotfor}{PU}{\9040\045}%* U+2025
\DeclareTextCommand{\textellipsis}{PU}{\9040\046}% U+2026
\DeclareTextCommand{\textperthousand}{PU}{\9040\060}% U+2030
\DeclareTextCommand{\textpertenthousand}{PU}{\9040\061}% U+2031
+\DeclareTextCommand{\textprime}{PU}{\9040\062}%* U+2032
+\DeclareTextCommand{\textsecond}{PU}{\9040\063}%* U+2033
+\DeclareTextCommand{\textthird}{PU}{\9040\064}%* U+2034
+\DeclareTextCommand{\textbackprime}{PU}{\9040\065}%* U+2035
\DeclareTextCommand{\guilsinglleft}{PU}{\9040\071}% U+2039
\DeclareTextCommand{\guilsinglright}{PU}{\9040\072}% U+203A
\DeclareTextCommand{\textreferencemark}{PU}{\9040\073}% U+203B
@@ -869,31 +1140,51 @@
\DeclareTextCommand{\textlquill}{PU}{\9040\105}% U+2045
\DeclareTextCommand{\textrquill}{PU}{\9040\106}% U+2046
\DeclareTextCommand{\textdiscount}{PU}{\9040\122}% U+2052
-\DeclareTextCommand{\textzerosuperior}{PU}{\9040\160}% U+2070
-\DeclareTextCommand{\textfoursuperior}{PU}{\9040\164}% U+2074
-\DeclareTextCommand{\textfivesuperior}{PU}{\9040\165}% U+2075
-\DeclareTextCommand{\textsixsuperior}{PU}{\9040\166}% U+2076
-\DeclareTextCommand{\textsevensuperior}{PU}{\9040\167}% U+2077
-\DeclareTextCommand{\texteightsuperior}{PU}{\9040\170}% U+2078
-\DeclareTextCommand{\textninesuperior}{PU}{\9040\171}% U+2079
-\DeclareTextCommand{\textplussuperior}{PU}{\9040\172}% U+207A
-\DeclareTextCommand{\textminussuperior}{PU}{\9040\173}
-\DeclareTextCommand{\textequalsuperior}{PU}{\9040\174}
-\DeclareTextCommand{\textparenleftsuperior}{PU}{\9040\175}
-\DeclareTextCommand{\textparenrightsuperior}{PU}{\9040\176}
-\DeclareTextCommand{\textnsuperior}{PU}{\9040\177}
-\DeclareTextCommand{\textzeroinferior}{PU}{\9040\200}% U+2080
-\DeclareTextCommand{\textoneinferior}{PU}{\9040\201}% U+2081
-\DeclareTextCommand{\texttwoinferior}{PU}{\9040\202}% U+2082
-\DeclareTextCommand{\textthreeinferior}{PU}{\9040\203}% U+2083
-\DeclareTextCommand{\textfourinferior}{PU}{\9040\204}% U+2084
-\DeclareTextCommand{\textfiveinferior}{PU}{\9040\205}% U+2085
-\DeclareTextCommand{\textsixinferior}{PU}{\9040\206}% U+2086
-\DeclareTextCommand{\textseveninferior}{PU}{\9040\207}% U+2087
-\DeclareTextCommand{\texteightinferior}{PU}{\9040\210}% U+2088
-\DeclareTextCommand{\textnineinferior}{PU}{\9040\211}% U+2089
-\DeclareTextCommand{\textparenleftinferior}{PU}{\9040\215}% U+208D
-\DeclareTextCommand{\textparenrightinferior}{PU}{\9040\216}% U+208E
+\DeclareTextCommand{\textlefttherefore}{PU}{\9040\126}%* U+2056
+\DeclareTextCommand{\textfourth}{PU}{\9040\127}%* U+2057
+\DeclareTextCommand{\textdiamonddots}{PU}{\9040\130}%* U+2058
+\DeclareTextCommand{\textzerosuperior}{PU}{\9040\160}%* U+2070
+\DeclareTextCommand{\textisuperior}{PU}{\9040\161}%* U+2071
+\DeclareTextCommand{\textfoursuperior}{PU}{\9040\164}%* U+2074
+\DeclareTextCommand{\textfivesuperior}{PU}{\9040\165}%* U+2075
+\DeclareTextCommand{\textsixsuperior}{PU}{\9040\166}%* U+2076
+\DeclareTextCommand{\textsevensuperior}{PU}{\9040\167}%* U+2077
+\DeclareTextCommand{\texteightsuperior}{PU}{\9040\170}%* U+2078
+\DeclareTextCommand{\textninesuperior}{PU}{\9040\171}%* U+2079
+\DeclareTextCommand{\textplussuperior}{PU}{\9040\172}%* U+207A
+\DeclareTextCommand{\textminussuperior}{PU}{\9040\173}%* U+207B
+\DeclareTextCommand{\textequalsuperior}{PU}{\9040\174}%* U+207C
+\DeclareTextCommand{\textparenleftsuperior}{PU}{\9040\175}%* U+207D
+\DeclareTextCommand{\textparenrightsuperior}{PU}{\9040\176}%* U+207E
+\DeclareTextCommand{\textnsuperior}{PU}{\9040\177}%* U+207F
+\DeclareTextCommand{\textzeroinferior}{PU}{\9040\200}%* U+2080
+\DeclareTextCommand{\textoneinferior}{PU}{\9040\201}%* U+2081
+\DeclareTextCommand{\texttwoinferior}{PU}{\9040\202}%* U+2082
+\DeclareTextCommand{\textthreeinferior}{PU}{\9040\203}%* U+2083
+\DeclareTextCommand{\textfourinferior}{PU}{\9040\204}%* U+2084
+\DeclareTextCommand{\textfiveinferior}{PU}{\9040\205}%* U+2085
+\DeclareTextCommand{\textsixinferior}{PU}{\9040\206}%* U+2086
+\DeclareTextCommand{\textseveninferior}{PU}{\9040\207}%* U+2087
+\DeclareTextCommand{\texteightinferior}{PU}{\9040\210}%* U+2088
+\DeclareTextCommand{\textnineinferior}{PU}{\9040\211}%* U+2089
+\DeclareTextCommand{\textplusinferior}{PU}{\9040\212}%* U+208A
+\DeclareTextCommand{\textminusinferior}{PU}{\9040\213}%* U+208B
+\DeclareTextCommand{\textequalsinferior}{PU}{\9040\214}%* U+208C
+\DeclareTextCommand{\textparenleftinferior}{PU}{\9040\215}%* U+208D
+\DeclareTextCommand{\textparenrightinferior}{PU}{\9040\216}%* U+208E
+\DeclareTextCommand{\textainferior}{PU}{\9040\220}%* U+2090
+\DeclareTextCommand{\texteinferior}{PU}{\9040\221}%* U+2091
+\DeclareTextCommand{\textoinferior}{PU}{\9040\222}%* U+2092
+\DeclareTextCommand{\textxinferior}{PU}{\9040\223}%* U+2093
+\DeclareTextCommand{\textschwainferior}{PU}{\9040\224}%* U+2094
+\DeclareTextCommand{\texthinferior}{PU}{\9040\225}%* U+2095
+\DeclareTextCommand{\textkinferior}{PU}{\9040\226}%* U+2096
+\DeclareTextCommand{\textlinferior}{PU}{\9040\227}%* U+2097
+\DeclareTextCommand{\textminferior}{PU}{\9040\230}%* U+2098
+\DeclareTextCommand{\textninferior}{PU}{\9040\231}%* U+2099
+\DeclareTextCommand{\textpinferior}{PU}{\9040\232}%* U+209A
+\DeclareTextCommand{\textsinferior}{PU}{\9040\233}%* U+209B
+\DeclareTextCommand{\texttinferior}{PU}{\9040\234}%* U+209C
\DeclareTextCommand{\textcolonmonetary}{PU}{\9040\241}% U+20A1
\DeclareTextCommand{\textlira}{PU}{\9040\244}% U+20A4
\DeclareTextCommand{\textnaira}{PU}{\9040\246}% U+20A6
@@ -904,26 +1195,337 @@
\DeclareTextCommand{\textpeso}{PU}{\9040\261}% U+20B1
\DeclareTextCommand{\textguarani}{PU}{\9040\262}% U+20B2
\DeclareTextCommand{\textcelsius}{PU}{\9041\003}% U+2103
+\DeclareTextCommand{\texthslash}{PU}{\9041\017}%* U+210F
+\DeclareTextCommand{\textIm}{PU}{\9041\021}%* U+2111
+\DeclareTextCommand{\textell}{PU}{\9041\023}%* U+2113
\DeclareTextCommand{\textnumero}{PU}{\9041\026}% U+2116
\DeclareTextCommand{\textcircledP}{PU}{\9041\027}% U+2117
+\DeclareTextCommand{\textwp}{PU}{\9041\030}%* U+2118
+\DeclareTextCommand{\textRe}{PU}{\9041\034}%* U+211C
\DeclareTextCommand{\textrecipe}{PU}{\9041\036}% U+211E
\DeclareTextCommand{\textservicemark}{PU}{\9041\040}% U+2120
\DeclareTextCommand{\texttrademark}{PU}{\9041\042}% U+2122
\DeclareTextCommand{\textohm}{PU}{\9041\046}% U+2126
-\DeclareTextCommand{\textmho}{PU}{\9041\047}% U+2127
+\DeclareTextCommand{\textmho}{PU}{\9041\047}%* U+2127
+\DeclareTextCommand{\textriota}{PU}{\9041\051}%* U+2129
\DeclareTextCommand{\textangstrom}{PU}{\9041\053}% U+212B
\DeclareTextCommand{\textestimated}{PU}{\9041\056}% U+212E
-\DeclareTextCommand{\textaleph}{PU}{\9041\065}% U+2135
-\DeclareTextCommand{\textleftarrow}{PU}{\9041\220}% U+2190
-\DeclareTextCommand{\textuparrow}{PU}{\9041\221}% U+2191
-\DeclareTextCommand{\textrightarrow}{PU}{\9041\222}% U+2192
-\DeclareTextCommand{\textdownarrow}{PU}{\9041\223}% U+2193
+\DeclareTextCommand{\textFinv}{PU}{\9041\062}%* U+2132
+\DeclareTextCommand{\textaleph}{PU}{\9041\065}%* U+2135
+\DeclareTextCommand{\textbeth}{PU}{\9041\066}%* U+2136
+\DeclareTextCommand{\textgimel}{PU}{\9041\067}%* U+2137
+\DeclareTextCommand{\textdaleth}{PU}{\9041\070}%* U+2138
+\DeclareTextCommand{\textfax}{PU}{\9041\073}%* U+213B
+\DeclareTextCommand{\textGame}{PU}{\9041\101}%* U+2141
+\DeclareTextCommand{\textinvamp}{PU}{\9041\113}% U+214B
+\DeclareTextCommand{\textoneseventh}{PU}{\9041\120}% U+2150
+\DeclareTextCommand{\textoneninth}{PU}{\9041\121}% U+2151
+\DeclareTextCommand{\textonetenth}{PU}{\9041\122}% U+2152
+\DeclareTextCommand{\textonethird}{PU}{\9041\123}% U+2153
+\DeclareTextCommand{\texttwothirds}{PU}{\9041\124}% U+2154
+\DeclareTextCommand{\textonefifth}{PU}{\9041\125}% U+2155
+\DeclareTextCommand{\texttwofifths}{PU}{\9041\126}% U+2156
+\DeclareTextCommand{\textthreefifths}{PU}{\9041\127}% U+2157
+\DeclareTextCommand{\textfourfifths}{PU}{\9041\130}% U+2158
+\DeclareTextCommand{\textonesixth}{PU}{\9041\131}% U+2159
+\DeclareTextCommand{\textfivesixths}{PU}{\9041\132}% U+215A
+\DeclareTextCommand{\textoneeighth}{PU}{\9041\133}% U+215B
+\DeclareTextCommand{\textthreeeighths}{PU}{\9041\134}% U+215C
+\DeclareTextCommand{\textfiveeighths}{PU}{\9041\135}% U+215D
+\DeclareTextCommand{\textseveneighths}{PU}{\9041\136}% U+215E
+\DeclareTextCommand{\textrevc}{PU}{\9041\204}% U+2184
+\DeclareTextCommand{\textzerothirds}{PU}{\9041\211}% U+2189
+\DeclareTextCommand{\textleftarrow}{PU}{\9041\220}%* U+2190
+\DeclareTextCommand{\textuparrow}{PU}{\9041\221}%* U+2191
+\DeclareTextCommand{\textrightarrow}{PU}{\9041\222}%* U+2192
+\DeclareTextCommand{\textdownarrow}{PU}{\9041\223}%* U+2193
+\DeclareTextCommand{\textleftrightarrow}{PU}{\9041\224}%* U+2194
+\DeclareTextCommand{\textupdownarrow}{PU}{\9041\225}%* U+2195
+\DeclareTextCommand{\textnwarrow}{PU}{\9041\226}%* U+2196
+\DeclareTextCommand{\textnearrow}{PU}{\9041\227}%* U+2197
+\DeclareTextCommand{\textsearrow}{PU}{\9041\230}%* U+2198
+\DeclareTextCommand{\textswarrow}{PU}{\9041\231}%* U+2199
+\DeclareTextCommand{\textnleftarrow}{PU}{\9041\232}%* U+219A
+\DeclareTextCommand{\textnrightarrow}{PU}{\9041\233}%* U+219B
+\DeclareTextCommand{\texttwoheadleftarrow}{PU}{\9041\236}%* U+219E
+\DeclareTextCommand{\texttwoheaduparrow}{PU}{\9041\237}%* U+219F
+\DeclareTextCommand{\texttwoheadrightarrow}{PU}{\9041\240}%* U+21A0
+\DeclareTextCommand{\texttwoheaddownarrow}{PU}{\9041\241}%* U+21A1
+\DeclareTextCommand{\textleftarrowtail}{PU}{\9041\242}%* U+21A2
+\DeclareTextCommand{\textrightarrowtail}{PU}{\9041\243}%* U+21A3
+\DeclareTextCommand{\textmapsto}{PU}{\9041\246}%* U+21A6
+\DeclareTextCommand{\texthookleftarrow}{PU}{\9041\251}%* U+21A9
+\DeclareTextCommand{\texthookrightarrow}{PU}{\9041\252}%* U+21AA
+\DeclareTextCommand{\textlooparrowleft}{PU}{\9041\253}%* U+21AB
+\DeclareTextCommand{\textlooparrowright}{PU}{\9041\254}%* U+21AC
+\DeclareTextCommand{\textnleftrightarrow}{PU}{\9041\256}%* U+21AE
+\DeclareTextCommand{\textlightning}{PU}{\9041\257}%* U+21AF
+\DeclareTextCommand{\textdlsh}{PU}{\9041\265}%* U+21B5
+\DeclareTextCommand{\textcurvearrowleft}{PU}{\9041\266}%* U+21B6
+\DeclareTextCommand{\textcurvearrowright}{PU}{\9041\267}%* U+21B7
+\DeclareTextCommand{\textleftharpoonup}{PU}{\9041\274}%* U+21BC
+\DeclareTextCommand{\textleftharpoondown}{PU}{\9041\275}%* U+21BD
+\DeclareTextCommand{\textupharpoonright}{PU}{\9041\276}%* U+21BE
+\DeclareTextCommand{\textupharpoonleft}{PU}{\9041\277}%* U+21BF
+\DeclareTextCommand{\textrightharpoonup}{PU}{\9041\300}%* U+21C0
+\DeclareTextCommand{\textrightharpoondown}{PU}{\9041\301}%* U+21C1
+\DeclareTextCommand{\textdownharpoonright}{PU}{\9041\302}%* U+21C2
+\DeclareTextCommand{\textdownharpoonleft}{PU}{\9041\303}%* U+21C3
+\DeclareTextCommand{\textrightleftarrows}{PU}{\9041\304}%* U+21C4
+\DeclareTextCommand{\textupdownarrows}{PU}{\9041\305}%* U+21C5
+\DeclareTextCommand{\textleftrightarrows}{PU}{\9041\306}%* U+21C6
+\DeclareTextCommand{\textleftleftarrows}{PU}{\9041\307}%* U+21C7
+\DeclareTextCommand{\textupuparrows}{PU}{\9041\310}%* U+21C8
+\DeclareTextCommand{\textrightrightarrows}{PU}{\9041\311}%* U+21C9
+\DeclareTextCommand{\textdowndownarrows}{PU}{\9041\312}%* U+21CA
+\DeclareTextCommand{\textleftrightharpoons}{PU}{\9041\313}%* U+21CB
+\DeclareTextCommand{\textrightleftharpoons}{PU}{\9041\314}%* U+21CC
+\DeclareTextCommand{\textnLeftarrow}{PU}{\9041\315}%* U+21CD
+\DeclareTextCommand{\textnLeftrightarrow}{PU}{\9041\316}%* U+21CE
+\DeclareTextCommand{\textnRightarrow}{PU}{\9041\317}%* U+21CF
+\DeclareTextCommand{\textLeftarrow}{PU}{\9041\320}%* U+21D0
+\DeclareTextCommand{\textUparrow}{PU}{\9041\321}%* U+21D1
+\DeclareTextCommand{\textRightarrow}{PU}{\9041\322}%* U+21D2
+\DeclareTextCommand{\textDownarrow}{PU}{\9041\323}%* U+21D3
+\DeclareTextCommand{\textLeftrightarrow}{PU}{\9041\324}%* U+21D4
+\DeclareTextCommand{\textUpdownarrow}{PU}{\9041\325}%* U+21D5
+\DeclareTextCommand{\textNwarrow}{PU}{\9041\326}%* U+21D6
+\DeclareTextCommand{\textNearrow}{PU}{\9041\327}%* U+21D7
+\DeclareTextCommand{\textSearrow}{PU}{\9041\330}%* U+21D8
+\DeclareTextCommand{\textSwarrow}{PU}{\9041\331}%* U+21D9
+\DeclareTextCommand{\textLleftarrow}{PU}{\9041\332}%* U+21DA
+\DeclareTextCommand{\textRrightarrow}{PU}{\9041\333}%* U+21DB
+\DeclareTextCommand{\textleftsquigarrow}{PU}{\9041\334}%* U+21DC
+\DeclareTextCommand{\textrightsquigarrow}{PU}{\9041\335}%* U+21DD
+\DeclareTextCommand{\textdashleftarrow}{PU}{\9041\340}%* U+21E0
+\DeclareTextCommand{\textdasheduparrow}{PU}{\9041\341}%* U+21E1
+\DeclareTextCommand{\textdashrightarrow}{PU}{\9041\342}%* U+21E2
+\DeclareTextCommand{\textdasheddownarrow}{PU}{\9041\343}%* U+21E3
+\DeclareTextCommand{\textdownuparrows}{PU}{\9041\365}%* U+21F5
+\DeclareTextCommand{\textforall}{PU}{\9042\000}%* U+2200
+\DeclareTextCommand{\textcomplement}{PU}{\9042\001}%* U+2201
+\DeclareTextCommand{\textpartial}{PU}{\9042\002}%* U+2202
+\DeclareTextCommand{\textexists}{PU}{\9042\003}%* U+2203
+\DeclareTextCommand{\textnexists}{PU}{\9042\004}%* U+2204
+\DeclareTextCommand{\textemptyset}{PU}{\9042\005}%* U+2205
+\DeclareTextCommand{\texttriangle}{PU}{\9042\006}%* U+2206
+\DeclareTextCommand{\textnabla}{PU}{\9042\007}%* U+2207
+\DeclareTextCommand{\textin}{PU}{\9042\010}%* U+2208
+\DeclareTextCommand{\textnotin}{PU}{\9042\011}%* U+2209
+\DeclareTextCommand{\textsmallin}{PU}{\9042\012}%* U+220A
+\DeclareTextCommand{\textni}{PU}{\9042\013}%* U+220B
+\DeclareTextCommand{\textnotowner}{PU}{\9042\014}%* U+220C
+\DeclareTextCommand{\textsmallowns}{PU}{\9042\015}%* U+220D
+\DeclareTextCommand{\textprod}{PU}{\9042\017}%* U+220F
+\DeclareTextCommand{\textamalg}{PU}{\9042\020}%* U+2210
+\DeclareTextCommand{\textsum}{PU}{\9042\021}%* U+2211
\DeclareTextCommand{\textminus}{PU}{\9042\022}% U+2212
-\DeclareTextCommand{\textsurd}{PU}{\9042\032}% U+221A
-\DeclareTextCommand{\textlangle}{PU}{\9043\051}% U+2329
-\DeclareTextCommand{\textrangle}{PU}{\9043\052}% U+232A
+\DeclareTextCommand{\textmp}{PU}{\9042\023}%* U+2213
+\DeclareTextCommand{\textdotplus}{PU}{\9042\024}%* U+2214
+\DeclareTextCommand{\textsetminus}{PU}{\9042\026}%* U+2216
+\DeclareTextCommand{\textast}{PU}{\9042\027}%* U+2217
+\DeclareTextCommand{\textcirc}{PU}{\9042\030}%* U+2218
+\DeclareTextCommand{\textbulletoperator}{PU}{\9042\031}% U+2219
+\DeclareTextCommand{\textsurd}{PU}{\9042\032}%* U+221A
+\DeclareTextCommand{\textpropto}{PU}{\9042\035}%* U+221D
+\DeclareTextCommand{\textinfty}{PU}{\9042\036}%* U+221E
+\DeclareTextCommand{\textangle}{PU}{\9042\040}%* U+2220
+\DeclareTextCommand{\textmeasuredangle}{PU}{\9042\041}%* U+2221
+\DeclareTextCommand{\textsphericalangle}{PU}{\9042\042}%* U+2222
+\DeclareTextCommand{\textmid}{PU}{\9042\043}%* U+2223
+\DeclareTextCommand{\textnmid}{PU}{\9042\044}%* U+2224
+\DeclareTextCommand{\textparallel}{PU}{\9042\045}%* U+2225
+\DeclareTextCommand{\textnparallel}{PU}{\9042\046}%* U+2226
+\DeclareTextCommand{\textwedge}{PU}{\9042\047}%* U+2227
+\DeclareTextCommand{\textvee}{PU}{\9042\050}%* U+2228
+\DeclareTextCommand{\textcap}{PU}{\9042\051}%* U+2229
+\DeclareTextCommand{\textcup}{PU}{\9042\052}%* U+222A
+\DeclareTextCommand{\textint}{PU}{\9042\053}%* U+222B
+\DeclareTextCommand{\textiint}{PU}{\9042\054}%* U+222C
+\DeclareTextCommand{\textiiint}{PU}{\9042\055}%* U+222D
+\DeclareTextCommand{\textoint}{PU}{\9042\056}%* U+222E
+\DeclareTextCommand{\textoiint}{PU}{\9042\057}%* U+222F
+\DeclareTextCommand{\textointclockwise}{PU}{\9042\062}%* U+2232
+\DeclareTextCommand{\textointctrclockwise}{PU}{\9042\063}%* U+2233
+\DeclareTextCommand{\texttherefore}{PU}{\9042\064}%* U+2234
+\DeclareTextCommand{\textbecause}{PU}{\9042\065}%* U+2235
+\DeclareTextCommand{\textvdotdot}{PU}{\9042\066}%* U+2236
+\DeclareTextCommand{\textsquaredots}{PU}{\9042\067}%* U+2237
+\DeclareTextCommand{\textdotminus}{PU}{\9042\070}%* U+2238
+\DeclareTextCommand{\texteqcolon}{PU}{\9042\071}%* U+2239
+\DeclareTextCommand{\textsim}{PU}{\9042\074}%* U+223C
+\DeclareTextCommand{\textbacksim}{PU}{\9042\075}%* U+223D
+\DeclareTextCommand{\textwr}{PU}{\9042\100}%* U+2240
+\DeclareTextCommand{\textnsim}{PU}{\9042\101}%* U+2241
+\DeclareTextCommand{\textsimeq}{PU}{\9042\103}%* U+2243
+\DeclareTextCommand{\textcong}{PU}{\9042\105}%* U+2245
+\DeclareTextCommand{\textncong}{PU}{\9042\107}%* U+2247
+\DeclareTextCommand{\textapprox}{PU}{\9042\110}%* U+2248
+\DeclareTextCommand{\textapproxeq}{PU}{\9042\112}%* U+224A
+\DeclareTextCommand{\texttriplesim}{PU}{\9042\113}%* U+224B
+\DeclareTextCommand{\textbackcong}{PU}{\9042\114}%* U+224C
+\DeclareTextCommand{\textasymp}{PU}{\9042\115}%* U+224D
+\DeclareTextCommand{\textBumpeq}{PU}{\9042\116}%* U+224E
+\DeclareTextCommand{\textbumpeq}{PU}{\9042\117}%* U+224F
+\DeclareTextCommand{\textdoteq}{PU}{\9042\120}%* U+2250
+\DeclareTextCommand{\textdoteqdot}{PU}{\9042\121}%* U+2251
+\DeclareTextCommand{\textfallingdoteq}{PU}{\9042\122}%* U+2252
+\DeclareTextCommand{\textrisingdoteq}{PU}{\9042\123}%* U+2253
+\DeclareTextCommand{\textcolonequals}{PU}{\9042\124}%* U+2254
+\DeclareTextCommand{\textequalscolon}{PU}{\9042\125}%* U+2255
+\DeclareTextCommand{\texteqcirc}{PU}{\9042\126}%* U+2256
+\DeclareTextCommand{\textcirceq}{PU}{\9042\127}%* U+2257
+\DeclareTextCommand{\texthateq}{PU}{\9042\131}%* U+2259
+\DeclareTextCommand{\texttriangleeq}{PU}{\9042\134}%* U+225C
+\DeclareTextCommand{\textneq}{PU}{\9042\140}%* U+2260
+\DeclareTextCommand{\textne}{PU}{\9042\140}%* U+2260
+\DeclareTextCommand{\textequiv}{PU}{\9042\141}%* U+2261
+\DeclareTextCommand{\textnequiv}{PU}{\9042\142}%* U+2262
+\DeclareTextCommand{\textleq}{PU}{\9042\144}%* U+2264
+\DeclareTextCommand{\textle}{PU}{\9042\144}%* U+2264
+\DeclareTextCommand{\textgeq}{PU}{\9042\145}%* U+2265
+\DeclareTextCommand{\textge}{PU}{\9042\145}%* U+2265
+\DeclareTextCommand{\textleqq}{PU}{\9042\146}%* U+2266
+\DeclareTextCommand{\textgeqq}{PU}{\9042\147}%* U+2267
+\DeclareTextCommand{\textlneqq}{PU}{\9042\150}%* U+2268
+\DeclareTextCommand{\textgneqq}{PU}{\9042\151}%* U+2269
+\DeclareTextCommand{\textll}{PU}{\9042\152}%* U+226A
+\DeclareTextCommand{\textgg}{PU}{\9042\153}%* U+226B
+\DeclareTextCommand{\textbetween}{PU}{\9042\154}%* U+226C
+\DeclareTextCommand{\textnless}{PU}{\9042\156}%* U+226E
+\DeclareTextCommand{\textngtr}{PU}{\9042\157}%* U+226F
+\DeclareTextCommand{\textnleq}{PU}{\9042\160}%* U+2270
+\DeclareTextCommand{\textngeq}{PU}{\9042\161}%* U+2271
+\DeclareTextCommand{\textlesssim}{PU}{\9042\162}%* U+2272
+\DeclareTextCommand{\textgtrsim}{PU}{\9042\163}%* U+2273
+\DeclareTextCommand{\textlessgtr}{PU}{\9042\166}%* U+2276
+\DeclareTextCommand{\textgtrless}{PU}{\9042\167}%* U+2277
+\DeclareTextCommand{\textprec}{PU}{\9042\172}%* U+227A
+\DeclareTextCommand{\textsucc}{PU}{\9042\173}%* U+227B
+\DeclareTextCommand{\textpreccurlyeq}{PU}{\9042\174}%* U+227C
+\DeclareTextCommand{\textsucccurlyeq}{PU}{\9042\175}%* U+227D
+\DeclareTextCommand{\textprecsim}{PU}{\9042\176}%* U+227E
+\DeclareTextCommand{\textsuccsim}{PU}{\9042\177}%* U+227F
+\DeclareTextCommand{\textnprec}{PU}{\9042\200}%* U+2280
+\DeclareTextCommand{\textnsucc}{PU}{\9042\201}%* U+2281
+\DeclareTextCommand{\textsubset}{PU}{\9042\202}%* U+2282
+\DeclareTextCommand{\textsupset}{PU}{\9042\203}%* U+2283
+\DeclareTextCommand{\textnsubset}{PU}{\9042\204}%* U+2284
+\DeclareTextCommand{\textnsupset}{PU}{\9042\205}%* U+2285
+\DeclareTextCommand{\textsubseteq}{PU}{\9042\206}%* U+2286
+\DeclareTextCommand{\textsupseteq}{PU}{\9042\207}%* U+2287
+\DeclareTextCommand{\textnsubseteq}{PU}{\9042\210}%* U+2288
+\DeclareTextCommand{\textnsupseteq}{PU}{\9042\211}%* U+2289
+\DeclareTextCommand{\textsubsetneq}{PU}{\9042\212}%* U+228A
+\DeclareTextCommand{\textsupsetneq}{PU}{\9042\213}%* U+228B
+\DeclareTextCommand{\textcupdot}{PU}{\9042\215}%* U+228D
+\DeclareTextCommand{\textcupplus}{PU}{\9042\216}%* U+228E
+\DeclareTextCommand{\textsqsubset}{PU}{\9042\217}%* U+228F
+\DeclareTextCommand{\textsqsupset}{PU}{\9042\220}%* U+2290
+\DeclareTextCommand{\textsqsubseteq}{PU}{\9042\221}%* U+2291
+\DeclareTextCommand{\textsqsupseteq}{PU}{\9042\222}%* U+2292
+\DeclareTextCommand{\textsqcap}{PU}{\9042\223}%* U+2293
+\DeclareTextCommand{\textsqcup}{PU}{\9042\224}%* U+2294
+\DeclareTextCommand{\textoplus}{PU}{\9042\225}%* U+2295
+\DeclareTextCommand{\textominus}{PU}{\9042\226}%* U+2296
+\DeclareTextCommand{\textotimes}{PU}{\9042\227}%* U+2297
+\DeclareTextCommand{\textoslash}{PU}{\9042\230}%* U+2298
+\DeclareTextCommand{\textodot}{PU}{\9042\231}%* U+2299
+\DeclareTextCommand{\textcircledcirc}{PU}{\9042\232}%* U+229A
+\DeclareTextCommand{\textcircledast}{PU}{\9042\233}%* U+229B
+\DeclareTextCommand{\textcircleddash}{PU}{\9042\235}%* U+229D
+\DeclareTextCommand{\textboxplus}{PU}{\9042\236}%* U+229E
+\DeclareTextCommand{\textboxminus}{PU}{\9042\237}%* U+229F
+\DeclareTextCommand{\textboxtimes}{PU}{\9042\240}%* U+22A0
+\DeclareTextCommand{\textboxdot}{PU}{\9042\241}%* U+22A1
+\DeclareTextCommand{\textvdash}{PU}{\9042\242}%* U+22A2
+\DeclareTextCommand{\textdashv}{PU}{\9042\243}%* U+22A3
+\DeclareTextCommand{\texttop}{PU}{\9042\244}%* U+22A4
+\DeclareTextCommand{\textbot}{PU}{\9042\245}%* U+22A5
+\DeclareTextCommand{\textvDash}{PU}{\9042\250}%* U+22A8
+\DeclareTextCommand{\textVdash}{PU}{\9042\251}%* U+22A9
+\DeclareTextCommand{\textVvdash}{PU}{\9042\252}%* U+22AA
+\DeclareTextCommand{\textVDash}{PU}{\9042\253}%* U+22AB
+\DeclareTextCommand{\textnvdash}{PU}{\9042\254}%* U+22AC
+\DeclareTextCommand{\textnvDash}{PU}{\9042\255}%* U+22AD
+\DeclareTextCommand{\textnVDash}{PU}{\9042\257}%* U+22AF
+\DeclareTextCommand{\textlhd}{PU}{\9042\262}%* U+22B2
+\DeclareTextCommand{\textrhd}{PU}{\9042\263}%* U+22B3
+\DeclareTextCommand{\textunlhd}{PU}{\9042\264}%* U+22B4
+\DeclareTextCommand{\textunrhd}{PU}{\9042\265}%* U+22B5
+\DeclareTextCommand{\textmultimapdotbothA}{PU}{\9042\266}%* U+22B6
+\DeclareTextCommand{\textmultimapdotbothB}{PU}{\9042\267}%* U+22B7
+\DeclareTextCommand{\textmultimap}{PU}{\9042\270}%* U+22B8
+\DeclareTextCommand{\textveebar}{PU}{\9042\273}%* U+22BB
+\DeclareTextCommand{\textbarwedge}{PU}{\9042\274}%* U+22BC
+\DeclareTextCommand{\textstar}{PU}{\9042\306}%* U+22C6
+\DeclareTextCommand{\textdivideontimes}{PU}{\9042\307}%* U+22C7
+\DeclareTextCommand{\textbowtie}{PU}{\9042\310}%* U+22C8
+\DeclareTextCommand{\textltimes}{PU}{\9042\311}%* U+22C9
+\DeclareTextCommand{\textrtimes}{PU}{\9042\312}%* U+22CA
+\DeclareTextCommand{\textleftthreetimes}{PU}{\9042\313}%* U+22CB
+\DeclareTextCommand{\textrightthreetimes}{PU}{\9042\314}%* U+22CC
+\DeclareTextCommand{\textbacksimeq}{PU}{\9042\315}%* U+22CD
+\DeclareTextCommand{\textcurlyvee}{PU}{\9042\316}%* U+22CE
+\DeclareTextCommand{\textcurlywedge}{PU}{\9042\317}%* U+22CF
+\DeclareTextCommand{\textSubset}{PU}{\9042\320}%* U+22D0
+\DeclareTextCommand{\textSupset}{PU}{\9042\321}%* U+22D1
+\DeclareTextCommand{\textCap}{PU}{\9042\322}%* U+22D2
+\DeclareTextCommand{\textCup}{PU}{\9042\323}%* U+22D3
+\DeclareTextCommand{\textpitchfork}{PU}{\9042\324}%* U+22D4
+\DeclareTextCommand{\textlessdot}{PU}{\9042\326}%* U+22D6
+\DeclareTextCommand{\textgtrdot}{PU}{\9042\327}%* U+22D7
+\DeclareTextCommand{\textlll}{PU}{\9042\330}%* U+22D8
+\DeclareTextCommand{\textggg}{PU}{\9042\331}%* U+22D9
+\DeclareTextCommand{\textlesseqgtr}{PU}{\9042\332}%* U+22DA
+\DeclareTextCommand{\textgtreqless}{PU}{\9042\333}%* U+22DB
+\DeclareTextCommand{\textcurlyeqprec}{PU}{\9042\336}%* U+22DE
+\DeclareTextCommand{\textcurlyeqsucc}{PU}{\9042\337}%* U+22DF
+\DeclareTextCommand{\textnpreccurlyeq}{PU}{\9042\340}%* U+22E0
+\DeclareTextCommand{\textnsucccurlyeq}{PU}{\9042\341}%* U+22E1
+\DeclareTextCommand{\textnqsubseteq}{PU}{\9042\342}%* U+22E2
+\DeclareTextCommand{\textnqsupseteq}{PU}{\9042\343}%* U+22E3
+\DeclareTextCommand{\textsqsubsetneq}{PU}{\9042\344}%* U+22E4
+\DeclareTextCommand{\textsqsupsetneq}{PU}{\9042\345}%* U+22E5
+\DeclareTextCommand{\textlnsim}{PU}{\9042\346}%* U+22E6
+\DeclareTextCommand{\textgnsim}{PU}{\9042\347}%* U+22E7
+\DeclareTextCommand{\textprecnsim}{PU}{\9042\350}%* U+22E8
+\DeclareTextCommand{\textsuccnsim}{PU}{\9042\351}%* U+22E9
+\DeclareTextCommand{\textntriangleleft}{PU}{\9042\352}%* U+22EA
+\DeclareTextCommand{\textntriangleright}{PU}{\9042\353}%* U+22EB
+\DeclareTextCommand{\textntrianglelefteq}{PU}{\9042\354}%* U+22EC
+\DeclareTextCommand{\textntrianglerighteq}{PU}{\9042\355}%* U+22ED
+\DeclareTextCommand{\textvdots}{PU}{\9042\356}%* U+22EE
+\DeclareTextCommand{\textcdots}{PU}{\9042\357}%* U+22EF
+\DeclareTextCommand{\textudots}{PU}{\9042\360}%* U+22F0
+\DeclareTextCommand{\textddots}{PU}{\9042\361}%* U+22F1
+\DeclareTextCommand{\textbarin}{PU}{\9042\366}%* U+22F6
+\DeclareTextCommand{\textdiameter}{PU}{\9043\000}%* U+2300
+\DeclareTextCommand{\textbackneg}{PU}{\9043\020}%* U+2310
+\DeclareTextCommand{\textinvbackneg}{PU}{\9043\031}%* U+2319
+\DeclareTextCommand{\textclock}{PU}{\9043\032}%* U+231A
+\DeclareTextCommand{\textulcorner}{PU}{\9043\034}%* U+231C
+\DeclareTextCommand{\texturcorner}{PU}{\9043\035}%* U+231D
+\DeclareTextCommand{\textllcorner}{PU}{\9043\036}%* U+231E
+\DeclareTextCommand{\textlrcorner}{PU}{\9043\037}%* U+231F
+\DeclareTextCommand{\textfrown}{PU}{\9043\042}%* U+2322
+\DeclareTextCommand{\textsmile}{PU}{\9043\043}%* U+2323
+\DeclareTextCommand{\textKeyboard}{PU}{\9043\050}%* U+2328
+\DeclareTextCommand{\textlangle}{PU}{\9043\051}%* U+2329
+\DeclareTextCommand{\textrangle}{PU}{\9043\052}%* U+232A
+\DeclareTextCommand{\textAPLinv}{PU}{\9043\071}%* U+2339
+\DeclareTextCommand{\textnotslash}{PU}{\9043\077}%* U+233F
+\DeclareTextCommand{\textnotbackslash}{PU}{\9043\100}%* U+2340
+\DeclareTextCommand{\textboxbackslash}{PU}{\9043\102}%* U+2342
+\DeclareTextCommand{\textAPLleftarrowbox}{PU}{\9043\107}%* U+2347
+\DeclareTextCommand{\textAPLrightarrowbox}{PU}{\9043\110}%* U+2348
+\DeclareTextCommand{\textAPLuparrowbox}{PU}{\9043\120}%* U+2350
+\DeclareTextCommand{\textAPLdownarrowbox}{PU}{\9043\127}%* U+2357
+\DeclareTextCommand{\textAPLinput}{PU}{\9043\136}%* U+235E
+\DeclareTextCommand{\textRequest}{PU}{\9043\160}%* U+2370
\DeclareTextCommand{\textblank}{PU}{\9044\042}% U+2422
\DeclareTextCommand{\textvisiblespace}{PU}{\9044\043}% U+2423
+\DeclareTextCommand{\textbbslash}{PU}{\9044\112}%* U+244A
\DeclareTextCompositeCommand{\textcircled}{PU}{1}{\9044\140}% U+2460
\DeclareTextCompositeCommand{\textcircled}{PU}{2}{\9044\141}% U+2461
\DeclareTextCompositeCommand{\textcircled}{PU}{3}{\9044\142}% U+2462
@@ -997,16 +1599,324 @@
\DeclareTextCompositeCommand{\textcircled}{PU}{y}{\9044\350}% U+24E8
\DeclareTextCompositeCommand{\textcircled}{PU}{z}{\9044\351}% U+24E9
\DeclareTextCompositeCommand{\textcircled}{PU}{0}{\9044\352}% U+24EA
-\DeclareTextCommand{\textopenbullet}{PU}{\9045\346}% U+25E6
-\DeclareTextCommand{\textbigcircle}{PU}{\9045\357}% U+25EF
+\DeclareTextCommand{\textbigtriangleup}{PU}{\9045\263}%* U+25B3
+\DeclareTextCommand{\texttriangleright}{PU}{\9045\267}%* U+25B7
+\DeclareTextCommand{\textbigtriangledown}{PU}{\9045\275}%* U+25BD
+\DeclareTextCommand{\texttriangleleft}{PU}{\9045\301}%* U+25C1
+\DeclareTextCommand{\textdiamond}{PU}{\9045\307}%* U+25C7
+\DeclareTextCommand{\textlozenge}{PU}{\9045\312}%* U+25CA
+\DeclareTextCommand{\textopenbullet}{PU}{\9045\346}%* U+25E6
+\DeclareTextCommand{\textboxbar}{PU}{\9045\353}%* U+25EB
+\DeclareTextCommand{\textbigcircle}{PU}{\9045\357}%* U+25EF
+\DeclareTextCommand{\textCloud}{PU}{\9046\001}%* U+2601
+\DeclareTextCommand{\textFiveStar}{PU}{\9046\005}%* U+2605
+\DeclareTextCommand{\textFiveStarOpen}{PU}{\9046\006}%* U+2606
+\DeclareTextCommand{\textPhone}{PU}{\9046\016}%* U+260E
+\DeclareTextCommand{\textCheckedbox}{PU}{\9046\021}%* U+2611
+\DeclareTextCommand{\textCrossedbox}{PU}{\9046\022}%* U+2612
+\DeclareTextCommand{\textCoffeecup}{PU}{\9046\025}%* U+2615
+\DeclareTextCommand{\textHandCuffLeft}{PU}{\9046\032}%* U+261A
+\DeclareTextCommand{\textHandCuffRight}{PU}{\9046\033}%* U+261B
+\DeclareTextCommand{\textHandLeft}{PU}{\9046\034}%* U+261C
+\DeclareTextCommand{\textHandRight}{PU}{\9046\036}%* U+261E
+\DeclareTextCommand{\textRadioactivity}{PU}{\9046\042}%* U+2622
+\DeclareTextCommand{\textBiohazard}{PU}{\9046\043}%* U+2623
+\DeclareTextCommand{\textAnkh}{PU}{\9046\045}%* U+2625
+\DeclareTextCommand{\textYinyang}{PU}{\9046\057}%* U+262F
+\DeclareTextCommand{\textfrownie}{PU}{\9046\071}%* U+2639
+\DeclareTextCommand{\textsmiley}{PU}{\9046\072}%* U+263A
+\DeclareTextCommand{\textblacksmiley}{PU}{\9046\073}%* U+263B
+\DeclareTextCommand{\textsun}{PU}{\9046\074}%* U+263C
+\DeclareTextCommand{\textleftmoon}{PU}{\9046\075}%* U+263D
+\DeclareTextCommand{\textrightmoon}{PU}{\9046\076}%* U+263E
+\DeclareTextCommand{\textmercury}{PU}{\9046\077}%* U+263F
+\DeclareTextCommand{\textPUfemale}{PU}{\9046\100}% U+2640
+\DeclareTextCommand{\textearth}{PU}{\9046\101}%* U+2641
+\DeclareTextCommand{\textmale}{PU}{\9046\102}%* U+2642
+\DeclareTextCommand{\textjupiter}{PU}{\9046\103}%* U+2643
+\DeclareTextCommand{\textsaturn}{PU}{\9046\104}%* U+2644
+\DeclareTextCommand{\texturanus}{PU}{\9046\105}%* U+2645
+\DeclareTextCommand{\textneptune}{PU}{\9046\106}%* U+2646
+\DeclareTextCommand{\textpluto}{PU}{\9046\107}%* U+2647
+\DeclareTextCommand{\textaries}{PU}{\9046\110}%* U+2648
+\DeclareTextCommand{\texttaurus}{PU}{\9046\111}%* U+2649
+\DeclareTextCommand{\textgemini}{PU}{\9046\112}%* U+264A
+\DeclareTextCommand{\textcancer}{PU}{\9046\113}%* U+264B
+\DeclareTextCommand{\textleo}{PU}{\9046\114}%* U+264C
+\DeclareTextCommand{\textvirgo}{PU}{\9046\115}%* U+264D
+\DeclareTextCommand{\textlibra}{PU}{\9046\116}%* U+264E
+\DeclareTextCommand{\textscorpio}{PU}{\9046\117}%* U+264F
+\DeclareTextCommand{\textsagittarius}{PU}{\9046\120}%* U+2650
+\DeclareTextCommand{\textcapricorn}{PU}{\9046\121}%* U+2651
+\DeclareTextCommand{\textaquarius}{PU}{\9046\122}%* U+2652
+\DeclareTextCommand{\textpisces}{PU}{\9046\123}%* U+2653
+\DeclareTextCommand{\textspadesuitblack}{PU}{\9046\140}% U+2660
+\DeclareTextCommand{\textheartsuitwhite}{PU}{\9046\141}% U+2661
+\DeclareTextCommand{\textdiamondsuitwhite}{PU}{\9046\142}% U+2662
+\DeclareTextCommand{\textclubsuitblack}{PU}{\9046\143}% U+2663
+\DeclareTextCommand{\textspadesuitwhite}{PU}{\9046\144}% U+2664
+\DeclareTextCommand{\textheartsuitblack}{PU}{\9046\145}% U+2665
+\DeclareTextCommand{\textdiamondsuitblack}{PU}{\9046\146}% U+2666
+\DeclareTextCommand{\textclubsuitwhite}{PU}{\9046\147}% U+2667
+\DeclareTextCommand{\textquarternote}{PU}{\9046\151}%* U+2669
\DeclareTextCommand{\textmusicalnote}{PU}{\9046\152}% U+266A
+\DeclareTextCommand{\texttwonotes}{PU}{\9046\153}%* U+266B
+\DeclareTextCommand{\textsixteenthnote}{PU}{\9046\154}%* U+266C
+\DeclareTextCommand{\textflat}{PU}{\9046\155}%* U+266D
+\DeclareTextCommand{\textnatural}{PU}{\9046\156}%* U+266E
+\DeclareTextCommand{\textsharp}{PU}{\9046\157}%* U+266F
+\DeclareTextCommand{\textrecycle}{PU}{\9046\162}%* U+2672
+\DeclareTextCommand{\textWheelchair}{PU}{\9046\177}%* U+267F
+\DeclareTextCommand{\textFlag}{PU}{\9046\221}%* U+2691
+\DeclareTextCommand{\textdsmilitary}{PU}{\9046\224}%* U+2694
+\DeclareTextCommand{\textdsmedical}{PU}{\9046\225}%* U+2695
+\DeclareTextCommand{\textdsjuridical}{PU}{\9046\226}%* U+2696
+\DeclareTextCommand{\textdschemical}{PU}{\9046\227}%* U+2697
+\DeclareTextCommand{\textdsbiological}{PU}{\9046\230}%* U+2698
+\DeclareTextCommand{\textdscommercial}{PU}{\9046\232}%* U+269A
+\DeclareTextCommand{\textmanstar}{PU}{\9046\235}%* U+269D
+\DeclareTextCommand{\textdanger}{PU}{\9046\240}%* U+26A0
+\DeclareTextCommand{\textFemaleFemale}{PU}{\9046\242}%* U+26A2
+\DeclareTextCommand{\textMaleMale}{PU}{\9046\243}%* U+26A3
+\DeclareTextCommand{\textFemaleMale}{PU}{\9046\244}%* U+26A4
+\DeclareTextCommand{\textHermaphrodite}{PU}{\9046\245}%* U+26A5
\DeclareTextCommand{\textmarried}{PU}{\9046\255}% U+26AD
\DeclareTextCommand{\textdivorced}{PU}{\9046\256}% U+26AE
-\DeclareTextCommand{\textlbrackdbl}{PU}{\9047\346}% U+27E6
-\DeclareTextCommand{\textrbrackdbl}{PU}{\9047\347}% U+27E7
+\DeclareTextCommand{\textPUuncrfemale}{PU}{\9046\262}% U+26B2
+\DeclareTextCommand{\textSoccerBall}{PU}{\9046\275}% U+26BD
+\DeclareTextCommand{\textSunCload}{PU}{\9046\305}%* U+26C5
+\DeclareTextCommand{\textRain}{PU}{\9046\306}%* U+26C6
+\DeclareTextCommand{\textnoway}{PU}{\9046\324}%* U+26D4
+\DeclareTextCommand{\textMountain}{PU}{\9046\360}%* U+26F0
+\DeclareTextCommand{\textTent}{PU}{\9046\372}%* U+26FA
+\DeclareTextCommand{\textScissorRightBrokenBottom}{PU}{\9047\001}% U+2701
+\DeclareTextCommand{\textScissorRight}{PU}{\9047\002}%* U+2702
+\DeclareTextCommand{\textScissorRightBrokenTop}{PU}{\9047\003}%* U+2703
+\DeclareTextCommand{\textScissorHollowRight}{PU}{\9047\004}%* U+2704
+\DeclareTextCommand{\textPhoneHandset}{PU}{\9047\006}%* U+2706
+\DeclareTextCommand{\textTape}{PU}{\9047\007}%* U+2707
+\DeclareTextCommand{\textPlane}{PU}{\9047\010}%* U+2708
+\DeclareTextCommand{\textEnvelope}{PU}{\9047\011}%* U+2709
+\DeclareTextCommand{\textPeace}{PU}{\9047\014}%* U+270C
+\DeclareTextCommand{\textWritinghand}{PU}{\9047\015}%* U+270D
+\DeclareTextCommand{\textPencilRightDown}{PU}{\9047\016}%* U+270E
+\DeclareTextCommand{\textPencilRight}{PU}{\9047\017}%* U+270F
+\DeclareTextCommand{\textPencilRightUp}{PU}{\9047\020}%* U+2710
+\DeclareTextCommand{\textNibRight}{PU}{\9047\021}%* U+2711
+\DeclareTextCommand{\textNibSolidRight}{PU}{\9047\022}%* U+2712
+\DeclareTextCommand{\textCheckmark}{PU}{\9047\023}%* U+2713
+\DeclareTextCommand{\textCheckmarkBold}{PU}{\9047\024}%* U+2714
+\DeclareTextCommand{\textXSolid}{PU}{\9047\025}%* U+2715
+\DeclareTextCommand{\textXSolidBold}{PU}{\9047\026}%* U+2716
+\DeclareTextCommand{\textXSolidBrush}{PU}{\9047\027}%* U+2717
+\DeclareTextCommand{\textPlusOutline}{PU}{\9047\031}%* U+2719
+\DeclareTextCommand{\textPlus}{PU}{\9047\032}%* U+271A
+\DeclareTextCommand{\textPlusThinCenterOpen}{PU}{\9047\033}%* U+271B
+\DeclareTextCommand{\textPlusCenterOpen}{PU}{\9047\034}%* U+271C
+\DeclareTextCommand{\textCross}{PU}{\9047\035}%* U+271D
+\DeclareTextCommand{\textCrossOpenShadow}{PU}{\9047\036}%* U+271E
+\DeclareTextCommand{\textCrossOutline}{PU}{\9047\037}%* U+271F
+\DeclareTextCommand{\textCrossMaltese}{PU}{\9047\040}%* U+2720
+\DeclareTextCommand{\textDavidStar}{PU}{\9047\041}%* U+2721
+\DeclareTextCommand{\textFourAsterisk}{PU}{\9047\042}%* U+2722
+\DeclareTextCommand{\textJackStar}{PU}{\9047\043}%* U+2723
+\DeclareTextCommand{\textJackStarBold}{PU}{\9047\044}%* U+2724
+\DeclareTextCommand{\textClowerTips}{PU}{\9047\045}%* U+2725
+\DeclareTextCommand{\textFourStar}{PU}{\9047\046}%* U+2726
+\DeclareTextCommand{\textFourStarOpen}{PU}{\9047\047}%* U+2727
+\DeclareTextCommand{\textFiveStarOpenCircled}{PU}{\9047\052}%* U+272A
+\DeclareTextCommand{\textFiveStarCenterOpen}{PU}{\9047\053}%* U+272B
+\DeclareTextCommand{\textFiveStarOpenDotted}{PU}{\9047\054}%* U+272C
+\DeclareTextCommand{\textFiveStarOutline}{PU}{\9047\055}%* U+272D
+\DeclareTextCommand{\textFiveStarOutlineHeavy}{PU}{\9047\056}%* U+272E
+\DeclareTextCommand{\textFiveStarConvex}{PU}{\9047\057}%* U+272F
+\DeclareTextCommand{\textFiveStarShadow}{PU}{\9047\060}%* U+2730
+\DeclareTextCommand{\textAsteriskBold}{PU}{\9047\061}%* U+2731
+\DeclareTextCommand{\textAsteriskCenterOpen}{PU}{\9047\062}%* U+2732
+\DeclareTextCommand{\textEightStarTaper}{PU}{\9047\064}%* U+2734
+\DeclareTextCommand{\textEightStarConvex}{PU}{\9047\065}%* U+2735
+\DeclareTextCommand{\textSixStar}{PU}{\9047\066}%* U+2736
+\DeclareTextCommand{\textEightStar}{PU}{\9047\067}%* U+2737
+\DeclareTextCommand{\textEightStarBold}{PU}{\9047\070}%* U+2738
+\DeclareTextCommand{\textTwelveStar}{PU}{\9047\071}%* U+2739
+\DeclareTextCommand{\textSixteenStarLight}{PU}{\9047\072}%* U+273A
+\DeclareTextCommand{\textSixFlowerPetalRemoved}{PU}{\9047\073}%* U+273B
+\DeclareTextCommand{\textSixFlowerOpenCenter}{PU}{\9047\074}%* U+273C
+\DeclareTextCommand{\textAsterisk}{PU}{\9047\075}%* U+273D
+\DeclareTextCommand{\textSixFlowerAlternate}{PU}{\9047\076}%* U+273E
+\DeclareTextCommand{\textFiveFlowerPetal}{PU}{\9047\077}%* U+273F
+\DeclareTextCommand{\textFiveFlowerOpen}{PU}{\9047\100}%* U+2740
+\DeclareTextCommand{\textEightFlowerPetal}{PU}{\9047\101}%* U+2741
+\DeclareTextCommand{\textSunshineOpenCircled}{PU}{\9047\102}%* U+2742
+\DeclareTextCommand{\textSixFlowerAltPetal}{PU}{\9047\103}%* U+2743
+\DeclareTextCommand{\textSnowflakeChevron}{PU}{\9047\104}%* U+2744
+\DeclareTextCommand{\textSnowflake}{PU}{\9047\105}%* U+2745
+\DeclareTextCommand{\textSnowflakeChevronBold}{PU}{\9047\106}%* U+2746
+\DeclareTextCommand{\textSparkle}{PU}{\9047\107}%* U+2747
+\DeclareTextCommand{\textSparkleBold}{PU}{\9047\110}%* U+2748
+\DeclareTextCommand{\textAsteriskRoundedEnds}{PU}{\9047\111}%* U+2749
+\DeclareTextCommand{\textEightFlowerPetalRemoved}{PU}{\9047\112}%* U+274A
+\DeclareTextCommand{\textEightAsterisk}{PU}{\9047\113}%* U+274B
+\DeclareTextCommand{\textCircleShadow}{PU}{\9047\115}%* U+274D
+\DeclareTextCommand{\textSquareShadowBottomRight}{PU}{\9047\117}%* U+274F
+\DeclareTextCommand{\textSquareTopRight}{PU}{\9047\120}%* U+2750
+\DeclareTextCommand{\textSquareCastShadowBottomRight}{PU}{\9047\121}%* U+2751
+\DeclareTextCommand{\textSquareCastShadowTopRight}{PU}{\9047\122}%* U+2752
+\DeclareTextCommand{\textDiamandSolid}{PU}{\9047\126}%* U+2756
+\DeclareTextCommand{\textRectangleThin}{PU}{\9047\130}%* U+2758
+\DeclareTextCommand{\textRectangle}{PU}{\9047\131}%* U+2759
+\DeclareTextCommand{\textRectangleBold}{PU}{\9047\132}%* U+275A
+\DeclareTextCommand{\textperp}{PU}{\9047\302}%* U+27C2
+\DeclareTextCommand{\textveedot}{PU}{\9047\307}%* U+27C7
+\DeclareTextCommand{\textwedgedot}{PU}{\9047\321}%* U+27D1
+\DeclareTextCommand{\textleftspoon}{PU}{\9047\334}%* U+27DC
+\DeclareTextCommand{\textlbrackdbl}{PU}{\9047\346}%* U+27E6
+\DeclareTextCommand{\textrbrackdbl}{PU}{\9047\347}%* U+27E7
+\DeclareTextCommand{\textcirclearrowleft}{PU}{\9047\362}%* U+27F2
+\DeclareTextCommand{\textcirclearrowright}{PU}{\9047\363}%* U+27F3
+\DeclareTextCommand{\textlongleftarrow}{PU}{\9047\365}%* U+27F5
+\DeclareTextCommand{\textlongrightarrow}{PU}{\9047\366}%* U+27F6
+\DeclareTextCommand{\textlongleftrightarrow}{PU}{\9047\367}%* U+27F7
+\DeclareTextCommand{\textLongleftarrow}{PU}{\9047\370}%* U+27F8
+\DeclareTextCommand{\textLongrightarrow}{PU}{\9047\371}%* U+27F9
+\DeclareTextCommand{\textLongleftrightarrow}{PU}{\9047\372}%* U+27FA
+\DeclareTextCommand{\textlongmapsto}{PU}{\9047\374}%* U+27FC
+\DeclareTextCommand{\textLongmapsfrom}{PU}{\9047\375}%* U+27FD
+\DeclareTextCommand{\textLongmapsto}{PU}{\9047\376}%* U+27FE
+\DeclareTextCommand{\textnwsearrow}{PU}{\051\041}%* U+2921
+\DeclareTextCommand{\textneswarrow}{PU}{\051\042}%* U+2922
+\DeclareTextCommand{\textlhooknwarrow}{PU}{\051\043}%* U+2923
+\DeclareTextCommand{\textrhooknearrow}{PU}{\051\044}%* U+2924
+\DeclareTextCommand{\textlhooksearrow}{PU}{\051\045}%* U+2925
+\DeclareTextCommand{\textrhookswarrow}{PU}{\051\046}%* U+2926
+\DeclareTextCommand{\textrcurvearrowne}{PU}{\051\064}%* U+2934
+\DeclareTextCommand{\textlcurvearrowse}{PU}{\051\065}%* U+2935
+\DeclareTextCommand{\textlcurvearrowsw}{PU}{\051\066}%* U+2936
+\DeclareTextCommand{\textrcurvearrowse}{PU}{\051\067}%* U+2937
+\DeclareTextCommand{\textlcurvearrowdown}{PU}{\051\070}%* U+2938
+\DeclareTextCommand{\textrcurvearrowdown}{PU}{\051\071}%* U+2939
+\DeclareTextCommand{\textrcurvearrowleft}{PU}{\051\072}%* U+293A
+\DeclareTextCommand{\textrcurvearrowright}{PU}{\051\073}%* U+293B
+\DeclareTextCommand{\textleftrightharpoon}{PU}{\051\112}%* U+294A
+\DeclareTextCommand{\textrightleftharpoon}{PU}{\051\113}%* U+294B
+\DeclareTextCommand{\textupdownharpoonrightleft}{PU}{\051\114}%* U+294C
+\DeclareTextCommand{\textupdownharpoonleftright}{PU}{\051\115}%* U+294D
+\DeclareTextCommand{\textleftleftharpoons}{PU}{\051\142}%* U+2962
+\DeclareTextCommand{\textupupharpoons}{PU}{\051\143}%* U+2963
+\DeclareTextCommand{\textrightrightharpoons}{PU}{\051\144}%* U+2964
+\DeclareTextCommand{\textdowndownharpoons}{PU}{\051\145}%* U+2965
+\DeclareTextCommand{\textleftbarharpoon}{PU}{\051\152}%* U+296A
+\DeclareTextCommand{\textbarleftharpoon}{PU}{\051\153}%* U+196B
+\DeclareTextCommand{\textrightbarharpoon}{PU}{\051\154}%* U+296C
+\DeclareTextCommand{\textbarrightharpoon}{PU}{\051\155}%* U+296D
+\DeclareTextCommand{\textupdownharpoons}{PU}{\051\156}%* U+296E
+\DeclareTextCommand{\textdownupharpoons}{PU}{\051\157}%* U+296F
+\DeclareTextCommand{\textobar}{PU}{\9051\266}%* U+29B6
+\DeclareTextCommand{\textobslash}{PU}{\9051\270}%* U+29B8
+\DeclareTextCommand{\textobot}{PU}{\9051\272}%* U+29BA
+\DeclareTextCommand{\textolessthan}{PU}{\9051\300}%* U+29C0
+\DeclareTextCommand{\textogreaterthan}{PU}{\9051\301}%* U+29C1
+\DeclareTextCommand{\textboxslash}{PU}{\9051\304}%* U+29C4
+\DeclareTextCommand{\textboxbslash}{PU}{\9051\305}%* U+29C5
+\DeclareTextCommand{\textboxast}{PU}{\9051\306}%* U+29C6
+\DeclareTextCommand{\textboxcircle}{PU}{\9051\307}%* U+29C7
+\DeclareTextCommand{\textboxbox}{PU}{\9051\310}%* U+29C8
+\DeclareTextCommand{\textmultimapboth}{PU}{\9051\337}%* U+29DF
+\DeclareTextCommand{\textshuffle}{PU}{\9051\342}%* U+29E2
+\DeclareTextCommand{\textuplus}{PU}{\9052\004}%* U+2A04
+\DeclareTextCommand{\textbigdoublewedge}{PU}{\9052\007}%* U+2A07
+\DeclareTextCommand{\textbigdoublevee}{PU}{\9052\010}%* U+2A08
+\DeclareTextCommand{\textJoin}{PU}{\9052\035}%* U+2A1D
+\DeclareTextCommand{\textcircplus}{PU}{\9052\042}%* U+2A22
+\DeclareTextCommand{\textminusdot}{PU}{\9052\052}%* U+2A2A
+\DeclareTextCommand{\textdottimes}{PU}{\9052\060}%* U+2A30
+\DeclareTextCommand{\textdtimes}{PU}{\9052\062}%* U+2A32
+\DeclareTextCommand{\textodiv}{PU}{\9052\070}%* U+2A38
+\DeclareTextCommand{\textinvneg}{PU}{\9052\074}%* U+2A3C
+\DeclareTextCommand{\textsqdoublecap}{PU}{\9052\116}%* U+2A4E
+\DeclareTextCommand{\textcapdot}{PU}{\9052\100}%* U+2A40
+\DeclareTextCommand{\textsqdoublecup}{PU}{\9052\117}%* U+2A4F
+\DeclareTextCommand{\textdoublewedge}{PU}{\9052\125}%* U+2A55
+\DeclareTextCommand{\textdoublevee}{PU}{\9052\126}%* U+2A56
+\DeclareTextCommand{\textdoublebarwedge}{PU}{\9052\136}%* U+2A5E
+\DeclareTextCommand{\textveedoublebar}{PU}{\9052\143}%* U+2A63
+\DeclareTextCommand{\texteqdot}{PU}{\9052\146}%* U+2A66
+\DeclareTextCommand{\textcoloncolonequals}{PU}{\9052\164}%* U+2A74
+\DeclareTextCommand{\textleqslant}{PU}{\9052\175}%* U+2A7D
+\DeclareTextCommand{\textgeqslant}{PU}{\9052\176}%* U+2A7E
+\DeclareTextCommand{\textlessapprox}{PU}{\9052\205}%* U+2A85
+\DeclareTextCommand{\textgtrapprox}{PU}{\9052\206}%* U+2A86
+\DeclareTextCommand{\textlneq}{PU}{\9052\207}%* U+2A87
+\DeclareTextCommand{\textgneq}{PU}{\9052\210}%* U+2A88
+\DeclareTextCommand{\textlnapprox}{PU}{\9052\211}%* U+2A89
+\DeclareTextCommand{\textgnapprox}{PU}{\9052\212}%* U+2A8A
+\DeclareTextCommand{\textlesseqqgtr}{PU}{\9052\213}%* U+2A8B
+\DeclareTextCommand{\textgtreqqless}{PU}{\9052\214}%* U+2A8C
+\DeclareTextCommand{\texteqslantless}{PU}{\9052\225}%* U+2A95
+\DeclareTextCommand{\texteqslantgtr}{PU}{\9052\226}%* U+2A96
+\DeclareTextCommand{\textleftslice}{PU}{\9052\246}%* U+2AA6
+\DeclareTextCommand{\textrightslice}{PU}{\9052\247}%* U+2AA7
+\DeclareTextCommand{\textpreceq}{PU}{\9052\257}%* U+2AAF
+\DeclareTextCommand{\textsucceq}{PU}{\9052\260}%* U+2AB0
+\DeclareTextCommand{\textprecneq}{PU}{\9052\261}%* U+2AB1
+\DeclareTextCommand{\textsuccneq}{PU}{\9052\262}%* U+2AB2
+\DeclareTextCommand{\textpreceqq}{PU}{\9052\263}%* U+2AB3
+\DeclareTextCommand{\textsucceqq}{PU}{\9052\264}%* U+2AB4
+\DeclareTextCommand{\textprecneqq}{PU}{\9052\265}%* U+2AB5
+\DeclareTextCommand{\textsuccneqq}{PU}{\9052\266}%* U+2AB6
+\DeclareTextCommand{\textprecapprox}{PU}{\9052\267}%* U+2AB7
+\DeclareTextCommand{\textsuccapprox}{PU}{\9052\270}% U+2AB8
+\DeclareTextCommand{\textprecnapprox}{PU}{\9052\271}%* U+2AB9
+\DeclareTextCommand{\textsuccnapprox}{PU}{\9052\272}%* U+2ABA
+\DeclareTextCommand{\textsubseteqq}{PU}{\9052\305}%* U+2AC5
+\DeclareTextCommand{\textsupseteqq}{PU}{\9052\306}%* U+2AC6
+\DeclareTextCommand{\textdashV}{PU}{\9052\343}%* U+2AE3
+\DeclareTextCommand{\textDashv}{PU}{\9052\344}%* U+2AE4
+\DeclareTextCommand{\textDashV}{PU}{\9052\345}%* U+2AE5
+\DeclareTextCommand{\textdownmodels}{PU}{\9052\352}%* U+2AEA
+\DeclareTextCommand{\textupmodels}{PU}{\9052\353}%* U+2AEB
+\DeclareTextCommand{\textupspoon}{PU}{\9052\357}%* U+2AEF
+\DeclareTextCommand{\textinterleave}{PU}{\9052\364}%* U+2AF4
+\DeclareTextCommand{\textsslash}{PU}{\9052\375}%* U+2AFD
+\DeclareTextCommand{\textjinferior}{PU}{\9054\174}%* U+2C7C
+\DeclareTextCommand{\textslashdiv}{PU}{\9056\023}%* U+2E13
+\DeclareTextCommand{\textinterrobangdown}{PU}{\9056\030}% U+2E18
+\DeclareTextCommand{\textfivedots}{PU}{\9056\055}%* U+2E2D
+\DeclareTextCommand{\textupstep}{PU}{\9247\033}% U+A71B
+\DeclareTextCommand{\textdownstep}{PU}{\9247\034}% U+A71C
+\DeclareTextCommand{\textPUheng}{PU}{\9247\047}% U+A727
+\DeclareTextCommand{\textPUlhookfour}{PU}{\9247\054}% U+A72C
+\DeclareTextCommand{\textPUscf}{PU}{\9247\060}% U+A730
+\DeclareTextCommand{\textPUaolig}{PU}{\9247\065}% U+A735
+\DeclareTextCommand{\textoo}{PU}{\9247\117}%* U+A74F
+\DeclareTextCommand{\textcircumlow}{PU}{\9247\210}% U+A788
\DeclareTextCommand{\textfi}{PU}{\9373\001}% U+FB01
\DeclareTextCommand{\textfl}{PU}{\9373\002}% U+FB02
+\DeclareTextCommand{\textGaPa}{PU}{\9330\064\9335\073}%* U+1D13B
+\DeclareTextCommand{\textHaPa}{PU}{\9330\064\9335\074}%* U+1D13C
+\DeclareTextCommand{\textViPa}{PU}{\9330\064\9335\075}%* U+1D13D
+\DeclareTextCommand{\textAcPa}{PU}{\9330\064\9335\076}%* U+1D13E
+\DeclareTextCommand{\textSePa}{PU}{\9330\064\9335\077}%* U+1D13F
+\DeclareTextCommand{\textZwPa}{PU}{\9330\064\9335\100}%* U+1D140
+\DeclareTextCommand{\textfullnote}{PU}{\9330\064\9335\135}%* U+1D15D
+\DeclareTextCommand{\texthalfnote}{PU}{\9330\064\9335\136}%* U+1D15E
+\DeclareTextCommand{\textVier}{PU}{\9330\064\9335\137}%* U+1D15F
+\DeclareTextCommand{\textAcht}{PU}{\9330\064\9335\140}%* U+1D160
+\DeclareTextCommand{\textSech}{PU}{\9330\064\9335\141}%* U+1D161
+\DeclareTextCommand{\textZwdr}{PU}{\9330\064\9335\142}%* U+1D162
+\DeclareTextCommand{\textMundus}{PU}{\9330\074\9337\015}%* U+1F30D
+\DeclareTextCommand{\textWomanface}{PU}{\9330\075\9334\151}%* U+1F469
+\DeclareTextCommand{\textFire}{PU}{\9330\075\9335\045}%* U+1F525
+\DeclareTextCommand{\textBicycle}{PU}{\9330\075\9336\262}%* U+1F6B2
+\DeclareTextCommand{\textGentsroom}{PU}{\9330\075\9336\271}%* U+1F6B9
+\DeclareTextCommand{\textLadiesroom}{PU}{\9330\075\9336\272}%* U+1F6BA
\DeclareTextCommand{\SS}{PU}{SS}
+\DeclareTextCommand{\textcopyleft}{PU}{\9041\204\9040\335}% U+2184 U+20DD
+\DeclareTextCommand{\textccnc}{PU}{\80\044\9040\340}%* U+0024 U+20E0
+\DeclareTextCommand{\textccnd}{PU}{=\9040\335}%* U+003D U+20DD
+\DeclareTextCommand{\textccsa}{PU}{\9047\362\9040\335}%* U+27F2 U+20DD
+\DeclareTextCommand{\textCircledA}{PU}{A\9040\335}%* U+0041 U+20DD
+\DeclareTextCommand{\textInfo}{PU}{\9330\065\9334\042\940\336}%* U+1D422 U+20DE
\DeclareTextCommand{\textglqq}{PU}{\quotedblbase}
\DeclareTextCommand{\textgrqq}{PU}{\textquotedblleft}
\DeclareTextCommand{\textglq}{PU}{\quotesinglbase}
@@ -1015,11 +1925,11 @@
\DeclareTextCommand{\textfrqq}{PU}{\guillemotright}
\DeclareTextCommand{\textflq}{PU}{\guilsinglleft}
\DeclareTextCommand{\textfrq}{PU}{\guilsinglright}
-\DeclareTextCommand{\textneg}{PU}{\textlogicalnot}
-\DeclareTextCommand{\texttimes}{PU}{\textmultiply}
-\DeclareTextCommand{\textdiv}{PU}{\textdivide}
-\DeclareTextCommand{\textpm}{PU}{\textplusminus}
-\DeclareTextCommand{\textcdot}{PU}{\textperiodcentered}
+\DeclareTextCommand{\textneg}{PU}{\textlogicalnot}%*
+\DeclareTextCommand{\texttimes}{PU}{\textmultiply}%*
+\DeclareTextCommand{\textdiv}{PU}{\textdivide}%*
+\DeclareTextCommand{\textpm}{PU}{\textplusminus}%*
+\DeclareTextCommand{\textcdot}{PU}{\textperiodcentered}%*
\endinput
%%
%% End of file `puenc.def'.
diff --git a/Master/texmf-dist/tex/latex/hyperref/puvnenc.def b/Master/texmf-dist/tex/latex/hyperref/puvnenc.def
index 71f41a43d2a..7fea4994d31 100644
--- a/Master/texmf-dist/tex/latex/hyperref/puvnenc.def
+++ b/Master/texmf-dist/tex/latex/hyperref/puvnenc.def
@@ -29,142 +29,140 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{puvnenc.def}
- [2012/05/13 v6.82q %
+ [2012/07/29 v6.82v %
Hyperref: Additions to puenc.def for VnTeX]
-\DeclareTextCommand{\abreve}{PU}{\81\003}
-\DeclareTextCommand{\acircumflex}{PU}{\80\342}
-\DeclareTextCommand{\dj}{PU}{\81\021}
-\DeclareTextCommand{\ecircumflex}{PU}{\80\352}
-\DeclareTextCommand{\ocircumflex}{PU}{\80\364}
-\DeclareTextCommand{\ohorn}{PU}{\81\241}
-\DeclareTextCommand{\uhorn}{PU}{\81\260}
-\DeclareTextCommand{\ABREVE}{PU}{\81\002}
-\DeclareTextCommand{\ACIRCUMFLEX}{PU}{\80\302}
-\DeclareTextCommand{\DJ}{PU}{\81\020}
-\DeclareTextCommand{\ECIRCUMFLEX}{PU}{\80\312}
-\DeclareTextCommand{\OCIRCUMFLEX}{PU}{\80\324}
-\DeclareTextCommand{\OHORN}{PU}{\81\240}
-\DeclareTextCommand{\UHORN}{PU}{\81\257}
-\DeclareTextCompositeCommand{\'}{PU}{a}{\80\341}
-\DeclareTextCompositeCommand{\d}{PU}{a}{\9036\241}
-\DeclareTextCompositeCommand{\`}{PU}{a}{\80\340}
-\DeclareTextCompositeCommand{\h}{PU}{a}{\9036\243}
-\DeclareTextCompositeCommand{\~}{PU}{a}{\80\343}
-\DeclareTextCompositeCommand{\'}{PU}{\abreve}{\9036\257}
-\DeclareTextCompositeCommand{\d}{PU}{\abreve}{\9036\267}
-\DeclareTextCompositeCommand{\`}{PU}{\abreve}{\9036\261}
-\DeclareTextCompositeCommand{\h}{PU}{\abreve}{\9036\263}
-\DeclareTextCompositeCommand{\~}{PU}{\abreve}{\9036\265}
-\DeclareTextCompositeCommand{\'}{PU}{\acircumflex}{\9036\245}
-\DeclareTextCompositeCommand{\d}{PU}{\acircumflex}{\9036\255}
-\DeclareTextCompositeCommand{\`}{PU}{\acircumflex}{\9036\247}
-\DeclareTextCompositeCommand{\h}{PU}{\acircumflex}{\9036\251}
-\DeclareTextCompositeCommand{\~}{PU}{\acircumflex}{\9036\253}
-\DeclareTextCompositeCommand{\'}{PU}{e}{\80\351}
-\DeclareTextCompositeCommand{\d}{PU}{e}{\9036\271}
-\DeclareTextCompositeCommand{\`}{PU}{e}{\80\350}
-\DeclareTextCompositeCommand{\h}{PU}{e}{\9036\273}
-\DeclareTextCompositeCommand{\~}{PU}{e}{\9036\275}
-\DeclareTextCompositeCommand{\'}{PU}{\ecircumflex}{\9036\277}
-\DeclareTextCompositeCommand{\d}{PU}{\ecircumflex}{\9036\307}
-\DeclareTextCompositeCommand{\`}{PU}{\ecircumflex}{\9036\301}
-\DeclareTextCompositeCommand{\h}{PU}{\ecircumflex}{\9036\303}
-\DeclareTextCompositeCommand{\~}{PU}{\ecircumflex}{\9036\305}
-\DeclareTextCompositeCommand{\'}{PU}{i}{\80\355}
-\DeclareTextCompositeCommand{\d}{PU}{i}{\9036\313}
-\DeclareTextCompositeCommand{\`}{PU}{i}{\80\354}
-\DeclareTextCompositeCommand{\h}{PU}{i}{\9036\311}
-\DeclareTextCompositeCommand{\~}{PU}{i}{\81\051}
-\DeclareTextCompositeCommand{\'}{PU}{o}{\80\363}
-\DeclareTextCompositeCommand{\d}{PU}{o}{\9036\315}
-\DeclareTextCompositeCommand{\`}{PU}{o}{\80\362}
-\DeclareTextCompositeCommand{\h}{PU}{o}{\9036\317}
-\DeclareTextCompositeCommand{\~}{PU}{o}{\80\365}
-\DeclareTextCompositeCommand{\'}{PU}{\ocircumflex}{\9036\321}
-\DeclareTextCompositeCommand{\d}{PU}{\ocircumflex}{\9036\331}
-\DeclareTextCompositeCommand{\`}{PU}{\ocircumflex}{\9036\323}
-\DeclareTextCompositeCommand{\h}{PU}{\ocircumflex}{\9036\325}
-\DeclareTextCompositeCommand{\~}{PU}{\ocircumflex}{\9036\327}
-\DeclareTextCompositeCommand{\'}{PU}{\ohorn}{\9036\333}
-\DeclareTextCompositeCommand{\d}{PU}{\ohorn}{\9036\343}
-\DeclareTextCompositeCommand{\`}{PU}{\ohorn}{\9036\335}
-\DeclareTextCompositeCommand{\h}{PU}{\ohorn}{\9036\337}
-\DeclareTextCompositeCommand{\~}{PU}{\ohorn}{\9036\341}
-\DeclareTextCompositeCommand{\'}{PU}{u}{\80\372}
-\DeclareTextCompositeCommand{\d}{PU}{u}{\9036\345}
-\DeclareTextCompositeCommand{\`}{PU}{u}{\80\371}
-\DeclareTextCompositeCommand{\h}{PU}{u}{\9036\347}
-\DeclareTextCompositeCommand{\~}{PU}{u}{\81\151}
-\DeclareTextCompositeCommand{\'}{PU}{\uhorn}{\9036\351}
-\DeclareTextCompositeCommand{\d}{PU}{\uhorn}{\9036\361}
-\DeclareTextCompositeCommand{\`}{PU}{\uhorn}{\9036\353}
-\DeclareTextCompositeCommand{\h}{PU}{\uhorn}{\9036\355}
-\DeclareTextCompositeCommand{\~}{PU}{\uhorn}{\9036\357}
-\DeclareTextCompositeCommand{\'}{PU}{y}{\80\375}
-\DeclareTextCompositeCommand{\d}{PU}{y}{\9036\365}
-\DeclareTextCompositeCommand{\`}{PU}{y}{\9036\363}
-\DeclareTextCompositeCommand{\h}{PU}{y}{\9036\367}
-\DeclareTextCompositeCommand{\~}{PU}{y}{\9036\371}
-\DeclareTextCompositeCommand{\'}{PU}{A}{\80\301}
-\DeclareTextCompositeCommand{\d}{PU}{A}{\9036\240}
-\DeclareTextCompositeCommand{\`}{PU}{A}{\80\300}
-\DeclareTextCompositeCommand{\h}{PU}{A}{\9036\242}
-\DeclareTextCompositeCommand{\~}{PU}{A}{\80\303}
-\DeclareTextCompositeCommand{\'}{PU}{\ABREVE}{\9036\256}
-\DeclareTextCompositeCommand{\d}{PU}{\ABREVE}{\9036\266}
-\DeclareTextCompositeCommand{\`}{PU}{\ABREVE}{\9036\260}
-\DeclareTextCompositeCommand{\h}{PU}{\ABREVE}{\9036\262}
-\DeclareTextCompositeCommand{\~}{PU}{\ABREVE}{\9036\264}
-\DeclareTextCompositeCommand{\'}{PU}{\ACIRCUMFLEX}{\9036\244}
-\DeclareTextCompositeCommand{\d}{PU}{\ACIRCUMFLEX}{\9036\254}
-\DeclareTextCompositeCommand{\`}{PU}{\ACIRCUMFLEX}{\9036\246}
-\DeclareTextCompositeCommand{\h}{PU}{\ACIRCUMFLEX}{\9036\250}
-\DeclareTextCompositeCommand{\~}{PU}{\ACIRCUMFLEX}{\9036\252}
-\DeclareTextCompositeCommand{\'}{PU}{E}{\80\311}
-\DeclareTextCompositeCommand{\d}{PU}{E}{\9036\270}
-\DeclareTextCompositeCommand{\`}{PU}{E}{\80\310}
-\DeclareTextCompositeCommand{\h}{PU}{E}{\9036\272}
-\DeclareTextCompositeCommand{\~}{PU}{E}{\9036\274}
-\DeclareTextCompositeCommand{\'}{PU}{\ECIRCUMFLEX}{\9036\276}
-\DeclareTextCompositeCommand{\d}{PU}{\ECIRCUMFLEX}{\9036\306}
-\DeclareTextCompositeCommand{\`}{PU}{\ECIRCUMFLEX}{\9036\300}
-\DeclareTextCompositeCommand{\h}{PU}{\ECIRCUMFLEX}{\9036\302}
-\DeclareTextCompositeCommand{\~}{PU}{\ECIRCUMFLEX}{\9036\304}
-\DeclareTextCompositeCommand{\'}{PU}{I}{\80\315}
-\DeclareTextCompositeCommand{\d}{PU}{I}{\9036\312}
-\DeclareTextCompositeCommand{\`}{PU}{I}{\80\314}
-\DeclareTextCompositeCommand{\h}{PU}{I}{\9036\310}
-\DeclareTextCompositeCommand{\~}{PU}{I}{\81\050}
-\DeclareTextCompositeCommand{\'}{PU}{O}{\80\323}
-\DeclareTextCompositeCommand{\d}{PU}{O}{\9036\314}
-\DeclareTextCompositeCommand{\`}{PU}{O}{\80\322}
-\DeclareTextCompositeCommand{\h}{PU}{O}{\9036\316}
-\DeclareTextCompositeCommand{\~}{PU}{O}{\80\325}
-\DeclareTextCompositeCommand{\'}{PU}{\OCIRCUMFLEX}{\9036\320}
-\DeclareTextCompositeCommand{\d}{PU}{\OCIRCUMFLEX}{\9036\330}
-\DeclareTextCompositeCommand{\`}{PU}{\OCIRCUMFLEX}{\9036\322}
-\DeclareTextCompositeCommand{\h}{PU}{\OCIRCUMFLEX}{\9036\324}
-\DeclareTextCompositeCommand{\~}{PU}{\OCIRCUMFLEX}{\9036\326}
-\DeclareTextCompositeCommand{\'}{PU}{\OHORN}{\9036\332}
-\DeclareTextCompositeCommand{\d}{PU}{\OHORN}{\9036\342}
-\DeclareTextCompositeCommand{\`}{PU}{\OHORN}{\9036\334}
-\DeclareTextCompositeCommand{\h}{PU}{\OHORN}{\9036\336}
-\DeclareTextCompositeCommand{\~}{PU}{\OHORN}{\9036\340}
-\DeclareTextCompositeCommand{\'}{PU}{U}{\80\332}
-\DeclareTextCompositeCommand{\d}{PU}{U}{\9036\344}
-\DeclareTextCompositeCommand{\`}{PU}{U}{\80\331}
-\DeclareTextCompositeCommand{\h}{PU}{U}{\9036\346}
-\DeclareTextCompositeCommand{\~}{PU}{U}{\81\150}
-\DeclareTextCompositeCommand{\'}{PU}{\UHORN}{\9036\350}
-\DeclareTextCompositeCommand{\d}{PU}{\UHORN}{\9036\360}
-\DeclareTextCompositeCommand{\`}{PU}{\UHORN}{\9036\352}
-\DeclareTextCompositeCommand{\h}{PU}{\UHORN}{\9036\354}
-\DeclareTextCompositeCommand{\~}{PU}{\UHORN}{\9036\356}
-\DeclareTextCompositeCommand{\'}{PU}{Y}{\80\335}
-\DeclareTextCompositeCommand{\d}{PU}{Y}{\9036\364}
-\DeclareTextCompositeCommand{\`}{PU}{Y}{\9036\362}
-\DeclareTextCompositeCommand{\h}{PU}{Y}{\9036\366}
-\DeclareTextCompositeCommand{\~}{PU}{Y}{\9036\370}
+\DeclareTextCommand{\abreve}{PU}{\81\003}% U+0103
+\DeclareTextCommand{\acircumflex}{PU}{\80\342}% U+00E2
+\DeclareTextCommand{\ecircumflex}{PU}{\80\352}% U+00EA
+\DeclareTextCommand{\ocircumflex}{PU}{\80\364}% U+00F4
+\DeclareTextCommand{\ohorn}{PU}{\81\241}% U+01A1
+\DeclareTextCommand{\uhorn}{PU}{\81\260}% U+01B0
+\DeclareTextCommand{\ABREVE}{PU}{\81\002}% U+0102
+\DeclareTextCommand{\ACIRCUMFLEX}{PU}{\80\302}% U+00C2
+\DeclareTextCommand{\ECIRCUMFLEX}{PU}{\80\312}% U+00CA
+\DeclareTextCommand{\OCIRCUMFLEX}{PU}{\80\324}% U+00D4
+\DeclareTextCommand{\OHORN}{PU}{\81\240}% U+01A0
+\DeclareTextCommand{\UHORN}{PU}{\81\257}% U+01AF
+\DeclareTextCompositeCommand{\'}{PU}{a}{\80\341}% U+00E1
+\DeclareTextCompositeCommand{\d}{PU}{a}{\9036\241}% U+1EA1
+\DeclareTextCompositeCommand{\`}{PU}{a}{\80\340}% U+00E0
+\DeclareTextCompositeCommand{\h}{PU}{a}{\9036\243}% U+1EA3
+\DeclareTextCompositeCommand{\~}{PU}{a}{\80\343}% U+00E3
+\DeclareTextCompositeCommand{\'}{PU}{\abreve}{\9036\257}% U+1EAF
+\DeclareTextCompositeCommand{\d}{PU}{\abreve}{\9036\267}% U+1EB7
+\DeclareTextCompositeCommand{\`}{PU}{\abreve}{\9036\261}% U+1EB1
+\DeclareTextCompositeCommand{\h}{PU}{\abreve}{\9036\263}% U+1EB3
+\DeclareTextCompositeCommand{\~}{PU}{\abreve}{\9036\265}% U+1EB5
+\DeclareTextCompositeCommand{\'}{PU}{\acircumflex}{\9036\245}% U+1EA5
+\DeclareTextCompositeCommand{\d}{PU}{\acircumflex}{\9036\255}% U+1EAD
+\DeclareTextCompositeCommand{\`}{PU}{\acircumflex}{\9036\247}% U+1EA7
+\DeclareTextCompositeCommand{\h}{PU}{\acircumflex}{\9036\251}% U+1EA9
+\DeclareTextCompositeCommand{\~}{PU}{\acircumflex}{\9036\253}% U+1EAB
+\DeclareTextCompositeCommand{\'}{PU}{e}{\80\351}% U+00E9
+\DeclareTextCompositeCommand{\d}{PU}{e}{\9036\271}% U+1EB9
+\DeclareTextCompositeCommand{\`}{PU}{e}{\80\350}% U+00E8
+\DeclareTextCompositeCommand{\h}{PU}{e}{\9036\273}% U+1EBB
+\DeclareTextCompositeCommand{\~}{PU}{e}{\9036\275}% U+1EBD
+\DeclareTextCompositeCommand{\'}{PU}{\ecircumflex}{\9036\277}% U+1EBF
+\DeclareTextCompositeCommand{\d}{PU}{\ecircumflex}{\9036\307}% U+1EC7
+\DeclareTextCompositeCommand{\`}{PU}{\ecircumflex}{\9036\301}% U+1EC1
+\DeclareTextCompositeCommand{\h}{PU}{\ecircumflex}{\9036\303}% U+1EC3
+\DeclareTextCompositeCommand{\~}{PU}{\ecircumflex}{\9036\305}% U+1EC5
+\DeclareTextCompositeCommand{\'}{PU}{i}{\80\355}% U+00ED
+\DeclareTextCompositeCommand{\d}{PU}{i}{\9036\313}% U+1ECB
+\DeclareTextCompositeCommand{\`}{PU}{i}{\80\354}% U+00EC
+\DeclareTextCompositeCommand{\h}{PU}{i}{\9036\311}% U+1EC9
+\DeclareTextCompositeCommand{\~}{PU}{i}{\81\051}% U+0129
+\DeclareTextCompositeCommand{\'}{PU}{o}{\80\363}% U+00F3
+\DeclareTextCompositeCommand{\d}{PU}{o}{\9036\315}% U+1ECD
+\DeclareTextCompositeCommand{\`}{PU}{o}{\80\362}% U+00F2
+\DeclareTextCompositeCommand{\h}{PU}{o}{\9036\317}% U+1ECF
+\DeclareTextCompositeCommand{\~}{PU}{o}{\80\365}% U+00F5
+\DeclareTextCompositeCommand{\'}{PU}{\ocircumflex}{\9036\321}% U+1ED1
+\DeclareTextCompositeCommand{\d}{PU}{\ocircumflex}{\9036\331}% U+1ED9
+\DeclareTextCompositeCommand{\`}{PU}{\ocircumflex}{\9036\323}% U+1ED3
+\DeclareTextCompositeCommand{\h}{PU}{\ocircumflex}{\9036\325}% U+1ED5
+\DeclareTextCompositeCommand{\~}{PU}{\ocircumflex}{\9036\327}% U+1ED7
+\DeclareTextCompositeCommand{\'}{PU}{\ohorn}{\9036\333}% U+1EDB
+\DeclareTextCompositeCommand{\d}{PU}{\ohorn}{\9036\343}% U+1EE3
+\DeclareTextCompositeCommand{\`}{PU}{\ohorn}{\9036\335}% U+1EDD
+\DeclareTextCompositeCommand{\h}{PU}{\ohorn}{\9036\337}% U+1EDF
+\DeclareTextCompositeCommand{\~}{PU}{\ohorn}{\9036\341}% U+1EE1
+\DeclareTextCompositeCommand{\'}{PU}{u}{\80\372}% U+00FA
+\DeclareTextCompositeCommand{\d}{PU}{u}{\9036\345}% U+1EE5
+\DeclareTextCompositeCommand{\`}{PU}{u}{\80\371}% U+00F9
+\DeclareTextCompositeCommand{\h}{PU}{u}{\9036\347}% U+1EE7
+\DeclareTextCompositeCommand{\~}{PU}{u}{\81\151}% U+0169
+\DeclareTextCompositeCommand{\'}{PU}{\uhorn}{\9036\351}% U+1EE9
+\DeclareTextCompositeCommand{\d}{PU}{\uhorn}{\9036\361}% U+1EF1
+\DeclareTextCompositeCommand{\`}{PU}{\uhorn}{\9036\353}% U+1EEB
+\DeclareTextCompositeCommand{\h}{PU}{\uhorn}{\9036\355}% U+1EED
+\DeclareTextCompositeCommand{\~}{PU}{\uhorn}{\9036\357}% U+1EEF
+\DeclareTextCompositeCommand{\'}{PU}{y}{\80\375}% U+00FD
+\DeclareTextCompositeCommand{\d}{PU}{y}{\9036\365}% U+1EF5
+\DeclareTextCompositeCommand{\`}{PU}{y}{\9036\363}% U+1EF3
+\DeclareTextCompositeCommand{\h}{PU}{y}{\9036\367}% U+1EF7
+\DeclareTextCompositeCommand{\~}{PU}{y}{\9036\371}% U+1EF9
+\DeclareTextCompositeCommand{\'}{PU}{A}{\80\301}% U+00C1
+\DeclareTextCompositeCommand{\d}{PU}{A}{\9036\240}% U+1EA0
+\DeclareTextCompositeCommand{\`}{PU}{A}{\80\300}% U+00C0
+\DeclareTextCompositeCommand{\h}{PU}{A}{\9036\242}% U+1EA2
+\DeclareTextCompositeCommand{\~}{PU}{A}{\80\303}% U+00C3
+\DeclareTextCompositeCommand{\'}{PU}{\ABREVE}{\9036\256}% U+1EAE
+\DeclareTextCompositeCommand{\d}{PU}{\ABREVE}{\9036\266}% U+1EB6
+\DeclareTextCompositeCommand{\`}{PU}{\ABREVE}{\9036\260}% U+1EB0
+\DeclareTextCompositeCommand{\h}{PU}{\ABREVE}{\9036\262}% U+1EB2
+\DeclareTextCompositeCommand{\~}{PU}{\ABREVE}{\9036\264}% U+1EB4
+\DeclareTextCompositeCommand{\'}{PU}{\ACIRCUMFLEX}{\9036\244}% U+1EA4
+\DeclareTextCompositeCommand{\d}{PU}{\ACIRCUMFLEX}{\9036\254}% U+1EAC
+\DeclareTextCompositeCommand{\`}{PU}{\ACIRCUMFLEX}{\9036\246}% U+1EA6
+\DeclareTextCompositeCommand{\h}{PU}{\ACIRCUMFLEX}{\9036\250}% U+1EA8
+\DeclareTextCompositeCommand{\~}{PU}{\ACIRCUMFLEX}{\9036\252}% U+1EAA
+\DeclareTextCompositeCommand{\'}{PU}{E}{\80\311}% U+00C9
+\DeclareTextCompositeCommand{\d}{PU}{E}{\9036\270}% U+1EB8
+\DeclareTextCompositeCommand{\`}{PU}{E}{\80\310}% U+00C8
+\DeclareTextCompositeCommand{\h}{PU}{E}{\9036\272}% U+1EBA
+\DeclareTextCompositeCommand{\~}{PU}{E}{\9036\274}% U+1EBC
+\DeclareTextCompositeCommand{\'}{PU}{\ECIRCUMFLEX}{\9036\276}% U+1EBE
+\DeclareTextCompositeCommand{\d}{PU}{\ECIRCUMFLEX}{\9036\306}% U+1EC6
+\DeclareTextCompositeCommand{\`}{PU}{\ECIRCUMFLEX}{\9036\300}% U+1EC0
+\DeclareTextCompositeCommand{\h}{PU}{\ECIRCUMFLEX}{\9036\302}% U+1EC2
+\DeclareTextCompositeCommand{\~}{PU}{\ECIRCUMFLEX}{\9036\304}% U+1EC4
+\DeclareTextCompositeCommand{\'}{PU}{I}{\80\315}% U+00CD
+\DeclareTextCompositeCommand{\d}{PU}{I}{\9036\312}% U+1ECA
+\DeclareTextCompositeCommand{\`}{PU}{I}{\80\314}% U+00CC
+\DeclareTextCompositeCommand{\h}{PU}{I}{\9036\310}% U+1EC8
+\DeclareTextCompositeCommand{\~}{PU}{I}{\81\050}% U+0128
+\DeclareTextCompositeCommand{\'}{PU}{O}{\80\323}% U+00D3
+\DeclareTextCompositeCommand{\d}{PU}{O}{\9036\314}% U+1ECC
+\DeclareTextCompositeCommand{\`}{PU}{O}{\80\322}% U+00D2
+\DeclareTextCompositeCommand{\h}{PU}{O}{\9036\316}% U+1ECE
+\DeclareTextCompositeCommand{\~}{PU}{O}{\80\325}% U+00D5
+\DeclareTextCompositeCommand{\'}{PU}{\OCIRCUMFLEX}{\9036\320}% U+1ED0
+\DeclareTextCompositeCommand{\d}{PU}{\OCIRCUMFLEX}{\9036\330}% U+1ED8
+\DeclareTextCompositeCommand{\`}{PU}{\OCIRCUMFLEX}{\9036\322}% U+1ED2
+\DeclareTextCompositeCommand{\h}{PU}{\OCIRCUMFLEX}{\9036\324}% U+1ED4
+\DeclareTextCompositeCommand{\~}{PU}{\OCIRCUMFLEX}{\9036\326}% U+1ED6
+\DeclareTextCompositeCommand{\'}{PU}{\OHORN}{\9036\332}% U+1EDA
+\DeclareTextCompositeCommand{\d}{PU}{\OHORN}{\9036\342}% U+1EE2
+\DeclareTextCompositeCommand{\`}{PU}{\OHORN}{\9036\334}% U+1EDC
+\DeclareTextCompositeCommand{\h}{PU}{\OHORN}{\9036\336}% U+1EDE
+\DeclareTextCompositeCommand{\~}{PU}{\OHORN}{\9036\340}% U+1EE0
+\DeclareTextCompositeCommand{\'}{PU}{U}{\80\332}% U+00DA
+\DeclareTextCompositeCommand{\d}{PU}{U}{\9036\344}% U+1EE4
+\DeclareTextCompositeCommand{\`}{PU}{U}{\80\331}% U+00D9
+\DeclareTextCompositeCommand{\h}{PU}{U}{\9036\346}% U+1EE6
+\DeclareTextCompositeCommand{\~}{PU}{U}{\81\150}% U+0168
+\DeclareTextCompositeCommand{\'}{PU}{\UHORN}{\9036\350}% U+1EE8
+\DeclareTextCompositeCommand{\d}{PU}{\UHORN}{\9036\360}% U+1EF0
+\DeclareTextCompositeCommand{\`}{PU}{\UHORN}{\9036\352}% U+1EEA
+\DeclareTextCompositeCommand{\h}{PU}{\UHORN}{\9036\354}% U+1EEC
+\DeclareTextCompositeCommand{\~}{PU}{\UHORN}{\9036\356}% U+1EEE
+\DeclareTextCompositeCommand{\'}{PU}{Y}{\80\335}% U+00DD
+\DeclareTextCompositeCommand{\d}{PU}{Y}{\9036\364}% U+1EF4
+\DeclareTextCompositeCommand{\`}{PU}{Y}{\9036\362}% U+1EF2
+\DeclareTextCompositeCommand{\h}{PU}{Y}{\9036\366}% U+1EF6
+\DeclareTextCompositeCommand{\~}{PU}{Y}{\9036\370}% U+1EF8
\endinput
%%
%% End of file `puvnenc.def'.