diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-19 22:12:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-19 22:12:15 +0000 |
commit | dd8d54441efc71090eb7f91c1315b3d08ddbdcdc (patch) | |
tree | 289852290c9d0470db8cd3d22127d9702af0ce06 /Master/texmf-dist/source | |
parent | aabfa8d9717bf9e2a4838cfeeb2d0b5963163361 (diff) |
hyperref (19mar17)
git-svn-id: svn://tug.org/texlive/trunk@43547 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/doc/manual.tex | 17 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/hyperref.dtx | 39 |
2 files changed, 43 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex index 3a3bcda86cf..baf7149c67a 100644 --- a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex +++ b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex @@ -12,14 +12,19 @@ % Manual updates: % * Steve Peter and Karl Berry, 7/03. % * Heiko Oberdiek, 2006-2012. +% * HO-support 2017 % -\def\mydate{November 2012} +\def\mydate{January 2017} \RequirePackage{ifpdf} \ifpdf % We are running pdfTeX in pdf mode +\ifx\directlua\undefinded \documentclass[pdftex]{article} \else +\documentclass[luatex]{article} +\fi +\else \documentclass{article} \fi @@ -39,6 +44,12 @@ % from doc.sty \makeatletter +\ifx\l@nohyphenation\@undefined +\newlanguage\l@nohyphenation +\fi +\ifx\l@nohyphenation\@undefined + \newlanguage\l@nohyphenation +\fi \DeclareRobustCommand\meta[1]{% \ensuremath\langle \ifmmode \expandafter \nfss@text \fi @@ -142,7 +153,7 @@ \ifpdf \usepackage[% - pdftex,% +% pdftex,% might be luatex, just allow automatic default colorlinks,% hyperindex,% plainpages=false,% @@ -624,6 +635,7 @@ hyperindex & boolean & true & Makes the page numbers of index entries int hyperfootnotes & boolean & true & Makes the footnote marks into hyperlinks to the footnote text. Easily broken \ldots\\ encap & & & Sets encap character for hyperindex \\ +linktoc & text & section & make text (\verb|section|), page number (\verb|page|), both (\verb|all|) or nothing (\verb|none|) be link on TOC, LOF and LOT \\ linktocpage & boolean & false & make page number, not text, be link on TOC, LOF and LOT \\ breaklinks & boolean & false & allow links to break over lines by making links over multiple lines into PDF links to the same target \\ @@ -884,6 +896,7 @@ implicit & \textit{true} & redefine \LaTeX\ internals \\ latex2html & & use \textsf{\LaTeX2HTML} backend \\ linkbordercolor & \textit{1 0 0} & color of border around links \\ linkcolor & \textit{red} & color of links \\ +linktoc & \textit{section} & make text be link on TOC, LOF and LOT \\ linktocpage & \textit{false} & make page number, not text, be link on TOC, LOF and LOT \\ menubordercolor & \textit{1 0 0} & color of border around menu links \\ menucolor & \textit{red} & color for menu links \\ diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx index 914360705a8..65a5f476e4b 100644 --- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx +++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx @@ -2,7 +2,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'. @@ -48,7 +48,7 @@ %<puvnenc>\ProvidesFile{puvnenc.def} %<puarenc>\ProvidesFile{puarenc.def} %<psdextra>\ProvidesFile{psdextra.def} -%<!none> [2016/06/24 v6.83q % +%<!none> [2017/03/14 v6.85a % %<package> Hypertext links for LaTeX] %<nohyperref> Dummy hyperref (SR)] %<driver> Hyperref documentation driver file] @@ -6781,14 +6781,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 @@ -7328,7 +7340,11 @@ % \begin{macrocode} \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 @@ -21319,6 +21335,7 @@ \DeclareTextCommand{\C}{PU}[1]{#1\83\017}% U+030F % U+0311 COMBINING INVERTED BREVE; breveinvertedcmb \DeclareTextCommand{\textinvbreve}{PU}[1]{#1\83\021}% U+0311 +\DeclareTextCommand{\newtie}{PU}[1]{#1\83\021}% U+0311 % U+0323 COMBINING DOT BELOW; dotbelowcmb, *dotbelowcomb \DeclareTextCommand{\d}{PU}[1]{#1\83\043}% U+0323 % U+0324 COMBINING DIAERESIS BELOW; dieresisbelowcmb; \textsubumlaut (tipa) |