From e072c46faeb91ab453cec2398713b3d260f5e253 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 16 Dec 2010 00:42:51 +0000 Subject: hyperref (15dec10) git-svn-id: svn://tug.org/texlive/trunk@20758 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/hyperref/ChangeLog | 12 ++++++++- Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf | Bin 324165 -> 325008 bytes Master/texmf-dist/doc/latex/hyperref/README | 18 +++++++++++-- Master/texmf-dist/doc/latex/hyperref/README.pdf | Bin 292244 -> 291831 bytes Master/texmf-dist/doc/latex/hyperref/backref.pdf | 5 ++-- Master/texmf-dist/doc/latex/hyperref/hyperref.pdf | Bin 3710063 -> 3711348 bytes Master/texmf-dist/doc/latex/hyperref/nameref.pdf | 4 +-- .../texmf-dist/source/latex/hyperref/hyperref.dtx | 30 ++++++++++++--------- Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def | 2 +- Master/texmf-dist/tex/latex/hyperref/hdvips.def | 2 +- Master/texmf-dist/tex/latex/hyperref/hdvipson.def | 2 +- Master/texmf-dist/tex/latex/hyperref/hdviwind.def | 2 +- Master/texmf-dist/tex/latex/hyperref/hpdftex.def | 2 +- Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg | 2 +- Master/texmf-dist/tex/latex/hyperref/htex4ht.def | 2 +- Master/texmf-dist/tex/latex/hyperref/htexture.def | 2 +- Master/texmf-dist/tex/latex/hyperref/hvtex.def | 2 +- Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def | 2 +- Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def | 2 +- Master/texmf-dist/tex/latex/hyperref/hxetex.def | 2 +- Master/texmf-dist/tex/latex/hyperref/hyperref.sty | 28 ++++++++++--------- Master/texmf-dist/tex/latex/hyperref/hypertex.def | 2 +- .../texmf-dist/tex/latex/hyperref/nohyperref.sty | 2 +- Master/texmf-dist/tex/latex/hyperref/pd1enc.def | 2 +- Master/texmf-dist/tex/latex/hyperref/pdfmark.def | 2 +- Master/texmf-dist/tex/latex/hyperref/puarenc.def | 2 +- Master/texmf-dist/tex/latex/hyperref/puenc.def | 2 +- Master/texmf-dist/tex/latex/hyperref/puvnenc.def | 2 +- 28 files changed, 83 insertions(+), 52 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog b/Master/texmf-dist/doc/latex/hyperref/ChangeLog index 3a360a35a9f..ebacc4abf45 100644 --- a/Master/texmf-dist/doc/latex/hyperref/ChangeLog +++ b/Master/texmf-dist/doc/latex/hyperref/ChangeLog @@ -1,5 +1,15 @@ +2010-12-15 6.81y Heiko Oberdiek + * 6.81y + * Allowing driver tex4ht if XeTeX is running (htxelatex). + +2010-12-14 6.81x Heiko Oberdiek + * 6.81x + * Destination names (\hyper@makecurrent) now use + the original definition of \@arabic to avoid + trouble with redefined \@arabic (polyglossia/arabic). + 2010-12-03 6.81w Heiko Oberdiek - * 6.81v + * 6.81w * Fix for draftmode, because .out file wasn't written. 2010-11-26 6.81v Heiko Oberdiek diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf index 2aa9b2bff05..50fca4edaf3 100644 Binary files a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf and b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf differ diff --git a/Master/texmf-dist/doc/latex/hyperref/README b/Master/texmf-dist/doc/latex/hyperref/README index 8ea474ba856..8f12ca3bb30 100644 --- a/Master/texmf-dist/doc/latex/hyperref/README +++ b/Master/texmf-dist/doc/latex/hyperref/README @@ -1,4 +1,4 @@ -README for hyperref bundle, 2010/09/13 +README for hyperref bundle, 2010/12/07 TABLE OF CONTENTS @@ -800,7 +800,7 @@ bibentry chappg ------ - Package chappg uses \@addtoreset that is redefined by hyperref. + Package `chappg' uses \@addtoreset that is redefined by `hyperref'. The package order is therefore: \usepackage{hyperref} @@ -822,6 +822,20 @@ cite > will work as normal - although the citations will not be hyperlinked, of > course (But this may not be an issue for many people). +count1to +-------- + Package `count1to' adds several \@addtoreset commands that confuse + `hyperref'. Therefore \theH<...> has to be fixed: + + \usepackage{count1to} + \AtBeginDocument{% *after* \usepackage{count1to} + \renewcommand*{\theHsection}{\theHchapter.\arabic{section}}% + \renewcommand*{\theHsubsection}{\theHsection.\arabic{subsection}}% + \renewcommand*{\theHsubsubsection}{\theHsubsection.\arabic{subsubsection}}% + \renewcommand*{\theHparagraph}{\theHsubsubsection.\arabic{paragraph}}% + \renewcommand*{\theHsubparagraph}{\theHparagraph.\arabic{subparagraph}}% + } + dblaccnt -------- pd1enc.def or puenc.def should be loaded before: diff --git a/Master/texmf-dist/doc/latex/hyperref/README.pdf b/Master/texmf-dist/doc/latex/hyperref/README.pdf index 0e1ceac04ba..cda7d106a05 100644 Binary files a/Master/texmf-dist/doc/latex/hyperref/README.pdf and b/Master/texmf-dist/doc/latex/hyperref/README.pdf differ diff --git a/Master/texmf-dist/doc/latex/hyperref/backref.pdf b/Master/texmf-dist/doc/latex/hyperref/backref.pdf index 070371f402c..2656a2161fa 100644 --- a/Master/texmf-dist/doc/latex/hyperref/backref.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/backref.pdf @@ -10,7 +10,7 @@ endobj endobj 5 0 obj<> endobj -6 0 obj<> +6 0 obj<> endobj 7 0 obj<> endobj @@ -3899,8 +3899,7 @@ endobj endobj 1477 0 obj<> endobj -1478 0 obj<>/Info 6 0 R/DecodeParms<>/Size 1479/Length 1078>>stream +1478 0 obj<>/Info 6 0 R/DecodeParms<>/Size 1479/Length 1078>>stream xڽXMlMAGņ і&TIKh J{>I %(j"% ?D$vb#;j#!!T|͹j;s̙3g~1 C0^4 &J-QA;"X9B>;_hv> endobj -6 0 obj<> +6 0 obj<> endobj 7 0 obj<> endobj @@ -3775,7 +3775,7 @@ endobj endobj 1411 0 obj<> endobj -1412 0 obj<>/Info 6 0 R/DecodeParms<>/Size 1413/Length 1022>>stream +1412 0 obj<>/Info 6 0 R/DecodeParms<>/Size 1413/Length 1022>>stream xڽXoMAT*,BiRTJ|DhGЅ ‚ZՏ H,l|$""Bkw}o:w~j̙3gΙ;W0cs!& Y6grgi%;f?amQw8\ >p|u+!,_QY 06~em=S(o@=3^!]n-`!{`:Ҧq m-݆p!`U.1%+c@qK|3qs \O$&&_ Xr`O)Eϫ)w^97y˶+>lT n!$o/o0&^.|[u0a/C60R'8LҹЗMlj-0W&hIM)ʚ^95Voڒok7LGɖ]ȷx0!Iz#7\>!?u8_wrjM ?l2/|o)(J]^Gi}m|ꪙ[;XO(GLvvBn7BղS)YSHXq:4ԩ0_j9ҟZTk>i^qR`UK9 X$X#6Cnԭ.f ͅJOZpp-M#b!Bk^f+; 9VVj diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx index a72da763908..8fb8c381d9c 100644 --- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx +++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx @@ -44,7 +44,7 @@ %\ProvidesFile{puenc.def} %\ProvidesFile{puvnenc.def} %\ProvidesFile{puarenc.def} -% [2010/12/03 v6.81w % +% [2010/12/15 v6.81y % % Hypertext links for LaTeX] % Dummy hyperref (SR)] % Hyperref documentation driver file] @@ -139,7 +139,7 @@ \end{document} % % \fi -% \CheckSum{28076} +% \CheckSum{28082} % % \MakeShortVerb{|} % \StopEventually{} @@ -6692,18 +6692,21 @@ \fi \fi \fi - \ifx\Hy@driver\@empty + \ifHy@texht \else - \def\Hy@temp{hxetex}% - \ifxetex - \ifx\Hy@driver\Hy@temp - \else - \Hy@WarningNoLine{% - Wrong driver `\Hy@driver.def';\MessageBreak - XeTeX is running.\MessageBreak - Forcing driver `\Hy@temp.def' for XeTeX% - }% - \let\Hy@driver\Hy@temp + \ifx\Hy@driver\@empty + \else + \def\Hy@temp{hxetex}% + \ifxetex + \ifx\Hy@driver\Hy@temp + \else + \Hy@WarningNoLine{% + Wrong driver `\Hy@driver.def';\MessageBreak + XeTeX is running.\MessageBreak + Forcing driver `\Hy@temp.def' for XeTeX% + }% + \let\Hy@driver\Hy@temp + \fi \fi \fi \fi @@ -9852,6 +9855,7 @@ \ifHy@hypertexnames \let\@number\@firstofone \def\@fnsymbol##1{fnsymbol\number##1}% + \def\@arabic##1{\number##1}% \ifx\@alph\Hy@Test@alph \else \def\@alph{alph\number}% diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def index e49525c4977..2670370e13d 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} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % 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 b00282a30f7..70bbc8d32ec 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} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % 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 2f089f698c2..878253c2455 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} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % 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 89c9f5bc8e3..5daf5f4e47c 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} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % 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 a8672bcbba4..97b101097c9 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} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % Hyperref driver for pdfTeX] \Hy@VersionCheck{hpdftex.def} \pdf@ifdraftmode{% diff --git a/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg b/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg index 946ebfc9f47..493f82e3a27 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} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % 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 839d9dd8d91..ac3e4ecc2cd 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} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % Hyperref driver for TeX4ht] \Hy@VersionCheck{htex4ht.def} \providecommand*{\XR@ext}{html} diff --git a/Master/texmf-dist/tex/latex/hyperref/htexture.def b/Master/texmf-dist/tex/latex/hyperref/htexture.def index 7f80c6c64a0..4bf5a1bd358 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} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % 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 bc77729e48c..65317687d2e 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} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % 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 e522fb2399d..a57e6f2d52b 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} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % 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 af558fb48ba..ccafd9ce142 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} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % 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 acbb7a79953..d4a7c5811f3 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} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % 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 135c52537a6..dd3cc85d87a 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} \ProvidesPackage{hyperref} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % Hypertext links for LaTeX] \begingroup \@makeother\`% @@ -4074,18 +4074,21 @@ \fi \fi \fi - \ifx\Hy@driver\@empty + \ifHy@texht \else - \def\Hy@temp{hxetex}% - \ifxetex - \ifx\Hy@driver\Hy@temp - \else - \Hy@WarningNoLine{% - Wrong driver `\Hy@driver.def';\MessageBreak - XeTeX is running.\MessageBreak - Forcing driver `\Hy@temp.def' for XeTeX% - }% - \let\Hy@driver\Hy@temp + \ifx\Hy@driver\@empty + \else + \def\Hy@temp{hxetex}% + \ifxetex + \ifx\Hy@driver\Hy@temp + \else + \Hy@WarningNoLine{% + Wrong driver `\Hy@driver.def';\MessageBreak + XeTeX is running.\MessageBreak + Forcing driver `\Hy@temp.def' for XeTeX% + }% + \let\Hy@driver\Hy@temp + \fi \fi \fi \fi @@ -6205,6 +6208,7 @@ \ifHy@hypertexnames \let\@number\@firstofone \def\@fnsymbol##1{fnsymbol\number##1}% + \def\@arabic##1{\number##1}% \ifx\@alph\Hy@Test@alph \else \def\@alph{alph\number}% diff --git a/Master/texmf-dist/tex/latex/hyperref/hypertex.def b/Master/texmf-dist/tex/latex/hyperref/hypertex.def index 86da5f2da85..346d4d3198f 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} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % Hyperref driver for HyperTeX specials] \Hy@VersionCheck{hypertex.def} \providecommand*{\XR@ext}{dvi} diff --git a/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty b/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty index 18a0699311b..f6cb071a7a7 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} \ProvidesPackage{nohyperref} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % 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 8ab64444ed1..43c229407cf 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} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % Hyperref: PDFDocEncoding definition (HO)] \DeclareFontEncoding{PD1}{}{} \DeclareTextAccent{\`}{PD1}{\textasciigrave} diff --git a/Master/texmf-dist/tex/latex/hyperref/pdfmark.def b/Master/texmf-dist/tex/latex/hyperref/pdfmark.def index ba6ea4b50fa..3d130cf0fc9 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} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % Hyperref definitions for pdfmark specials] \Hy@VersionCheck{pdfmark.def} \begingroup diff --git a/Master/texmf-dist/tex/latex/hyperref/puarenc.def b/Master/texmf-dist/tex/latex/hyperref/puarenc.def index be5d644c3eb..1fe98085102 100644 --- a/Master/texmf-dist/tex/latex/hyperref/puarenc.def +++ b/Master/texmf-dist/tex/latex/hyperref/puarenc.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{puarenc.def} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % 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 diff --git a/Master/texmf-dist/tex/latex/hyperref/puenc.def b/Master/texmf-dist/tex/latex/hyperref/puenc.def index ed567cef64a..e5aa3714641 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} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % Hyperref: PDF Unicode definition (HO)] \DeclareFontEncoding{PU}{}{} \DeclareTextCommand{\`}{PU}[1]{#1\83\000}% U+0300 diff --git a/Master/texmf-dist/tex/latex/hyperref/puvnenc.def b/Master/texmf-dist/tex/latex/hyperref/puvnenc.def index 5eb41be0b46..18792763e4c 100644 --- a/Master/texmf-dist/tex/latex/hyperref/puvnenc.def +++ b/Master/texmf-dist/tex/latex/hyperref/puvnenc.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{puvnenc.def} - [2010/12/03 v6.81w % + [2010/12/15 v6.81y % Hyperref: Additions to puenc.def for VnTeX] \DeclareTextCommand{\abreve}{PU}{\81\003} \DeclareTextCommand{\acircumflex}{PU}{\80\342} -- cgit v1.2.3