From 51aa91bdccce2842540a644ca5fc403a3b757d49 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 26 Jul 2019 20:48:12 +0000 Subject: hyperref (26jul19) git-svn-id: svn://tug.org/texlive/trunk@51742 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/hyperref/ChangeLog.txt | 15 + Master/texmf-dist/doc/latex/hyperref/README.md | 4 +- Master/texmf-dist/doc/latex/hyperref/backref.pdf | Bin 118203 -> 118807 bytes Master/texmf-dist/doc/latex/hyperref/hyperref.pdf | Bin 2431773 -> 2398592 bytes Master/texmf-dist/doc/latex/hyperref/manifest.txt | 122 ++++ Master/texmf-dist/doc/latex/hyperref/manual.css | 6 +- Master/texmf-dist/doc/latex/hyperref/manual.html | 618 ++++++++++----------- Master/texmf-dist/doc/latex/hyperref/manual.pdf | Bin 283674 -> 284815 bytes Master/texmf-dist/doc/latex/hyperref/manual4.html | 18 + Master/texmf-dist/doc/latex/hyperref/manual5.html | 18 + Master/texmf-dist/doc/latex/hyperref/manual6.html | 18 + Master/texmf-dist/doc/latex/hyperref/nameref.pdf | Bin 115876 -> 115974 bytes Master/texmf-dist/doc/latex/hyperref/options.pdf | Bin 30039 -> 30271 bytes .../texmf-dist/source/latex/hyperref/bmhydoc.sty | 9 +- .../source/latex/hyperref/doc/manual.tex | 2 +- .../texmf-dist/source/latex/hyperref/hluatex.dtx | 13 - .../texmf-dist/source/latex/hyperref/hyperref.dtx | 122 ++-- Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def | 11 +- Master/texmf-dist/tex/latex/hyperref/hdvips.def | 2 +- Master/texmf-dist/tex/latex/hyperref/hdvipson.def | 5 +- Master/texmf-dist/tex/latex/hyperref/hdviwind.def | 5 +- Master/texmf-dist/tex/latex/hyperref/hluatex.def | 15 +- Master/texmf-dist/tex/latex/hyperref/hpdftex.def | 60 +- 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 | 2 +- Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def | 2 +- Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def | 2 +- Master/texmf-dist/tex/latex/hyperref/hxetex.def | 11 +- Master/texmf-dist/tex/latex/hyperref/hyperref.sty | 36 +- Master/texmf-dist/tex/latex/hyperref/hypertex.def | 2 +- .../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 | 2 +- Master/texmf-dist/tex/latex/hyperref/psdextra.def | 3 +- 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 +- 39 files changed, 607 insertions(+), 532 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/hyperref/manifest.txt create mode 100644 Master/texmf-dist/doc/latex/hyperref/manual4.html create mode 100644 Master/texmf-dist/doc/latex/hyperref/manual5.html create mode 100644 Master/texmf-dist/doc/latex/hyperref/manual6.html diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.txt b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.txt index 00fb73a98f4..e8287787187 100644 --- a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.txt +++ b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.txt @@ -1,3 +1,18 @@ +2019-06-12 6.88h Ulrike Fischer + * added code to allow \Hy@DisableOption to escape groups + https://github.com/ho-tex/hyperref/issues/97 + +2019-04-27 6.88g Ulrike Fischer + * added \mu to psdextra.def + https://github.com/ho-tex/hyperref/pull/90 + * removed setting of /Producer from all drivers + https://github.com/ho-tex/hyperref/issues/91 + + +2018-12-24 6.88f Ulrike Fischer + * gobble \thanks in pdftitle + https://github.com/ho-tex/hyperref/issues/81 + 2018-11-30 6.88e Ulrike Fischer * added ignorespaces to footnotetext to address https://github.com/ho-tex/oberdiek/issues/50 diff --git a/Master/texmf-dist/doc/latex/hyperref/README.md b/Master/texmf-dist/doc/latex/hyperref/README.md index caa0ff5a481..36a9643c82b 100644 --- a/Master/texmf-dist/doc/latex/hyperref/README.md +++ b/Master/texmf-dist/doc/latex/hyperref/README.md @@ -1,5 +1,5 @@ # README for hyperref bundle -2018-11-30 +2019-06-12 ## INTRODUCTION @@ -72,7 +72,7 @@ Example: The exception is bmhydoc.sty, it belongs to the source files (TDS:source/latex/hyperref/). 5. Copy the documentation files to "TDS:doc/latex/hyperref/": - manual.pdf, README, README.pdf, ChangeLog, ChangeLog.pdf, + manual.pdf, README.md, ChangeLog.txt, slides.pdf, paper.pdf, options.pdf, hyperref.pdf, backref.pdf, nameref.pdf (Also the HTML version of the manual can be put there.) 6. Update the databases if necessary, eg. for teTeX: diff --git a/Master/texmf-dist/doc/latex/hyperref/backref.pdf b/Master/texmf-dist/doc/latex/hyperref/backref.pdf index aaf2256598c..828f753f3c5 100644 Binary files a/Master/texmf-dist/doc/latex/hyperref/backref.pdf and b/Master/texmf-dist/doc/latex/hyperref/backref.pdf differ diff --git a/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf b/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf index c1085a4bf0f..de7cea1932b 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/doc/latex/hyperref/manifest.txt b/Master/texmf-dist/doc/latex/hyperref/manifest.txt new file mode 100644 index 00000000000..65632348601 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hyperref/manifest.txt @@ -0,0 +1,122 @@ +% CONTENTS OF THE HYPERREF BUNDLE +% =============================== + +hyperref.dtx + Main package with various drivers. +backref.dtx + Bibliographical back referencing. +nameref.dtx + Cross-referencing by name of section. + +hyperref.pdf, backref.pdf, nameref.pdf + Source code documentation. + +hyperref.ins + Docstrip batch file. + +minitoc-hyper.sty + Patched version of `minitoc.sty' to work with `hyperref.sty'. +ntheorem-hyper.sty + Patched version of `ntheorem.sty' to work with `hyperref.sty'. +xr-hyper.sty + Patched version of `xr.sty' to work with `hyperref.sty'. + +bmhydoc.sty + Help package for generating the documentation. + +psdmapshortnames.pl + Helper script for generating psdextra.def. + +ChangeLog.txt + History of versions +hylatex.ltx + For creating format file. +manifest.txt + Short description of the files. +README.md + Short readme file. + +% Derived files +% ============= + +backref.sty +nameref.sty +hyperref.sty +nohyperref.sty + LaTeX package files. +hycheck.tex + Test file. +backref.drv +nameref.drv +hyperref.drv + Documentation drivers. +hypertex.def +pdfmark.def +hvtexmrk.def +htexture.def +hdvipson.def +hdvips.def +hpdftex.def +hdviwind.def +htex4ht.def +hvtex.def +hvtexhtm.def +hdvipdfm.def +hxetex.def + Hyperref drivers. +pd1enc.def +puenc.def +puvnenc.def +puarenc.def +psdextra.def + Font encoding definition files. + +% Directory doc/ +% ============= + +manual.pdf + Manual, but a little out of date. +manual.html, manual2.html, manual3.html, manual.css, +cmsy10-21.gif, cmmi10-22.gif + HTML version of the manual. +options.tex, options.pdf + Short description of options from package `hyperref'. +paper.pdf + Online version of paper for Heiko Oberdiek's talk + at EuroTeX'99. +slides.pdf + Slides for Heiko Oberdiek's talk at EuroTeX'99. + +% Directory test/ +% ============== + +test0.tex, test0.dvi, hog.eps, hog.pdf +test1.tex +test2.tex +test3.tex, phys1.jpg, phys2.jpg +test4.tex, bit.tex +test5.tex +test6.tex +test7.tex +test8.tex +testams.tex +testbib.tex, testbib.bib, testbib.bbl +testbookmark.tex +testfor2.tex +testform.tex +testnb.tex +testoz.tex +testslide.tex, seminar.con +testurl.tex, testurl.bib, testurl.bbl +picture.eps, picture.pdf, picture.png + Used in `test0.tex' and `test1.tex'. + +testbmgl.tex + Test file that produces all glyphs of PDFDocEncoding + in the bookmarks and shows the commands to produce them. +testbmu.tex + Test file that produces glyphs 0x0000 until 0x04FF + of Unicode in the bookmarks and the commands. + (Caution: large pool size needed.) + +test-bm-pu-licr.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/manual.css b/Master/texmf-dist/doc/latex/hyperref/manual.css index 9ea1336dba8..0943cab494e 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual.css +++ b/Master/texmf-dist/doc/latex/hyperref/manual.css @@ -178,8 +178,9 @@ span.LATEX span.TEX{ position:relative; left: -0.4em; } div.float, div.figure {margin-left: auto; margin-right: auto;} div.float img {text-align:center;} div.figure img {text-align:center;} -.marginpar {width:20%; float:right; text-align:left; margin-left:auto; margin-top:0.5em; font-size:85%; text-decoration:underline;} -.marginpar p{margin-top:0.4em; margin-bottom:0.4em;} +.marginpar,.reversemarginpar {width:20%; float:right; text-align:left; margin-left:auto; margin-top:0.5em; font-size:85%; text-decoration:underline;} +.marginpar p,.reversemarginpar p{margin-top:0.4em; margin-bottom:0.4em;} +.reversemarginpar{float:left;} table.equation {width:100%;} .equation td{text-align:center; } td.equation { margin-top:1em; margin-bottom:1em; } @@ -235,6 +236,7 @@ table[rules] {border-left:solid black 0.4pt; border-right:solid black 0.4pt; } div.array {text-align:center;} table[rules] {border-left:solid black 0.4pt; border-right:solid black 0.4pt; } div.longtable{text-align:center;} +table.longtable{margin-left:auto; margin-right: auto;} span.HoLogo-LaTeX span.HoLogo-a{position:relative;top:-.5ex;margin-left:-.36em;margin-right:-.15em;font-size:85%;} span.HoLogo-TeX span.HoLogo-e{position:relative;top:.5ex;margin-left:-.1667em;margin-right:-.125em;} a span.HoLogo-TeX span.HoLogo-e{text-decoration:none;} diff --git a/Master/texmf-dist/doc/latex/hyperref/manual.html b/Master/texmf-dist/doc/latex/hyperref/manual.html index d8287aac8a1..cff0ea5bccc 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual.html +++ b/Master/texmf-dist/doc/latex/hyperref/manual.html @@ -220,7 +220,7 @@ href="#x1-950009.1.42" id="QQ2-1-95">vietnam
  9.1.43 XeTeX
10 Limitiations +href="#x1-9700010" id="QQ2-1-97">Limitations
 10.1 Wrapped/broken link support
 10.2 raiselinks boolean true true

In the hypertex driver, the height of links is normally calculated by the driver as simply @@ -993,7 +993,7 @@ class="td11"> breaklinks boolean false false

Allows link text to break across lines; since this cannot be accommodated in PDF, it is @@ -1006,7 +1006,7 @@ class="td11"> pageanchor boolean true true

Determines whether every page is given an implicit anchor at the top left corner. If this is @@ -1019,7 +1019,7 @@ class="td11"> nesting boolean false false

Allows links to be nested; no drivers currently support this. @@ -1036,7 +1036,7 @@ class="td11"> style="vertical-align:baseline;" id="TBL-4-8-">

Note for option driverfallback driverfallback

Its value is used as driver option

if the driver is not given or autodetected. dvipdfm dvipdfm

Sets up hyperref for use with the dvipdfm driver. < dvipdfmx dvipdfmx

Sets up hyperref for use with the dvipdfmx driver. < dvips dvips

Sets up hyperref for use with the dvips driver. dvipsone dvipsone

Sets up hyperref for use with the dvipsone driver. dviwindo dviwindo

Sets up hyperref for use with the dviwindo Windows previewer. hypertex hypertex

Sets up hyperref for use with the HyperTEX-compliant drivers. latex2html latex2html

Redefines a few macros for compatibility with latex2html. nativepdf nativepdf

An alias for dvips pdfmark pdfmark

An alias for dvips pdftex pdftex

Sets up hyperref for use with the pdftex program. ps2pdf ps2pdf

Redefines a few macros for compatibility with Ghostscript’s PDF writer, otherwise identical to dvips. tex4ht tex4ht

For use with T4ht textures textures

For use with Textures vtex vtex

For use with MicroPress’ VTeX; the PDF and HTML backends are detected @@ -1209,14 +1209,14 @@ class="ec-lmss-10">VTeX; the PDF and HTML backends are detected vtexpdfmark vtexpdfmark

For use with VTeX’s PostScript backend. xetex xetex

For use with XeTEX(using backend for dvipdfm). @@ -1231,7 +1231,7 @@ class="td01"> class="td01">

If you use class="td01">extension text

Set the file extension (e.g. dvi) @@ -1277,7 +1277,7 @@ class="ec-lmss-10">xr package. class="td01">hyperfigures boolean

backref text false false

Adds ‘backlink’ text to the end of each item in the bibliography, @@ -1310,7 +1310,7 @@ class="td01">pagebackref boolean false false

Adds ‘backlink’ text to the end of each item in the bibliography, as a @@ -1321,7 +1321,7 @@ class="td01">hyperindex boolean true true

Makes the page numbers of index entries into hyperlinks. Relays on @@ -1341,7 +1341,7 @@ class="td01">hyperfootnotes boolean true true

Makes the footnote marks into hyperlinks to the footnote text. @@ -1351,7 +1351,7 @@ class="td10"> class="td01">encap

Sets encap character for hyperindex linktoc text section section

make text (section), page number @@ -1375,7 +1375,7 @@ class="td01">linktocpage boolean false false

make page number, not text, be link on TOC, LOF and LOT @@ -1387,7 +1387,7 @@ class="td01">breaklinks boolean false false

allow links to break over lines by making links over multiple lines into @@ -1398,7 +1398,7 @@ class="td01">colorlinks boolean false false

Colors the text of links and anchors. The colors chosen depend on the @@ -1414,7 +1414,7 @@ class="td01">linkcolor color red red

Color for normal internal links. anchorcolor color black black

Color for anchor text. citecolor color green green

Color for bibliographical citations in text. @@ -1442,7 +1442,7 @@ class="td01">filecolor color cyan cyan

Color for URLs which open local files. @@ -1452,7 +1452,7 @@ class="td01">menucolor color red red

Color for Acrobat menu items. runcolor color filecolor filecolor

Color for run links (launch annotations). @@ -1471,7 +1471,7 @@ class="td01">urlcolor color magenta magenta

Color for linked URLs. class="td01">allcolors color

Set all color options (without border and field options). @@ -1487,7 +1487,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-6-21-"> frenchlinks boolean false false

Use small caps instead of color for links. @@ -1504,7 +1504,7 @@ class="td10"> class="td01">hidelinks

Hide links (removing color and border). @@ -1547,7 +1547,7 @@ class="td01">bookmarks boolean true true

A set of Acrobat bookmarks are written, in a manner similar to the table of contents, requiring @@ -1570,7 +1570,7 @@ class="td01">bookmarksopen boolean false false

If Acrobat bookmarks are requested, show them with all the subtrees expanded. @@ -1579,7 +1579,7 @@ class="td10"> class="td01">bookmarksopenlevel parameter

level (\maxdimen) to which bookmarks are open @@ -1589,7 +1589,7 @@ class="td01">bookmarksnumbered boolean false false

If Acrobat bookmarks are requested, include section numbers. @@ -1599,7 +1599,7 @@ class="td01">bookmarkstype text toc toc

to specify which ‘toc’ file to mimic CJKbookmarks boolean false false

This option should be used to produce CJK bookmarks. Package pdfhighlight name /I /I

How link buttons behave when selected; /I is for inverse (the default); the other possibilities @@ -1648,7 +1648,7 @@ class="td01">citebordercolor RGB color 0 1 0 0 1 0

The color of the box around citations filebordercolor RGB color 0 .5 .5 0 .5 .5

The color of the box around links to files linkbordercolor RGB color 1 0 0 1 0 0

The color of the box around normal links menubordercolor RGB color 1 0 0 1 0 0

The color of the box around Acrobat menu links urlbordercolor RGB color 0 1 1 0 1 1

The color of the box around links to URLs runbordercolor RGB color 0 .7 .7 0 .7 .7

Color of border around ‘run’ links @@ -1703,7 +1703,7 @@ class="td10"> class="td01">allbordercolors

Set all border color options pdfborder 0 0 1 0 0 1

The style of box around links; defaults to a box with lines of 1pt thickness, but the colorlinks @@ -1730,7 +1730,7 @@ class="td01"> style="vertical-align:baseline;" id="TBL-7-19-">

Note that the color of link borders can be specified baseurl baseurl

URL

Sets the base URL of the PDF document pdfpagemode pdfpagemode

text empty empty

Determines how the file is opening in Acrobat; the possibilities are UseOutlines is used. pdftitle pdftitle

text

Sets the document information Title field pdfauthor pdfauthor

text

Sets the document information Author field pdfsubject pdfsubject

text

Sets the document information Subject field pdfcreator pdfcreator

text

Sets the document information Creator field addtopdfproducer addtopdfproducer

text

Adds additional text to the document information Producer field pdfkeywords pdfkeywords

text

Sets the document information Keywords field pdftrapped pdftrapped

text empty empty

Sets the document information Trapped entry.

Possible values are True, False and Unknown.

An empty value means, the entry is not set. pdfinfo pdfinfo

key value list empty empty

Alternative interface for setting the document information. pdfview pdfview

text XYZ XYZ

Sets the default PDF ‘view’ for each link pdfstartpage pdfstartpage

text 1 1

Determines on which page the PDF file is opened. pdfstartview pdfstartview

text Fit Fit

Set the startup page view pdfremotestartview pdfremotestartview

text Fit Fit

Set the startup page view of remote PDF files @@ -1943,206 +1943,206 @@ class="td10"> pdfpagescrop pdfpagescrop

n n n n

Sets the default PDF crop box for pages. This should be a set of four numbers pdfcenterwindow pdfcenterwindow

boolean false false

position the document window in the center of the screen pdfdirection pdfdirection

text empty empty

direction setting pdfdisplaydoctitle pdfdisplaydoctitle

boolean false false

display document title instead of file name in title bar pdfduplex pdfduplex

text empty empty

paper handling option for print dialog pdffitwindow pdffitwindow

boolean false false

resize document window to fit document size pdflang pdflang

text relax relax

PDF language identifier (RFC 3066) pdfmenubar pdfmenubar

boolean true true

make PDF viewer’s menu bar visible pdfnewwindow pdfnewwindow

boolean false false

make links that open another PDF file start a new window pdfnonfullscreenpagemode pdfnonfullscreenpagemode

boolean empty empty

page mode setting on exiting full-screen mode pdfnumcopies pdfnumcopies

integer empty empty

number of printed copies pdfpagelayout pdfpagelayout

text empty empty

set layout of PDF pages pdfpagelabels pdfpagelabels

boolean true true

set PDF page labels pdfpagetransition pdfpagetransition

text empty empty

set PDF page transition style pdfpicktraybypdfsize pdfpicktraybypdfsize

text empty empty

set option for print dialog pdfprintarea pdfprintarea

text empty empty

set /PrintArea of viewer preferences pdfprintclip pdfprintclip

text empty empty

set /PrintClip of viewer preferences pdfprintpagerange pdfprintpagerange

n n (n n)* empty empty

set /PrintPageRange of viewer preferences pdfprintscaling pdfprintscaling

text empty empty

page scaling option for print dialog (option /PrintScaling of viewer preferences, PDF 1.6); @@ -2152,51 +2152,51 @@ class="ec-lmvtt-10">AppDefault pdftoolbar pdftoolbar

boolean true true

make PDF toolbar visible pdfviewarea pdfviewarea

text empty empty

set /ViewArea of viewer preferences pdfviewclip pdfviewclip

text empty empty

set /ViewClip of viewer preferences pdfwindowui pdfwindowui

boolean true true

make PDF user interface elements visible unicode unicode

boolean false false

Unicode encoded PDF strings @@ -2246,7 +2246,7 @@ id="TBL-9-3"> class="td01">XYZ left top zoom left top zoom

Sets a coordinate and a zoom factor. If any one is null, the source link value is used. null will give the same values as the current style="vertical-align:baseline;" id="TBL-9-2-">Fit

Fits the page to the window. class="td01">FitH top top

Fits the width of the page to the window. class="td01">FitV left left

Fits the height of the page to the window. class="td01">FitR left bottom right top left bottom right top

Fits the rectangle specified by the four coordinates to the window. @@ -2290,7 +2290,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-9-6-">FitB

Fits the page bounding box to the window. class="td01">FitBH top top

Fits the width of the page bounding box to the window. @@ -2307,7 +2307,7 @@ class="td10"> class="td01">FitBV left left

Fits the height of the page bounding box to the window. @@ -2326,7 +2326,7 @@ class="td01">

The SinglePage SinglePage

Displays a single page; advancing flips the page OneColumn OneColumn

Displays the document in one column; continuous scrolling. TwoColumnLeft TwoColumnLeft

Displays the document in two columns, odd-numbered pages to the left. TwoColumnRight TwoColumnRight

Displays the document in two columns, odd-numbered pages to the right. @@ -2368,14 +2368,14 @@ class="td10"> TwoPageLeft TwoPageLeft

Displays two pages, odd-numbered pages to the left (since PDF 1.5). TwoPageRight TwoPageRight

Displays two pages, odd-numbered pages to the right (since PDF 1.5). @@ -2390,7 +2390,7 @@ class="td01"> class="td01">

Finally, the style="vertical-align:baseline;" id="TBL-11-1-">Blinds /Dm /Dm

Multiple lines distributed evenly across the screen sweep in the same direction to reveal the new page. @@ -2425,14 +2425,14 @@ class="td10"> style="vertical-align:baseline;" id="TBL-11-2-">Box /M /M

A box sweeps in or out. Dissolve

The page image dissolves in a piecemeal fashion to reveal the new page. @@ -2440,7 +2440,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-11-4-">Glitter /Di /Di

Similar to Dissolve, except the effect sweeps across the screen. @@ -2448,14 +2448,14 @@ class="td10"> style="vertical-align:baseline;" id="TBL-11-5-">Split /Dm /M /Dm /M

Two lines sweep across the screen to reveal the new page. Wipe /Di /Di

A single line sweeps across the screen to reveal the new page. @@ -2471,7 +2471,7 @@ class="td01">

@@ -2523,7 +2523,7 @@ id="TBL-12-3"> class="td01">anchorcolor black black

set color of anchors class="td01">backref false false

do bibliographical back references class="td01">baseurl empty empty

set base URL for document class="td01">bookmarks true true

make bookmarks class="td01">bookmarksnumbered false false

put section numbers in bookmarks class="td01">bookmarksopen false false

open up bookmark tree class="td01">bookmarksopenlevel \maxdimen \maxdimen

level to which bookmarks are open class="td01">bookmarkstype toc toc

to specify which ‘toc’ file to mimic class="td01">breaklinks false false

allow links to break over lines class="td01">CJKbookmarks false false

to produce CJK bookmarks class="td01">citebordercolor 0 1 0 0 1 0

color of border around cites class="td01">citecolor green green

color of citation links class="td01">colorlinks false false

color links true true

(tex4ht, dviwindo) class="td01">debug false false

provide details of anchors defined; same as verbose @@ -2645,7 +2645,7 @@ class="td10"> class="td01">destlabel false false

destinations are named by the first \label @@ -2655,7 +2655,7 @@ class="ec-lmvtt-10">\label class="td01">draft false false

do not do any hyperlinking @@ -2663,7 +2663,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-12-18-">dvipdfm

use dvipdfm backend @@ -2671,7 +2671,7 @@ class="ec-lmss-10">dvipdfm backend style="vertical-align:baseline;" id="TBL-12-19-">dvipdfmx

use dvipdfmx backend @@ -2679,20 +2679,20 @@ class="ec-lmss-10">dvipdfmx backend style="vertical-align:baseline;" id="TBL-12-20-">dvips

use dvips backend dvipsone

use dvipsone backend @@ -2700,7 +2700,7 @@ class="ec-lmss-10">dvipsone backend style="vertical-align:baseline;" id="TBL-12-23-">dviwindo

use dviwindo backend @@ -2708,7 +2708,7 @@ class="ec-lmss-10">dviwindo backend style="vertical-align:baseline;" id="TBL-12-24-">encap

to set encap character for hyperindex class="td01">extension dvi dvi

suffix of linked files class="td01">filebordercolor 0 .5 .5 0 .5 .5

color of border around file links class="td01">filecolor cyan cyan

color of file links class="td01">final true true

opposite of option draft class="td01">frenchlinks false false

use small caps instead of color for links class="td01">hyperfigures false false

make figures hyper links class="td01">hyperfootnotes true true

set up hyperlinked footnotes class="td01">hyperindex true true

set up hyperlinked indices hypertex

use HyperX backend class="td01">hypertexnames true true

use guessable names for links class="td01">implicit true true

redefine LATEX internals @@ -2808,7 +2808,7 @@ class="E">EX internals style="vertical-align:baseline;" id="TBL-12-36-">latex2html

use L2HTML backend class="td01">linkbordercolor 1 0 0 1 0 0

color of border around links class="td01">linkcolor red red

color of links class="td01">linktoc section section

make text be link on TOC, LOF and LOT class="td01">linktocpage false false

make page number, not text, be link on TOC, LOF and LOT @@ -2856,7 +2856,7 @@ class="td10"> class="td01">menubordercolor 1 0 0 1 0 0

color of border around menu links class="td01">menucolor red red

color for menu links class="td01">nativepdf false false

an alias for dvips @@ -2884,7 +2884,7 @@ class="ec-lmss-10">dvips class="td01">naturalnames false false

use LATEX-computed names for links @@ -2893,7 +2893,7 @@ class="E">EX-computed names for links class="td01">nesting false false

allow nesting of links class="td01">pageanchor true true

put an anchor on every page class="td01">pagebackref false false

backreference by page number class="td01">pdfauthor empty empty

text for PDF Author field @@ -2927,14 +2927,14 @@ class="td10"> class="td01">pdfborder 0 0 1 0 0 1

width of PDF link border 0 0 0 0 0 0

(colorlinks) @@ -2943,7 +2943,7 @@ class="ec-lmvtt-10">colorlinks) class="td01">pdfcenterwindow false false

position the document window in the center of the screen @@ -2952,14 +2952,14 @@ class="td10"> class="td01">pdfcreator LaTeX with LaTeX with

text for PDF Creator field hyperref hyperref

class="td01">pdfdirection empty empty

direction setting class="td01">pdfdisplaydoctitle false false

display document title instead of file name in title bar @@ -2984,7 +2984,7 @@ class="td10"> class="td01">pdfduplex empty empty

paper handling option for print dialog class="td01">pdffitwindow false false

resize document window to fit document size class="td01">pdfhighlight /I /I

set highlighting of PDF links class="td01">pdfinfo empty empty

alternative interface for setting document information @@ -3017,7 +3017,7 @@ class="td10"> class="td01">pdfkeywords empty empty

text for PDF Keywords field class="td01">pdflang relax relax

PDF language identifier (RFC 3066) class="td01">pdfmark false false

an alias for dvips @@ -3045,7 +3045,7 @@ class="ec-lmss-10">dvips class="td01">pdfmenubar true true

make PDF viewer’s menu bar visible class="td01">pdfnewwindow false false

make links that open another PDF

file start a new window class="td01">pdfnonfullscreenpagemode empty empty

page mode setting on exiting full-screen mode class="td01">pdfnumcopies empty empty

number of printed copies class="td01">pdfpagelayout empty empty

set layout of PDF pages class="td01">pdfpagemode empty empty

set default mode of PDF display class="td01">pdfpagelabels true true

set PDF page labels class="td01">pdfpagescrop empty empty

set crop size of PDF document class="td01">pdfpagetransition empty empty

set PDF page transition style class="td01">pdfpicktraybypdfsize empty empty

set option for print dialog class="td01">pdfprintarea empty empty

set /PrintArea of viewer preferences class="td01">pdfprintclip empty empty

set /PrintClip of viewer preferences class="td01">pdfprintpagerange empty empty

set /PrintPageRange of viewer preferences class="td01">pdfprintscaling empty empty

page scaling option for print dialog @@ -3165,7 +3165,7 @@ class="td10"> class="td01">pdfproducer empty empty

text for PDF Producer field class="td01">pdfremotestartview Fit Fit

starting view of remote PDF documents class="td01">pdfstartpage 1 1

page at which PDF document opens class="td01">pdfstartview Fit Fit

starting view of PDF document class="td01">pdfsubject empty empty

text for PDF Subject field pdftex

use pdfX backend class="td01">pdftitle empty empty

text for PDF Title field class="td01">pdftoolbar true true

make PDF toolbar visible class="td01">pdftrapped empty empty

Sets the document information Trapped entry. Possible values are Unknown. class="td01">pdfview XYZ XYZ

PDF ‘view’ when on link traversal class="td01">pdfviewarea empty empty

set /ViewArea of viewer preferences class="td01">pdfviewclip empty empty

set /ViewClip of viewer preferences class="td01">pdfwindowui true true

make PDF user interface elements visible class="td01">plainpages false false

do page number anchors as plain Arabic ps2pdf

use ps2pdf backend @@ -3297,7 +3297,7 @@ class="ec-lmss-10">ps2pdf backend class="td01">raiselinks false false

raise up links (for HyperX backend) class="td01">runbordercolor 0 .7 .7 0 .7 .7

color of border around ‘run’ links class="td01">runcolor filecolor filecolor

color of ‘run’ links class="td01">setpagesize true true

set page size by special driver commands tex4ht

use T4ht backend style="vertical-align:baseline;" id="TBL-12-101-">textures

use Textures backend @@ -3354,7 +3354,7 @@ class="ec-lmss-10">Textures backend class="td01">unicode false false

Unicode encoded pdf strings class="td01">urlbordercolor 0 1 1 0 1 1

color of border around URL links class="td01">urlcolor magenta magenta

color of URL links class="td01">verbose false false

be chatty vtex

use VTeX backend @@ -3396,7 +3396,7 @@ class="ec-lmss-10">VTeX backend style="vertical-align:baseline;" id="TBL-12-108-">xetex

use Xe Macro Macro

Default \figurename \figurename

Figure \tablename \tablename

Table \partname \partname

Part \appendixname \appendixname

Appendix \equationname \equationname

Equation \Itemname \Itemname

item \chaptername \chaptername

chapter \sectionname \sectionname

section \subsectionname \subsectionname

subsection \subsubsectionname \subsubsectionname

subsubsection \paragraphname \paragraphname

paragraph \Hfootnotename \Hfootnotename

footnote @@ -3793,19 +3793,19 @@ class="td10"> \AMSname \AMSname

Equation \theoremname \theoremname

Theorem \page \page

page class="td01">

Example for a redefinition if File File

Open, Close, @@ -5052,7 +5052,7 @@ class="td10"> FileImport →Import

ImportImage, ImportNotes, @@ -5060,14 +5060,14 @@ class="td10"> FileExport →Export

ExportNotes, AcroForm:ExportFDF FileDocumentInfo →DocumentInfo

GeneralInfo, OpenInfo, @@ -5080,7 +5080,7 @@ class="td10"> FilePreferences →Preferences

GeneralPrefs, NotePrefs, @@ -5092,7 +5092,7 @@ class="td10"> Cpt:Capture Edit Edit

Undo, Cut, @@ -5108,19 +5108,19 @@ class="td10"> TouchUp:FindSuspect,

Properties EditFields →Fields

AcroForm:Duplicate, AcroForm:TabOrder Document Document

Cpt:CapturePages, AcroForm:Actions, @@ -5138,7 +5138,7 @@ class="td10"> View View

ActualSize, FitVisible, @@ -5162,7 +5162,7 @@ class="td10"> ShowThumbs Tools Tools

Hand, ZoomIn, @@ -5182,7 +5182,7 @@ class="td10"> ToolsSearch →Search

AcroSrch:Query, AcroSrch:Indexes, @@ -5196,7 +5196,7 @@ class="td10"> Window Window

ShowHideToolBar, ShowHideMenuBar, @@ -5207,7 +5207,7 @@ class="td10"> CloseAll Help Help

HelpUserGuide, HelpTutorial, @@ -5222,7 +5222,7 @@ class="td10"> Weblink:Home Help(Windows) Help(Windows)

About class="td01">

@@ -5486,7 +5486,7 @@ id="TBL-55-3"> class="td01">action URL URL

The URL that will receive the form data if a Submit button @@ -5496,7 +5496,7 @@ class="ec-lmss-10">Submit button class="td01">encoding name name

The encoding for the string set to the URL; FDF-encoding is usual, and html is the only valid value method name name

Used only when generating HTML; values can be post or @@ -5527,7 +5527,7 @@ class="td01">

diff --git a/Master/texmf-dist/doc/latex/hyperref/manual.pdf b/Master/texmf-dist/doc/latex/hyperref/manual.pdf index ca530199cd8..1cdd6376eab 100644 Binary files a/Master/texmf-dist/doc/latex/hyperref/manual.pdf and b/Master/texmf-dist/doc/latex/hyperref/manual.pdf differ diff --git a/Master/texmf-dist/doc/latex/hyperref/manual4.html b/Master/texmf-dist/doc/latex/hyperref/manual4.html new file mode 100644 index 00000000000..fd0e5d8fc26 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hyperref/manual4.html @@ -0,0 +1,18 @@ + + + + + + + + + + +

+ 3This section moved from the README file, needs more integration into the manual
+ + diff --git a/Master/texmf-dist/doc/latex/hyperref/manual5.html b/Master/texmf-dist/doc/latex/hyperref/manual5.html new file mode 100644 index 00000000000..9dac190d9bd --- /dev/null +++ b/Master/texmf-dist/doc/latex/hyperref/manual5.html @@ -0,0 +1,18 @@ + + + + + + + + + + +
+ 4This section moved from the README file, needs more integration into the manual
+ + diff --git a/Master/texmf-dist/doc/latex/hyperref/manual6.html b/Master/texmf-dist/doc/latex/hyperref/manual6.html new file mode 100644 index 00000000000..b0bc75179cb --- /dev/null +++ b/Master/texmf-dist/doc/latex/hyperref/manual6.html @@ -0,0 +1,18 @@ + + + + + + + + + + +
+ 5This section moved from the README file, needs more integration into the manual
+ + diff --git a/Master/texmf-dist/doc/latex/hyperref/nameref.pdf b/Master/texmf-dist/doc/latex/hyperref/nameref.pdf index 28169447108..141ba82fd59 100644 Binary files a/Master/texmf-dist/doc/latex/hyperref/nameref.pdf and b/Master/texmf-dist/doc/latex/hyperref/nameref.pdf differ diff --git a/Master/texmf-dist/doc/latex/hyperref/options.pdf b/Master/texmf-dist/doc/latex/hyperref/options.pdf index cf593b302b4..30ed7fe0039 100644 Binary files a/Master/texmf-dist/doc/latex/hyperref/options.pdf and b/Master/texmf-dist/doc/latex/hyperref/options.pdf differ diff --git a/Master/texmf-dist/source/latex/hyperref/bmhydoc.sty b/Master/texmf-dist/source/latex/hyperref/bmhydoc.sty index b77938943aa..e6491796ca1 100644 --- a/Master/texmf-dist/source/latex/hyperref/bmhydoc.sty +++ b/Master/texmf-dist/source/latex/hyperref/bmhydoc.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{bmhydoc} - [2009/11/22 Bookmark section with hyperref documentation (HO)] + [2019/01/08 Bookmark section with hyperref documentation (HO)] % This package adds bookmark entries that are added at the end % and lists and links the PDF files of the hyperref documentation. @@ -76,12 +76,7 @@ \begin{description} \entry{manual.pdf}{\textbf{Manual}} The \textbf{USER MANUAL} (also available as HTML). - \entry{README.pdf}{\textbf{README}} - The \textbf{README} file (also available as text file). - Here information is collected that is not yet - in the manual: new features, package compatibility, - limitations, known problems, \dots - \entry{ChangeLog.pdf}{ChangeLog} + \entry{ChangeLog.txt}{ChangeLog} This file records the version history (also available as text file). \entry{options.pdf}{Options} diff --git a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex index 86edbce1b2f..a1ac2fa3072 100644 --- a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex +++ b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex @@ -2967,7 +2967,7 @@ For equations the following might work: Example: package bookmark. -\section[Limitiations]{Limitations% +\section[Limitations]{Limitations% \footnote{This section moved from the README file, needs more integration into the manual}} \subsection{Wrapped/broken link support} diff --git a/Master/texmf-dist/source/latex/hyperref/hluatex.dtx b/Master/texmf-dist/source/latex/hyperref/hluatex.dtx index ae8ff4e4ace..364e9d60c2f 100644 --- a/Master/texmf-dist/source/latex/hyperref/hluatex.dtx +++ b/Master/texmf-dist/source/latex/hyperref/hluatex.dtx @@ -528,19 +528,6 @@ \close@pdflink \endgroup } - \begingroup - \count@=\luatexversion - \divide\count@ by 100 % - \edef\x{\the\count@}% - \count@=-\x\relax - \multiply\count@ by 100 % - \advance\count@ by \luatexversion - \edef\x{\endgroup - \def\noexpand\@pdfproducer{% - LuaTeX-\x.\two@digits\count@.\luatexrevision - }% - }% - \x \def\PDF@SetupDoc{% diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx index 083c731f4d5..ec3f7c3e2ea 100644 --- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx +++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx @@ -48,7 +48,7 @@ %\ProvidesFile{puvnenc.def} %\ProvidesFile{puarenc.def} %\ProvidesFile{psdextra.def} -% [2018/11/30 v6.88e % +% [2019/06/12 v6.88h % % Hypertext links for LaTeX] % Dummy hyperref (SR)] % Hyperref documentation driver file] @@ -4929,7 +4929,7 @@ % % \begin{macro}{\Hy@DisableOption} % \begin{macrocode} -\def\Hy@DisableOption#1{% +\def\Hy@realDisableOption#1{% \ltx@ifundefined{KV@Hyp@#1@default}{% \define@key{Hyp}{#1}% }{% @@ -4937,6 +4937,18 @@ }% {\Hy@WarnOptionDisabled{#1}}% } + +\def\Hy@DisableOption#1{% + \ifnum\currentgrouplevel>0 + \expandafter\@firstoftwo + \else + \expandafter\@secondoftwo + \fi + {% + \expandafter\gdef\csname Hy@smuggleout#1\endcsname{\Hy@DisableOption{#1}}% + \expandafter\aftergroup\csname Hy@smuggleout#1\endcsname + } + {\Hy@realDisableOption{#1}}} % \end{macrocode} % \end{macro} % @@ -6004,6 +6016,26 @@ \def\pageautorefname{\textsigma\textepsilon\textlambda\acctonos\textiota\textdelta\textalpha}% } % \end{macrocode} +% \begin{macrocode} +\def\HyLang@dutch{% + \def\equationautorefname{Vergelijking}% + \def\footnoteautorefname{voetnoot}% + \def\itemautorefname{punt}% + \def\figureautorefname{Figuur}% + \def\tableautorefname{Tabel}% + \def\partautorefname{Deel}% + \def\appendixautorefname{Bijlage}% + \def\chapterautorefname{hoofdstuk}% + \def\sectionautorefname{paragraaf}% + \def\subsectionautorefname{deelparagraaf}% + \def\subsubsectionautorefname{deel-deelparagraaf}% + \def\paragraphautorefname{alinea}% + \def\subparagraphautorefname{deelalinea}% + \def\FancyVerbLineautorefname{regel}% + \def\theoremautorefname{Stelling}% + \def\pageautorefname{pagina}% +} +% \end{macrocode} % % Instead of package babel's definition of \cmd{\addto} the % implementation of package varioref is used. Additionally @@ -6080,6 +6112,7 @@ \HyLang@DeclareLang{magyar}{magyar}{} \HyLang@DeclareLang{hungarian}{magyar}{} \HyLang@DeclareLang{greek}{greek}{} +\HyLang@DeclareLang{dutch}{dutch}{} % \end{macrocode} % More work is needed in case of options |vietnamese| and |vietnam|. % \begin{macrocode} @@ -10029,6 +10062,8 @@ % The possible arguments such as space or the optional % argument after the newline macros are not detected. % +% A possible \thanks removes its argument. +% % \begin{macrocode} \def\Hy@UseMaketitleString#1{% \ltx@IfUndefined{Hy@#1}{}{% @@ -10038,6 +10073,7 @@ \expandafter\let\expandafter\\\csname Hy@newline@#1\endcsname \let\newline\\% \def\and{; }% + \let\thanks\@gobble% }% \expandafter\ifx\csname @pdf#1\endcsname\@empty \expandafter\pdfstringdef\csname @pdf#1\endcsname{% @@ -14023,68 +14059,6 @@ \endgroup } % \end{macrocode} -% \begin{macro}{\@pdfproducer} -% \begin{macrocode} -\ifx\@pdfproducer\relax - \begingroup\expandafter\expandafter\expandafter\endgroup - \expandafter\ifx\csname luatexversion\endcsname\relax - \def\@pdfproducer{pdfTeX}% - \ifx\eTeXversion\@undefined - \else - \ifx\eTeXversion\relax - \else - \ifnum\eTeXversion>0 % - \def\@pdfproducer{pdfeTeX}% - \fi - \fi - \fi - \ifx\pdftexversion\@undefined - \else - \ifnum\pdftexversion<100 % - \edef\@pdfproducer{% - \@pdfproducer - \the\pdftexversion.\pdftexrevision - }% - \else - \ifnum\pdftexversion<130 % - \edef\@pdfproducer{% - \@pdfproducer-% - \expandafter\@car\the\pdftexversion\@empty\@nil.% - \expandafter\@cdr\the\pdftexversion\@empty\@nil - \pdftexrevision - }% - \else - \ifnum\pdftexversion<140 % - \else - \def\@pdfproducer{pdfTeX}% - \fi - \edef\@pdfproducer{% - \@pdfproducer-% - \expandafter\@car\the\pdftexversion\@empty\@nil.% - \expandafter\@cdr\the\pdftexversion\@empty\@nil.% - \pdftexrevision - }% - \fi - \fi - \fi - \else - \begingroup - \count@=\luatexversion - \divide\count@ by 100 % - \edef\x{\the\count@}% - \count@=-\x\relax - \multiply\count@ by 100 % - \advance\count@ by \luatexversion - \edef\x{\endgroup - \def\noexpand\@pdfproducer{% - LuaTeX-\x.\two@digits\count@.\luatexrevision - }% - }% - \x - \fi -\fi -% \end{macrocode} -% \end{macro} % \begin{macro}{\PDF@SetupDox} % \begin{macrocode} \def\PDF@SetupDoc{% @@ -14798,9 +14772,6 @@ \fi \endgroup } -\ifx\@pdfproducer\relax - \def\@pdfproducer{dviwindo + Distiller}% -\fi \HyInfo@AddonUnsupportedtrue \def\PDF@FinishDoc{% \Hy@UseMaketitleInfos @@ -15298,18 +15269,7 @@ \Hy@EndAnnot }% } -\ifx\@pdfproducer\relax - \def\@pdfproducer{dvipdfm}% -% \end{macrocode} -% Detect Xe\TeX. However, but \textsf{xdvipdfmx} will overwrite it -% in the final PDF file. -% \begin{macrocode} - \begingroup\expandafter\expandafter\expandafter\endgroup - \expandafter\ifx\csname XeTeXversion\endcsname\relax - \else - \edef\@pdfproducer{XeTeX \the\XeTeXversion\XeTeXrevision}% - \fi -\fi + \def\PDF@FinishDoc{% \Hy@UseMaketitleInfos \HyInfo@GenerateAddons @@ -17728,9 +17688,6 @@ \def\literalps@out#1{\special{ps:#1}}% \def\headerps@out#1{\special{headertext=#1}}% \input{pdfmark.def}% -\ifx\@pdfproducer\relax - \def\@pdfproducer{dvipsone + Distiller}% -\fi \HyInfo@AddonUnsupportedtrue \def\PDF@FinishDoc{% \Hy@UseMaketitleInfos @@ -26552,6 +26509,7 @@ \let\iota\textiota \let\kappa\textkappa \let\lambda\textlambda + \let\mu\textmu \let\mugreek\textmugreek \let\nu\textnu \let\xi\textxi diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def index 17c1362b53f..ed7a12c27c4 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def +++ b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def @@ -31,7 +31,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hdvipdfm.def} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hyperref driver for dvipdfm] \Hy@VersionCheck{hdvipdfm.def} \def\Hy@PutCatalog#1{\@pdfm@mark{docview <<#1>>}} @@ -495,14 +495,7 @@ \Hy@EndAnnot }% } -\ifx\@pdfproducer\relax - \def\@pdfproducer{dvipdfm}% - \begingroup\expandafter\expandafter\expandafter\endgroup - \expandafter\ifx\csname XeTeXversion\endcsname\relax - \else - \edef\@pdfproducer{XeTeX \the\XeTeXversion\XeTeXrevision}% - \fi -\fi + \def\PDF@FinishDoc{% \Hy@UseMaketitleInfos \HyInfo@GenerateAddons diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvips.def b/Master/texmf-dist/tex/latex/hyperref/hdvips.def index e86a13d44c6..97385154e55 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hdvips.def +++ b/Master/texmf-dist/tex/latex/hyperref/hdvips.def @@ -31,7 +31,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hdvips.def} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hyperref driver for dvips] \Hy@VersionCheck{hdvips.def} \providecommand*{\XR@ext}{pdf} diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipson.def b/Master/texmf-dist/tex/latex/hyperref/hdvipson.def index 9f6ffc40c8a..4312d37511b 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hdvipson.def +++ b/Master/texmf-dist/tex/latex/hyperref/hdvipson.def @@ -31,7 +31,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hdvipson.def} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hyperref driver for dvipsone] \Hy@VersionCheck{hdvipson.def} \providecommand*{\XR@ext}{pdf} @@ -41,9 +41,6 @@ \def\literalps@out#1{\special{ps:#1}}% \def\headerps@out#1{\special{headertext=#1}}% \input{pdfmark.def}% -\ifx\@pdfproducer\relax - \def\@pdfproducer{dvipsone + Distiller}% -\fi \HyInfo@AddonUnsupportedtrue \def\PDF@FinishDoc{% \Hy@UseMaketitleInfos diff --git a/Master/texmf-dist/tex/latex/hyperref/hdviwind.def b/Master/texmf-dist/tex/latex/hyperref/hdviwind.def index 98ffd61d290..afd2835d73d 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hdviwind.def +++ b/Master/texmf-dist/tex/latex/hyperref/hdviwind.def @@ -31,7 +31,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hdviwind.def} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hyperref driver for dviwindo] \Hy@VersionCheck{hdviwind.def} \begingroup @@ -295,9 +295,6 @@ \fi \endgroup } -\ifx\@pdfproducer\relax - \def\@pdfproducer{dviwindo + Distiller}% -\fi \HyInfo@AddonUnsupportedtrue \def\PDF@FinishDoc{% \Hy@UseMaketitleInfos diff --git a/Master/texmf-dist/tex/latex/hyperref/hluatex.def b/Master/texmf-dist/tex/latex/hyperref/hluatex.def index 7d0e6e3def6..b9fc75ad5a7 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hluatex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hluatex.def @@ -32,7 +32,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hluatex.def} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hyperref driver for luaTeX] \Hy@VersionCheck{hluatex.def} %% Source File: hluatex.dtx @@ -544,19 +544,6 @@ \close@pdflink \endgroup } - \begingroup - \count@=\luatexversion - \divide\count@ by 100 % - \edef\x{\the\count@}% - \count@=-\x\relax - \multiply\count@ by 100 % - \advance\count@ by \luatexversion - \edef\x{\endgroup - \def\noexpand\@pdfproducer{% - LuaTeX-\x.\two@digits\count@.\luatexrevision - }% - }% - \x \def\PDF@SetupDoc{% \ifx\@pdfpagescrop\@empty diff --git a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def index 6bdc58eb253..0e1909480ab 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def @@ -31,7 +31,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hpdftex.def} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hyperref driver for pdfTeX] \Hy@VersionCheck{hpdftex.def} \pdf@ifdraftmode{% @@ -524,64 +524,6 @@ \close@pdflink \endgroup } -\ifx\@pdfproducer\relax - \begingroup\expandafter\expandafter\expandafter\endgroup - \expandafter\ifx\csname luatexversion\endcsname\relax - \def\@pdfproducer{pdfTeX}% - \ifx\eTeXversion\@undefined - \else - \ifx\eTeXversion\relax - \else - \ifnum\eTeXversion>0 % - \def\@pdfproducer{pdfeTeX}% - \fi - \fi - \fi - \ifx\pdftexversion\@undefined - \else - \ifnum\pdftexversion<100 % - \edef\@pdfproducer{% - \@pdfproducer - \the\pdftexversion.\pdftexrevision - }% - \else - \ifnum\pdftexversion<130 % - \edef\@pdfproducer{% - \@pdfproducer-% - \expandafter\@car\the\pdftexversion\@empty\@nil.% - \expandafter\@cdr\the\pdftexversion\@empty\@nil - \pdftexrevision - }% - \else - \ifnum\pdftexversion<140 % - \else - \def\@pdfproducer{pdfTeX}% - \fi - \edef\@pdfproducer{% - \@pdfproducer-% - \expandafter\@car\the\pdftexversion\@empty\@nil.% - \expandafter\@cdr\the\pdftexversion\@empty\@nil.% - \pdftexrevision - }% - \fi - \fi - \fi - \else - \begingroup - \count@=\luatexversion - \divide\count@ by 100 % - \edef\x{\the\count@}% - \count@=-\x\relax - \multiply\count@ by 100 % - \advance\count@ by \luatexversion - \edef\x{\endgroup - \def\noexpand\@pdfproducer{% - LuaTeX-\x.\two@digits\count@.\luatexrevision - }% - }% - \x - \fi -\fi \def\PDF@SetupDoc{% \ifx\@pdfpagescrop\@empty \else diff --git a/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg b/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg index 77ac806b555..ccacdccb959 100644 --- a/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg +++ b/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg @@ -31,7 +31,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{htex4ht.cfg} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % 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 fc20a8a70fd..e40e7c7832e 100644 --- a/Master/texmf-dist/tex/latex/hyperref/htex4ht.def +++ b/Master/texmf-dist/tex/latex/hyperref/htex4ht.def @@ -31,7 +31,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{htex4ht.def} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hyperref driver for TeX4ht] \Hy@VersionCheck{htex4ht.def} \providecommand*{\XR@ext}{html} diff --git a/Master/texmf-dist/tex/latex/hyperref/htexture.def b/Master/texmf-dist/tex/latex/hyperref/htexture.def index f0406e463ff..8b555d35d0d 100644 --- a/Master/texmf-dist/tex/latex/hyperref/htexture.def +++ b/Master/texmf-dist/tex/latex/hyperref/htexture.def @@ -31,7 +31,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{htexture.def} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hyperref driver for Textures] \Hy@VersionCheck{htexture.def} \providecommand*{\XR@ext}{pdf} diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtex.def b/Master/texmf-dist/tex/latex/hyperref/hvtex.def index c3e20e38830..e0681159b88 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hvtex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hvtex.def @@ -31,7 +31,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hvtex.def} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hyperref driver for VTeX in PDF/PS mode] \Hy@VersionCheck{hvtex.def} \providecommand*{\XR@ext}{pdf} diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def index c3a9604afac..4482a4be6ce 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def +++ b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def @@ -31,7 +31,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hvtexhtml.def} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hyperref driver for VTeX in HTML mode] \Hy@VersionCheck{hvtexhtm.def} \providecommand*{\XR@ext}{htm} diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def b/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def index 469db174371..b5fa7f8b7fb 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def +++ b/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def @@ -31,7 +31,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hvtexmrk.def} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hyperref driver for VTeX in PDF/PS mode (pdfmark specials)] \Hy@VersionCheck{hvtexmrk.def} \providecommand*{\XR@ext}{pdf} diff --git a/Master/texmf-dist/tex/latex/hyperref/hxetex.def b/Master/texmf-dist/tex/latex/hyperref/hxetex.def index cbb24e8163e..082c7e556f9 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hxetex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hxetex.def @@ -31,7 +31,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hxetex.def} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hyperref driver for XeTeX] \Hy@VersionCheck{hxetex.def} \HyPsd@LoadUnicode @@ -582,14 +582,7 @@ \Hy@EndAnnot }% } -\ifx\@pdfproducer\relax - \def\@pdfproducer{dvipdfm}% - \begingroup\expandafter\expandafter\expandafter\endgroup - \expandafter\ifx\csname XeTeXversion\endcsname\relax - \else - \edef\@pdfproducer{XeTeX \the\XeTeXversion\XeTeXrevision}% - \fi -\fi + \def\PDF@FinishDoc{% \Hy@UseMaketitleInfos \HyInfo@GenerateAddons diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty index 09a18dd137a..65f77e4ff05 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty +++ b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty @@ -32,7 +32,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{hyperref} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hypertext links for LaTeX] \begingroup \@makeother\`% @@ -2632,7 +2632,7 @@ #3% }% } -\def\Hy@DisableOption#1{% +\def\Hy@realDisableOption#1{% \ltx@ifundefined{KV@Hyp@#1@default}{% \define@key{Hyp}{#1}% }{% @@ -2640,6 +2640,18 @@ }% {\Hy@WarnOptionDisabled{#1}}% } + +\def\Hy@DisableOption#1{% + \ifnum\currentgrouplevel>0 + \expandafter\@firstoftwo + \else + \expandafter\@secondoftwo + \fi + {% + \expandafter\gdef\csname Hy@smuggleout#1\endcsname{\Hy@DisableOption{#1}}% + \expandafter\aftergroup\csname Hy@smuggleout#1\endcsname + } + {\Hy@realDisableOption{#1}}} \def\Hy@WarnOptionDisabled#1{% \Hy@Warning{% Option `#1' has already been used,\MessageBreak @@ -3420,6 +3432,24 @@ \def\theoremautorefname{\textTheta\textepsilon\acctonos\textomega\textrho\texteta\textmu\textalpha}% \def\pageautorefname{\textsigma\textepsilon\textlambda\acctonos\textiota\textdelta\textalpha}% } +\def\HyLang@dutch{% + \def\equationautorefname{Vergelijking}% + \def\footnoteautorefname{voetnoot}% + \def\itemautorefname{punt}% + \def\figureautorefname{Figuur}% + \def\tableautorefname{Tabel}% + \def\partautorefname{Deel}% + \def\appendixautorefname{Bijlage}% + \def\chapterautorefname{hoofdstuk}% + \def\sectionautorefname{paragraaf}% + \def\subsectionautorefname{deelparagraaf}% + \def\subsubsectionautorefname{deel-deelparagraaf}% + \def\paragraphautorefname{alinea}% + \def\subparagraphautorefname{deelalinea}% + \def\FancyVerbLineautorefname{regel}% + \def\theoremautorefname{Stelling}% + \def\pageautorefname{pagina}% +} \def\HyLang@addto#1#2{% #2% \@temptokena{#2}% @@ -3488,6 +3518,7 @@ \HyLang@DeclareLang{magyar}{magyar}{} \HyLang@DeclareLang{hungarian}{magyar}{} \HyLang@DeclareLang{greek}{greek}{} +\HyLang@DeclareLang{dutch}{dutch}{} \DeclareVoidOption{vietnamese}{% \HyLang@addto\extrasvietnamese\HyLang@vietnamese \Hy@AtEndOfPackage{% @@ -6587,6 +6618,7 @@ \expandafter\let\expandafter\\\csname Hy@newline@#1\endcsname \let\newline\\% \def\and{; }% + \let\thanks\@gobble% }% \expandafter\ifx\csname @pdf#1\endcsname\@empty \expandafter\pdfstringdef\csname @pdf#1\endcsname{% diff --git a/Master/texmf-dist/tex/latex/hyperref/hypertex.def b/Master/texmf-dist/tex/latex/hyperref/hypertex.def index 4c2b4eea3be..81082a40a80 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hypertex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hypertex.def @@ -31,7 +31,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hypertex.def} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hyperref driver for HyperTeX specials] \Hy@VersionCheck{hypertex.def} \providecommand*{\XR@ext}{dvi} diff --git a/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty b/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty index dd787a23a86..24de9f510d4 100644 --- a/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty +++ b/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty @@ -32,7 +32,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{nohyperref} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Dummy hyperref (SR)] \RequirePackage{letltxmacro}[2008/06/13] \let\hyper@@anchor\@gobble diff --git a/Master/texmf-dist/tex/latex/hyperref/pd1enc.def b/Master/texmf-dist/tex/latex/hyperref/pd1enc.def index eb58b5f5fa0..1d7264bb827 100644 --- a/Master/texmf-dist/tex/latex/hyperref/pd1enc.def +++ b/Master/texmf-dist/tex/latex/hyperref/pd1enc.def @@ -31,7 +31,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{pd1enc.def} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hyperref: PDFDocEncoding definition (HO)] \DeclareFontEncoding{PD1}{}{} \DeclareTextAccent{\`}{PD1}{\textasciigrave} diff --git a/Master/texmf-dist/tex/latex/hyperref/pdfmark.def b/Master/texmf-dist/tex/latex/hyperref/pdfmark.def index 18bfacfe8b5..57b9b4a1b06 100644 --- a/Master/texmf-dist/tex/latex/hyperref/pdfmark.def +++ b/Master/texmf-dist/tex/latex/hyperref/pdfmark.def @@ -31,7 +31,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{pdfmark.def} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hyperref definitions for pdfmark specials] \Hy@VersionCheck{pdfmark.def} \begingroup diff --git a/Master/texmf-dist/tex/latex/hyperref/psdextra.def b/Master/texmf-dist/tex/latex/hyperref/psdextra.def index 326d4ae950b..bf8f92dad83 100644 --- a/Master/texmf-dist/tex/latex/hyperref/psdextra.def +++ b/Master/texmf-dist/tex/latex/hyperref/psdextra.def @@ -31,7 +31,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{psdextra.def} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hyperref: Additions to PDF string support] \Hy@VersionCheck{psdextra.def} \newcommand*{\psdmapshortnames}{% @@ -118,6 +118,7 @@ \let\iota\textiota \let\kappa\textkappa \let\lambda\textlambda + \let\mu\textmu \let\mugreek\textmugreek \let\nu\textnu \let\xi\textxi diff --git a/Master/texmf-dist/tex/latex/hyperref/puarenc.def b/Master/texmf-dist/tex/latex/hyperref/puarenc.def index ac8653dbbf5..926a946d0e3 100644 --- a/Master/texmf-dist/tex/latex/hyperref/puarenc.def +++ b/Master/texmf-dist/tex/latex/hyperref/puarenc.def @@ -31,7 +31,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{puarenc.def} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hyperref: Additions to puenc.def for Arabi] \DeclareTextCommand{\hamza}{PU}{\86\041}% U+0621 \DeclareTextCommand{\alefmadda}{PU}{\86\042}% U+0622 diff --git a/Master/texmf-dist/tex/latex/hyperref/puenc.def b/Master/texmf-dist/tex/latex/hyperref/puenc.def index 7d017435222..1fcdf36a2f4 100644 --- a/Master/texmf-dist/tex/latex/hyperref/puenc.def +++ b/Master/texmf-dist/tex/latex/hyperref/puenc.def @@ -31,7 +31,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{puenc.def} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hyperref: PDF Unicode definition (HO)] \DeclareFontEncoding{PU}{}{} \DeclareTextCommand{\`}{PU}[1]{#1\83\000}% U+0300 diff --git a/Master/texmf-dist/tex/latex/hyperref/puvnenc.def b/Master/texmf-dist/tex/latex/hyperref/puvnenc.def index 6586e8e7a80..bba308ca94e 100644 --- a/Master/texmf-dist/tex/latex/hyperref/puvnenc.def +++ b/Master/texmf-dist/tex/latex/hyperref/puvnenc.def @@ -31,7 +31,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{puvnenc.def} - [2018/11/30 v6.88e % + [2019/06/12 v6.88h % Hyperref: Additions to puenc.def for VnTeX] \DeclareTextCommand{\abreve}{PU}{\81\003}% U+0103 \DeclareTextCommand{\acircumflex}{PU}{\80\342}% U+00E2 -- cgit v1.2.3