summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hyperref.sty')
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hyperref.sty38
1 files changed, 27 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
index f7bccbc360e..9fb12c7af9a 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
+++ b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
@@ -9,7 +9,7 @@
%% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz,
%% with portions written by David Carlisle and Heiko Oberdiek,
%% 2001-2012 Heiko Oberdiek.
-%% 2016 Oberdiek Package Suport Group
+%% 2016-2017 Oberdiek Package Suport Group
%% https://github.com/ho-tex/hyperref/issues
%%
%% This file is part of the `Hyperref Bundle'.
@@ -32,7 +32,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{hyperref}
- [2016/06/24 v6.83q %
+ [2017/03/14 v6.85a %
Hypertext links for LaTeX]
\begingroup
\@makeother\`%
@@ -4078,14 +4078,26 @@
\hypercalcbpdef\@pdfremotestartview{#1}%
\edef\@pdfremotestartview{\@pdfremotestartview}%
\Hy@Match\@pdfremotestartview{}{%
- ^(XYZ -?(null|\HyPat@NonNegativeReal/) %
- -?(null|\HyPat@NonNegativeReal/) %
- (null|\HyPat@NonNegativeReal/)|%
- Fit(|B|%
- (H|V|BH|BV) (null|\HyPat@NonNegativeReal/)|%
- R \HyPat@NonNegativeReal/ \HyPat@NonNegativeReal/ %
- \HyPat@NonNegativeReal/ \HyPat@NonNegativeReal/%
- ))$%
+ ^(XYZ(%
+ ()| %
+ (null|-?\HyPat@NonNegativeReal/) %
+ (null|-?\HyPat@NonNegativeReal/) %
+ (null|\HyPat@NonNegativeReal/)%
+ )|% end of "XYZ"
+ Fit(%
+ ()|%
+ B|%
+ (H|V|BH|BV)(%
+ ()| %
+ (null|\HyPat@NonNegativeReal/)%
+ )|%
+ R %
+ \HyPat@NonNegativeReal/ %
+ \HyPat@NonNegativeReal/ %
+ \HyPat@NonNegativeReal/ %
+ \HyPat@NonNegativeReal/%
+ )% end of "Fit"
+ )$%
}{}{%
\Hy@Warning{%
Invalid value `\@pdfremotestartview'\MessageBreak
@@ -4545,7 +4557,11 @@
}{}%
\ifx\Hy@driver\@empty
\else
- \def\Hy@temp{hpdftex}%
+ \ifx\pdfextension\@undefined
+ \def\Hy@temp{hpdftex}%
+ \else
+ \def\Hy@temp{hluatex}%
+ \fi
\ifpdf
\ifx\Hy@driver\Hy@temp
\else