summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hyperref/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-19 22:12:15 +0000
committerKarl Berry <karl@freefriends.org>2017-03-19 22:12:15 +0000
commitdd8d54441efc71090eb7f91c1315b3d08ddbdcdc (patch)
tree289852290c9d0470db8cd3d22127d9702af0ce06 /Master/texmf-dist/source/latex/hyperref/doc
parentaabfa8d9717bf9e2a4838cfeeb2d0b5963163361 (diff)
hyperref (19mar17)
git-svn-id: svn://tug.org/texlive/trunk@43547 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref/doc')
-rw-r--r--Master/texmf-dist/source/latex/hyperref/doc/manual.tex17
1 files changed, 15 insertions, 2 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 \\