diff options
Diffstat (limited to 'Master')
39 files changed, 607 insertions, 532 deletions
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 Binary files differindex aaf2256598c..828f753f3c5 100644 --- a/Master/texmf-dist/doc/latex/hyperref/backref.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/backref.pdf diff --git a/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf b/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf Binary files differindex c1085a4bf0f..de7cea1932b 100644 --- a/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf 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</a></span> <br />   <span class="subsubsectionToc" >9.1.43 <a href="#x1-960009.1.43" id="QQ2-1-96">XeTeX</a></span> <br /> <span class="sectionToc" >10 <a -href="#x1-9700010" id="QQ2-1-97">Limitiations</a></span> +href="#x1-9700010" id="QQ2-1-97">Limitations</a></span> <br />  <span class="subsectionToc" >10.1 <a href="#x1-9800010.1" id="QQ2-1-98">Wrapped/broken link support</a></span> <br />  <span class="subsectionToc" >10.2 <a @@ -978,7 +978,7 @@ class="td11"> <span class="ec-lmvtt-10">raiselinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-4-1-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-1-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-1-4" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-4-1-4" class="td11"> <!--l. 553--><p class="noindent" >In the hypertex driver, the height of links is normally calculated by the driver as simply @@ -993,7 +993,7 @@ class="td11"> <span class="ec-lmvtt-10">breaklinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-4-2-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-2-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-2-4" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-4-2-4" class="td11"> <!--l. 556--><p class="noindent" >Allows link text to break across lines; since this cannot be accommodated in PDF, it is @@ -1006,7 +1006,7 @@ class="td11"> <span class="ec-lmvtt-10">pageanchor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-4-3-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-3-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-3-4" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-4-3-4" class="td11"> <!--l. 559--><p class="noindent" >Determines whether every page is given an implicit anchor at the top left corner. If this is @@ -1019,7 +1019,7 @@ class="td11"> <span class="ec-lmvtt-10">nesting </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-4-4-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-4-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-4-4" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-4-4-4" class="td11"> <!--l. 562--><p class="noindent" >Allows links to be nested; no drivers currently support this. </td> @@ -1036,7 +1036,7 @@ class="td11"> </td> style="vertical-align:baseline;" id="TBL-4-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-8-1" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-8-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-8-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-4-8-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-4-8-4" class="td11"></td></tr> </table></div> <!--l. 565--><p class="indent" > Note for option <span class="obeylines-h"><span class="verb"><span @@ -1085,20 +1085,20 @@ id="TBL-5-2"></colgroup> <tr style="vertical-align:baseline;" id="TBL-5-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-1-1" class="td01"><span -class="ec-lmvtt-10">driverfallback </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-1-2" +class="ec-lmvtt-10">driverfallback </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-1-2" class="td10"> <!--l. 589--><p class="noindent" >Its value is used as driver option </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-2-1" -class="td01"> </td><td style="white-space:wrap; text-align:left;" id="TBL-5-2-2" +class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-5-2-2" class="td10"> <!--l. 590--><p class="noindent" >if the driver is not given or autodetected. </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-3-1" class="td01"><span -class="ec-lmvtt-10">dvipdfm </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-3-2" +class="ec-lmvtt-10">dvipdfm </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-3-2" class="td10"> <!--l. 591--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span @@ -1106,7 +1106,7 @@ class="ec-lmss-10">dvipdfm </span>driver. < </tr><tr style="vertical-align:baseline;" id="TBL-5-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-4-1" class="td01"><span -class="ec-lmvtt-10">dvipdfmx </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-4-2" +class="ec-lmvtt-10">dvipdfmx </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-4-2" class="td10"> <!--l. 592--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span @@ -1114,7 +1114,7 @@ class="ec-lmss-10">dvipdfmx </span>driver. < </tr><tr style="vertical-align:baseline;" id="TBL-5-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-5-1" class="td01"><span -class="ec-lmvtt-10">dvips </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-5-2" +class="ec-lmvtt-10">dvips </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-5-2" class="td10"> <!--l. 593--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span @@ -1122,7 +1122,7 @@ class="ec-lmss-10">dvips </span>driver. </tr><tr style="vertical-align:baseline;" id="TBL-5-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-6-1" class="td01"><span -class="ec-lmvtt-10">dvipsone </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-6-2" +class="ec-lmvtt-10">dvipsone </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-6-2" class="td10"> <!--l. 594--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span @@ -1130,7 +1130,7 @@ class="ec-lmss-10">dvipsone </span>driver. </tr><tr style="vertical-align:baseline;" id="TBL-5-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-7-1" class="td01"><span -class="ec-lmvtt-10">dviwindo </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-7-2" +class="ec-lmvtt-10">dviwindo </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-7-2" class="td10"> <!--l. 595--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span @@ -1138,7 +1138,7 @@ class="ec-lmss-10">dviwindo </span>Windows previewer. </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-8-1" class="td01"><span -class="ec-lmvtt-10">hypertex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-8-2" +class="ec-lmvtt-10">hypertex </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-8-2" class="td10"> <!--l. 596--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the Hyper<span class="TEX">T<span @@ -1146,28 +1146,28 @@ class="E">E</span>X</span>-compliant drivers. </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-9-1" class="td01"><span -class="ec-lmvtt-10">latex2html </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-9-2" +class="ec-lmvtt-10">latex2html </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-9-2" class="td10"> <!--l. 597--><p class="noindent" >Redefines a few macros for compatibility with <span class="ec-lmss-10">latex2html</span>. </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-10-1" class="td01"><span -class="ec-lmvtt-10">nativepdf </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-10-2" +class="ec-lmvtt-10">nativepdf </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-10-2" class="td10"> <!--l. 598--><p class="noindent" >An alias for <span class="ec-lmss-10">dvips</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-11-1" class="td01"><span -class="ec-lmvtt-10">pdfmark </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-11-2" +class="ec-lmvtt-10">pdfmark </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-11-2" class="td10"> <!--l. 599--><p class="noindent" >An alias for <span class="ec-lmss-10">dvips</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-12-1" class="td01"><span -class="ec-lmvtt-10">pdftex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-12-2" +class="ec-lmvtt-10">pdftex </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-12-2" class="td10"> <!--l. 600--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span @@ -1175,7 +1175,7 @@ class="ec-lmss-10">pdftex </span>program. </ </tr><tr style="vertical-align:baseline;" id="TBL-5-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-13-1" class="td01"><span -class="ec-lmvtt-10">ps2pdf </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-13-2" +class="ec-lmvtt-10">ps2pdf </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-13-2" class="td10"> <!--l. 601--><p class="noindent" >Redefines a few macros for compatibility with Ghostscript’s PDF writer, otherwise identical to <span @@ -1183,7 +1183,7 @@ class="ec-lmss-10">dvips</span>. </tr><tr style="vertical-align:baseline;" id="TBL-5-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-14-1" class="td01"><span -class="ec-lmvtt-10">tex4ht </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-14-2" +class="ec-lmvtt-10">tex4ht </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-14-2" class="td10"> <!--l. 604--><p class="noindent" >For use with <span class="TEX"><span class="ec-lmss-10">T</span><span @@ -1194,14 +1194,14 @@ class="ec-lmss-10">4ht</span> </tr><tr style="vertical-align:baseline;" id="TBL-5-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-15-1" class="td01"><span -class="ec-lmvtt-10">textures </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-15-2" +class="ec-lmvtt-10">textures </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-15-2" class="td10"> <!--l. 605--><p class="noindent" >For use with <span class="ec-lmss-10">Textures</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-16-1" class="td01"><span -class="ec-lmvtt-10">vtex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-16-2" +class="ec-lmvtt-10">vtex </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-16-2" class="td10"> <!--l. 606--><p class="noindent" >For use with MicroPress’ <span class="ec-lmss-10">VTeX</span>; the PDF and HTML backends are detected @@ -1209,14 +1209,14 @@ class="ec-lmss-10">VTeX</span>; the PDF and HTML backends are detected </tr><tr style="vertical-align:baseline;" id="TBL-5-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-17-1" class="td01"><span -class="ec-lmvtt-10">vtexpdfmark </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-17-2" +class="ec-lmvtt-10">vtexpdfmark </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-17-2" class="td10"> <!--l. 608--><p class="noindent" >For use with <span class="ec-lmss-10">VTeX</span>’s PostScript backend. </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-18-1" class="td01"><span -class="ec-lmvtt-10">xetex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-18-2" +class="ec-lmvtt-10">xetex </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-18-2" class="td10"> <!--l. 609--><p class="noindent" >For use with Xe<span class="TEX">T<span class="E">E</span>X</span>(using backend for dvipdfm). </td> @@ -1231,7 +1231,7 @@ class="td01"> </td> class="td01"> </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-22-1" -class="td01"> </td><td style="white-space:wrap; text-align:left;" id="TBL-5-22-2" +class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-5-22-2" class="td10"></td></tr> </table></div> <!--l. 613--><p class="indent" > If you use <span @@ -1265,7 +1265,7 @@ id="TBL-6-4"></colgroup> class="td01"><span class="ec-lmvtt-10">extension </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-1-2" class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-1-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-6-1-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-6-1-4" class="td10"> <!--l. 626--><p class="noindent" >Set the file extension (e.g. <span class="ec-lmss-10">dvi</span>) @@ -1277,7 +1277,7 @@ class="ec-lmss-10">xr </span>package. </td> class="td01"><span class="ec-lmvtt-10">hyperfigures </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-2-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-2-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-6-2-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-6-2-4" class="td10"> <!--l. 629--><p class="noindent" > </td> </tr><tr @@ -1286,7 +1286,7 @@ class="td01"><span class="ec-lmvtt-10">backref </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-3-2" class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-3-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-3-4" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-3-4" class="td10"> <!--l. 629--><p class="noindent" >Adds ‘backlink’ text to the end of each item in the bibliography, @@ -1310,7 +1310,7 @@ class="td01"><span class="ec-lmvtt-10">pagebackref </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-4-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-4-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-4-4" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-4-4" class="td10"> <!--l. 633--><p class="noindent" >Adds ‘backlink’ text to the end of each item in the bibliography, as a @@ -1321,7 +1321,7 @@ class="td01"><span class="ec-lmvtt-10">hyperindex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-5-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-5-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-5-4" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-5-4" class="td10"> <!--l. 635--><p class="noindent" >Makes the page numbers of index entries into hyperlinks. Relays on @@ -1341,7 +1341,7 @@ class="td01"><span class="ec-lmvtt-10">hyperfootnotes </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-7-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-7-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-7-4" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-7-4" class="td10"> <!--l. 638--><p class="noindent" >Makes the footnote marks into hyperlinks to the footnote text. @@ -1351,7 +1351,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">encap </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-8-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-8-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-6-8-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-6-8-4" class="td10"> <!--l. 640--><p class="noindent" >Sets encap character for hyperindex</td> </tr><tr @@ -1360,7 +1360,7 @@ class="td01"><span class="ec-lmvtt-10">linktoc </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-9-2" class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-9-3" class="td11"> <span -class="ec-lmri-10">section </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-9-4" +class="ec-lmri-10">section </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-9-4" class="td10"> <!--l. 641--><p class="noindent" >make text (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">section</span></span></span>), page number @@ -1375,7 +1375,7 @@ class="td01"><span class="ec-lmvtt-10">linktocpage </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-10-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-10-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-10-4" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-10-4" class="td10"> <!--l. 642--><p class="noindent" >make page number, not text, be link on TOC, LOF and LOT </td> @@ -1387,7 +1387,7 @@ class="td01"><span class="ec-lmvtt-10">breaklinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-11-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-11-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-11-4" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-11-4" class="td10"> <!--l. 643--><p class="noindent" >allow links to break over lines by making links over multiple lines into @@ -1398,7 +1398,7 @@ class="td01"><span class="ec-lmvtt-10">colorlinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-12-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-12-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-12-4" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-12-4" class="td10"> <!--l. 645--><p class="noindent" >Colors the text of links and anchors. The colors chosen depend on the @@ -1414,7 +1414,7 @@ class="td01"><span class="ec-lmvtt-10">linkcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-13-2" class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-13-3" class="td11"> <span -class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-13-4" +class="ec-lmri-10">red </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-13-4" class="td10"> <!--l. 650--><p class="noindent" >Color for normal internal links. </td> </tr><tr @@ -1423,7 +1423,7 @@ class="td01"><span class="ec-lmvtt-10">anchorcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-14-2" class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-14-3" class="td11"> <span -class="ec-lmri-10">black </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-14-4" +class="ec-lmri-10">black </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-14-4" class="td10"> <!--l. 651--><p class="noindent" >Color for anchor text. </td> </tr><tr @@ -1432,7 +1432,7 @@ class="td01"><span class="ec-lmvtt-10">citecolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-15-2" class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-15-3" class="td11"> <span -class="ec-lmri-10">green </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-15-4" +class="ec-lmri-10">green </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-15-4" class="td10"> <!--l. 652--><p class="noindent" >Color for bibliographical citations in text. </td> @@ -1442,7 +1442,7 @@ class="td01"><span class="ec-lmvtt-10">filecolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-16-2" class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-16-3" class="td11"> <span -class="ec-lmri-10">cyan </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-16-4" +class="ec-lmri-10">cyan </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-16-4" class="td10"> <!--l. 653--><p class="noindent" >Color for URLs which open local files. </td> @@ -1452,7 +1452,7 @@ class="td01"><span class="ec-lmvtt-10">menucolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-17-2" class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-17-3" class="td11"> <span -class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-17-4" +class="ec-lmri-10">red </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-17-4" class="td10"> <!--l. 654--><p class="noindent" >Color for Acrobat menu items. </td> </tr><tr @@ -1461,7 +1461,7 @@ class="td01"><span class="ec-lmvtt-10">runcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-18-2" class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-18-3" class="td11"> <span -class="ec-lmri-10">filecolor </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-18-4" +class="ec-lmri-10">filecolor </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-18-4" class="td10"> <!--l. 655--><p class="noindent" >Color for run links (launch annotations). </td> @@ -1471,7 +1471,7 @@ class="td01"><span class="ec-lmvtt-10">urlcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-19-2" class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-19-3" class="td11"> <span -class="ec-lmri-10">magenta </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-19-4" +class="ec-lmri-10">magenta </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-19-4" class="td10"> <!--l. 656--><p class="noindent" >Color for linked URLs. </td> </tr><tr @@ -1479,7 +1479,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">allcolors </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-20-2" class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-20-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-6-20-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-6-20-4" class="td10"> <!--l. 657--><p class="noindent" >Set all color options (without border and field options). </td> @@ -1487,7 +1487,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-6-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-21-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-21-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-21-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-6-21-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-6-21-4" class="td10"></td></tr> <tr style="vertical-align:baseline;" id="TBL-6-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-22-1" @@ -1495,7 +1495,7 @@ class="td01"><span class="ec-lmvtt-10">frenchlinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-22-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-22-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-22-4" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-22-4" class="td10"> <!--l. 658--><p class="noindent" >Use small caps instead of color for links. </td> @@ -1504,7 +1504,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">hidelinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-23-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-23-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-6-23-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-6-23-4" class="td10"> <!--l. 659--><p class="noindent" >Hide links (removing color and border). </td> @@ -1547,7 +1547,7 @@ class="td01"><span class="ec-lmvtt-10">bookmarks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-1-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-1-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-1-4" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-1-4" class="td10"> <!--l. 667--><p class="noindent" >A set of Acrobat bookmarks are written, in a manner similar to the table of contents, requiring @@ -1570,7 +1570,7 @@ class="td01"><span class="ec-lmvtt-10">bookmarksopen </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-2-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-2-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-2-4" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-2-4" class="td10"> <!--l. 673--><p class="noindent" >If Acrobat bookmarks are requested, show them with all the subtrees expanded. </td> @@ -1579,7 +1579,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">bookmarksopenlevel </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-3-2" class="td11"> parameter </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-3-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-3-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-7-3-4" class="td10"> <!--l. 675--><p class="noindent" >level (<span class="ec-lmvtt-10">\maxdimen</span>) to which bookmarks are open</td> @@ -1589,7 +1589,7 @@ class="td01"><span class="ec-lmvtt-10">bookmarksnumbered </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-4-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-4-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-4-4" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-4-4" class="td10"> <!--l. 676--><p class="noindent" >If Acrobat bookmarks are requested, include section numbers. </td> @@ -1599,7 +1599,7 @@ class="td01"><span class="ec-lmvtt-10">bookmarkstype </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-5-2" class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-5-3" class="td11"> <span -class="ec-lmri-10">toc </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-5-4" +class="ec-lmri-10">toc </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-5-4" class="td10"> <!--l. 677--><p class="noindent" >to specify which ‘toc’ file to mimic </td> </tr><tr @@ -1608,7 +1608,7 @@ class="td01"><span class="ec-lmvtt-10">CJKbookmarks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-6-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-6-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-6-4" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-6-4" class="td10"> <!--l. 679--><p class="noindent" >This option should be used to produce CJK bookmarks. Package <span class="obeylines-h"><span class="verb"><span @@ -1636,7 +1636,7 @@ class="td01"><span class="ec-lmvtt-10">pdfhighlight </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-7-2" class="td11"> name </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-7-3" class="td11"> <span -class="ec-lmri-10">/I </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-7-4" +class="ec-lmri-10">/I </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-7-4" class="td10"> <!--l. 694--><p class="noindent" >How link buttons behave when selected; /I is for inverse (the default); the other possibilities @@ -1648,7 +1648,7 @@ class="td01"><span class="ec-lmvtt-10">citebordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-8-2" class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-8-3" class="td11"> <span -class="ec-lmri-10">0 1 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-8-4" +class="ec-lmri-10">0 1 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-8-4" class="td10"> <!--l. 697--><p class="noindent" >The color of the box around citations </td> </tr><tr @@ -1657,7 +1657,7 @@ class="td01"><span class="ec-lmvtt-10">filebordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-9-2" class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-9-3" class="td11"> <span -class="ec-lmri-10">0 .5 .5 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-9-4" +class="ec-lmri-10">0 .5 .5 </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-9-4" class="td10"> <!--l. 698--><p class="noindent" >The color of the box around links to files </td> </tr><tr @@ -1666,7 +1666,7 @@ class="td01"><span class="ec-lmvtt-10">linkbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-10-2" class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-10-3" class="td11"> <span -class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-10-4" +class="ec-lmri-10">1 0 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-10-4" class="td10"> <!--l. 699--><p class="noindent" >The color of the box around normal links </td> </tr><tr @@ -1675,7 +1675,7 @@ class="td01"><span class="ec-lmvtt-10">menubordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-11-2" class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-11-3" class="td11"> <span -class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-11-4" +class="ec-lmri-10">1 0 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-11-4" class="td10"> <!--l. 700--><p class="noindent" >The color of the box around Acrobat menu links</td> </tr><tr @@ -1684,7 +1684,7 @@ class="td01"><span class="ec-lmvtt-10">urlbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-12-2" class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-12-3" class="td11"> <span -class="ec-lmri-10">0 1 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-12-4" +class="ec-lmri-10">0 1 1 </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-12-4" class="td10"> <!--l. 701--><p class="noindent" >The color of the box around links to URLs </td> </tr><tr @@ -1693,7 +1693,7 @@ class="td01"><span class="ec-lmvtt-10">runbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-13-2" class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-13-3" class="td11"> <span -class="ec-lmri-10">0 .7 .7 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-13-4" +class="ec-lmri-10">0 .7 .7 </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-13-4" class="td10"> <!--l. 702--><p class="noindent" >Color of border around ‘run’ links </td> @@ -1703,7 +1703,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">allbordercolors </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-14-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-14-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-14-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-7-14-4" class="td10"> <!--l. 703--><p class="noindent" >Set all border color options </td> </tr><tr @@ -1712,7 +1712,7 @@ class="td01"><span class="ec-lmvtt-10">pdfborder </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-15-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-15-3" class="td11"> <span -class="ec-lmri-10">0 0 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-15-4" +class="ec-lmri-10">0 0 1 </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-15-4" class="td10"> <!--l. 704--><p class="noindent" >The style of box around links; defaults to a box with lines of 1pt thickness, but the colorlinks @@ -1730,7 +1730,7 @@ class="td01"> </td> style="vertical-align:baseline;" id="TBL-7-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-19-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-19-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-19-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-19-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-7-19-4" class="td10"></td></tr> </table></div> <!--l. 708--><p class="noindent" >Note that the color of link borders can be specified <span @@ -1771,20 +1771,20 @@ id="TBL-8-4"></colgroup> <tr style="vertical-align:baseline;" id="TBL-8-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-1-1" class="td01"><span -class="ec-lmvtt-10">baseurl </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-1-2" +class="ec-lmvtt-10">baseurl </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-1-2" class="td11"> <!--l. 726--><p class="noindent" >URL </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-1-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-1-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-1-4" class="td10"> <!--l. 726--><p class="noindent" >Sets the base URL of the PDF document </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-2-1" class="td01"><span -class="ec-lmvtt-10">pdfpagemode </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-2-2" +class="ec-lmvtt-10">pdfpagemode </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-2-2" class="td11"> <!--l. 727--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-2-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-2-4" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-2-4" class="td10"> <!--l. 727--><p class="noindent" >Determines how the file is opening in Acrobat; the possibilities are <span @@ -1803,74 +1803,74 @@ class="ec-lmvtt-10">UseOutlines </span>is used. </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-3-1" class="td01"><span -class="ec-lmvtt-10">pdftitle </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-3-2" +class="ec-lmvtt-10">pdftitle </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-3-2" class="td11"> <!--l. 732--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-3-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-3-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-3-4" class="td10"> <!--l. 732--><p class="noindent" >Sets the document information Title field </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-4-1" class="td01"><span -class="ec-lmvtt-10">pdfauthor </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-4-2" +class="ec-lmvtt-10">pdfauthor </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-4-2" class="td11"> <!--l. 733--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-4-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-4-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-4-4" class="td10"> <!--l. 733--><p class="noindent" >Sets the document information Author field </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-5-1" class="td01"><span -class="ec-lmvtt-10">pdfsubject </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-5-2" +class="ec-lmvtt-10">pdfsubject </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-5-2" class="td11"> <!--l. 734--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-5-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-5-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-5-4" class="td10"> <!--l. 734--><p class="noindent" >Sets the document information Subject field </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-6-1" class="td01"><span -class="ec-lmvtt-10">pdfcreator </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-6-2" +class="ec-lmvtt-10">pdfcreator </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-6-2" class="td11"> <!--l. 735--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-6-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-6-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-6-4" class="td10"> <!--l. 735--><p class="noindent" >Sets the document information Creator field </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-7-1" class="td01"><span -class="ec-lmvtt-10">addtopdfproducer </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-7-2" +class="ec-lmvtt-10">addtopdfproducer </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-7-2" class="td11"> <!--l. 736--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-7-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-7-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-7-4" class="td10"> <!--l. 736--><p class="noindent" >Adds additional text to the document information Producer field </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-8-1" class="td01"><span -class="ec-lmvtt-10">pdfkeywords </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-8-2" +class="ec-lmvtt-10">pdfkeywords </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-8-2" class="td11"> <!--l. 737--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-8-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-8-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-8-4" class="td10"> <!--l. 737--><p class="noindent" >Sets the document information Keywords field</td> </tr><tr style="vertical-align:baseline;" id="TBL-8-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-9-1" class="td01"><span -class="ec-lmvtt-10">pdftrapped </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-9-2" +class="ec-lmvtt-10">pdftrapped </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-9-2" class="td11"> <!--l. 738--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-9-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-9-4" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-9-4" class="td10"> <!--l. 738--><p class="noindent" >Sets the document information Trapped entry.</td> </tr><tr style="vertical-align:baseline;" id="TBL-8-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-10-1" -class="td01"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-10-2" +class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-10-2" class="td11"> <!--l. 739--><p class="noindent" > </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-10-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-10-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-10-4" class="td10"> <!--l. 739--><p class="noindent" >Possible values are <span class="ec-lmvtt-10">True</span>, <span @@ -1878,64 +1878,64 @@ class="ec-lmvtt-10">False </span>and <span class="ec-lmvtt-10">Unknown</span>.</td> </tr><tr style="vertical-align:baseline;" id="TBL-8-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-11-1" -class="td01"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-11-2" +class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-11-2" class="td11"> <!--l. 740--><p class="noindent" > </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-11-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-11-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-11-4" class="td10"> <!--l. 740--><p class="noindent" >An empty value means, the entry is not set. </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-12-1" class="td01"><span -class="ec-lmvtt-10">pdfinfo </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-12-2" +class="ec-lmvtt-10">pdfinfo </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-12-2" class="td11"> <!--l. 741--><p class="noindent" >key value list </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-12-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-12-4" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-12-4" class="td10"> <!--l. 741--><p class="noindent" >Alternative interface for setting the document information. </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-13-1" class="td01"><span -class="ec-lmvtt-10">pdfview </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-13-2" +class="ec-lmvtt-10">pdfview </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-13-2" class="td11"> <!--l. 743--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-13-3" class="td11"> <span -class="ec-lmri-10">XYZ </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-13-4" +class="ec-lmri-10">XYZ </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-13-4" class="td10"> <!--l. 743--><p class="noindent" >Sets the default PDF ‘view’ for each link </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-14-1" class="td01"><span -class="ec-lmvtt-10">pdfstartpage </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-14-2" +class="ec-lmvtt-10">pdfstartpage </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-14-2" class="td11"> <!--l. 744--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-14-3" class="td11"> <span -class="ec-lmri-10">1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-14-4" +class="ec-lmri-10">1 </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-14-4" class="td10"> <!--l. 744--><p class="noindent" >Determines on which page the PDF file is opened. </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-15-1" class="td01"><span -class="ec-lmvtt-10">pdfstartview </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-15-2" +class="ec-lmvtt-10">pdfstartview </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-15-2" class="td11"> <!--l. 745--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-15-3" class="td11"> <span -class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-15-4" +class="ec-lmri-10">Fit </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-15-4" class="td10"> <!--l. 745--><p class="noindent" >Set the startup page view </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-16-1" class="td01"><span -class="ec-lmvtt-10">pdfremotestartview </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-16-2" +class="ec-lmvtt-10">pdfremotestartview </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-16-2" class="td11"> <!--l. 746--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-16-3" class="td11"> <span -class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-16-4" +class="ec-lmri-10">Fit </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-16-4" class="td10"> <!--l. 746--><p class="noindent" >Set the startup page view of remote PDF files</td> @@ -1943,206 +1943,206 @@ class="td10"> </tr><tr style="vertical-align:baseline;" id="TBL-8-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-17-1" class="td01"><span -class="ec-lmvtt-10">pdfpagescrop </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-17-2" +class="ec-lmvtt-10">pdfpagescrop </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-17-2" class="td11"> <!--l. 747--><p class="noindent" >n n n n </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-17-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-17-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-17-4" class="td10"> <!--l. 747--><p class="noindent" >Sets the default PDF crop box for pages. This should be a set of four numbers </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-18-1" class="td01"><span -class="ec-lmvtt-10">pdfcenterwindow </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-18-2" +class="ec-lmvtt-10">pdfcenterwindow </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-18-2" class="td11"> <!--l. 748--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-18-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-18-4" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-18-4" class="td10"> <!--l. 748--><p class="noindent" >position the document window in the center of the screen </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-19-1" class="td01"><span -class="ec-lmvtt-10">pdfdirection </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-19-2" +class="ec-lmvtt-10">pdfdirection </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-19-2" class="td11"> <!--l. 749--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-19-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-19-4" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-19-4" class="td10"> <!--l. 749--><p class="noindent" >direction setting </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-20-1" class="td01"><span -class="ec-lmvtt-10">pdfdisplaydoctitle </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-20-2" +class="ec-lmvtt-10">pdfdisplaydoctitle </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-20-2" class="td11"> <!--l. 750--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-20-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-20-4" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-20-4" class="td10"> <!--l. 750--><p class="noindent" >display document title instead of file name in title bar </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-21-1" -class="td01"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-21-2" +class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-21-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-21-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-21-4" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-21-4" class="td10"></td></tr> <tr style="vertical-align:baseline;" id="TBL-8-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-22-1" class="td01"><span -class="ec-lmvtt-10">pdfduplex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-22-2" +class="ec-lmvtt-10">pdfduplex </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-22-2" class="td11"> <!--l. 752--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-22-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-22-4" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-22-4" class="td10"> <!--l. 752--><p class="noindent" >paper handling option for print dialog </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-23-1" class="td01"><span -class="ec-lmvtt-10">pdffitwindow </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-23-2" +class="ec-lmvtt-10">pdffitwindow </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-23-2" class="td11"> <!--l. 753--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-23-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-23-4" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-23-4" class="td10"> <!--l. 753--><p class="noindent" >resize document window to fit document size </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-24-1" class="td01"><span -class="ec-lmvtt-10">pdflang </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-24-2" +class="ec-lmvtt-10">pdflang </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-24-2" class="td11"> <!--l. 754--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-24-3" class="td11"> <span -class="ec-lmri-10">relax </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-24-4" +class="ec-lmri-10">relax </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-24-4" class="td10"> <!--l. 754--><p class="noindent" >PDF language identifier (RFC 3066) </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-25-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-25-1" class="td01"><span -class="ec-lmvtt-10">pdfmenubar </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-25-2" +class="ec-lmvtt-10">pdfmenubar </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-25-2" class="td11"> <!--l. 755--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-25-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-25-4" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-25-4" class="td10"> <!--l. 755--><p class="noindent" >make PDF viewer’s menu bar visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-26-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-26-1" class="td01"><span -class="ec-lmvtt-10">pdfnewwindow </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-26-2" +class="ec-lmvtt-10">pdfnewwindow </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-26-2" class="td11"> <!--l. 756--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-26-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-26-4" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-26-4" class="td10"> <!--l. 756--><p class="noindent" >make links that open another PDF file start a new window </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-27-1" class="td01"><span -class="ec-lmvtt-10">pdfnonfullscreenpagemode </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-27-2" +class="ec-lmvtt-10">pdfnonfullscreenpagemode </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-27-2" class="td11"> <!--l. 758--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-27-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-27-4" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-27-4" class="td10"> <!--l. 758--><p class="noindent" >page mode setting on exiting full-screen mode</td> </tr><tr style="vertical-align:baseline;" id="TBL-8-28-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-28-1" class="td01"><span -class="ec-lmvtt-10">pdfnumcopies </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-28-2" +class="ec-lmvtt-10">pdfnumcopies </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-28-2" class="td11"> <!--l. 760--><p class="noindent" >integer </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-28-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-28-4" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-28-4" class="td10"> <!--l. 760--><p class="noindent" >number of printed copies </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-29-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-29-1" class="td01"><span -class="ec-lmvtt-10">pdfpagelayout </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-29-2" +class="ec-lmvtt-10">pdfpagelayout </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-29-2" class="td11"> <!--l. 761--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-29-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-29-4" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-29-4" class="td10"> <!--l. 761--><p class="noindent" >set layout of PDF pages </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-30-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-30-1" class="td01"><span -class="ec-lmvtt-10">pdfpagelabels </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-30-2" +class="ec-lmvtt-10">pdfpagelabels </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-30-2" class="td11"> <!--l. 762--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-30-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-30-4" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-30-4" class="td10"> <!--l. 762--><p class="noindent" >set PDF page labels </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-31-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-31-1" class="td01"><span -class="ec-lmvtt-10">pdfpagetransition </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-31-2" +class="ec-lmvtt-10">pdfpagetransition </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-31-2" class="td11"> <!--l. 763--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-31-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-31-4" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-31-4" class="td10"> <!--l. 763--><p class="noindent" >set PDF page transition style </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-32-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-32-1" class="td01"><span -class="ec-lmvtt-10">pdfpicktraybypdfsize </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-32-2" +class="ec-lmvtt-10">pdfpicktraybypdfsize </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-32-2" class="td11"> <!--l. 764--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-32-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-32-4" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-32-4" class="td10"> <!--l. 764--><p class="noindent" >set option for print dialog </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-33-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-33-1" class="td01"><span -class="ec-lmvtt-10">pdfprintarea </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-33-2" +class="ec-lmvtt-10">pdfprintarea </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-33-2" class="td11"> <!--l. 765--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-33-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-33-4" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-33-4" class="td10"> <!--l. 765--><p class="noindent" >set /PrintArea of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-34-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-34-1" class="td01"><span -class="ec-lmvtt-10">pdfprintclip </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-34-2" +class="ec-lmvtt-10">pdfprintclip </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-34-2" class="td11"> <!--l. 766--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-34-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-34-4" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-34-4" class="td10"> <!--l. 766--><p class="noindent" >set /PrintClip of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-35-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-35-1" class="td01"><span -class="ec-lmvtt-10">pdfprintpagerange </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-35-2" +class="ec-lmvtt-10">pdfprintpagerange </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-35-2" class="td11"> <!--l. 767--><p class="noindent" >n n (n n)* </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-35-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-35-4" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-35-4" class="td10"> <!--l. 768--><p class="noindent" >set /PrintPageRange of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-36-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-36-1" class="td01"><span -class="ec-lmvtt-10">pdfprintscaling </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-36-2" +class="ec-lmvtt-10">pdfprintscaling </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-36-2" class="td11"> <!--l. 770--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-36-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-36-4" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-36-4" class="td10"> <!--l. 770--><p class="noindent" >page scaling option for print dialog (option /PrintScaling of viewer preferences, PDF 1.6); @@ -2152,51 +2152,51 @@ class="ec-lmvtt-10">AppDefault</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-37-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-37-1" class="td01"><span -class="ec-lmvtt-10">pdftoolbar </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-37-2" +class="ec-lmvtt-10">pdftoolbar </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-37-2" class="td11"> <!--l. 775--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-37-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-37-4" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-37-4" class="td10"> <!--l. 775--><p class="noindent" >make PDF toolbar visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-38-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-38-1" class="td01"><span -class="ec-lmvtt-10">pdfviewarea </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-38-2" +class="ec-lmvtt-10">pdfviewarea </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-38-2" class="td11"> <!--l. 776--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-38-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-38-4" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-38-4" class="td10"> <!--l. 776--><p class="noindent" >set /ViewArea of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-39-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-39-1" class="td01"><span -class="ec-lmvtt-10">pdfviewclip </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-39-2" +class="ec-lmvtt-10">pdfviewclip </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-39-2" class="td11"> <!--l. 777--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-39-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-39-4" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-39-4" class="td10"> <!--l. 777--><p class="noindent" >set /ViewClip of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-40-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-40-1" class="td01"><span -class="ec-lmvtt-10">pdfwindowui </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-40-2" +class="ec-lmvtt-10">pdfwindowui </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-40-2" class="td11"> <!--l. 778--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-40-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-40-4" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-40-4" class="td10"> <!--l. 778--><p class="noindent" >make PDF user interface elements visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-41-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-41-1" class="td01"><span -class="ec-lmvtt-10">unicode </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-41-2" +class="ec-lmvtt-10">unicode </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-41-2" class="td11"> <!--l. 779--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-41-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-41-4" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-41-4" class="td10"> <!--l. 779--><p class="noindent" >Unicode encoded PDF strings </td> @@ -2246,7 +2246,7 @@ id="TBL-9-3"></colgroup> class="td01"><span class="ec-lmvtt-10">XYZ </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-9-1-2" class="td11"> <span -class="ec-lmri-10">left top zoom </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-1-3" +class="ec-lmri-10">left top zoom </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-1-3" class="td10"> <!--l. 795--><p class="noindent" >Sets a coordinate and a zoom factor. If any one is null, the source link value is used. <span @@ -2258,7 +2258,7 @@ class="ec-lmri-10">null </span>will give the same values as the current style="vertical-align:baseline;" id="TBL-9-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-2-1" class="td01"><span class="ec-lmvtt-10">Fit </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-9-2-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-9-2-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-9-2-3" class="td10"> <!--l. 797--><p class="noindent" >Fits the page to the window. </td> </tr><tr @@ -2266,7 +2266,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">FitH </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-9-3-2" class="td11"> <span -class="ec-lmri-10">top </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-3-3" +class="ec-lmri-10">top </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-3-3" class="td10"> <!--l. 798--><p class="noindent" >Fits the width of the page to the window. </td> </tr><tr @@ -2274,7 +2274,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">FitV </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-9-4-2" class="td11"> <span -class="ec-lmri-10">left </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-4-3" +class="ec-lmri-10">left </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-4-3" class="td10"> <!--l. 799--><p class="noindent" >Fits the height of the page to the window. </td> </tr><tr @@ -2282,7 +2282,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">FitR </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-9-5-2" class="td11"> <span -class="ec-lmri-10">left bottom right top </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-5-3" +class="ec-lmri-10">left bottom right top </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-5-3" class="td10"> <!--l. 800--><p class="noindent" >Fits the rectangle specified by the four coordinates to the window. </td> @@ -2290,7 +2290,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-9-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-6-1" class="td01"><span class="ec-lmvtt-10">FitB </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-9-6-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-9-6-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-9-6-3" class="td10"> <!--l. 801--><p class="noindent" >Fits the page bounding box to the window. </td> </tr><tr @@ -2298,7 +2298,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">FitBH </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-9-7-2" class="td11"> <span -class="ec-lmri-10">top </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-7-3" +class="ec-lmri-10">top </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-7-3" class="td10"> <!--l. 802--><p class="noindent" >Fits the width of the page bounding box to the window. </td> @@ -2307,7 +2307,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">FitBV </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-9-8-2" class="td11"> <span -class="ec-lmri-10">left </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-8-3" +class="ec-lmri-10">left </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-8-3" class="td10"> <!--l. 803--><p class="noindent" >Fits the height of the page bounding box to the window. </td> @@ -2326,7 +2326,7 @@ class="td01"> </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-13-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-13-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-9-13-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-9-13-3" class="td10"></td></tr> </table></div> <!--l. 806--><p class="indent" > The <span @@ -2340,26 +2340,26 @@ id="TBL-10-2"></colgroup> <tr style="vertical-align:baseline;" id="TBL-10-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-1-1" class="td01"><span -class="ec-lmvtt-10">SinglePage </span></td><td style="white-space:wrap; text-align:left;" id="TBL-10-1-2" +class="ec-lmvtt-10">SinglePage </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-1-2" class="td10"> <!--l. 809--><p class="noindent" >Displays a single page; advancing flips the page </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-2-1" class="td01"><span -class="ec-lmvtt-10">OneColumn </span></td><td style="white-space:wrap; text-align:left;" id="TBL-10-2-2" +class="ec-lmvtt-10">OneColumn </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-2-2" class="td10"> <!--l. 810--><p class="noindent" >Displays the document in one column; continuous scrolling. </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-3-1" class="td01"><span -class="ec-lmvtt-10">TwoColumnLeft </span></td><td style="white-space:wrap; text-align:left;" id="TBL-10-3-2" +class="ec-lmvtt-10">TwoColumnLeft </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-3-2" class="td10"> <!--l. 811--><p class="noindent" >Displays the document in two columns, odd-numbered pages to the left. </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-4-1" class="td01"><span -class="ec-lmvtt-10">TwoColumnRight </span></td><td style="white-space:wrap; text-align:left;" id="TBL-10-4-2" +class="ec-lmvtt-10">TwoColumnRight </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-4-2" class="td10"> <!--l. 812--><p class="noindent" >Displays the document in two columns, odd-numbered pages to the right. </td> @@ -2368,14 +2368,14 @@ class="td10"> </tr><tr style="vertical-align:baseline;" id="TBL-10-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-5-1" class="td01"><span -class="ec-lmvtt-10">TwoPageLeft </span></td><td style="white-space:wrap; text-align:left;" id="TBL-10-5-2" +class="ec-lmvtt-10">TwoPageLeft </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-5-2" class="td10"> <!--l. 813--><p class="noindent" >Displays two pages, odd-numbered pages to the left (since PDF 1.5). </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-6-1" class="td01"><span -class="ec-lmvtt-10">TwoPageRight </span></td><td style="white-space:wrap; text-align:left;" id="TBL-10-6-2" +class="ec-lmvtt-10">TwoPageRight </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-6-2" class="td10"> <!--l. 814--><p class="noindent" >Displays two pages, odd-numbered pages to the right (since PDF 1.5). </td> @@ -2390,7 +2390,7 @@ class="td01"> </td> class="td01"> </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-10-1" -class="td01"> </td><td style="white-space:wrap; text-align:left;" id="TBL-10-10-2" +class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-10-10-2" class="td10"></td></tr> </table></div> <!--l. 817--><p class="indent" > Finally, the <span @@ -2417,7 +2417,7 @@ id="TBL-11-3"></colgroup> style="vertical-align:baseline;" id="TBL-11-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-1-1" class="td01"><span class="ec-lmvtt-10">Blinds </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-1-2" -class="td11"> /Dm </td><td style="white-space:wrap; text-align:left;" id="TBL-11-1-3" +class="td11"> /Dm </td><td style="white-space:normal; text-align:left;" id="TBL-11-1-3" class="td10"> <!--l. 825--><p class="noindent" >Multiple lines distributed evenly across the screen sweep in the same direction to reveal the new page. </td> @@ -2425,14 +2425,14 @@ class="td10"> style="vertical-align:baseline;" id="TBL-11-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-2-1" class="td01"><span class="ec-lmvtt-10">Box </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-2-2" -class="td11"> /M </td><td style="white-space:wrap; text-align:left;" id="TBL-11-2-3" +class="td11"> /M </td><td style="white-space:normal; text-align:left;" id="TBL-11-2-3" class="td10"> <!--l. 827--><p class="noindent" >A box sweeps in or out. </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-3-1" class="td01"><span class="ec-lmvtt-10">Dissolve </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-3-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-3-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-11-3-3" class="td10"> <!--l. 828--><p class="noindent" >The page image dissolves in a piecemeal fashion to reveal the new page. </td> @@ -2440,7 +2440,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-11-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-4-1" class="td01"><span class="ec-lmvtt-10">Glitter </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-4-2" -class="td11"> /Di </td><td style="white-space:wrap; text-align:left;" id="TBL-11-4-3" +class="td11"> /Di </td><td style="white-space:normal; text-align:left;" id="TBL-11-4-3" class="td10"> <!--l. 829--><p class="noindent" >Similar to Dissolve, except the effect sweeps across the screen. </td> @@ -2448,14 +2448,14 @@ class="td10"> style="vertical-align:baseline;" id="TBL-11-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-5-1" class="td01"><span class="ec-lmvtt-10">Split </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-5-2" -class="td11"> /Dm /M </td><td style="white-space:wrap; text-align:left;" id="TBL-11-5-3" +class="td11"> /Dm /M </td><td style="white-space:normal; text-align:left;" id="TBL-11-5-3" class="td10"> <!--l. 830--><p class="noindent" >Two lines sweep across the screen to reveal the new page.</td> </tr><tr style="vertical-align:baseline;" id="TBL-11-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-6-1" class="td01"><span class="ec-lmvtt-10">Wipe </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-6-2" -class="td11"> /Di </td><td style="white-space:wrap; text-align:left;" id="TBL-11-6-3" +class="td11"> /Di </td><td style="white-space:normal; text-align:left;" id="TBL-11-6-3" class="td10"> <!--l. 831--><p class="noindent" >A single line sweeps across the screen to reveal the new page. </td> @@ -2471,7 +2471,7 @@ class="td01"> </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-10-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-10-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-10-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-11-10-3" class="td10"></td></tr> </table></div> <!--l. 834--><p class="noindent" > @@ -2523,7 +2523,7 @@ id="TBL-12-3"></colgroup> class="td01"><span class="ec-lmvtt-10">anchorcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-1-2" class="td11"> <span -class="ec-lmri-10">black </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-1-3" +class="ec-lmri-10">black </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-1-3" class="td10"> <!--l. 864--><p class="noindent" >set color of anchors </td> </tr><tr @@ -2531,7 +2531,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">backref </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-2-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-2-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-2-3" class="td10"> <!--l. 865--><p class="noindent" >do bibliographical back references </td> </tr><tr @@ -2539,7 +2539,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">baseurl </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-3-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-3-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-3-3" class="td10"> <!--l. 866--><p class="noindent" >set base URL for document </td> </tr><tr @@ -2547,7 +2547,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">bookmarks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-4-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-4-3" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-4-3" class="td10"> <!--l. 867--><p class="noindent" >make bookmarks </td> </tr><tr @@ -2555,7 +2555,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">bookmarksnumbered </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-5-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-5-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-5-3" class="td10"> <!--l. 868--><p class="noindent" >put section numbers in bookmarks </td> </tr><tr @@ -2563,7 +2563,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">bookmarksopen </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-6-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-6-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-6-3" class="td10"> <!--l. 869--><p class="noindent" >open up bookmark tree </td> </tr><tr @@ -2571,7 +2571,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">bookmarksopenlevel </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-7-2" class="td11"> <span -class="ec-lmvtt-10">\maxdimen </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-7-3" +class="ec-lmvtt-10">\maxdimen </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-7-3" class="td10"> <!--l. 870--><p class="noindent" >level to which bookmarks are open </td> </tr><tr @@ -2579,7 +2579,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">bookmarkstype </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-8-2" class="td11"> <span -class="ec-lmri-10">toc </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-8-3" +class="ec-lmri-10">toc </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-8-3" class="td10"> <!--l. 871--><p class="noindent" >to specify which ‘toc’ file to mimic </td> </tr><tr @@ -2587,7 +2587,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">breaklinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-9-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-9-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-9-3" class="td10"> <!--l. 872--><p class="noindent" >allow links to break over lines </td> </tr><tr @@ -2595,7 +2595,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">CJKbookmarks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-10-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-10-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-10-3" class="td10"> <!--l. 873--><p class="noindent" >to produce CJK bookmarks </td> </tr><tr @@ -2603,7 +2603,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">citebordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-11-2" class="td11"> <span -class="ec-lmri-10">0 1 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-11-3" +class="ec-lmri-10">0 1 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-11-3" class="td10"> <!--l. 874--><p class="noindent" >color of border around cites </td> </tr><tr @@ -2611,7 +2611,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">citecolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-12-2" class="td11"> <span -class="ec-lmri-10">green </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-12-3" +class="ec-lmri-10">green </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-12-3" class="td10"> <!--l. 875--><p class="noindent" >color of citation links </td> </tr><tr @@ -2619,14 +2619,14 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">colorlinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-13-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-13-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-13-3" class="td10"> <!--l. 876--><p class="noindent" >color links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-14-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-12-14-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-14-3" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-14-3" class="td10"> <!--l. 877--><p class="noindent" >(<span class="ec-lmss-10">tex4ht</span>, <span @@ -2636,7 +2636,7 @@ class="ec-lmss-10">dviwindo</span>) </td> class="td01"><span class="ec-lmvtt-10">debug </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-15-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-15-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-15-3" class="td10"> <!--l. 878--><p class="noindent" >provide details of anchors defined; same as verbose </td> @@ -2645,7 +2645,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">destlabel </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-16-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-16-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-16-3" class="td10"> <!--l. 879--><p class="noindent" >destinations are named by the first <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\label</span></span></span> @@ -2655,7 +2655,7 @@ class="ec-lmvtt-10">\label</span></span></span> class="td01"><span class="ec-lmvtt-10">draft </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-17-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-17-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-17-3" class="td10"> <!--l. 880--><p class="noindent" >do not do any hyperlinking </td> @@ -2663,7 +2663,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-12-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-18-1" class="td01"><span class="ec-lmvtt-10">dvipdfm </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-18-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-18-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-18-3" class="td10"> <!--l. 881--><p class="noindent" >use <span class="ec-lmss-10">dvipdfm </span>backend </td> @@ -2671,7 +2671,7 @@ class="ec-lmss-10">dvipdfm </span>backend </td> style="vertical-align:baseline;" id="TBL-12-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-19-1" class="td01"><span class="ec-lmvtt-10">dvipdfmx </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-19-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-19-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-19-3" class="td10"> <!--l. 882--><p class="noindent" >use <span class="ec-lmss-10">dvipdfmx </span>backend </td> @@ -2679,20 +2679,20 @@ class="ec-lmss-10">dvipdfmx </span>backend </td> style="vertical-align:baseline;" id="TBL-12-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-20-1" class="td01"><span class="ec-lmvtt-10">dvips </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-20-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-20-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-20-3" class="td10"> <!--l. 883--><p class="noindent" >use <span class="ec-lmss-10">dvips </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-21-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-12-21-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-21-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-21-3" class="td10"></td></tr> <tr style="vertical-align:baseline;" id="TBL-12-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-22-1" class="td01"><span class="ec-lmvtt-10">dvipsone </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-22-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-22-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-22-3" class="td10"> <!--l. 884--><p class="noindent" >use <span class="ec-lmss-10">dvipsone </span>backend </td> @@ -2700,7 +2700,7 @@ class="ec-lmss-10">dvipsone </span>backend </td> style="vertical-align:baseline;" id="TBL-12-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-23-1" class="td01"><span class="ec-lmvtt-10">dviwindo </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-23-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-23-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-23-3" class="td10"> <!--l. 885--><p class="noindent" >use <span class="ec-lmss-10">dviwindo </span>backend </td> @@ -2708,7 +2708,7 @@ class="ec-lmss-10">dviwindo </span>backend </td> style="vertical-align:baseline;" id="TBL-12-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-24-1" class="td01"><span class="ec-lmvtt-10">encap </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-24-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-24-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-24-3" class="td10"> <!--l. 886--><p class="noindent" >to set encap character for hyperindex </td> </tr><tr @@ -2716,7 +2716,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">extension </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-25-2" class="td11"> <span -class="ec-lmri-10">dvi </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-25-3" +class="ec-lmri-10">dvi </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-25-3" class="td10"> <!--l. 887--><p class="noindent" >suffix of linked files </td> </tr><tr @@ -2724,7 +2724,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">filebordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-26-2" class="td11"> <span -class="ec-lmri-10">0 .5 .5 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-26-3" +class="ec-lmri-10">0 .5 .5 </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-26-3" class="td10"> <!--l. 888--><p class="noindent" >color of border around file links </td> </tr><tr @@ -2732,7 +2732,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">filecolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-27-2" class="td11"> <span -class="ec-lmri-10">cyan </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-27-3" +class="ec-lmri-10">cyan </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-27-3" class="td10"> <!--l. 889--><p class="noindent" >color of file links </td> </tr><tr @@ -2740,7 +2740,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">final </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-28-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-28-3" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-28-3" class="td10"> <!--l. 890--><p class="noindent" >opposite of option draft </td> </tr><tr @@ -2748,7 +2748,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">frenchlinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-29-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-29-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-29-3" class="td10"> <!--l. 891--><p class="noindent" >use small caps instead of color for links </td> </tr><tr @@ -2756,7 +2756,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">hyperfigures </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-30-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-30-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-30-3" class="td10"> <!--l. 892--><p class="noindent" >make figures hyper links </td> </tr><tr @@ -2764,7 +2764,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">hyperfootnotes </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-31-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-31-3" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-31-3" class="td10"> <!--l. 893--><p class="noindent" >set up hyperlinked footnotes </td> </tr><tr @@ -2772,14 +2772,14 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">hyperindex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-32-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-32-3" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-32-3" class="td10"> <!--l. 894--><p class="noindent" >set up hyperlinked indices </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-33-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-33-1" class="td01"><span class="ec-lmvtt-10">hypertex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-33-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-33-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-33-3" class="td10"> <!--l. 895--><p class="noindent" >use <span class="ec-lmss-10">Hyper</span><span class="TEX"><span @@ -2792,7 +2792,7 @@ class="ec-lmss-10">X</span></span> backend </td> class="td01"><span class="ec-lmvtt-10">hypertexnames </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-34-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-34-3" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-34-3" class="td10"> <!--l. 896--><p class="noindent" >use guessable names for links </td> </tr><tr @@ -2800,7 +2800,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">implicit </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-35-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-35-3" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-35-3" class="td10"> <!--l. 897--><p class="noindent" >redefine <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> internals </td> @@ -2808,7 +2808,7 @@ class="E">E</span>X</span></span> internals </td> style="vertical-align:baseline;" id="TBL-12-36-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-36-1" class="td01"><span class="ec-lmvtt-10">latex2html </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-36-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-36-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-36-3" class="td10"> <!--l. 898--><p class="noindent" >use <span class="LATEX"><span class="ec-lmss-10">L</span><span class="A"><span @@ -2823,7 +2823,7 @@ class="ec-lmss-10">2HTML </span>backend </td> class="td01"><span class="ec-lmvtt-10">linkbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-37-2" class="td11"> <span -class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-37-3" +class="ec-lmri-10">1 0 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-37-3" class="td10"> <!--l. 899--><p class="noindent" >color of border around links </td> </tr><tr @@ -2831,7 +2831,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">linkcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-38-2" class="td11"> <span -class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-38-3" +class="ec-lmri-10">red </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-38-3" class="td10"> <!--l. 900--><p class="noindent" >color of links </td> </tr><tr @@ -2839,7 +2839,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">linktoc </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-39-2" class="td11"> <span -class="ec-lmri-10">section </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-39-3" +class="ec-lmri-10">section </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-39-3" class="td10"> <!--l. 901--><p class="noindent" >make text be link on TOC, LOF and LOT </td> </tr><tr @@ -2847,7 +2847,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">linktocpage </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-40-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-40-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-40-3" class="td10"> <!--l. 902--><p class="noindent" >make page number, not text, be link on TOC, LOF and LOT </td> @@ -2856,7 +2856,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">menubordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-41-2" class="td11"> <span -class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-41-3" +class="ec-lmri-10">1 0 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-41-3" class="td10"> <!--l. 903--><p class="noindent" >color of border around menu links </td> </tr><tr @@ -2867,7 +2867,7 @@ class="td01"> </td></tr> class="td01"><span class="ec-lmvtt-10">menucolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-43-2" class="td11"> <span -class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-43-3" +class="ec-lmri-10">red </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-43-3" class="td10"> <!--l. 904--><p class="noindent" >color for menu links </td> </tr><tr @@ -2875,7 +2875,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">nativepdf </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-44-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-44-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-44-3" class="td10"> <!--l. 905--><p class="noindent" >an alias for <span class="ec-lmss-10">dvips</span> </td> @@ -2884,7 +2884,7 @@ class="ec-lmss-10">dvips</span> </td> class="td01"><span class="ec-lmvtt-10">naturalnames </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-45-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-45-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-45-3" class="td10"> <!--l. 906--><p class="noindent" >use <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span>-computed names for links </td> @@ -2893,7 +2893,7 @@ class="E">E</span>X</span></span>-computed names for links </td> class="td01"><span class="ec-lmvtt-10">nesting </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-46-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-46-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-46-3" class="td10"> <!--l. 907--><p class="noindent" >allow nesting of links </td> </tr><tr @@ -2901,7 +2901,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pageanchor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-47-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-47-3" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-47-3" class="td10"> <!--l. 908--><p class="noindent" >put an anchor on every page </td> </tr><tr @@ -2909,7 +2909,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pagebackref </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-48-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-48-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-48-3" class="td10"> <!--l. 909--><p class="noindent" >backreference by page number </td> </tr><tr @@ -2917,7 +2917,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfauthor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-49-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-49-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-49-3" class="td10"> <!--l. 910--><p class="noindent" >text for PDF Author field </td> @@ -2927,14 +2927,14 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfborder </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-50-2" class="td11"> <span -class="ec-lmri-10">0 0 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-50-3" +class="ec-lmri-10">0 0 1 </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-50-3" class="td10"> <!--l. 911--><p class="noindent" >width of PDF link border </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-51-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-51-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-12-51-2" class="td11"> <span -class="ec-lmri-10">0 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-51-3" +class="ec-lmri-10">0 0 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-51-3" class="td10"> <!--l. 912--><p class="noindent" >(<span class="ec-lmvtt-10">colorlinks)</span> </td> @@ -2943,7 +2943,7 @@ class="ec-lmvtt-10">colorlinks)</span> class="td01"><span class="ec-lmvtt-10">pdfcenterwindow </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-52-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-52-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-52-3" class="td10"> <!--l. 913--><p class="noindent" >position the document window in the center of the screen </td> @@ -2952,14 +2952,14 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfcreator </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-53-2" class="td11"> <span -class="ec-lmri-10">LaTeX with </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-53-3" +class="ec-lmri-10">LaTeX with </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-53-3" class="td10"> <!--l. 914--><p class="noindent" >text for PDF Creator field </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-54-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-54-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-12-54-2" class="td11"> <span -class="ec-lmri-10">hyperref </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-54-3" +class="ec-lmri-10">hyperref </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-54-3" class="td10"> <!--l. 916--><p class="noindent" > </td> </tr><tr @@ -2967,7 +2967,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfdirection </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-55-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-55-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-55-3" class="td10"> <!--l. 916--><p class="noindent" >direction setting </td> </tr><tr @@ -2975,7 +2975,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfdisplaydoctitle </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-56-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-56-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-56-3" class="td10"> <!--l. 917--><p class="noindent" >display document title instead of file name in title bar </td> @@ -2984,7 +2984,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfduplex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-57-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-57-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-57-3" class="td10"> <!--l. 919--><p class="noindent" >paper handling option for print dialog </td> </tr><tr @@ -2992,7 +2992,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdffitwindow </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-58-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-58-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-58-3" class="td10"> <!--l. 921--><p class="noindent" >resize document window to fit document size </td> </tr><tr @@ -3000,7 +3000,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfhighlight </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-59-2" class="td11"> <span -class="ec-lmri-10">/I </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-59-3" +class="ec-lmri-10">/I </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-59-3" class="td10"> <!--l. 922--><p class="noindent" >set highlighting of PDF links </td> </tr><tr @@ -3008,7 +3008,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfinfo </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-60-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-60-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-60-3" class="td10"> <!--l. 923--><p class="noindent" >alternative interface for setting document information </td> @@ -3017,7 +3017,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfkeywords </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-61-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-61-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-61-3" class="td10"> <!--l. 924--><p class="noindent" >text for PDF Keywords field </td> </tr><tr @@ -3025,7 +3025,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdflang </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-62-2" class="td11"> <span -class="ec-lmri-10">relax </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-62-3" +class="ec-lmri-10">relax </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-62-3" class="td10"> <!--l. 925--><p class="noindent" >PDF language identifier (RFC 3066) </td> </tr><tr @@ -3036,7 +3036,7 @@ class="td01"> </td></tr> class="td01"><span class="ec-lmvtt-10">pdfmark </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-64-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-64-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-64-3" class="td10"> <!--l. 926--><p class="noindent" >an alias for <span class="ec-lmss-10">dvips</span> </td> @@ -3045,7 +3045,7 @@ class="ec-lmss-10">dvips</span> </td> class="td01"><span class="ec-lmvtt-10">pdfmenubar </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-65-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-65-3" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-65-3" class="td10"> <!--l. 927--><p class="noindent" >make PDF viewer’s menu bar visible </td> </tr><tr @@ -3053,13 +3053,13 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfnewwindow </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-66-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-66-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-66-3" class="td10"> <!--l. 928--><p class="noindent" >make links that open another PDF </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-67-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-67-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-12-67-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-67-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-67-3" class="td10"> <!--l. 929--><p class="noindent" >file start a new window </td> </tr><tr @@ -3067,7 +3067,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfnonfullscreenpagemode </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-68-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-68-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-68-3" class="td10"> <!--l. 931--><p class="noindent" >page mode setting on exiting full-screen mode</td> </tr><tr @@ -3075,7 +3075,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfnumcopies </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-69-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-69-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-69-3" class="td10"> <!--l. 933--><p class="noindent" >number of printed copies </td> </tr><tr @@ -3083,7 +3083,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfpagelayout </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-70-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-70-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-70-3" class="td10"> <!--l. 934--><p class="noindent" >set layout of PDF pages </td> </tr><tr @@ -3091,7 +3091,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfpagemode </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-71-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-71-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-71-3" class="td10"> <!--l. 935--><p class="noindent" >set default mode of PDF display </td> </tr><tr @@ -3099,7 +3099,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfpagelabels </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-72-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-72-3" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-72-3" class="td10"> <!--l. 936--><p class="noindent" >set PDF page labels </td> </tr><tr @@ -3107,7 +3107,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfpagescrop </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-73-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-73-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-73-3" class="td10"> <!--l. 937--><p class="noindent" >set crop size of PDF document </td> </tr><tr @@ -3115,7 +3115,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfpagetransition </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-74-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-74-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-74-3" class="td10"> <!--l. 938--><p class="noindent" >set PDF page transition style </td> </tr><tr @@ -3123,7 +3123,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfpicktraybypdfsize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-75-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-75-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-75-3" class="td10"> <!--l. 940--><p class="noindent" >set option for print dialog </td> </tr><tr @@ -3131,7 +3131,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfprintarea </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-76-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-76-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-76-3" class="td10"> <!--l. 941--><p class="noindent" >set /PrintArea of viewer preferences </td> </tr><tr @@ -3139,7 +3139,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfprintclip </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-77-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-77-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-77-3" class="td10"> <!--l. 942--><p class="noindent" >set /PrintClip of viewer preferences </td> </tr><tr @@ -3147,7 +3147,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfprintpagerange </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-78-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-78-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-78-3" class="td10"> <!--l. 943--><p class="noindent" >set /PrintPageRange of viewer preferences </td> </tr><tr @@ -3155,7 +3155,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfprintscaling </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-79-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-79-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-79-3" class="td10"> <!--l. 944--><p class="noindent" >page scaling option for print dialog </td> @@ -3165,7 +3165,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfproducer </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-80-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-80-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-80-3" class="td10"> <!--l. 945--><p class="noindent" >text for PDF Producer field </td> </tr><tr @@ -3173,7 +3173,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfremotestartview </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-81-2" class="td11"> <span -class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-81-3" +class="ec-lmri-10">Fit </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-81-3" class="td10"> <!--l. 946--><p class="noindent" >starting view of remote PDF documents </td> </tr><tr @@ -3181,7 +3181,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfstartpage </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-82-2" class="td11"> <span -class="ec-lmri-10">1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-82-3" +class="ec-lmri-10">1 </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-82-3" class="td10"> <!--l. 947--><p class="noindent" >page at which PDF document opens </td> </tr><tr @@ -3189,7 +3189,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfstartview </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-83-2" class="td11"> <span -class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-83-3" +class="ec-lmri-10">Fit </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-83-3" class="td10"> <!--l. 948--><p class="noindent" >starting view of PDF document </td> </tr><tr @@ -3200,14 +3200,14 @@ class="td01"> </td></tr> class="td01"><span class="ec-lmvtt-10">pdfsubject </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-85-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-85-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-85-3" class="td10"> <!--l. 949--><p class="noindent" >text for PDF Subject field </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-86-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-86-1" class="td01"><span class="ec-lmvtt-10">pdftex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-86-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-86-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-86-3" class="td10"> <!--l. 950--><p class="noindent" >use <span class="ec-lmss-10">pdf</span><span class="TEX"><span @@ -3220,7 +3220,7 @@ class="ec-lmss-10">X</span></span> backend </td> class="td01"><span class="ec-lmvtt-10">pdftitle </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-87-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-87-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-87-3" class="td10"> <!--l. 951--><p class="noindent" >text for PDF Title field </td> </tr><tr @@ -3228,7 +3228,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdftoolbar </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-88-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-88-3" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-88-3" class="td10"> <!--l. 952--><p class="noindent" >make PDF toolbar visible </td> </tr><tr @@ -3236,7 +3236,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdftrapped </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-89-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-89-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-89-3" class="td10"> <!--l. 953--><p class="noindent" >Sets the document information Trapped entry. Possible values are <span @@ -3249,7 +3249,7 @@ class="ec-lmvtt-10">Unknown</span>. class="td01"><span class="ec-lmvtt-10">pdfview </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-90-2" class="td11"> <span -class="ec-lmri-10">XYZ </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-90-3" +class="ec-lmri-10">XYZ </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-90-3" class="td10"> <!--l. 956--><p class="noindent" >PDF ‘view’ when on link traversal </td> </tr><tr @@ -3257,7 +3257,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfviewarea </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-91-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-91-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-91-3" class="td10"> <!--l. 957--><p class="noindent" >set /ViewArea of viewer preferences </td> </tr><tr @@ -3265,7 +3265,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfviewclip </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-92-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-92-3" +class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-92-3" class="td10"> <!--l. 958--><p class="noindent" >set /ViewClip of viewer preferences </td> </tr><tr @@ -3273,7 +3273,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfwindowui </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-93-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-93-3" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-93-3" class="td10"> <!--l. 959--><p class="noindent" >make PDF user interface elements visible </td> </tr><tr @@ -3281,14 +3281,14 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">plainpages </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-94-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-94-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-94-3" class="td10"> <!--l. 960--><p class="noindent" >do page number anchors as plain Arabic </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-95-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-95-1" class="td01"><span class="ec-lmvtt-10">ps2pdf </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-95-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-95-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-95-3" class="td10"> <!--l. 961--><p class="noindent" >use <span class="ec-lmss-10">ps2pdf </span>backend </td> @@ -3297,7 +3297,7 @@ class="ec-lmss-10">ps2pdf </span>backend </td> class="td01"><span class="ec-lmvtt-10">raiselinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-96-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-96-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-96-3" class="td10"> <!--l. 962--><p class="noindent" >raise up links (for <span class="ec-lmss-10">Hyper</span><span class="TEX"><span @@ -3310,7 +3310,7 @@ class="ec-lmss-10">X</span></span> backend) </td> class="td01"><span class="ec-lmvtt-10">runbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-97-2" class="td11"> <span -class="ec-lmri-10">0 .7 .7 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-97-3" +class="ec-lmri-10">0 .7 .7 </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-97-3" class="td10"> <!--l. 963--><p class="noindent" >color of border around ‘run’ links </td> </tr><tr @@ -3318,7 +3318,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">runcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-98-2" class="td11"> <span -class="ec-lmri-10">filecolor </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-98-3" +class="ec-lmri-10">filecolor </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-98-3" class="td10"> <!--l. 964--><p class="noindent" >color of ‘run’ links </td> </tr><tr @@ -3326,14 +3326,14 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">setpagesize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-99-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-99-3" +class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-99-3" class="td10"> <!--l. 965--><p class="noindent" >set page size by special driver commands </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-100-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-100-1" class="td01"><span class="ec-lmvtt-10">tex4ht </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-100-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-100-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-100-3" class="td10"> <!--l. 966--><p class="noindent" >use <span class="TEX"><span class="ec-lmss-10">T</span><span @@ -3345,7 +3345,7 @@ class="ec-lmss-10">4ht </span>backend </td> style="vertical-align:baseline;" id="TBL-12-101-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-101-1" class="td01"><span class="ec-lmvtt-10">textures </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-101-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-101-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-101-3" class="td10"> <!--l. 967--><p class="noindent" >use <span class="ec-lmss-10">Textures </span>backend </td> @@ -3354,7 +3354,7 @@ class="ec-lmss-10">Textures </span>backend </td> class="td01"><span class="ec-lmvtt-10">unicode </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-102-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-102-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-102-3" class="td10"> <!--l. 968--><p class="noindent" >Unicode encoded pdf strings </td> </tr><tr @@ -3362,7 +3362,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">urlbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-103-2" class="td11"> <span -class="ec-lmri-10">0 1 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-103-3" +class="ec-lmri-10">0 1 1 </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-103-3" class="td10"> <!--l. 969--><p class="noindent" >color of border around URL links </td> </tr><tr @@ -3370,7 +3370,7 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">urlcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-104-2" class="td11"> <span -class="ec-lmri-10">magenta </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-104-3" +class="ec-lmri-10">magenta </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-104-3" class="td10"> <!--l. 970--><p class="noindent" >color of URL links </td> </tr><tr @@ -3381,14 +3381,14 @@ class="td01"> </td></tr> class="td01"><span class="ec-lmvtt-10">verbose </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-106-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-106-3" +class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-106-3" class="td10"> <!--l. 971--><p class="noindent" >be chatty </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-107-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-107-1" class="td01"><span class="ec-lmvtt-10">vtex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-107-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-107-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-107-3" class="td10"> <!--l. 972--><p class="noindent" >use <span class="ec-lmss-10">VTeX </span>backend </td> @@ -3396,7 +3396,7 @@ class="ec-lmss-10">VTeX </span>backend </td> style="vertical-align:baseline;" id="TBL-12-108-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-108-1" class="td01"><span class="ec-lmvtt-10">xetex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-108-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-108-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-108-3" class="td10"> <!--l. 973--><p class="noindent" >use <span class="ec-lmss-10">Xe</span><span class="TEX"><span @@ -3712,80 +3712,80 @@ id="TBL-25-2"></colgroup> <tr style="vertical-align:baseline;" id="TBL-25-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-1-1" class="td01"><span -class="ec-lmri-10">Macro </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-1-2" +class="ec-lmri-10">Macro </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-1-2" class="td10"> <!--l. 1120--><p class="noindent" ><span class="ec-lmri-10">Default</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-2-1" class="td01"><span -class="ec-lmvtt-10">\figurename </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-2-2" +class="ec-lmvtt-10">\figurename </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-2-2" class="td10"> <!--l. 1121--><p class="noindent" >Figure </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-3-1" class="td01"><span -class="ec-lmvtt-10">\tablename </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-3-2" +class="ec-lmvtt-10">\tablename </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-3-2" class="td10"> <!--l. 1122--><p class="noindent" >Table </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-4-1" class="td01"><span -class="ec-lmvtt-10">\partname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-4-2" +class="ec-lmvtt-10">\partname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-4-2" class="td10"> <!--l. 1123--><p class="noindent" >Part </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-5-1" class="td01"><span -class="ec-lmvtt-10">\appendixname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-5-2" +class="ec-lmvtt-10">\appendixname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-5-2" class="td10"> <!--l. 1124--><p class="noindent" >Appendix </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-6-1" class="td01"><span -class="ec-lmvtt-10">\equationname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-6-2" +class="ec-lmvtt-10">\equationname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-6-2" class="td10"> <!--l. 1125--><p class="noindent" >Equation </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-7-1" class="td01"><span -class="ec-lmvtt-10">\Itemname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-7-2" +class="ec-lmvtt-10">\Itemname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-7-2" class="td10"> <!--l. 1126--><p class="noindent" >item </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-8-1" class="td01"><span -class="ec-lmvtt-10">\chaptername </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-8-2" +class="ec-lmvtt-10">\chaptername </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-8-2" class="td10"> <!--l. 1127--><p class="noindent" >chapter </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-9-1" class="td01"><span -class="ec-lmvtt-10">\sectionname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-9-2" +class="ec-lmvtt-10">\sectionname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-9-2" class="td10"> <!--l. 1128--><p class="noindent" >section </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-10-1" class="td01"><span -class="ec-lmvtt-10">\subsectionname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-10-2" +class="ec-lmvtt-10">\subsectionname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-10-2" class="td10"> <!--l. 1129--><p class="noindent" >subsection </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-11-1" class="td01"><span -class="ec-lmvtt-10">\subsubsectionname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-11-2" +class="ec-lmvtt-10">\subsubsectionname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-11-2" class="td10"> <!--l. 1130--><p class="noindent" >subsubsection </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-12-1" class="td01"><span -class="ec-lmvtt-10">\paragraphname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-12-2" +class="ec-lmvtt-10">\paragraphname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-12-2" class="td10"> <!--l. 1131--><p class="noindent" >paragraph </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-13-1" class="td01"><span -class="ec-lmvtt-10">\Hfootnotename </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-13-2" +class="ec-lmvtt-10">\Hfootnotename </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-13-2" class="td10"> <!--l. 1132--><p class="noindent" >footnote </td> @@ -3793,19 +3793,19 @@ class="td10"> </tr><tr style="vertical-align:baseline;" id="TBL-25-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-14-1" class="td01"><span -class="ec-lmvtt-10">\AMSname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-14-2" +class="ec-lmvtt-10">\AMSname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-14-2" class="td10"> <!--l. 1133--><p class="noindent" >Equation </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-15-1" class="td01"><span -class="ec-lmvtt-10">\theoremname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-15-2" +class="ec-lmvtt-10">\theoremname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-15-2" class="td10"> <!--l. 1134--><p class="noindent" >Theorem </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-16-1" class="td01"><span -class="ec-lmvtt-10">\page </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-16-2" +class="ec-lmvtt-10">\page </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-16-2" class="td10"> <!--l. 1135--><p class="noindent" >page </td> </tr><tr @@ -3822,7 +3822,7 @@ class="td01"> </td> class="td01"> </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-21-1" -class="td01"> </td><td style="white-space:wrap; text-align:left;" id="TBL-25-21-2" +class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-25-21-2" class="td10"></td></tr> </table></div> <!--l. 1138--><p class="indent" > Example for a redefinition if <span @@ -5038,7 +5038,7 @@ id="TBL-40-1"><col id="TBL-40-2"></colgroup> <tr style="vertical-align:baseline;" id="TBL-40-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-40-1-1" -class="td01">File </td><td style="white-space:wrap; text-align:left;" id="TBL-40-1-2" +class="td01">File </td><td style="white-space:normal; text-align:left;" id="TBL-40-1-2" class="td10"> <!--l. 2165--><p class="noindent" >Open, Close, @@ -5052,7 +5052,7 @@ class="td10"> </tr><tr style="vertical-align:baseline;" id="TBL-40-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-40-2-1" class="td01">File<span -class="lmsy-10">→</span>Import </td><td style="white-space:wrap; text-align:left;" id="TBL-40-2-2" +class="lmsy-10">→</span>Import </td><td style="white-space:normal; text-align:left;" id="TBL-40-2-2" class="td10"> <!--l. 2166--><p class="noindent" >ImportImage, ImportNotes, @@ -5060,14 +5060,14 @@ class="td10"> </tr><tr style="vertical-align:baseline;" id="TBL-40-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-40-3-1" class="td01">File<span -class="lmsy-10">→</span>Export </td><td style="white-space:wrap; text-align:left;" id="TBL-40-3-2" +class="lmsy-10">→</span>Export </td><td style="white-space:normal; text-align:left;" id="TBL-40-3-2" class="td10"> <!--l. 2167--><p class="noindent" >ExportNotes, AcroForm:ExportFDF </td> </tr><tr style="vertical-align:baseline;" id="TBL-40-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-40-4-1" class="td01">File<span -class="lmsy-10">→</span>DocumentInfo </td><td style="white-space:wrap; text-align:left;" id="TBL-40-4-2" +class="lmsy-10">→</span>DocumentInfo </td><td style="white-space:normal; text-align:left;" id="TBL-40-4-2" class="td10"> <!--l. 2168--><p class="noindent" >GeneralInfo, OpenInfo, @@ -5080,7 +5080,7 @@ class="td10"> </tr><tr style="vertical-align:baseline;" id="TBL-40-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-40-5-1" class="td01">File<span -class="lmsy-10">→</span>Preferences </td><td style="white-space:wrap; text-align:left;" id="TBL-40-5-2" +class="lmsy-10">→</span>Preferences </td><td style="white-space:normal; text-align:left;" id="TBL-40-5-2" class="td10"> <!--l. 2169--><p class="noindent" >GeneralPrefs, NotePrefs, @@ -5092,7 +5092,7 @@ class="td10"> Cpt:Capture </td> </tr><tr style="vertical-align:baseline;" id="TBL-40-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-40-6-1" -class="td01">Edit </td><td style="white-space:wrap; text-align:left;" id="TBL-40-6-2" +class="td01">Edit </td><td style="white-space:normal; text-align:left;" id="TBL-40-6-2" class="td10"> <!--l. 2171--><p class="noindent" >Undo, Cut, @@ -5108,19 +5108,19 @@ class="td10"> TouchUp:FindSuspect, </td> </tr><tr style="vertical-align:baseline;" id="TBL-40-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-40-7-1" -class="td01"> </td><td style="white-space:wrap; text-align:left;" id="TBL-40-7-2" +class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-40-7-2" class="td10"> <!--l. 2174--><p class="noindent" >Properties </td> </tr><tr style="vertical-align:baseline;" id="TBL-40-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-40-8-1" class="td01">Edit<span -class="lmsy-10">→</span>Fields </td><td style="white-space:wrap; text-align:left;" id="TBL-40-8-2" +class="lmsy-10">→</span>Fields </td><td style="white-space:normal; text-align:left;" id="TBL-40-8-2" class="td10"> <!--l. 2175--><p class="noindent" >AcroForm:Duplicate, AcroForm:TabOrder </td> </tr><tr style="vertical-align:baseline;" id="TBL-40-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-40-9-1" -class="td01">Document </td><td style="white-space:wrap; text-align:left;" id="TBL-40-9-2" +class="td01">Document </td><td style="white-space:normal; text-align:left;" id="TBL-40-9-2" class="td10"> <!--l. 2176--><p class="noindent" >Cpt:CapturePages, AcroForm:Actions, @@ -5138,7 +5138,7 @@ class="td10"> </tr><tr style="vertical-align:baseline;" id="TBL-40-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-40-10-1" -class="td01">View </td><td style="white-space:wrap; text-align:left;" id="TBL-40-10-2" +class="td01">View </td><td style="white-space:normal; text-align:left;" id="TBL-40-10-2" class="td10"> <!--l. 2179--><p class="noindent" >ActualSize, FitVisible, @@ -5162,7 +5162,7 @@ class="td10"> ShowThumbs </td> </tr><tr style="vertical-align:baseline;" id="TBL-40-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-40-11-1" -class="td01">Tools </td><td style="white-space:wrap; text-align:left;" id="TBL-40-11-2" +class="td01">Tools </td><td style="white-space:normal; text-align:left;" id="TBL-40-11-2" class="td10"> <!--l. 2182--><p class="noindent" >Hand, ZoomIn, @@ -5182,7 +5182,7 @@ class="td10"> </tr><tr style="vertical-align:baseline;" id="TBL-40-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-40-12-1" class="td01">Tools<span -class="lmsy-10">→</span>Search </td><td style="white-space:wrap; text-align:left;" id="TBL-40-12-2" +class="lmsy-10">→</span>Search </td><td style="white-space:normal; text-align:left;" id="TBL-40-12-2" class="td10"> <!--l. 2185--><p class="noindent" >AcroSrch:Query, AcroSrch:Indexes, @@ -5196,7 +5196,7 @@ class="td10"> </tr><tr style="vertical-align:baseline;" id="TBL-40-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-40-13-1" -class="td01">Window </td><td style="white-space:wrap; text-align:left;" id="TBL-40-13-2" +class="td01">Window </td><td style="white-space:normal; text-align:left;" id="TBL-40-13-2" class="td10"> <!--l. 2187--><p class="noindent" >ShowHideToolBar, ShowHideMenuBar, @@ -5207,7 +5207,7 @@ class="td10"> CloseAll </td> </tr><tr style="vertical-align:baseline;" id="TBL-40-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-40-14-1" -class="td01">Help </td><td style="white-space:wrap; text-align:left;" id="TBL-40-14-2" +class="td01">Help </td><td style="white-space:normal; text-align:left;" id="TBL-40-14-2" class="td10"> <!--l. 2189--><p class="noindent" >HelpUserGuide, HelpTutorial, @@ -5222,7 +5222,7 @@ class="td10"> Weblink:Home </td> </tr><tr style="vertical-align:baseline;" id="TBL-40-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-40-15-1" -class="td01">Help(Windows) </td><td style="white-space:wrap; text-align:left;" id="TBL-40-15-2" +class="td01">Help(Windows) </td><td style="white-space:normal; text-align:left;" id="TBL-40-15-2" class="td10"> <!--l. 2191--><p class="noindent" >About </td> </tr><tr @@ -5236,7 +5236,7 @@ class="td01"> </td> class="td01"> </td> </tr><tr style="vertical-align:baseline;" id="TBL-40-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-40-19-1" -class="td01"> </td><td style="white-space:wrap; text-align:left;" id="TBL-40-19-2" +class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-40-19-2" class="td10"></td></tr> </table></div> <!--l. 2194--><p class="noindent" > @@ -5486,7 +5486,7 @@ id="TBL-55-3"></colgroup> class="td01"><span class="ec-lmvtt-10">action </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-1-2" class="td11"> <span -class="ec-lmri-10">URL </span></td><td style="white-space:wrap; text-align:left;" id="TBL-55-1-3" +class="ec-lmri-10">URL </span></td><td style="white-space:normal; text-align:left;" id="TBL-55-1-3" class="td10"> <!--l. 2280--><p class="noindent" >The URL that will receive the form data if a <span class="ec-lmss-10">Submit </span>button @@ -5496,7 +5496,7 @@ class="ec-lmss-10">Submit </span>button class="td01"><span class="ec-lmvtt-10">encoding </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-2-2" class="td11"> <span -class="ec-lmri-10">name </span></td><td style="white-space:wrap; text-align:left;" id="TBL-55-2-3" +class="ec-lmri-10">name </span></td><td style="white-space:normal; text-align:left;" id="TBL-55-2-3" class="td10"> <!--l. 2281--><p class="noindent" >The encoding for the string set to the URL; FDF-encoding is usual, and <span @@ -5506,7 +5506,7 @@ class="ec-lmvtt-10">html </span>is the only valid value </ class="td01"><span class="ec-lmvtt-10">method </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-3-2" class="td11"> <span -class="ec-lmri-10">name </span></td><td style="white-space:wrap; text-align:left;" id="TBL-55-3-3" +class="ec-lmri-10">name </span></td><td style="white-space:normal; text-align:left;" id="TBL-55-3-3" class="td10"> <!--l. 2283--><p class="noindent" >Used only when generating HTML; values can be <span class="ec-lmvtt-10">post </span>or @@ -5527,7 +5527,7 @@ class="td01"> </td> </tr><tr style="vertical-align:baseline;" id="TBL-55-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-8-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-8-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-55-8-3" +class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-55-8-3" class="td10"></td></tr> </table></div> <!--l. 2286--><p class="noindent" > diff --git a/Master/texmf-dist/doc/latex/hyperref/manual.pdf b/Master/texmf-dist/doc/latex/hyperref/manual.pdf Binary files differindex ca530199cd8..1cdd6376eab 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/manual.pdf 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 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> +<html > +<head><title></title> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<meta name="generator" content="TeX4ht (http://www.tug.org/tex4ht/)"> +<meta name="originator" content="TeX4ht (http://www.tug.org/tex4ht/)"> +<!-- html --> +<meta name="src" content="manual.tex"> +<link rel="stylesheet" type="text/css" href="manual.css"> +</head><body +> + <div class="footnote-text"> + <span class="footnote-mark"><a + id="fn3x0"> <sup class="textsuperscript">3</sup></a></span><span +class="ec-lmr-8">This section moved from the README file, needs more integration into the manual</span></div> + +</body></html> 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 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> +<html > +<head><title></title> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<meta name="generator" content="TeX4ht (http://www.tug.org/tex4ht/)"> +<meta name="originator" content="TeX4ht (http://www.tug.org/tex4ht/)"> +<!-- html --> +<meta name="src" content="manual.tex"> +<link rel="stylesheet" type="text/css" href="manual.css"> +</head><body +> + <div class="footnote-text"> + <span class="footnote-mark"><a + id="fn4x0"> <sup class="textsuperscript">4</sup></a></span><span +class="ec-lmr-8">This section moved from the README file, needs more integration into the manual</span></div> + +</body></html> 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 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> +<html > +<head><title></title> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<meta name="generator" content="TeX4ht (http://www.tug.org/tex4ht/)"> +<meta name="originator" content="TeX4ht (http://www.tug.org/tex4ht/)"> +<!-- html --> +<meta name="src" content="manual.tex"> +<link rel="stylesheet" type="text/css" href="manual.css"> +</head><body +> + <div class="footnote-text"> + <span class="footnote-mark"><a + id="fn5x0"> <sup class="textsuperscript">5</sup></a></span><span +class="ec-lmr-8">This section moved from the README file, needs more integration into the manual</span></div> + +</body></html> diff --git a/Master/texmf-dist/doc/latex/hyperref/nameref.pdf b/Master/texmf-dist/doc/latex/hyperref/nameref.pdf Binary files differindex 28169447108..141ba82fd59 100644 --- a/Master/texmf-dist/doc/latex/hyperref/nameref.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/nameref.pdf diff --git a/Master/texmf-dist/doc/latex/hyperref/options.pdf b/Master/texmf-dist/doc/latex/hyperref/options.pdf Binary files differindex cf593b302b4..30ed7fe0039 100644 --- a/Master/texmf-dist/doc/latex/hyperref/options.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/options.pdf 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 @@ %<puvnenc>\ProvidesFile{puvnenc.def} %<puarenc>\ProvidesFile{puarenc.def} %<psdextra>\ProvidesFile{psdextra.def} -%<!none> [2018/11/30 v6.88e % +%<!none> [2019/06/12 v6.88h % %<package> Hypertext links for LaTeX] %<nohyperref> Dummy hyperref (SR)] %<driver> 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 |