From 45fd9e9c2f589ef516b321a8ce20033586a32c48 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 17 Jan 2007 16:19:32 +0000 Subject: hyperref update (16jan07) git-svn-id: svn://tug.org/texlive/trunk@3552 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/hyperref/ChangeLog | 7 +++ Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf | Bin 267897 -> 268310 bytes Master/texmf-dist/doc/latex/hyperref/hyperref.pdf | Bin 2939658 -> 2942694 bytes .../texmf-dist/source/latex/hyperref/hyperref.dtx | 65 +++++++++++++++------ Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def | 4 +- 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 | 4 +- 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 | 4 +- Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def | 2 +- Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def | 2 +- Master/texmf-dist/tex/latex/hyperref/hyperref.sty | 50 +++++++++++----- Master/texmf-dist/tex/latex/hyperref/hypertex.def | 4 +- .../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 | 4 +- 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 +- Master/texmf-dist/tpm/hyperref.tpm | 8 +-- 24 files changed, 114 insertions(+), 62 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog b/Master/texmf-dist/doc/latex/hyperref/ChangeLog index 59e0a2fa19c..93281ca60d7 100644 --- a/Master/texmf-dist/doc/latex/hyperref/ChangeLog +++ b/Master/texmf-dist/doc/latex/hyperref/ChangeLog @@ -1,3 +1,10 @@ +2007-01-14 6.75m Heiko Oberdiek + * 6.75m + * \autoref uses the name for appendix if it references sections + that follow \appendix in classes without \chapter. + * Support for beyond-BMP characters in unicode bookmarks + (Dohyun Kim ) + 2007-01-06 6.75l Heiko Oberdiek * 6.75l * Updated default value of option pdfproducer for pdfTeX 1.40.0. diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf index c8362a10dc9..686e2109978 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/hyperref.pdf b/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf index dd88fb8979b..e8c4321d491 100644 Binary files a/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf and b/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf differ diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx index 7f4d0bc5bc8..377f39fa93e 100644 --- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx +++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx @@ -39,7 +39,7 @@ %\ProvidesFile{puenc.def} %\ProvidesFile{puvnenc.def} %\ProvidesFile{puarenc.def} -% [2007/01/06 v6.75l +% [2007/01/14 v6.75m % Hypertext links for LaTeX] % Dummy hyperref (SR)] % Hyperref documentation driver file] @@ -116,7 +116,7 @@ \end{document} % % \fi -% \CheckSum{19645} +% \CheckSum{19686} % % \MakeShortVerb{|} % \StopEventually{} @@ -3032,24 +3032,45 @@ % \begin{macrocode} \def\HyPsd@unichar#1{% \ifHy@unicode - \ifnum#1>"FFFF % - \HyPsd@UnicodeReplacementCharacter % unsupported + \ifnum#1>"10FFFF % + \HyPsd@UnicodeReplacementCharacter % illegal \else - \ifnum#1>"7FF % - \9% - \expandafter\HyPsd@unichar@first@byte\expandafter{% - \number - \dimexpr.00390625\dimexpr\number#1sp\relax\relax + \ifnum#1>"FFFF % +% \end{macrocode} +% High-surrogate code point. +% (|"D800| = |55296|, |\p@| = |1pt| = |65536sp|) +% \begin{macrocode} + \expandafter\HyPsd@unichar\expandafter{% + \number\numexpr 55296+% + \dimexpr.0009765625\dimexpr\number#1sp-\p@ + \relax\relax\relax }% +% \end{macrocode} +% Low-surrogate code point. +% (|"DC00| = 56320, |"DC00| - |65536| = |-9216|) +% \begin{macrocode} + \expandafter\HyPsd@unichar\expandafter{% + \number\numexpr#1-9216% + -1024*\dimexpr.0009765625\dimexpr\number#1sp-\p@ + \relax\relax\relax + }% \else - \8% - \number\dimexpr.00390625\dimexpr\number#1sp\relax\relax + \ifnum#1>"7FF % + \9% + \expandafter\HyPsd@unichar@first@byte\expandafter{% + \number + \dimexpr.00390625\dimexpr\number#1sp\relax\relax + }% + \else + \8% + \number\dimexpr.00390625\dimexpr\number#1sp\relax\relax + \fi + \expandafter\HyPsd@unichar@second@byte\expandafter{% + \number + \numexpr#1-256*\number + \dimexpr.00390625\dimexpr\number#1sp\relax\relax\relax + }% \fi - \expandafter\HyPsd@unichar@second@byte\expandafter{% - \number - \numexpr#1-256*\number - \dimexpr.00390625\dimexpr\number#1sp\relax\relax\relax - }% \fi \else .% unsupported (Unicode -> PDF Doc Encoding) @@ -6318,7 +6339,8 @@ % \end{macrocode} % \end{macro} % -% After \cmd{\appendix} ``chapter'' should be replaced +% After \cmd{\appendix} ``chapter'' (or ``section'' for classes +% without chapter) should be replaced % by ``appendix'' to get \cmd{\autoref} work. % Macro \cmd{\Hy@chapapp} contains the current valid % name like \cmd{\@chapapp}, which cannot be used, @@ -6327,7 +6349,12 @@ % The ``french'' package defines counter \cmd{\thechapter} % by \cmd{\newcounter{chapter}}, if \cmd{\@ifundefined{chapter}}. % \begin{macrocode} -\def\Hy@chapterstring{chapter} +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname chapter\endcsname\relax + \def\Hy@chapterstring{section}% +\else + \def\Hy@chapterstring{chapter}% +\fi \def\Hy@appendixstring{appendix} \def\Hy@chapapp{\Hy@chapterstring} \let\HyOrg@appendix\appendix @@ -13376,7 +13403,7 @@ o\fi,t=#4}% }% \ifnum\c@secnumdepth>\m@ne \@ifundefined{if@mainmatter}% - \iftrue{\csname if@mainmatter\endcsname} + \iftrue{\csname if@mainmatter\endcsname}% \let\Hy@next\relax \fi \fi diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def index 2892d61a357..bd2c567b02d 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def +++ b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def @@ -22,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hdvipdfm.def} - [2007/01/06 v6.75l + [2007/01/14 v6.75m Hyperref driver for dvipdfm] \def\Hy@PutCatalog#1{\@pdfm@mark{docview << #1 >>}} \ifHy@pagelabels @@ -988,7 +988,7 @@ }% \ifnum\c@secnumdepth>\m@ne \@ifundefined{if@mainmatter}% - \iftrue{\csname if@mainmatter\endcsname} + \iftrue{\csname if@mainmatter\endcsname}% \let\Hy@next\relax \fi \fi diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvips.def b/Master/texmf-dist/tex/latex/hyperref/hdvips.def index ed1676ae7f0..12ddf4fb97d 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hdvips.def +++ b/Master/texmf-dist/tex/latex/hyperref/hdvips.def @@ -22,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hdvips.def} - [2007/01/06 v6.75l + [2007/01/14 v6.75m Hyperref driver for dvips] \input{pdfmark.def}% \ifx\@pdfproducer\relax diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipson.def b/Master/texmf-dist/tex/latex/hyperref/hdvipson.def index 4f39be3104b..5cd42aa845f 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hdvipson.def +++ b/Master/texmf-dist/tex/latex/hyperref/hdvipson.def @@ -22,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hdvipson.def} - [2007/01/06 v6.75l + [2007/01/14 v6.75m Hyperref driver for dvipsone] \providecommand\@pdfborder{0 0 65781} \providecommand*\@pdfborderstyle{} diff --git a/Master/texmf-dist/tex/latex/hyperref/hdviwind.def b/Master/texmf-dist/tex/latex/hyperref/hdviwind.def index d6dc8328deb..ae9e6567863 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hdviwind.def +++ b/Master/texmf-dist/tex/latex/hyperref/hdviwind.def @@ -22,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hdviwind.def} - [2007/01/06 v6.75l + [2007/01/14 v6.75m Hyperref driver for dviwindo] \def\Hy@PutCatalog#1{% \pdfmark{pdfmark=/PUT,Raw={\string{Catalog\string} << #1 >>}}% diff --git a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def index ac11d543559..f1951b6b413 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def @@ -22,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hpdftex.def} - [2007/01/06 v6.75l + [2007/01/14 v6.75m Hyperref driver for pdfTeX] \let\Hy@PutCatalog\pdfcatalog \ifHy@pagelabels @@ -1165,7 +1165,7 @@ }% \ifnum\c@secnumdepth>\m@ne \@ifundefined{if@mainmatter}% - \iftrue{\csname if@mainmatter\endcsname} + \iftrue{\csname if@mainmatter\endcsname}% \let\Hy@next\relax \fi \fi diff --git a/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg b/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg index 170de474007..fcc1b9460f2 100644 --- a/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg +++ b/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg @@ -22,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{htex4ht.cfg} - [2007/01/06 v6.75l + [2007/01/14 v6.75m 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 38d0eaba60c..1421b953b06 100644 --- a/Master/texmf-dist/tex/latex/hyperref/htex4ht.def +++ b/Master/texmf-dist/tex/latex/hyperref/htex4ht.def @@ -22,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{htex4ht.def} - [2007/01/06 v6.75l + [2007/01/14 v6.75m Hyperref driver for TeX4ht] \@ifpackageloaded{tex4ht} {\typeout{hyperref tex4ht: tex4ht already loaded}}% diff --git a/Master/texmf-dist/tex/latex/hyperref/htexture.def b/Master/texmf-dist/tex/latex/hyperref/htexture.def index faa1b842f9e..6cb3bd63be9 100644 --- a/Master/texmf-dist/tex/latex/hyperref/htexture.def +++ b/Master/texmf-dist/tex/latex/hyperref/htexture.def @@ -22,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{htexture.def} - [2007/01/06 v6.75l + [2007/01/14 v6.75m Hyperref driver for Textures] \begingroup \obeylines % diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtex.def b/Master/texmf-dist/tex/latex/hyperref/hvtex.def index 18184a1ac67..6cb3c58fd4e 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hvtex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hvtex.def @@ -22,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hvtex.def} - [2007/01/06 v6.75l + [2007/01/14 v6.75m Hyperref driver for VTeX in PDF/PS mode] \edef\Hy@VTeXversion{% \ifx\VTeXversion\@undefined @@ -681,7 +681,7 @@ o\fi,t=#4}% }% \ifnum\c@secnumdepth>\m@ne \@ifundefined{if@mainmatter}% - \iftrue{\csname if@mainmatter\endcsname} + \iftrue{\csname if@mainmatter\endcsname}% \let\Hy@next\relax \fi \fi diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def index d7483a3c4a7..c03df8936b7 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def +++ b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def @@ -22,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hvtexhtml.def} - [2007/01/06 v6.75l + [2007/01/14 v6.75m Hyperref driver for VTeX in HTML mode] \RequirePackage{vtexhtml} \newif\if@Localurl diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def b/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def index f388fab3e5e..f51b4d560be 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def +++ b/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def @@ -22,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hvtexmrk.def} - [2007/01/06 v6.75l + [2007/01/14 v6.75m Hyperref driver for VTeX in PDF/PS mode (pdfmark specials)] \input{pdfmark.def}% \ifx\@pdfproducer\relax diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty index 4e362baeed5..c200ed64982 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty +++ b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty @@ -23,7 +23,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hyperref} - [2007/01/06 v6.75l + [2007/01/14 v6.75m Hypertext links for LaTeX] \begingroup \@makeother\`% @@ -1199,24 +1199,37 @@ }% \def\HyPsd@unichar#1{% \ifHy@unicode - \ifnum#1>"FFFF % - \HyPsd@UnicodeReplacementCharacter % unsupported + \ifnum#1>"10FFFF % + \HyPsd@UnicodeReplacementCharacter % illegal \else - \ifnum#1>"7FF % - \9% - \expandafter\HyPsd@unichar@first@byte\expandafter{% - \number - \dimexpr.00390625\dimexpr\number#1sp\relax\relax + \ifnum#1>"FFFF % + \expandafter\HyPsd@unichar\expandafter{% + \number\numexpr 55296+% + \dimexpr.0009765625\dimexpr\number#1sp-\p@ + \relax\relax\relax }% + \expandafter\HyPsd@unichar\expandafter{% + \number\numexpr#1-9216% + -1024*\dimexpr.0009765625\dimexpr\number#1sp-\p@ + \relax\relax\relax + }% \else - \8% - \number\dimexpr.00390625\dimexpr\number#1sp\relax\relax + \ifnum#1>"7FF % + \9% + \expandafter\HyPsd@unichar@first@byte\expandafter{% + \number + \dimexpr.00390625\dimexpr\number#1sp\relax\relax + }% + \else + \8% + \number\dimexpr.00390625\dimexpr\number#1sp\relax\relax + \fi + \expandafter\HyPsd@unichar@second@byte\expandafter{% + \number + \numexpr#1-256*\number + \dimexpr.00390625\dimexpr\number#1sp\relax\relax\relax + }% \fi - \expandafter\HyPsd@unichar@second@byte\expandafter{% - \number - \numexpr#1-256*\number - \dimexpr.00390625\dimexpr\number#1sp\relax\relax\relax - }% \fi \else .% unsupported (Unicode -> PDF Doc Encoding) @@ -3460,7 +3473,12 @@ }% \fi } -\def\Hy@chapterstring{chapter} +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname chapter\endcsname\relax + \def\Hy@chapterstring{section}% +\else + \def\Hy@chapterstring{chapter}% +\fi \def\Hy@appendixstring{appendix} \def\Hy@chapapp{\Hy@chapterstring} \let\HyOrg@appendix\appendix diff --git a/Master/texmf-dist/tex/latex/hyperref/hypertex.def b/Master/texmf-dist/tex/latex/hyperref/hypertex.def index 94f31404f0c..f38ec259d02 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hypertex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hypertex.def @@ -22,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hypertex.def} - [2007/01/06 v6.75l + [2007/01/14 v6.75m Hyperref driver for HyperTeX specials] \def\PDF@FinishDoc{} \def\PDF@SetupDoc{% @@ -154,7 +154,7 @@ }% \ifnum\c@secnumdepth>\m@ne \@ifundefined{if@mainmatter}% - \iftrue{\csname if@mainmatter\endcsname} + \iftrue{\csname if@mainmatter\endcsname}% \let\Hy@next\relax \fi \fi diff --git a/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty b/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty index 2e4df6a17b3..1e8977ae0d2 100644 --- a/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty +++ b/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty @@ -23,7 +23,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{nohyperref} - [2007/01/06 v6.75l + [2007/01/14 v6.75m Dummy hyperref (SR)] \let\hyper@@anchor\@gobble \def\hyper@link#1#2#3{#3}% diff --git a/Master/texmf-dist/tex/latex/hyperref/pd1enc.def b/Master/texmf-dist/tex/latex/hyperref/pd1enc.def index 5bf24e93165..2f006f666bc 100644 --- a/Master/texmf-dist/tex/latex/hyperref/pd1enc.def +++ b/Master/texmf-dist/tex/latex/hyperref/pd1enc.def @@ -22,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{pd1enc.def} - [2007/01/06 v6.75l + [2007/01/14 v6.75m Hyperref: PDFDocEncoding definition (HO)] \DeclareFontEncoding{PD1}{}{} \DeclareTextCommand{\textLF}{PD1}{\012} % line feed diff --git a/Master/texmf-dist/tex/latex/hyperref/pdfmark.def b/Master/texmf-dist/tex/latex/hyperref/pdfmark.def index 71b297c1fc4..bb394b523b0 100644 --- a/Master/texmf-dist/tex/latex/hyperref/pdfmark.def +++ b/Master/texmf-dist/tex/latex/hyperref/pdfmark.def @@ -22,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{pdfmark.def} - [2007/01/06 v6.75l + [2007/01/14 v6.75m Hyperref definitions for pdfmark specials] \def\Hy@PutCatalog#1{% \pdfmark{pdfmark=/PUT,Raw={\string{Catalog\string} << #1 >>}}% @@ -1305,7 +1305,7 @@ }% \ifnum\c@secnumdepth>\m@ne \@ifundefined{if@mainmatter}% - \iftrue{\csname if@mainmatter\endcsname} + \iftrue{\csname if@mainmatter\endcsname}% \let\Hy@next\relax \fi \fi diff --git a/Master/texmf-dist/tex/latex/hyperref/puarenc.def b/Master/texmf-dist/tex/latex/hyperref/puarenc.def index f1261305be6..ed8d6486ca2 100644 --- a/Master/texmf-dist/tex/latex/hyperref/puarenc.def +++ b/Master/texmf-dist/tex/latex/hyperref/puarenc.def @@ -22,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{puarenc.def} - [2007/01/06 v6.75l + [2007/01/14 v6.75m 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 fb5b3f18022..4309e98fec6 100644 --- a/Master/texmf-dist/tex/latex/hyperref/puenc.def +++ b/Master/texmf-dist/tex/latex/hyperref/puenc.def @@ -22,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{puenc.def} - [2007/01/06 v6.75l + [2007/01/14 v6.75m Hyperref: PDF Unicode definition (HO)] \DeclareFontEncoding{PU}{}{} \DeclareTextCommand{\textLF}{PU}{\80\012} % line feed diff --git a/Master/texmf-dist/tex/latex/hyperref/puvnenc.def b/Master/texmf-dist/tex/latex/hyperref/puvnenc.def index 4810b3bbd14..e4ec7d8b91b 100644 --- a/Master/texmf-dist/tex/latex/hyperref/puvnenc.def +++ b/Master/texmf-dist/tex/latex/hyperref/puvnenc.def @@ -22,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{puvnenc.def} - [2007/01/06 v6.75l + [2007/01/14 v6.75m Hyperref: Additions to puenc.def for VnTeX] \DeclareTextCommand{\abreve}{PU}{\81\003} \DeclareTextCommand{\acircumflex}{PU}{\80\342} diff --git a/Master/texmf-dist/tpm/hyperref.tpm b/Master/texmf-dist/tpm/hyperref.tpm index 32363c99742..607e854b5ad 100644 --- a/Master/texmf-dist/tpm/hyperref.tpm +++ b/Master/texmf-dist/tpm/hyperref.tpm @@ -3,7 +3,7 @@ hyperref Package - 2007/01/06 14:09:58 + 2007/01/15 10:10:23 rahtz Extensive support for hypertext in LaTeX. @@ -24,7 +24,7 @@ backends. 6014986 - + texmf-dist/tex/latex/hyperref/backref.sty texmf-dist/tex/latex/hyperref/hdvipdfm.def texmf-dist/tex/latex/hyperref/hdvips.def @@ -52,7 +52,7 @@ texmf-dist/tex/latex/hyperref/puvnenc.def texmf-dist/tex/latex/hyperref/xr-hyper.sty texmf-dist/tpm/hyperref.tpm - + texmf-dist/doc/latex/hyperref/ChangeLog texmf-dist/doc/latex/hyperref/ChangeLog.pdf texmf-dist/doc/latex/hyperref/README @@ -69,7 +69,7 @@ texmf-dist/doc/latex/hyperref/options.pdf texmf-dist/doc/latex/hyperref/paper.pdf texmf-dist/doc/latex/hyperref/slides.pdf - + texmf-dist/source/latex/hyperref/backref.dtx texmf-dist/source/latex/hyperref/bmhydoc.sty texmf-dist/source/latex/hyperref/doc/fdl.tex -- cgit v1.2.3