summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/hypdvips/README5
-rw-r--r--Master/texmf-dist/doc/latex/hypdvips/hypdvips.pdfbin955889 -> 1105027 bytes
-rw-r--r--Master/texmf-dist/tex/latex/hypdvips/hypdvips.sty17
3 files changed, 6 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/hypdvips/README b/Master/texmf-dist/doc/latex/hypdvips/README
index 854dac7b7a6..f1e408bf5e8 100644
--- a/Master/texmf-dist/doc/latex/hypdvips/README
+++ b/Master/texmf-dist/doc/latex/hypdvips/README
@@ -1,4 +1,4 @@
-LaTeX package hypdvips 2008/09/15 v1.03
+LaTeX package hypdvips 2008/12/26 v1.04
The hypdvips package fixes some problems when using hyperref with dvips. It
also adds support for breaking links, hyperlinked tablenotes, file attachments,
@@ -8,6 +8,9 @@ referencing system.
History:
+v1.04 - fixes problem with back-reference when citing in footnotetext and
+ option smallfootnotes is enabled
+
v1.03 - new package options: `flip' & `mirror'
- support for package threeparttable: tablenotes are now hyperlinked
- fixes corrupted /Names entry in {Catalog} when embedding files
diff --git a/Master/texmf-dist/doc/latex/hypdvips/hypdvips.pdf b/Master/texmf-dist/doc/latex/hypdvips/hypdvips.pdf
index 6d35b6bdd4e..28284ff9944 100644
--- a/Master/texmf-dist/doc/latex/hypdvips/hypdvips.pdf
+++ b/Master/texmf-dist/doc/latex/hypdvips/hypdvips.pdf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/hypdvips/hypdvips.sty b/Master/texmf-dist/tex/latex/hypdvips/hypdvips.sty
index a72c88a885f..aab395dde5a 100644
--- a/Master/texmf-dist/tex/latex/hypdvips/hypdvips.sty
+++ b/Master/texmf-dist/tex/latex/hypdvips/hypdvips.sty
@@ -21,7 +21,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{hypdvips}
- [2008/09/15 v1.03
+ [2008/12/26 v1.04
Hyperref extensions for use with dvips]
\RequirePackage{hyperref}
\newif\ifpp@dvips
@@ -49,20 +49,6 @@
\RequirePackage{bookmark}
\let\special\pp@backup@special
}
-\define@key{BKM}{italic}[true]{%
- \expandafter\ifx\csname if#1\endcsname\iftrue
- \bitsetSet{BKM@style}{0}%
- \else
- \bitsetClear{BKM@style}{0}%
- \fi
- }
-\define@key{BKM}{bold}[true]{%
- \expandafter\ifx\csname if#1\endcsname\iftrue
- \bitsetSet{BKM@style}{1}%
- \else
- \bitsetClear{BKM@style}{1}%
- \fi
- }
\define@key{BKM}{italic,bold}[]{%
\bitsetSet{BKM@style}{0}%
\bitsetSet{BKM@style}{1}%
@@ -2078,6 +2064,7 @@
Dest=\Hy@footnote@currentHref,%
Raw=H.B%
}%
+ \let\@thefnmark\pp@backup@@thefnmark%
\else%
\pdfmark[\@makefnmark]{%
pdfmark=/ANN,%