diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-05 20:50:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-05 20:50:08 +0000 |
commit | 1891a47167e1e153a4175f7a58e384bf5d700e16 (patch) | |
tree | 0b53c4e711129f56e365201a17b565ba55bc3392 /Master/texmf-dist/doc/latex | |
parent | 14f07ab853431454a65ea9b5893a260a77ace137 (diff) |
hyperref (5oct19)
git-svn-id: svn://tug.org/texlive/trunk@52295 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/ChangeLog.txt | 31 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/README.md | 39 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/backref.pdf | bin | 118807 -> 119610 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/hyperref.pdf | bin | 2401542 -> 2408294 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/manual.html | 2098 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/manual.pdf | bin | 284808 -> 286711 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/manual2.html | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/manual3.html | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/nameref.pdf | bin | 113181 -> 118426 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/options.pdf | bin | 30271 -> 30263 bytes |
10 files changed, 1085 insertions, 1087 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.txt b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.txt index 383f0692a43..80f5a9f8737 100644 --- a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.txt +++ b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.txt @@ -1,3 +1,22 @@ +2019-10-03 David Carlisle + * xr-hyper update to match xr + +2019-09-28 6.88j Ulrike Fischer + * reverted fix for issue #97 to solve issue #103 + +2019-09-28 David Carlisle + * repository moved to https://github.com/latex3/hyperref + +2019-09-27 6.88j Ulrike Fischer + * corrected default values of fields with non-ascii, issue #49 + * changed default height/width of formfields to + \normalbaselineskip (issue #84) + * added definitions for starred \ref,\pageref,\nameref if + implicit=false is used (issue #100). + +2019-09-16 nameref 2.46 Ulrike Fischer + * added missing test else branch of varioref code. + 2019-09-12 6.88i Ulrike Fischer * adapted code to new varioref version (suggestions from Frank Mittelback @@ -8,22 +27,22 @@ 2019-06-12 6.88h Ulrike Fischer * added code to allow \Hy@DisableOption to escape groups - https://github.com/ho-tex/hyperref/issues/97 + https://github.com/latex3/hyperref/issues/97 2019-04-27 6.88g Ulrike Fischer * added \mu to psdextra.def - https://github.com/ho-tex/hyperref/pull/90 + https://github.com/latex3/hyperref/pull/90 * removed setting of /Producer from all drivers - https://github.com/ho-tex/hyperref/issues/91 + https://github.com/latex3/hyperref/issues/91 2018-12-24 6.88f Ulrike Fischer * gobble \thanks in pdftitle - https://github.com/ho-tex/hyperref/issues/81 + https://github.com/latex3/hyperref/issues/81 2018-11-30 6.88e Ulrike Fischer * added ignorespaces to footnotetext to address - https://github.com/ho-tex/oberdiek/issues/50 + https://github.com/latex3/oberdiek/issues/50 2018-11-27 6.88d Ulrike Fischer * removed wrong producer warning for xetex and (x)dvipdfm(x) @@ -88,7 +107,7 @@ already declared). Declaring composites with an undeclared accent does not work and will be flagged as an error in the next LaTeX release. * Modify the regex in pdfremotestartview for github issue 28 - https://github.com/ho-tex/hyperref/issues/28 + https://github.com/latex3/hyperref/issues/28 2017-01-26 6.84a David Carlisle * 6.84a diff --git a/Master/texmf-dist/doc/latex/hyperref/README.md b/Master/texmf-dist/doc/latex/hyperref/README.md index 6abc8edb5ea..82a4937b9c9 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 -2019-09-12 +2019-10-03 ## INTRODUCTION @@ -25,7 +25,7 @@ Included are: `hyperref' is available on CTAN: - CTAN:macros/latex/contrib/hyperref/ + https://ctan.org/pkg/hyperref Also a ZIP file is provided that contains the files, already sorted in a TDS tree: @@ -36,7 +36,7 @@ nodes or one of its mirrors. This is explained in https://texfaq.org/FAQ-archives The main repository of hyperref is located at github - https://github.com/ho-tex/hyperref + https://github.com/latex3/hyperref ## INSTALLATION @@ -75,15 +75,15 @@ Example: 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: + 6. Update the databases if necessary, eg. for texlive: mktexlsr .../texmf ## AUTHORS/MAINTAINERS * Sebastian Rahtz (died 2016) - * Heiko Oberdiek - * David Carlisle (via GitHub ho-tex origanisation) + * Heiko Oberdiek (inactive) + * The LaTeX3 Project ## BUG REPORTS @@ -109,10 +109,8 @@ A bug report should contain: ## Bug address A bug tracker is available at github: - https://github.com/ho-tex/oberdiek/issues + https://github.com/latex3/hyperref/issues -Alternatively bug reports can be send to the support group public email list: - <ho-tex [at] tug [dot] org> ## Vietnamese part @@ -154,29 +152,8 @@ Responsible for the additions to PU encoding for Arabi is * more for PDF forms * per object setting * vary gap between text and box - * PostScript driver: the current implementation doesn't relly support + * PostScript driver: the current implementation doesn't really support nested links. The start positions should be remembered in a stack, but there are complications with page breaks. * ... - -## VERSIONS IN TEX DISTRIBUTIONS - -| TeX Live | hyperref | comment | -| -------- | -------- | ------- | -| TL 2016 | 2016/05/05 v6.83n | (at time of first release) | -| TL 2011 | 2011/04/17 v6.82g | (at time of first release) | -| TL 2010 | 2010/06/18 v6.81g | (at time of first release) | -| TL 2009 | 2009/10/09 v6.79a | (at time of first release) | -| TL 2008 | 2008/08/14 v6.78f | (at time of first release) | -| TL 2007 | 2007/02/07 v6.75r | | -| TL 2005 | 2003/11/30 v6.74m | | -| TL 2004 | 2003/11/30 v6.74m | | -| TL 2003 | 2003/09/15 v6.74i | | -| TL 7 (2002) | 2002/05/27 v6.72r | | -| TL 6b (2001) | 2001/05/26 v6.71g | | -| TL 5d (2000) | 2000/07/02 v6.70m | | -| TL 5c (2000) | 2000/05/08 v6.70f | | -| TL 4 (1999) | 1999/04/13 v6.56 | | -| TL 3 (1998) | 1998/03/25 v6.19 | | - diff --git a/Master/texmf-dist/doc/latex/hyperref/backref.pdf b/Master/texmf-dist/doc/latex/hyperref/backref.pdf Binary files differindex ac8848b1cfe..ee0d8ddd361 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 25803ee801f..add067eb88f 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/manual.html b/Master/texmf-dist/doc/latex/hyperref/manual.html index 69a1cc3444f..ef07c562a0a 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual.html +++ b/Master/texmf-dist/doc/latex/hyperref/manual.html @@ -268,10 +268,10 @@ href="#x1-12000013.9" id="QQ2-1-120">Termination</a></span> <br />  <span class="subsectionToc" >13.10 <a href="#x1-12100013.10" id="QQ2-1-121">Future revisions of this license</a></span> </div> -<!--l. 185--><p class="noindent" > +<!--l. 186--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">1 </span> <a id="x1-20001"></a>Introduction</h3> -<!--l. 187--><p class="noindent" >The package derives from, and builds on, the work of the Hyper<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span> project, described at +<!--l. 188--><p class="noindent" >The package derives from, and builds on, the work of the Hyper<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span> project, described at <a href="http://xxx.lanl.gov/hypertex/" class="url" ><span class="ec-lmvtt-10">http://xxx.lanl.gov/hypertex/</span></a>. It extends the functionality of all the <span class="HoLogo-LaTeX">L<span class="HoLogo-a">A</span><span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span></span> cross-referencing @@ -280,7 +280,13 @@ class="ec-lmvtt-10">\special </span>commands which a driver can turn into hypertext links; it also provides new commands to allow the user to write <span class="ec-lmri-10">ad hoc</span> hypertext links, including those to external documents and URLs. -<!--l. 195--><p class="indent" > This manual provides a brief overview of the <span +<!--l. 196--><p class="indent" > The package is currently maintained at <a +href="https://github.com/latex3/hyperref/" class="url" ><span +class="ec-lmvtt-10">https://github.com/latex3/hyperref/</span></a> and issues should be +reported there. + + +<!--l. 199--><p class="indent" > This manual provides a brief overview of the <span class="ec-lmss-10">hyperref </span>package. For more details, you should read the additional documentation distributed with the package, as well as the complete documentation by processing <span @@ -294,9 +300,7 @@ class="ec-lmri-10">E</span></span><span class="ec-lmri-10">X</span></span></span> <span class="ec-lmri-10">Web Companion</span>, where you will find additional examples. - - -<!--l. 202--><p class="indent" > The Hyper<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span> specification<span class="footnote-mark"><a +<!--l. 206--><p class="indent" > The Hyper<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span> specification<span class="footnote-mark"><a href="manual2.html#fn1x0"><sup class="textsuperscript">1</sup></a></span><a id="x1-2001f1"></a> says that conformant viewers/translators must recognize the following set of <span @@ -338,7 +342,7 @@ class="ec-lmvtt-10">html:<base</span><span class="ec-lmvtt-10"> href</span><span class="ec-lmvtt-10"> =</span><span class="ec-lmvtt-10"> "href_string"></span></span></span></dd></dl> -<!--l. 214--><p class="indent" > The <span +<!--l. 218--><p class="indent" > The <span class="ec-lmri-10">href</span>, <span class="ec-lmri-10">name </span>and <span class="ec-lmri-10">end </span>commands are used to do the basic hypertext operations of establishing links @@ -349,7 +353,7 @@ The <span class="ec-lmri-10">base_name </span>command is be used to communicate to the DVI viewer the full (URL) location of the current document so that files specified by relative URLs may be retrieved correctly. -<!--l. 223--><p class="indent" > The <span +<!--l. 227--><p class="indent" > The <span class="ec-lmri-10">href </span>and <span class="ec-lmri-10">name </span>commands must be paired with an <span class="ec-lmri-10">end </span>command later in the <span class="TEX">T<span @@ -377,7 +381,7 @@ class="ec-lmvtt-10">"</span></span></span>’ characters should be escaped with a backslash (<span class="lmsy-10">\</span>), and if it looks like a URL name it may cause problems. -<!--l. 239--><p class="indent" > However, the drivers intended to produce <span +<!--l. 243--><p class="indent" > However, the drivers intended to produce <span class="ec-lmri-10">only </span>PDF use literal PostScript or PDF <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\special</span></span></span> commands. The commands are defined in configuration files for different drivers, selected by package @@ -409,6 +413,8 @@ class="ec-lmbx-10">dvipsone</span> </dt><dd class="description">produces <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\special</span></span></span> commands tailored for <span class="ec-lmss-10">dvipsone</span> + + </dd><dt class="description"> <span class="ec-lmbx-10">ps2pdf</span> </dt><dd @@ -416,8 +422,6 @@ class="description">a special case of output suitable for processing by earlier writer; this is basically the same as that for <span class="ec-lmss-10">dvips</span>, but a few variations remained before version 5.21 - - </dd><dt class="description"> <span class="ec-lmbx-10">tex4ht</span> </dt><dd @@ -479,7 +483,7 @@ class="ec-lmbx-10">xetex</span> </dt><dd class="description">produces <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\special</span></span></span> commands for Xe<span class="TEX">T<span class="E">E</span>X</span></dd></dl> -<!--l. 265--><p class="indent" > Output from <span +<!--l. 269--><p class="indent" > Output from <span class="ec-lmss-10">dvips </span>or <span class="ec-lmss-10">dvipsone </span>must be processed using Acrobat Distiller to obtain a PDF file.<span class="footnote-mark"><a @@ -501,9 +505,9 @@ class="description">If a driver is not given and cannot be autodetected, then us value to this option <span class="ec-lmss-10">driverfallback</span>. Example: <div class="quote"> - <!--l. 281--><p class="noindent" ><span + <!--l. 285--><p class="noindent" ><span class="ec-lmvtt-10">driverfallback=dvipdfm</span></div> - <!--l. 283--><p class="noindent" >Autodetected drivers (<span + <!--l. 287--><p class="noindent" >Autodetected drivers (<span class="ec-lmss-10">pdftex</span>, <span class="ec-lmss-10">xetex</span>, <span class="ec-lmss-10">vtex</span>, <span @@ -518,12 +522,11 @@ class="E">E</span>X</span> macro level. Then package class="ec-lmss-10">hyperref </span>uses the driver, given by <span class="ec-lmss-10">driverfallback</span>. If the driver is already specified or can be autodetected, then option <span -class="ec-lmss-10">driverfallback </span>is ignored.</dd></dl> - +class="ec-lmss-10">driverfallback </span>is ignored.</dd></dl> <h3 class="sectionHead"><span class="titlemark">2 </span> <a id="x1-30002"></a>Implicit behavior</h3> -<!--l. 296--><p class="noindent" >This package can be used with more or less any normal <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span +<!--l. 300--><p class="noindent" >This package can be used with more or less any normal <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> document by specifying in the document preamble @@ -531,8 +534,8 @@ document preamble <div class="verbatim" id="verbatim-1"> \usepackage{hyperref} </div> -<!--l. 301--><p class="nopar" > -<!--l. 303--><p class="indent" > Make sure it comes <span +<!--l. 305--><p class="nopar" > +<!--l. 307--><p class="indent" > Make sure it comes <span class="ec-lmri-10">last </span>of your loaded packages, to give it a fighting chance of not being over-written, since its job is to redefine many <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> commands. Hopefully you will find that all cross-references @@ -542,7 +545,7 @@ whereas <span class="ec-lmvtt-10">\section* </span>commands will only show links when paired with a corresponding <span class="ec-lmvtt-10">\addcontentsline</span> command. -<!--l. 311--><p class="indent" > In addition, the <span +<!--l. 315--><p class="indent" > In addition, the <span class="ec-lmvtt-10">hyperindex </span>option (see below) attempts to make items in the index by hyperlinked back to the text, and the option <span class="ec-lmvtt-10">backref </span>inserts extra ‘back’ links into the bibliography for each entry. @@ -550,10 +553,10 @@ Other options control the appearance of links, and give extra control over PDF o <span class="ec-lmvtt-10">colorlinks</span>, as its name well implies, colors the links instead of using boxes; this is the option used in this document. -<!--l. 320--><p class="noindent" > +<!--l. 324--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">3 </span> <a id="x1-40003"></a>Package options</h3> -<!--l. 322--><p class="noindent" >All user-configurable aspects of <span +<!--l. 326--><p class="noindent" >All user-configurable aspects of <span class="ec-lmss-10">hyperref </span>are set using a single ‘key=value’ scheme (using the <span class="ec-lmss-10">keyval</span> package) with the key <span @@ -564,11 +567,11 @@ class="ec-lmvtt-10">\hypersetup </span>macro. When the package is loaded, a file <span class="ec-lmvtt-10">hyperref.cfg </span>is read if it can be found, and this is a convenient place to set options on a site-wide basis. -<!--l. 330--><p class="indent" > Note however that some options (for example <span +<!--l. 334--><p class="indent" > Note however that some options (for example <span class="ec-lmvtt-10">unicode</span>) can only be used as packge options, and not in <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypersetup</span></span></span> as the option settings are processed as the package is read. -<!--l. 334--><p class="indent" > As an example, the behavior of a particular file could be controlled by: +<!--l. 338--><p class="indent" > As an example, the behavior of a particular file could be controlled by: <ul class="itemize1"> <li class="itemize">a site-wide <span class="ec-lmvtt-10">hyperref.cfg </span>setting up the look of links, adding backreferencing, and setting a @@ -580,7 +583,7 @@ class="ec-lmvtt-10">hyperref.cfg </span>setting up the look of links, adding bac  <br />pdfpagemode=FullScreen,  <br />colorlinks=true} </div> - <!--l. 344--><p class="nopar" > + <!--l. 348--><p class="nopar" > </li> <li class="itemize">A global option in the file, which is passed down to <span class="ec-lmss-10">hyperref</span>: @@ -589,7 +592,7 @@ class="ec-lmss-10">hyperref</span>: <div class="verbatim" id="verbatim-3"> \documentclass[dvips]{article} </div> - <!--l. 351--><p class="nopar" > + <!--l. 355--><p class="nopar" > </li> <li class="itemize">File-specific options in the <span class="ec-lmvtt-10">\usepackage </span>commands, which override the ones set in @@ -601,8 +604,8 @@ class="ec-lmvtt-10">hyperref.cfg</span>: \usepackage[colorlinks=false]{hyperref}  <br />\hypersetup{pdftitle={A Perfect Day}} </div> - <!--l. 359--><p class="nopar" ></li></ul> -<!--l. 362--><p class="indent" > As seen in the previous example, information entries (pdftitle, pdfauthor, …) should be set after the + <!--l. 363--><p class="nopar" ></li></ul> +<!--l. 366--><p class="indent" > As seen in the previous example, information entries (pdftitle, pdfauthor, …) should be set after the package is loaded. Otherwise <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> expands the values of these options prematurely. Also <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span @@ -615,24 +618,24 @@ class="ec-lmvtt-10">\hypersetup</span></span></span>. \usepackage[pdfborder={0 0 0}]{hyperref}  <br />\hypersetup{pdfborder=0 0 0} </div> -<!--l. 372--><p class="nopar" > -<!--l. 374--><p class="indent" > Package ‘kvoptions-patch’ patches <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span +<!--l. 376--><p class="nopar" > +<!--l. 378--><p class="indent" > Package ‘kvoptions-patch’ patches <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> to make it aware of key value options and to prevent premature value expansions. -<!--l. 377--><p class="indent" > Some options can be given at any time, but many are restricted: before <span class="obeylines-h"><span class="verb"><span +<!--l. 381--><p class="indent" > Some options can be given at any time, but many are restricted: before <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\begin{document}</span></span></span>, only in <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\usepackage[...]{hyperref}</span></span></span>, before first use, etc. -<!--l. 381--><p class="indent" > In the key descriptions that follow, many options do not need a value, as they default to the value +<!--l. 385--><p class="indent" > In the key descriptions that follow, many options do not need a value, as they default to the value true if used. These are the ones classed as ‘boolean’. The values true and false can always be specified, however. -<!--l. 385--><p class="noindent" > +<!--l. 389--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.1 </span> <a id="x1-50003.1"></a>General options</h4> -<!--l. 387--><p class="noindent" >Firstly, the options to specify general behavior and page size. -<!--l. 390--><p class="noindent" > +<!--l. 391--><p class="noindent" >Firstly, the options to specify general behavior and page size. +<!--l. 394--><p class="noindent" > <a - id="x1-5001r1"></a> <!--l. 391--><div class="longtable"> <table id="TBL-2" class="longtable" + id="x1-5001r1"></a> <!--l. 395--><div class="longtable"> <table id="TBL-2" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-2-1g"><col id="TBL-2-1"><col @@ -710,20 +713,20 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" id= class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-11-4" class="td11"></td></tr> </table></div> -<!--l. 400--><p class="noindent" > +<!--l. 404--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.2 </span> <a id="x1-60003.2"></a>Options for destination names</h4> -<!--l. 402--><p class="noindent" >Destinations names (also anchor, target or link names) are internal names that identify a position on a +<!--l. 406--><p class="noindent" >Destinations names (also anchor, target or link names) are internal names that identify a position on a page in the document. They are used in link targets for inner document links or the bookmarks, for example. -<!--l. 407--><p class="indent" > Usually anchor are set, if <span +<!--l. 411--><p class="indent" > Usually anchor are set, if <span class="ec-lmvtt-10">\refstepcounter </span>is called. Thus there is a counter name and value. Both are used to construct the destination name. By default the counter value follows the counter name separated by a dot. Example for the fourth chapter: <div class="quote"> - <!--l. 413--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span + <!--l. 417--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">chapter.4</span></span></span></div> -<!--l. 415--><p class="noindent" >This scheme is used by: +<!--l. 419--><p class="noindent" >This scheme is used by: <dl class="description"><dt class="description"> <span class="ec-lmvtk-10">\autoref</span> </dt><dd @@ -735,7 +738,7 @@ class="ec-lmvtk-10">\hyperpage</span> </dt><dd class="description">is used by the index to get page links. Page anchor setting (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">pageanchor</span></span></span>) must not be turned off.</dd></dl> -<!--l. 424--><p class="indent" > It is very important that the destination names are unique, because two destinations must not share +<!--l. 428--><p class="indent" > It is very important that the destination names are unique, because two destinations must not share the same name. The counter value <span class="ec-lmvtt-10">\the<counter> </span>is not always unique for the counter. For example, table and figures can be numbered inside the chapter without having the chapter number in their @@ -751,7 +754,7 @@ class="ec-lmvtt-10">table.2.4 </span>is unique because it has used <span class="ec-lmvtt-10">\theHtable </span>that gives <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">2.4</span></span></span> in this case. -<!--l. 437--><p class="indent" > Often the user do not need to set <span +<!--l. 441--><p class="indent" > Often the user do not need to set <span class="ec-lmvtt-10">\theH<counter></span>. Defaults for standard cases (chapter, …) are provided. And after <span class="ec-lmss-10">hyperref </span>is loaded, new counters with parent counters also define <span @@ -762,7 +765,7 @@ class="ec-lmvtt-10">\@addtoreset </span>or <span class="ec-lmvtt-10">\numberwithin </span>of package <span class="ec-lmss-10">amsmath </span>are used. -<!--l. 443--><p class="indent" > Usually problems with duplicate destination names can be solved by an appropriate definition of +<!--l. 447--><p class="indent" > Usually problems with duplicate destination names can be solved by an appropriate definition of <span class="ec-lmvtt-10">\theH<counter></span>. If option <span class="ec-lmvtt-10">hypertexnames </span>is disabled, then a unique artificial number is used instead of @@ -771,11 +774,11 @@ class="ec-lmvtt-10">plainpages </span>the page anchors use the arabic form. In both latter cases <span class="ec-lmvtt-10">\hyperpage </span>for index links is affected and might not work properly. -<!--l. 451--><p class="indent" > If an unnumbered entity gets an anchor (starred forms of chapters, sections, …) or <span +<!--l. 455--><p class="indent" > If an unnumbered entity gets an anchor (starred forms of chapters, sections, …) or <span class="ec-lmvtt-10">\phantomsection </span>is used, then the dummy counter name <span class="ec-lmvtt-10">section* </span>and an artificial unique number is used. -<!--l. 456--><p class="indent" > If the final PDF file is going to be merged with another file, than the destination names might clash, +<!--l. 460--><p class="indent" > If the final PDF file is going to be merged with another file, than the destination names might clash, because both documents might contain <span class="ec-lmvtt-10">chapter.1 </span>or <span class="ec-lmvtt-10">page.1</span>. Also <span @@ -793,12 +796,12 @@ to all destination names: <div class="verbatim" id="verbatim-6"> \renewcommand*{\HyperDestNameFilter}[1]{\jobname-#1} </div> - <!--l. 469--><p class="nopar" ></div> -<!--l. 471--><p class="noindent" >In document <span + <!--l. 473--><p class="nopar" ></div> +<!--l. 475--><p class="noindent" >In document <span class="ec-lmvtt-10">docA </span>the destination name <span class="ec-lmvtt-10">chapter.2 </span>becomes <span class="ec-lmvtt-10">docA-chapter.2</span>. -<!--l. 474--><p class="indent" > Destination names can also be used from the outside in URIs(, if the driver has not removed or +<!--l. 478--><p class="indent" > Destination names can also be used from the outside in URIs(, if the driver has not removed or changed them), for example: <div class="quote"> @@ -806,8 +809,8 @@ changed them), for example: <div class="verbatim" id="verbatim-7"> http://somewhere/path/file.pdf#nameddest=chapter.4 </div> - <!--l. 479--><p class="nopar" ></div> -<!--l. 481--><p class="noindent" >However using a number seems unhappy. If another chapter is added before, the number changes. But it is + <!--l. 483--><p class="nopar" ></div> +<!--l. 485--><p class="noindent" >However using a number seems unhappy. If another chapter is added before, the number changes. But it is very difficult to pass a new name for the destination to the anchor setting process that is usually deep hidden in the internals. The first name of <span class="ec-lmvtt-10">\label </span>after the anchor setting seems a good @@ -819,8 +822,8 @@ approximation:   \section{Introduction}  <br />  \label{intro} </div> - <!--l. 490--><p class="nopar" ></div> -<!--l. 492--><p class="noindent" >Option <span + <!--l. 494--><p class="nopar" ></div> +<!--l. 496--><p class="noindent" >Option <span class="ec-lmvtt-10">destlabel </span>checks for each <span class="ec-lmvtt-10">\label</span>, if there is a new destination name active and replaces the destination name by the label name. Because the destination name is already in use because of the @@ -842,8 +845,8 @@ class="ec-lmri-10">all </span>destination names:  <br />  \jobname-\HyperDestLabelReplace{#1}%  <br />} </div> - <!--l. 507--><p class="nopar" ></div> -<!--l. 509--><p class="noindent" >The other case that only files prefixed that do not have a corresponding <span + <!--l. 511--><p class="nopar" ></div> +<!--l. 513--><p class="noindent" >The other case that only files prefixed that do not have a corresponding <span class="ec-lmvtt-10">\label </span>is more complicate, because <span class="ec-lmvtt-10">\HyperDestLabelReplace </span>needs the unmodified destination name as argument. This is solved by an @@ -867,12 +870,12 @@ Lua<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span>):  <br />}  <br />\makeatother </div> - <!--l. 527--><p class="nopar" ></div> -<!--l. 530--><p class="indent" > With option <span + <!--l. 531--><p class="nopar" ></div> +<!--l. 534--><p class="indent" > With option <span class="ec-lmvtt-10">destlabel </span>destinations can also named manually, if the destination is not yet renamed: <div class="quote"> - <!--l. 533--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span + <!--l. 537--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\HyperDestRename{</span></span></span><span class="lmsy-10">⟨</span><span class="ec-lmvtto-10">destination</span><span @@ -882,11 +885,11 @@ class="lmsy-10">⟨</span><span class="ec-lmvtto-10">newname</span><span class="lmsy-10">⟩</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span></div> -<!--l. 536--><p class="indent" > Hint: Anchors can also be named and set by <span +<!--l. 540--><p class="indent" > Hint: Anchors can also be named and set by <span class="ec-lmvtt-10">\hypertarget</span>. -<!--l. 539--><p class="noindent" > +<!--l. 543--><p class="noindent" > <a - id="x1-6001r2"></a> <!--l. 540--><div class="longtable"> <table id="TBL-3" class="longtable" + id="x1-6001r2"></a> <!--l. 544--><div class="longtable"> <table id="TBL-3" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-3-1g"><col id="TBL-3-1"><col @@ -958,12 +961,12 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" id= class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-11-4" class="td11"></td></tr> </table></div> -<!--l. 548--><p class="noindent" > +<!--l. 552--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.3 </span> <a id="x1-70003.3"></a>Configuration options</h4> -<!--l. 550--><p class="noindent" > +<!--l. 554--><p class="noindent" > <a - id="x1-7001r3"></a> <!--l. 551--><div class="longtable"> <table id="TBL-4" class="longtable" + id="x1-7001r3"></a> <!--l. 555--><div class="longtable"> <table id="TBL-4" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-4-1g"><col id="TBL-4-1"><col @@ -980,7 +983,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-4-1-4" class="td11"> - <!--l. 551--><p class="noindent" >In the hypertex driver, the height of links is + <!--l. 555--><p class="noindent" >In the hypertex driver, the height of links is normally calculated by the driver as simply the base line of contained text; this options forces <span class="obeylines-h"><span class="verb"><span @@ -995,7 +998,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-4-2-4" class="td11"> - <!--l. 554--><p class="noindent" >Allows link text to break across lines; since + <!--l. 558--><p class="noindent" >Allows link text to break across lines; since this cannot be accommodated in PDF, it is only set true by default if the pdftex driver is used. This makes links on multiple lines into @@ -1008,7 +1011,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-4-3-4" class="td11"> - <!--l. 557--><p class="noindent" >Determines whether every page is given an + <!--l. 561--><p class="noindent" >Determines whether every page is given an implicit anchor at the top left corner. If this is turned off, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\printindex</span></span></span> will not contain valid @@ -1021,7 +1024,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-4-4-4" class="td11"> - <!--l. 560--><p class="noindent" >Allows links to be nested; no drivers currently + <!--l. 564--><p class="noindent" >Allows links to be nested; no drivers currently support this. </td> </tr><tr style="vertical-align:baseline;" id="TBL-4-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-5-1" @@ -1039,14 +1042,14 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" id= class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-4-8-4" class="td11"></td></tr> </table></div> -<!--l. 563--><p class="indent" > Note for option <span class="obeylines-h"><span class="verb"><span +<!--l. 567--><p class="indent" > Note for option <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">breaklinks</span></span></span>: The correct value is automatically set according to the driver features. It can be overwritten for drivers that do not support broken links. However, at any case, the link area will be wrong and displaced. -<!--l. 568--><p class="noindent" > +<!--l. 572--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.4 </span> <a id="x1-80003.4"></a>Backend drivers</h4> -<!--l. 570--><p class="noindent" >If no driver is specified, the package tries to find a driver in the following order: +<!--l. 574--><p class="noindent" >If no driver is specified, the package tries to find a driver in the following order: <ol class="enumerate1" > <li class="enumerate" id="x1-8002x1">Autodetection, some <span class="TEX">T<span @@ -1068,7 +1071,7 @@ class="ec-lmvtt-10">\Hy@defaultdriver</span>. The macro takes a driver file name <li class="enumerate" id="x1-8008x4">Package default is <span class="ec-lmss-10">hypertex</span>.</li></ol> -<!--l. 581--><p class="noindent" >Many distributions are using a driver file <span +<!--l. 585--><p class="noindent" >Many distributions are using a driver file <span class="ec-lmvtt-10">hypertex.cfg </span>that define <span class="ec-lmvtt-10">\Hy@defaultdriver </span>with <span class="ec-lmvtt-10">hdvips</span>. This @@ -1077,7 +1080,7 @@ class="ec-lmss-10">dvips </span>provides much more features than <span class="ec-lmss-10">hypertex </span>for PDF generation. <a - id="x1-8009r4"></a> <!--l. 587--><div class="longtable"> <table id="TBL-5" class="longtable" + id="x1-8009r4"></a> <!--l. 591--><div class="longtable"> <table id="TBL-5" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-5-1g"><col id="TBL-5-1"><col @@ -1087,20 +1090,20 @@ id="TBL-5-2"></colgroup> class="td01"><span class="ec-lmvtt-10">driverfallback </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-1-2" class="td10"> - <!--l. 587--><p class="noindent" >Its value is used as driver option </td> + <!--l. 591--><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:normal; text-align:left;" id="TBL-5-2-2" class="td10"> - <!--l. 588--><p class="noindent" >if the driver is not given or autodetected. </td> + <!--l. 592--><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:normal; text-align:left;" id="TBL-5-3-2" class="td10"> - <!--l. 589--><p class="noindent" >Sets up <span + <!--l. 593--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span class="ec-lmss-10">dvipdfm </span>driver. </td> </tr><tr @@ -1108,7 +1111,7 @@ class="ec-lmss-10">dvipdfm </span>driver. < class="td01"><span class="ec-lmvtt-10">dvipdfmx </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-4-2" class="td10"> - <!--l. 590--><p class="noindent" >Sets up <span + <!--l. 594--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span class="ec-lmss-10">dvipdfmx </span>driver. </td> </tr><tr @@ -1116,7 +1119,7 @@ class="ec-lmss-10">dvipdfmx </span>driver. < class="td01"><span class="ec-lmvtt-10">dvips </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-5-2" class="td10"> - <!--l. 591--><p class="noindent" >Sets up <span + <!--l. 595--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span class="ec-lmss-10">dvips </span>driver. </td> </tr><tr @@ -1124,7 +1127,7 @@ class="ec-lmss-10">dvips </span>driver. class="td01"><span class="ec-lmvtt-10">dvipsone </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-6-2" class="td10"> - <!--l. 592--><p class="noindent" >Sets up <span + <!--l. 596--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span class="ec-lmss-10">dvipsone </span>driver. </td> </tr><tr @@ -1132,7 +1135,7 @@ class="ec-lmss-10">dvipsone </span>driver. class="td01"><span class="ec-lmvtt-10">dviwindo </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-7-2" class="td10"> - <!--l. 593--><p class="noindent" >Sets up <span + <!--l. 597--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span class="ec-lmss-10">dviwindo </span>Windows previewer. </td> </tr><tr @@ -1140,7 +1143,7 @@ class="ec-lmss-10">dviwindo </span>Windows previewer. </td> class="td01"><span class="ec-lmvtt-10">hypertex </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-8-2" class="td10"> - <!--l. 594--><p class="noindent" >Sets up <span + <!--l. 598--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the Hyper<span class="TEX">T<span class="E">E</span>X</span>-compliant drivers. </td> </tr><tr @@ -1148,28 +1151,28 @@ class="E">E</span>X</span>-compliant drivers. </td> class="td01"><span class="ec-lmvtt-10">latex2html </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-9-2" class="td10"> - <!--l. 595--><p class="noindent" >Redefines a few macros for compatibility with <span + <!--l. 599--><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:normal; text-align:left;" id="TBL-5-10-2" class="td10"> - <!--l. 596--><p class="noindent" >An alias for <span + <!--l. 600--><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:normal; text-align:left;" id="TBL-5-11-2" class="td10"> - <!--l. 597--><p class="noindent" >An alias for <span + <!--l. 601--><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:normal; text-align:left;" id="TBL-5-12-2" class="td10"> - <!--l. 598--><p class="noindent" >Sets up <span + <!--l. 602--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span class="ec-lmss-10">pdftex </span>program. </td> </tr><tr @@ -1177,7 +1180,7 @@ class="ec-lmss-10">pdftex </span>program. </ class="td01"><span class="ec-lmvtt-10">ps2pdf </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-13-2" class="td10"> - <!--l. 599--><p class="noindent" >Redefines a few macros for compatibility with Ghostscript’s PDF writer, + <!--l. 603--><p class="noindent" >Redefines a few macros for compatibility with Ghostscript’s PDF writer, otherwise identical to <span class="ec-lmss-10">dvips</span>. </td> </tr><tr @@ -1185,7 +1188,7 @@ class="ec-lmss-10">dvips</span>. class="td01"><span class="ec-lmvtt-10">tex4ht </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-14-2" class="td10"> - <!--l. 602--><p class="noindent" >For use with <span class="TEX"><span + <!--l. 606--><p class="noindent" >For use with <span class="TEX"><span class="ec-lmss-10">T</span><span class="E"><span class="ec-lmss-10">E</span></span><span @@ -1196,14 +1199,14 @@ class="ec-lmss-10">4ht</span> class="td01"><span class="ec-lmvtt-10">textures </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-15-2" class="td10"> - <!--l. 603--><p class="noindent" >For use with <span + <!--l. 607--><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:normal; text-align:left;" id="TBL-5-16-2" class="td10"> - <!--l. 604--><p class="noindent" >For use with MicroPress’ <span + <!--l. 608--><p class="noindent" >For use with MicroPress’ <span class="ec-lmss-10">VTeX</span>; the PDF and HTML backends are detected automatically. </td> </tr><tr @@ -1211,14 +1214,14 @@ class="ec-lmss-10">VTeX</span>; the PDF and HTML backends are detected class="td01"><span class="ec-lmvtt-10">vtexpdfmark </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-17-2" class="td10"> - <!--l. 606--><p class="noindent" >For use with <span + <!--l. 610--><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:normal; text-align:left;" id="TBL-5-18-2" class="td10"> - <!--l. 607--><p class="noindent" >For use with Xe<span class="TEX">T<span + <!--l. 611--><p class="noindent" >For use with Xe<span class="TEX">T<span class="E">E</span>X</span>(using backend for dvipdfm). </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-19-1" @@ -1234,7 +1237,7 @@ class="td01"> </td> class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-5-22-2" class="td10"></td></tr> </table></div> -<!--l. 611--><p class="indent" > If you use <span +<!--l. 615--><p class="indent" > If you use <span class="ec-lmss-10">dviwindo</span>, you may need to redefine the macro <span class="ec-lmvtt-10">\wwwbrowser </span>(the default is <span class="obeylines-h"><span class="verb"><span @@ -1248,12 +1251,12 @@ add something like this to hyperref.cfg:  <br />  Files\string\Plus!\string\Microsoft\space  <br />  Internet\string\iexplore.exe} </div> -<!--l. 620--><p class="nopar" > -<!--l. 622--><p class="noindent" > +<!--l. 624--><p class="nopar" > +<!--l. 626--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.5 </span> <a id="x1-90003.5"></a>Extension options</h4> <a - id="x1-9001r5"></a> <!--l. 624--><div class="longtable"> <table id="TBL-6" class="longtable" + id="x1-9001r5"></a> <!--l. 628--><div class="longtable"> <table id="TBL-6" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-6-1g"><col id="TBL-6-1"><col @@ -1267,7 +1270,7 @@ class="ec-lmvtt-10">extension </span></td><td class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-1-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-6-1-4" class="td10"> - <!--l. 624--><p class="noindent" >Set the file extension (e.g. <span + <!--l. 628--><p class="noindent" >Set the file extension (e.g. <span class="ec-lmss-10">dvi</span>) which will be appended to file links created if you use the <span @@ -1279,7 +1282,7 @@ class="ec-lmvtt-10">hyperfigures </span></td><td class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-2-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-6-2-4" class="td10"> - <!--l. 627--><p class="noindent" > </td> + <!--l. 631--><p class="noindent" > </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-3-1" class="td01"><span @@ -1288,7 +1291,7 @@ class="td11"> text </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-3-4" class="td10"> - <!--l. 627--><p class="noindent" >Adds ‘backlink’ text to the end + <!--l. 631--><p class="noindent" >Adds ‘backlink’ text to the end of each item in the bibliography, as a list of section numbers. This can only work properly <span @@ -1312,7 +1315,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-4-4" class="td10"> - <!--l. 631--><p class="noindent" >Adds ‘backlink’ text to the end of + <!--l. 635--><p class="noindent" >Adds ‘backlink’ text to the end of each item in the bibliography, as a list of page numbers. </td> </tr><tr @@ -1323,7 +1326,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-5-4" class="td10"> - <!--l. 633--><p class="noindent" >Makes the page numbers of index + <!--l. 637--><p class="noindent" >Makes the page numbers of index entries into hyperlinks. Relays on unique page anchors (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">pageanchor</span></span></span>, @@ -1343,7 +1346,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-7-4" class="td10"> - <!--l. 636--><p class="noindent" >Makes the footnote marks into + <!--l. 640--><p class="noindent" >Makes the footnote marks into hyperlinks to the footnote text. Easily broken … </td> </tr><tr @@ -1353,7 +1356,7 @@ class="ec-lmvtt-10">encap </span></td><td class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-8-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-6-8-4" class="td10"> - <!--l. 638--><p class="noindent" >Sets encap character for hyperindex</td> + <!--l. 642--><p class="noindent" >Sets encap character for hyperindex</td> </tr><tr style="vertical-align:baseline;" id="TBL-6-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-9-1" class="td01"><span @@ -1362,7 +1365,7 @@ class="td11"> text </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">section </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-9-4" class="td10"> - <!--l. 639--><p class="noindent" >make text (<span class="obeylines-h"><span class="verb"><span + <!--l. 643--><p class="noindent" >make text (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">section</span></span></span>), page number (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">page</span></span></span>), both (<span class="obeylines-h"><span class="verb"><span @@ -1377,7 +1380,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-10-4" class="td10"> - <!--l. 640--><p class="noindent" >make page number, not text, be link + <!--l. 644--><p class="noindent" >make page number, not text, be link on TOC, LOF and LOT </td> @@ -1389,7 +1392,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-11-4" class="td10"> - <!--l. 641--><p class="noindent" >allow links to break over lines by + <!--l. 645--><p class="noindent" >allow links to break over lines by making links over multiple lines into PDF links to the same target </td> </tr><tr @@ -1400,7 +1403,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-12-4" class="td10"> - <!--l. 643--><p class="noindent" >Colors the text of links and anchors. + <!--l. 647--><p class="noindent" >Colors the text of links and anchors. The colors chosen depend on the the type of link. At present the only types of link distinguished are @@ -1416,7 +1419,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">red </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-13-4" class="td10"> - <!--l. 648--><p class="noindent" >Color for normal internal links. </td> + <!--l. 652--><p class="noindent" >Color for normal internal links. </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-14-1" class="td01"><span @@ -1425,7 +1428,8 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">black </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-14-4" class="td10"> - <!--l. 649--><p class="noindent" >Color for anchor text. </td> + <!--l. 653--><p class="noindent" >Color for anchor text. Ignored by + most drivers. </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-15-1" class="td01"><span @@ -1434,7 +1438,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">green </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-15-4" class="td10"> - <!--l. 650--><p class="noindent" >Color for bibliographical citations in + <!--l. 654--><p class="noindent" >Color for bibliographical citations in text. </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-16-1" @@ -1444,7 +1448,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">cyan </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-16-4" class="td10"> - <!--l. 651--><p class="noindent" >Color for URLs which open local + <!--l. 655--><p class="noindent" >Color for URLs which open local files. </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-17-1" @@ -1454,7 +1458,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">red </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-17-4" class="td10"> - <!--l. 652--><p class="noindent" >Color for Acrobat menu items. </td> + <!--l. 656--><p class="noindent" >Color for Acrobat menu items. </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-18-1" class="td01"><span @@ -1463,7 +1467,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">filecolor </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-18-4" class="td10"> - <!--l. 653--><p class="noindent" >Color for run links (launch + <!--l. 657--><p class="noindent" >Color for run links (launch annotations). </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-19-1" @@ -1473,7 +1477,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">magenta </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-19-4" class="td10"> - <!--l. 654--><p class="noindent" >Color for linked URLs. </td> + <!--l. 658--><p class="noindent" >Color for linked URLs. </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-20-1" class="td01"><span @@ -1481,7 +1485,7 @@ class="ec-lmvtt-10">allcolors </span></td><td class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-20-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-6-20-4" class="td10"> - <!--l. 655--><p class="noindent" >Set all color options (without border + <!--l. 659--><p class="noindent" >Set all color options (without border and field options). </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-21-1" @@ -1497,7 +1501,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-22-4" class="td10"> - <!--l. 656--><p class="noindent" >Use small caps instead of color for + <!--l. 660--><p class="noindent" >Use small caps instead of color for links. </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-23-1" @@ -1506,7 +1510,7 @@ class="ec-lmvtt-10">hidelinks </span></td><td style="white-space:nowrap; tex class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-23-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-6-23-4" class="td10"> - <!--l. 657--><p class="noindent" >Hide links (removing color and + <!--l. 661--><p class="noindent" >Hide links (removing color and border). </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-24-1" @@ -1524,15 +1528,15 @@ class="td01"> </td> style="vertical-align:baseline;" id="TBL-6-28-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-28-1" class="td01"> </td></tr> </table></div> -<!--l. 660--><p class="noindent" >Note that all color names must be defined before use, following the normal system of the standard +<!--l. 664--><p class="noindent" >Note that all color names must be defined before use, following the normal system of the standard <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> <span class="ec-lmss-10">color </span>package. -<!--l. 663--><p class="noindent" > +<!--l. 667--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.6 </span> <a id="x1-100003.6"></a>PDF-specific display options</h4> <a - id="x1-10001r6"></a> <!--l. 665--><div class="longtable"> <table id="TBL-7" class="longtable" + id="x1-10001r6"></a> <!--l. 669--><div class="longtable"> <table id="TBL-7" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-7-1g"><col id="TBL-7-1"><col @@ -1549,7 +1553,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-1-4" class="td10"> - <!--l. 665--><p class="noindent" >A set of Acrobat bookmarks are written, in a + <!--l. 669--><p class="noindent" >A set of Acrobat bookmarks are written, in a manner similar to the table of contents, requiring two passes of <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span>. Some postprocessing of @@ -1572,7 +1576,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-2-4" class="td10"> - <!--l. 671--><p class="noindent" >If Acrobat bookmarks are requested, show them + <!--l. 675--><p class="noindent" >If Acrobat bookmarks are requested, show them with all the subtrees expanded. </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-3-1" @@ -1581,7 +1585,7 @@ class="ec-lmvtt-10">bookmarksopenlevel </span></td><td style="white-space:now class="td11"> parameter </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-3-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-7-3-4" class="td10"> - <!--l. 673--><p class="noindent" >level (<span + <!--l. 677--><p class="noindent" >level (<span class="ec-lmvtt-10">\maxdimen</span>) to which bookmarks are open</td> </tr><tr style="vertical-align:baseline;" id="TBL-7-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-4-1" @@ -1591,7 +1595,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-4-4" class="td10"> - <!--l. 674--><p class="noindent" >If Acrobat bookmarks are requested, include + <!--l. 678--><p class="noindent" >If Acrobat bookmarks are requested, include section numbers. </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-5-1" @@ -1601,7 +1605,7 @@ class="td11"> text </td><td style="white-space:nowrap; text-align:lef class="td11"> <span class="ec-lmri-10">toc </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-5-4" class="td10"> - <!--l. 675--><p class="noindent" >to specify which ‘toc’ file to mimic </td> + <!--l. 679--><p class="noindent" >to specify which ‘toc’ file to mimic </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-6-1" class="td01"><span @@ -1610,7 +1614,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-6-4" class="td10"> - <!--l. 677--><p class="noindent" >This option should be used to produce CJK + <!--l. 681--><p class="noindent" >This option should be used to produce CJK bookmarks. Package <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">hyperref</span></span></span> supports both normal and preprocessed mode of the <span @@ -1626,7 +1630,7 @@ class="ec-lmss-10">CJK</span> notably Acroread itself) support this. Also note that option ‘CJKbookmarks’ cannot be used together with option ‘unicode’. - <!--l. 689--><p class="noindent" >No mechanism is provided to + <!--l. 693--><p class="noindent" >No mechanism is provided to translate non-Unicode bookmarks to Unicode; for portable PDF documents only Unicode encoding should be used. </td> @@ -1638,7 +1642,7 @@ class="td11"> name </td><td style="white-space:nowrap; text-align:left class="td11"> <span class="ec-lmri-10">/I </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-7-4" class="td10"> - <!--l. 692--><p class="noindent" >How link buttons behave when selected; /I is + <!--l. 696--><p class="noindent" >How link buttons behave when selected; /I is for inverse (the default); the other possibilities are /N (no effect), /O (outline), and /P (inset highlighting). </td> @@ -1650,7 +1654,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span 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. 695--><p class="noindent" >The color of the box around citations </td> + <!--l. 699--><p class="noindent" >The color of the box around citations </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-9-1" class="td01"><span @@ -1659,7 +1663,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span 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. 696--><p class="noindent" >The color of the box around links to files </td> + <!--l. 700--><p class="noindent" >The color of the box around links to files </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-10-1" class="td01"><span @@ -1668,7 +1672,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span 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. 697--><p class="noindent" >The color of the box around normal links </td> + <!--l. 701--><p class="noindent" >The color of the box around normal links </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-11-1" class="td01"><span @@ -1677,7 +1681,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span 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. 698--><p class="noindent" >The color of the box around Acrobat menu links</td> + <!--l. 702--><p class="noindent" >The color of the box around Acrobat menu links</td> </tr><tr style="vertical-align:baseline;" id="TBL-7-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-12-1" class="td01"><span @@ -1686,7 +1690,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span 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. 699--><p class="noindent" >The color of the box around links to URLs </td> + <!--l. 703--><p class="noindent" >The color of the box around links to URLs </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-13-1" class="td01"><span @@ -1695,7 +1699,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span 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. 700--><p class="noindent" >Color of border around ‘run’ links </td> + <!--l. 704--><p class="noindent" >Color of border around ‘run’ links </td> </tr><tr @@ -1705,7 +1709,7 @@ class="ec-lmvtt-10">allbordercolors </span></td><td style="white-space class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-14-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-7-14-4" class="td10"> - <!--l. 701--><p class="noindent" >Set all border color options </td> + <!--l. 705--><p class="noindent" >Set all border color options </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-15-1" class="td01"><span @@ -1714,7 +1718,7 @@ class="td11"> </td><td style="white-space:nowrap; text-align:le class="td11"> <span 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. 702--><p class="noindent" >The style of box around links; defaults to a box + <!--l. 706--><p class="noindent" >The style of box around links; defaults to a box with lines of 1pt thickness, but the colorlinks option resets it to produce no border. </td> </tr><tr @@ -1733,7 +1737,7 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" i class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-7-19-4" class="td10"></td></tr> </table></div> -<!--l. 706--><p class="noindent" >Note that the color of link borders can be specified <span +<!--l. 710--><p class="noindent" >Note that the color of link borders can be specified <span class="ec-lmri-10">only </span>as 3 numbers in the range 0..1, giving an RGB color. You cannot use colors defined in <span class="TEX">T<span class="E">E</span>X</span>. Since version 6.76a this is no longer true. Especially with @@ -1742,7 +1746,7 @@ class="ec-lmss-10">xcolor </span>the usual color specifications of package <span class="ec-lmss-10">(x)color </span>can be used. For further information see description of package <span class="ec-lmss-10">hycolor</span>. -<!--l. 713--><p class="indent" > The bookmark commands are stored in a file called <span +<!--l. 717--><p class="indent" > The bookmark commands are stored in a file called <span class="ec-lmri-10">jobname</span><span class="ec-lmvtt-10">.out</span>. The files is not processed by <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span @@ -1756,12 +1760,12 @@ line <div class="verbatim" id="verbatim-12"> \let\WriteBookmarks\relax </div> -<!--l. 720--><p class="nopar" > -<!--l. 722--><p class="noindent" > +<!--l. 724--><p class="nopar" > +<!--l. 726--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.7 </span> <a id="x1-110003.7"></a>PDF display and information options</h4> <a - id="x1-11001r7"></a> <!--l. 724--><div class="longtable"> <table id="TBL-8" class="longtable" + id="x1-11001r7"></a> <!--l. 728--><div class="longtable"> <table id="TBL-8" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-8-1g"><col id="TBL-8-1"><col @@ -1773,20 +1777,20 @@ id="TBL-8-4"></colgroup> class="td01"><span class="ec-lmvtt-10">baseurl </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-1-2" class="td11"> - <!--l. 724--><p class="noindent" >URL </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-1-3" + <!--l. 728--><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:normal; text-align:left;" id="TBL-8-1-4" class="td10"> - <!--l. 724--><p class="noindent" >Sets the base URL of the PDF document </td> + <!--l. 728--><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:normal; text-align:left;" id="TBL-8-2-2" class="td11"> - <!--l. 725--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-2-3" + <!--l. 729--><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:normal; text-align:left;" id="TBL-8-2-4" class="td10"> - <!--l. 725--><p class="noindent" >Determines how the file is opening in + <!--l. 729--><p class="noindent" >Determines how the file is opening in Acrobat; the possibilities are <span class="ec-lmvtt-10">UseNone</span>, <span @@ -1805,74 +1809,74 @@ class="ec-lmvtt-10">UseOutlines </span>is used. </td> class="td01"><span class="ec-lmvtt-10">pdftitle </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-3-2" class="td11"> - <!--l. 730--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-3-3" + <!--l. 734--><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:normal; text-align:left;" id="TBL-8-3-4" class="td10"> - <!--l. 730--><p class="noindent" >Sets the document information Title field </td> + <!--l. 734--><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:normal; text-align:left;" id="TBL-8-4-2" class="td11"> - <!--l. 731--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-4-3" + <!--l. 735--><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:normal; text-align:left;" id="TBL-8-4-4" class="td10"> - <!--l. 731--><p class="noindent" >Sets the document information Author field </td> + <!--l. 735--><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:normal; text-align:left;" id="TBL-8-5-2" class="td11"> - <!--l. 732--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-5-3" + <!--l. 736--><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:normal; text-align:left;" id="TBL-8-5-4" class="td10"> - <!--l. 732--><p class="noindent" >Sets the document information Subject field </td> + <!--l. 736--><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:normal; text-align:left;" id="TBL-8-6-2" class="td11"> - <!--l. 733--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-6-3" + <!--l. 737--><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:normal; text-align:left;" id="TBL-8-6-4" class="td10"> - <!--l. 733--><p class="noindent" >Sets the document information Creator field </td> + <!--l. 737--><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:normal; text-align:left;" id="TBL-8-7-2" class="td11"> - <!--l. 734--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-7-3" + <!--l. 738--><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:normal; text-align:left;" id="TBL-8-7-4" class="td10"> - <!--l. 734--><p class="noindent" >Adds additional text to the document + <!--l. 738--><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:normal; text-align:left;" id="TBL-8-8-2" class="td11"> - <!--l. 735--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-8-3" + <!--l. 739--><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:normal; text-align:left;" id="TBL-8-8-4" class="td10"> - <!--l. 735--><p class="noindent" >Sets the document information Keywords field</td> + <!--l. 739--><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:normal; text-align:left;" id="TBL-8-9-2" class="td11"> - <!--l. 736--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-9-3" + <!--l. 740--><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:normal; text-align:left;" id="TBL-8-9-4" class="td10"> - <!--l. 736--><p class="noindent" >Sets the document information Trapped entry.</td> + <!--l. 740--><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:normal; text-align:left;" id="TBL-8-10-2" class="td11"> - <!--l. 737--><p class="noindent" > </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-10-3" + <!--l. 741--><p class="noindent" > </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-10-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-10-4" class="td10"> - <!--l. 737--><p class="noindent" >Possible values are <span + <!--l. 741--><p class="noindent" >Possible values are <span class="ec-lmvtt-10">True</span>, <span class="ec-lmvtt-10">False </span>and <span class="ec-lmvtt-10">Unknown</span>.</td> @@ -1880,64 +1884,64 @@ class="ec-lmvtt-10">Unknown</span>.</td> 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:normal; text-align:left;" id="TBL-8-11-2" class="td11"> - <!--l. 738--><p class="noindent" > </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-11-3" + <!--l. 742--><p class="noindent" > </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-11-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-11-4" class="td10"> - <!--l. 738--><p class="noindent" >An empty value means, the entry is not set. </td> + <!--l. 742--><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:normal; text-align:left;" id="TBL-8-12-2" class="td11"> - <!--l. 739--><p class="noindent" >key + <!--l. 743--><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:normal; text-align:left;" id="TBL-8-12-4" class="td10"> - <!--l. 739--><p class="noindent" >Alternative interface for setting the document + <!--l. 743--><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:normal; text-align:left;" id="TBL-8-13-2" class="td11"> - <!--l. 741--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-13-3" + <!--l. 745--><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:normal; text-align:left;" id="TBL-8-13-4" class="td10"> - <!--l. 741--><p class="noindent" >Sets the default PDF ‘view’ for each link </td> + <!--l. 745--><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:normal; text-align:left;" id="TBL-8-14-2" class="td11"> - <!--l. 742--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-14-3" + <!--l. 746--><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:normal; text-align:left;" id="TBL-8-14-4" class="td10"> - <!--l. 742--><p class="noindent" >Determines on which page the PDF file is + <!--l. 746--><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:normal; text-align:left;" id="TBL-8-15-2" class="td11"> - <!--l. 743--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-15-3" + <!--l. 747--><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:normal; text-align:left;" id="TBL-8-15-4" class="td10"> - <!--l. 743--><p class="noindent" >Set the startup page view </td> + <!--l. 747--><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:normal; text-align:left;" id="TBL-8-16-2" class="td11"> - <!--l. 744--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-16-3" + <!--l. 748--><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:normal; text-align:left;" id="TBL-8-16-4" class="td10"> - <!--l. 744--><p class="noindent" >Set the startup page view of remote PDF files</td> + <!--l. 748--><p class="noindent" >Set the startup page view of remote PDF files</td> </tr><tr @@ -1945,45 +1949,45 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfpagescrop </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-17-2" class="td11"> - <!--l. 745--><p class="noindent" >n + <!--l. 749--><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:normal; text-align:left;" id="TBL-8-17-4" class="td10"> - <!--l. 745--><p class="noindent" >Sets the default PDF crop box for pages. This + <!--l. 749--><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:normal; text-align:left;" id="TBL-8-18-2" class="td11"> - <!--l. 746--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-18-3" + <!--l. 750--><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:normal; text-align:left;" id="TBL-8-18-4" class="td10"> - <!--l. 746--><p class="noindent" >position the document window in the center + <!--l. 750--><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:normal; text-align:left;" id="TBL-8-19-2" class="td11"> - <!--l. 747--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-19-3" + <!--l. 751--><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:normal; text-align:left;" id="TBL-8-19-4" class="td10"> - <!--l. 747--><p class="noindent" >direction setting </td> + <!--l. 751--><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:normal; text-align:left;" id="TBL-8-20-2" class="td11"> - <!--l. 748--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-20-3" + <!--l. 752--><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:normal; text-align:left;" id="TBL-8-20-4" class="td10"> - <!--l. 748--><p class="noindent" >display document title instead of file name in + <!--l. 752--><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" @@ -1996,155 +2000,155 @@ class="td10"></td></tr> class="td01"><span class="ec-lmvtt-10">pdfduplex </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-22-2" class="td11"> - <!--l. 750--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-22-3" + <!--l. 754--><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:normal; text-align:left;" id="TBL-8-22-4" class="td10"> - <!--l. 750--><p class="noindent" >paper handling option for print dialog </td> + <!--l. 754--><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:normal; text-align:left;" id="TBL-8-23-2" class="td11"> - <!--l. 751--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-23-3" + <!--l. 755--><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:normal; text-align:left;" id="TBL-8-23-4" class="td10"> - <!--l. 751--><p class="noindent" >resize document window to fit document size </td> + <!--l. 755--><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:normal; text-align:left;" id="TBL-8-24-2" class="td11"> - <!--l. 752--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-24-3" + <!--l. 756--><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:normal; text-align:left;" id="TBL-8-24-4" class="td10"> - <!--l. 752--><p class="noindent" >PDF language identifier (RFC 3066) </td> + <!--l. 756--><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:normal; text-align:left;" id="TBL-8-25-2" class="td11"> - <!--l. 753--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-25-3" + <!--l. 757--><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:normal; text-align:left;" id="TBL-8-25-4" class="td10"> - <!--l. 753--><p class="noindent" >make PDF viewer’s menu bar visible </td> + <!--l. 757--><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:normal; text-align:left;" id="TBL-8-26-2" class="td11"> - <!--l. 754--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-26-3" + <!--l. 758--><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:normal; text-align:left;" id="TBL-8-26-4" class="td10"> - <!--l. 754--><p class="noindent" >make links that open another PDF file start a + <!--l. 758--><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:normal; text-align:left;" id="TBL-8-27-2" class="td11"> - <!--l. 756--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-27-3" + <!--l. 760--><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:normal; text-align:left;" id="TBL-8-27-4" class="td10"> - <!--l. 756--><p class="noindent" >page mode setting on exiting full-screen mode</td> + <!--l. 760--><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:normal; text-align:left;" id="TBL-8-28-2" class="td11"> - <!--l. 758--><p class="noindent" >integer </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-28-3" + <!--l. 762--><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:normal; text-align:left;" id="TBL-8-28-4" class="td10"> - <!--l. 758--><p class="noindent" >number of printed copies </td> + <!--l. 762--><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:normal; text-align:left;" id="TBL-8-29-2" class="td11"> - <!--l. 759--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-29-3" + <!--l. 763--><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:normal; text-align:left;" id="TBL-8-29-4" class="td10"> - <!--l. 759--><p class="noindent" >set layout of PDF pages </td> + <!--l. 763--><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:normal; text-align:left;" id="TBL-8-30-2" class="td11"> - <!--l. 760--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-30-3" + <!--l. 764--><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:normal; text-align:left;" id="TBL-8-30-4" class="td10"> - <!--l. 760--><p class="noindent" >set PDF page labels </td> + <!--l. 764--><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:normal; text-align:left;" id="TBL-8-31-2" class="td11"> - <!--l. 761--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-31-3" + <!--l. 765--><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:normal; text-align:left;" id="TBL-8-31-4" class="td10"> - <!--l. 761--><p class="noindent" >set PDF page transition style </td> + <!--l. 765--><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:normal; text-align:left;" id="TBL-8-32-2" class="td11"> - <!--l. 762--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-32-3" + <!--l. 766--><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:normal; text-align:left;" id="TBL-8-32-4" class="td10"> - <!--l. 762--><p class="noindent" >set option for print dialog </td> + <!--l. 766--><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:normal; text-align:left;" id="TBL-8-33-2" class="td11"> - <!--l. 763--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-33-3" + <!--l. 767--><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:normal; text-align:left;" id="TBL-8-33-4" class="td10"> - <!--l. 763--><p class="noindent" >set /PrintArea of viewer preferences </td> + <!--l. 767--><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:normal; text-align:left;" id="TBL-8-34-2" class="td11"> - <!--l. 764--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-34-3" + <!--l. 768--><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:normal; text-align:left;" id="TBL-8-34-4" class="td10"> - <!--l. 764--><p class="noindent" >set /PrintClip of viewer preferences </td> + <!--l. 768--><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:normal; text-align:left;" id="TBL-8-35-2" class="td11"> - <!--l. 765--><p class="noindent" >n + <!--l. 769--><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:normal; text-align:left;" id="TBL-8-35-4" class="td10"> - <!--l. 766--><p class="noindent" >set /PrintPageRange of viewer preferences </td> + <!--l. 770--><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:normal; text-align:left;" id="TBL-8-36-2" class="td11"> - <!--l. 768--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-36-3" + <!--l. 772--><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:normal; text-align:left;" id="TBL-8-36-4" class="td10"> - <!--l. 768--><p class="noindent" >page scaling option for print dialog (option + <!--l. 772--><p class="noindent" >page scaling option for print dialog (option /PrintScaling of viewer preferences, PDF 1.6); valid values are <span class="ec-lmvtt-10">None </span>and <span @@ -2154,51 +2158,51 @@ class="ec-lmvtt-10">AppDefault</span> </td> class="td01"><span class="ec-lmvtt-10">pdftoolbar </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-37-2" class="td11"> - <!--l. 773--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-37-3" + <!--l. 777--><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:normal; text-align:left;" id="TBL-8-37-4" class="td10"> - <!--l. 773--><p class="noindent" >make PDF toolbar visible </td> + <!--l. 777--><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:normal; text-align:left;" id="TBL-8-38-2" class="td11"> - <!--l. 774--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-38-3" + <!--l. 778--><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:normal; text-align:left;" id="TBL-8-38-4" class="td10"> - <!--l. 774--><p class="noindent" >set /ViewArea of viewer preferences </td> + <!--l. 778--><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:normal; text-align:left;" id="TBL-8-39-2" class="td11"> - <!--l. 775--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-39-3" + <!--l. 779--><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:normal; text-align:left;" id="TBL-8-39-4" class="td10"> - <!--l. 775--><p class="noindent" >set /ViewClip of viewer preferences </td> + <!--l. 779--><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:normal; text-align:left;" id="TBL-8-40-2" class="td11"> - <!--l. 776--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-40-3" + <!--l. 780--><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:normal; text-align:left;" id="TBL-8-40-4" class="td10"> - <!--l. 776--><p class="noindent" >make PDF user interface elements visible </td> + <!--l. 780--><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:normal; text-align:left;" id="TBL-8-41-2" class="td11"> - <!--l. 777--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-41-3" + <!--l. 781--><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:normal; text-align:left;" id="TBL-8-41-4" class="td10"> - <!--l. 777--><p class="noindent" >Unicode encoded PDF strings </td> + <!--l. 781--><p class="noindent" >Unicode encoded PDF strings </td> </tr><tr @@ -2214,7 +2218,7 @@ class="td01"> </td> style="vertical-align:baseline;" id="TBL-8-45-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-45-1" class="td01"> </td></tr> </table></div> -<!--l. 780--><p class="noindent" >Each link in Acrobat carries its own magnification level, which is set using PDF coordinate space, which +<!--l. 784--><p class="noindent" >Each link in Acrobat carries its own magnification level, which is set using PDF coordinate space, which is not the same as <span class="TEX">T<span class="E">E</span>X</span>’s. The unit is bp and the origin is in the lower left corner. See also <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypercalcbp</span></span></span> @@ -2235,7 +2239,7 @@ class="ec-lmvtt-10">pdfstartview </span>and <span class="ec-lmvtt-10">pdfremotestartview</span> parameters. <a - id="x1-11002r8"></a> <!--l. 793--><div class="longtable"> <table id="TBL-9" class="longtable" + id="x1-11002r8"></a> <!--l. 797--><div class="longtable"> <table id="TBL-9" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-9-1g"><col id="TBL-9-1"><col @@ -2248,7 +2252,7 @@ class="ec-lmvtt-10">XYZ </span></td><td style="white-space:nowrap; text-alig class="td11"> <span 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. 793--><p class="noindent" >Sets a coordinate and a zoom factor. If any one + <!--l. 797--><p class="noindent" >Sets a coordinate and a zoom factor. If any one is null, the source link value is used. <span class="ec-lmri-10">null null</span> <span @@ -2260,7 +2264,7 @@ 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:normal; text-align:left;" id="TBL-9-2-3" class="td10"> - <!--l. 795--><p class="noindent" >Fits the page to the window. </td> + <!--l. 799--><p class="noindent" >Fits the page to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-3-1" class="td01"><span @@ -2268,7 +2272,7 @@ class="ec-lmvtt-10">FitH </span></td><td style="white-space:nowrap; text-ali class="td11"> <span class="ec-lmri-10">top </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-3-3" class="td10"> - <!--l. 796--><p class="noindent" >Fits the width of the page to the window. </td> + <!--l. 800--><p class="noindent" >Fits the width of the page to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-4-1" class="td01"><span @@ -2276,7 +2280,7 @@ class="ec-lmvtt-10">FitV </span></td><td style="white-space:nowrap; text-ali class="td11"> <span class="ec-lmri-10">left </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-4-3" class="td10"> - <!--l. 797--><p class="noindent" >Fits the height of the page to the window. </td> + <!--l. 801--><p class="noindent" >Fits the height of the page to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-5-1" class="td01"><span @@ -2284,7 +2288,7 @@ class="ec-lmvtt-10">FitR </span></td><td style="white-space:nowrap; text-ali class="td11"> <span 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. 798--><p class="noindent" >Fits the rectangle specified by the four + <!--l. 802--><p class="noindent" >Fits the rectangle specified by the four coordinates to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-6-1" @@ -2292,7 +2296,7 @@ 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:normal; text-align:left;" id="TBL-9-6-3" class="td10"> - <!--l. 799--><p class="noindent" >Fits the page bounding box to the window. </td> + <!--l. 803--><p class="noindent" >Fits the page bounding box to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-7-1" class="td01"><span @@ -2300,7 +2304,7 @@ class="ec-lmvtt-10">FitBH </span></td><td style="white-space:nowrap; text-alig class="td11"> <span class="ec-lmri-10">top </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-7-3" class="td10"> - <!--l. 800--><p class="noindent" >Fits the width of the page bounding box to + <!--l. 804--><p class="noindent" >Fits the width of the page bounding box to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-8-1" @@ -2309,7 +2313,7 @@ class="ec-lmvtt-10">FitBV </span></td><td style="white-space:nowrap; text-alig class="td11"> <span class="ec-lmri-10">left </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-8-3" class="td10"> - <!--l. 801--><p class="noindent" >Fits the height of the page bounding box to + <!--l. 805--><p class="noindent" >Fits the height of the page bounding box to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-9-1" @@ -2329,10 +2333,10 @@ class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="T class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-9-13-3" class="td10"></td></tr> </table></div> -<!--l. 804--><p class="indent" > The <span +<!--l. 808--><p class="indent" > The <span class="ec-lmvtt-10">pdfpagelayout </span>can be one of the following values. <a - id="x1-11003r9"></a> <!--l. 807--><div class="longtable"> <table id="TBL-10" class="longtable" + id="x1-11003r9"></a> <!--l. 811--><div class="longtable"> <table id="TBL-10" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-10-1g"><col id="TBL-10-1"><col @@ -2342,26 +2346,26 @@ id="TBL-10-2"></colgroup> class="td01"><span class="ec-lmvtt-10">SinglePage </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-1-2" class="td10"> - <!--l. 807--><p class="noindent" >Displays a single page; advancing flips the page </td> + <!--l. 811--><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:normal; text-align:left;" id="TBL-10-2-2" class="td10"> - <!--l. 808--><p class="noindent" >Displays the document in one column; continuous scrolling. </td> + <!--l. 812--><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:normal; text-align:left;" id="TBL-10-3-2" class="td10"> - <!--l. 809--><p class="noindent" >Displays the document in two columns, odd-numbered pages to + <!--l. 813--><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:normal; text-align:left;" id="TBL-10-4-2" class="td10"> - <!--l. 810--><p class="noindent" >Displays the document in two columns, odd-numbered pages to + <!--l. 814--><p class="noindent" >Displays the document in two columns, odd-numbered pages to the right. </td> @@ -2370,14 +2374,14 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">TwoPageLeft </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-5-2" class="td10"> - <!--l. 811--><p class="noindent" >Displays two pages, odd-numbered pages to the left (since PDF + <!--l. 815--><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:normal; text-align:left;" id="TBL-10-6-2" class="td10"> - <!--l. 812--><p class="noindent" >Displays two pages, odd-numbered pages to the right (since PDF + <!--l. 816--><p class="noindent" >Displays two pages, odd-numbered pages to the right (since PDF 1.5). </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-7-1" @@ -2393,7 +2397,7 @@ class="td01"> </td> class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-10-10-2" class="td10"></td></tr> </table></div> -<!--l. 815--><p class="indent" > Finally, the <span +<!--l. 819--><p class="indent" > Finally, the <span class="ec-lmvtt-10">pdfpagetransition </span>can be one of the following values, where <span class="ec-lmri-10">/Di </span>stands for direction of motion in degrees, generally in 90<sup><span @@ -2407,7 +2411,7 @@ class="ec-lmri-10">/M </span>is for motion, either in (<span class="ec-lmvtt-10">/I</span>) or out (<span class="ec-lmvtt-10">/O</span>). <a - id="x1-11004r10"></a> <!--l. 823--><div class="longtable"> <table id="TBL-11" class="longtable" + id="x1-11004r10"></a> <!--l. 827--><div class="longtable"> <table id="TBL-11" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-11-1g"><col id="TBL-11-1"><col @@ -2419,7 +2423,7 @@ 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:normal; text-align:left;" id="TBL-11-1-3" class="td10"> - <!--l. 823--><p class="noindent" >Multiple lines distributed evenly across the screen sweep + <!--l. 827--><p class="noindent" >Multiple lines distributed evenly across the screen sweep in the same direction to reveal the new page. </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-2-1" @@ -2427,14 +2431,14 @@ 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:normal; text-align:left;" id="TBL-11-2-3" class="td10"> - <!--l. 825--><p class="noindent" >A box sweeps in or out. </td> + <!--l. 829--><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:normal; text-align:left;" id="TBL-11-3-3" class="td10"> - <!--l. 826--><p class="noindent" >The page image dissolves in a piecemeal fashion to reveal + <!--l. 830--><p class="noindent" >The page image dissolves in a piecemeal fashion to reveal the new page. </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-4-1" @@ -2442,7 +2446,7 @@ 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:normal; text-align:left;" id="TBL-11-4-3" class="td10"> - <!--l. 827--><p class="noindent" >Similar to Dissolve, except the effect sweeps across the + <!--l. 831--><p class="noindent" >Similar to Dissolve, except the effect sweeps across the screen. </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-5-1" @@ -2450,14 +2454,14 @@ 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:normal; text-align:left;" id="TBL-11-5-3" class="td10"> - <!--l. 828--><p class="noindent" >Two lines sweep across the screen to reveal the new page.</td> + <!--l. 832--><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:normal; text-align:left;" id="TBL-11-6-3" class="td10"> - <!--l. 829--><p class="noindent" >A single line sweeps across the screen to reveal the new + <!--l. 833--><p class="noindent" >A single line sweeps across the screen to reveal the new page. </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-7-1" @@ -2474,11 +2478,11 @@ class="td01"> </td><td style="white-space:nowrap; text-align:left;" id=" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-11-10-3" class="td10"></td></tr> </table></div> -<!--l. 832--><p class="noindent" > +<!--l. 836--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.8 </span> <a id="x1-120003.8"></a>Option <span class="ec-lmvtt-10">pdfinfo</span></h4> -<!--l. 834--><p class="noindent" >The information entries can be set using <span +<!--l. 838--><p class="noindent" >The information entries can be set using <span class="ec-lmvtt-10">pdftitle</span>, <span class="ec-lmvtt-10">pdfsubject</span>, …. Option <span class="ec-lmvtt-10">pdfinfo </span>provides an alternative @@ -2505,14 +2509,14 @@ strings (see PDF specification). Example:  <br />  }  <br />} </div> - <!--l. 853--><p class="nopar" ></div> -<!--l. 856--><p class="noindent" > + <!--l. 857--><p class="nopar" ></div> +<!--l. 860--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.9 </span> <a id="x1-130003.9"></a>Big alphabetical list</h4> -<!--l. 858--><p class="noindent" >The following is a complete listing of available options for <span +<!--l. 862--><p class="noindent" >The following is a complete listing of available options for <span class="ec-lmss-10">hyperref</span>, arranged alphabetically. <a - id="x1-13001r11"></a> <!--l. 862--><div class="longtable"> <table id="TBL-12" class="longtable" + id="x1-13001r11"></a> <!--l. 866--><div class="longtable"> <table id="TBL-12" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-12-1g"><col id="TBL-12-1"><col @@ -2525,7 +2529,7 @@ class="ec-lmvtt-10">anchorcolor </span></td><td style="white-space class="td11"> <span class="ec-lmri-10">black </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-1-3" class="td10"> - <!--l. 862--><p class="noindent" >set color of anchors </td> + <!--l. 866--><p class="noindent" >set color of anchors, ignored by most drivers. </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-2-1" class="td01"><span @@ -2533,7 +2537,7 @@ class="ec-lmvtt-10">backref </span></td><td style="white-spa class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-2-3" class="td10"> - <!--l. 863--><p class="noindent" >do bibliographical back references </td> + <!--l. 867--><p class="noindent" >do bibliographical back references </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-3-1" class="td01"><span @@ -2541,7 +2545,7 @@ class="ec-lmvtt-10">baseurl </span></td><td style="white-spa class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-3-3" class="td10"> - <!--l. 864--><p class="noindent" >set base URL for document </td> + <!--l. 868--><p class="noindent" >set base URL for document </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-4-1" class="td01"><span @@ -2549,7 +2553,7 @@ class="ec-lmvtt-10">bookmarks </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-4-3" class="td10"> - <!--l. 865--><p class="noindent" >make bookmarks </td> + <!--l. 869--><p class="noindent" >make bookmarks </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-5-1" class="td01"><span @@ -2557,7 +2561,7 @@ class="ec-lmvtt-10">bookmarksnumbered </span></td><td style="white-space:nowra class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-5-3" class="td10"> - <!--l. 866--><p class="noindent" >put section numbers in bookmarks </td> + <!--l. 870--><p class="noindent" >put section numbers in bookmarks </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-6-1" class="td01"><span @@ -2565,7 +2569,7 @@ class="ec-lmvtt-10">bookmarksopen </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-6-3" class="td10"> - <!--l. 867--><p class="noindent" >open up bookmark tree </td> + <!--l. 871--><p class="noindent" >open up bookmark tree </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-7-1" class="td01"><span @@ -2573,7 +2577,7 @@ class="ec-lmvtt-10">bookmarksopenlevel </span></td><td style="white-space:now class="td11"> <span class="ec-lmvtt-10">\maxdimen </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-7-3" class="td10"> - <!--l. 868--><p class="noindent" >level to which bookmarks are open </td> + <!--l. 872--><p class="noindent" >level to which bookmarks are open </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-8-1" class="td01"><span @@ -2581,7 +2585,7 @@ class="ec-lmvtt-10">bookmarkstype </span></td><td style="white-space:no class="td11"> <span class="ec-lmri-10">toc </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-8-3" class="td10"> - <!--l. 869--><p class="noindent" >to specify which ‘toc’ file to mimic </td> + <!--l. 873--><p class="noindent" >to specify which ‘toc’ file to mimic </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-9-1" class="td01"><span @@ -2589,7 +2593,7 @@ class="ec-lmvtt-10">breaklinks </span></td><td style="white-spac class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-9-3" class="td10"> - <!--l. 870--><p class="noindent" >allow links to break over lines </td> + <!--l. 874--><p class="noindent" >allow links to break over lines </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-10-1" class="td01"><span @@ -2597,7 +2601,7 @@ class="ec-lmvtt-10">CJKbookmarks </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-10-3" class="td10"> - <!--l. 871--><p class="noindent" >to produce CJK bookmarks </td> + <!--l. 875--><p class="noindent" >to produce CJK bookmarks </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-11-1" class="td01"><span @@ -2605,7 +2609,7 @@ class="ec-lmvtt-10">citebordercolor </span></td><td style="white-space: class="td11"> <span 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. 872--><p class="noindent" >color of border around cites </td> + <!--l. 876--><p class="noindent" >color of border around cites </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-12-1" class="td01"><span @@ -2613,7 +2617,7 @@ class="ec-lmvtt-10">citecolor </span></td><td style="white-spa class="td11"> <span class="ec-lmri-10">green </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-12-3" class="td10"> - <!--l. 873--><p class="noindent" >color of citation links </td> + <!--l. 877--><p class="noindent" >color of citation links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-13-1" class="td01"><span @@ -2621,14 +2625,14 @@ class="ec-lmvtt-10">colorlinks </span></td><td style="white-spa class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-13-3" class="td10"> - <!--l. 874--><p class="noindent" >color links </td> + <!--l. 878--><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:normal; text-align:left;" id="TBL-12-14-3" class="td10"> - <!--l. 875--><p class="noindent" >(<span + <!--l. 879--><p class="noindent" >(<span class="ec-lmss-10">tex4ht</span>, <span class="ec-lmss-10">dviwindo</span>) </td> </tr><tr @@ -2638,7 +2642,7 @@ class="ec-lmvtt-10">debug </span></td><td style="white-spac class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-15-3" class="td10"> - <!--l. 876--><p class="noindent" >provide details of anchors defined; same as + <!--l. 880--><p class="noindent" >provide details of anchors defined; same as verbose </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-16-1" @@ -2647,9 +2651,11 @@ class="ec-lmvtt-10">destlabel </span></td><td style="white-spac class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-16-3" class="td10"> - <!--l. 877--><p class="noindent" >destinations are named by the first <span class="obeylines-h"><span class="verb"><span + <!--l. 881--><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> after the anchor creation </td> + + </tr><tr style="vertical-align:baseline;" id="TBL-12-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-17-1" class="td01"><span @@ -2657,15 +2663,14 @@ class="ec-lmvtt-10">draft </span></td><td style="white-sp class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-17-3" class="td10"> - <!--l. 878--><p class="noindent" >do not do any hyperlinking </td> - + <!--l. 882--><p class="noindent" >do not do any hyperlinking </td> </tr><tr 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:normal; text-align:left;" id="TBL-12-18-3" class="td10"> - <!--l. 879--><p class="noindent" >use <span + <!--l. 883--><p class="noindent" >use <span class="ec-lmss-10">dvipdfm </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-19-1" @@ -2673,7 +2678,7 @@ 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:normal; text-align:left;" id="TBL-12-19-3" class="td10"> - <!--l. 880--><p class="noindent" >use <span + <!--l. 884--><p class="noindent" >use <span class="ec-lmss-10">dvipdfmx </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-20-1" @@ -2681,7 +2686,7 @@ 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:normal; text-align:left;" id="TBL-12-20-3" class="td10"> - <!--l. 881--><p class="noindent" >use <span + <!--l. 885--><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" @@ -2694,7 +2699,7 @@ 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:normal; text-align:left;" id="TBL-12-22-3" class="td10"> - <!--l. 882--><p class="noindent" >use <span + <!--l. 886--><p class="noindent" >use <span class="ec-lmss-10">dvipsone </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-23-1" @@ -2702,7 +2707,7 @@ 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:normal; text-align:left;" id="TBL-12-23-3" class="td10"> - <!--l. 883--><p class="noindent" >use <span + <!--l. 887--><p class="noindent" >use <span class="ec-lmss-10">dviwindo </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-24-1" @@ -2710,7 +2715,7 @@ 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:normal; text-align:left;" id="TBL-12-24-3" class="td10"> - <!--l. 884--><p class="noindent" >to set encap character for hyperindex </td> + <!--l. 888--><p class="noindent" >to set encap character for hyperindex </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-25-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-25-1" class="td01"><span @@ -2718,7 +2723,7 @@ class="ec-lmvtt-10">extension </span></td><td style="white-space:nowr class="td11"> <span class="ec-lmri-10">dvi </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-25-3" class="td10"> - <!--l. 885--><p class="noindent" >suffix of linked files </td> + <!--l. 889--><p class="noindent" >suffix of linked files </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-26-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-26-1" class="td01"><span @@ -2726,7 +2731,7 @@ class="ec-lmvtt-10">filebordercolor </span></td><td style="white-space:nowr class="td11"> <span 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. 886--><p class="noindent" >color of border around file links </td> + <!--l. 890--><p class="noindent" >color of border around file links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-27-1" class="td01"><span @@ -2734,7 +2739,7 @@ class="ec-lmvtt-10">filecolor </span></td><td style="white-space:n class="td11"> <span class="ec-lmri-10">cyan </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-27-3" class="td10"> - <!--l. 887--><p class="noindent" >color of file links </td> + <!--l. 891--><p class="noindent" >color of file links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-28-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-28-1" class="td01"><span @@ -2742,7 +2747,7 @@ class="ec-lmvtt-10">final </span></td><td style="white-space:n class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-28-3" class="td10"> - <!--l. 888--><p class="noindent" >opposite of option draft </td> + <!--l. 892--><p class="noindent" >opposite of option draft </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-29-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-29-1" class="td01"><span @@ -2750,7 +2755,7 @@ class="ec-lmvtt-10">frenchlinks </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-29-3" class="td10"> - <!--l. 889--><p class="noindent" >use small caps instead of color for links </td> + <!--l. 893--><p class="noindent" >use small caps instead of color for links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-30-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-30-1" class="td01"><span @@ -2758,7 +2763,7 @@ class="ec-lmvtt-10">hyperfigures </span></td><td style="white-space:nowr class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-30-3" class="td10"> - <!--l. 890--><p class="noindent" >make figures hyper links </td> + <!--l. 894--><p class="noindent" >make figures hyper links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-31-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-31-1" class="td01"><span @@ -2766,7 +2771,7 @@ class="ec-lmvtt-10">hyperfootnotes </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-31-3" class="td10"> - <!--l. 891--><p class="noindent" >set up hyperlinked footnotes </td> + <!--l. 895--><p class="noindent" >set up hyperlinked footnotes </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-32-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-32-1" class="td01"><span @@ -2774,14 +2779,14 @@ class="ec-lmvtt-10">hyperindex </span></td><td style="white-space:nowra class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-32-3" class="td10"> - <!--l. 892--><p class="noindent" >set up hyperlinked indices </td> + <!--l. 896--><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:normal; text-align:left;" id="TBL-12-33-3" class="td10"> - <!--l. 893--><p class="noindent" >use <span + <!--l. 897--><p class="noindent" >use <span class="ec-lmss-10">Hyper</span><span class="TEX"><span class="ec-lmss-10">T</span><span class="E"><span @@ -2794,7 +2799,7 @@ class="ec-lmvtt-10">hypertexnames </span></td><td style="white-space:nowrap; class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-34-3" class="td10"> - <!--l. 894--><p class="noindent" >use guessable names for links </td> + <!--l. 898--><p class="noindent" >use guessable names for links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-35-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-35-1" class="td01"><span @@ -2802,7 +2807,7 @@ class="ec-lmvtt-10">implicit </span></td><td style="white-space:no class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-35-3" class="td10"> - <!--l. 895--><p class="noindent" >redefine <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span + <!--l. 899--><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> </tr><tr style="vertical-align:baseline;" id="TBL-12-36-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-36-1" @@ -2810,7 +2815,7 @@ 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:normal; text-align:left;" id="TBL-12-36-3" class="td10"> - <!--l. 896--><p class="noindent" >use <span class="LATEX"><span + <!--l. 900--><p class="noindent" >use <span class="LATEX"><span class="ec-lmss-10">L</span><span class="A"><span class="ec-lmss-10">A</span></span><span class="TEX"><span class="ec-lmss-10">T</span><span @@ -2825,7 +2830,7 @@ class="ec-lmvtt-10">linkbordercolor </span></td><td style="white-space:nowra class="td11"> <span 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. 897--><p class="noindent" >color of border around links </td> + <!--l. 901--><p class="noindent" >color of border around links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-38-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-38-1" class="td01"><span @@ -2833,7 +2838,7 @@ class="ec-lmvtt-10">linkcolor </span></td><td style="white-space:no class="td11"> <span class="ec-lmri-10">red </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-38-3" class="td10"> - <!--l. 898--><p class="noindent" >color of links </td> + <!--l. 902--><p class="noindent" >color of links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-39-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-39-1" class="td01"><span @@ -2841,7 +2846,7 @@ class="ec-lmvtt-10">linktoc </span></td><td style="white-space:no class="td11"> <span class="ec-lmri-10">section </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-39-3" class="td10"> - <!--l. 899--><p class="noindent" >make text be link on TOC, LOF and LOT </td> + <!--l. 903--><p class="noindent" >make text be link on TOC, LOF and LOT </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-40-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-40-1" class="td01"><span @@ -2849,7 +2854,7 @@ class="ec-lmvtt-10">linktocpage </span></td><td style="white-space:nowr class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-40-3" class="td10"> - <!--l. 900--><p class="noindent" >make page number, not text, be link on TOC, + <!--l. 904--><p class="noindent" >make page number, not text, be link on TOC, LOF and LOT </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-41-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-41-1" @@ -2858,7 +2863,7 @@ class="ec-lmvtt-10">menubordercolor </span></td><td style="white-space:nowrap; class="td11"> <span 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. 901--><p class="noindent" >color of border around menu links </td> + <!--l. 905--><p class="noindent" >color of border around menu links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-42-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-42-1" class="td01"> </td></tr> @@ -2869,7 +2874,7 @@ class="ec-lmvtt-10">menucolor </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">red </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-43-3" class="td10"> - <!--l. 902--><p class="noindent" >color for menu links </td> + <!--l. 906--><p class="noindent" >color for menu links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-44-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-44-1" class="td01"><span @@ -2877,7 +2882,7 @@ class="ec-lmvtt-10">nativepdf </span></td><td style="white-space:no class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-44-3" class="td10"> - <!--l. 903--><p class="noindent" >an alias for <span + <!--l. 907--><p class="noindent" >an alias for <span class="ec-lmss-10">dvips</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-45-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-45-1" @@ -2886,7 +2891,7 @@ class="ec-lmvtt-10">naturalnames </span></td><td style="white-space:nowr class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-45-3" class="td10"> - <!--l. 904--><p class="noindent" >use <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span + <!--l. 908--><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> </tr><tr style="vertical-align:baseline;" id="TBL-12-46-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-46-1" @@ -2895,7 +2900,7 @@ class="ec-lmvtt-10">nesting </span></td><td style="white-space:n class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-46-3" class="td10"> - <!--l. 905--><p class="noindent" >allow nesting of links </td> + <!--l. 909--><p class="noindent" >allow nesting of links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-47-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-47-1" class="td01"><span @@ -2903,7 +2908,7 @@ class="ec-lmvtt-10">pageanchor </span></td><td style="white-space:nowr class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-47-3" class="td10"> - <!--l. 906--><p class="noindent" >put an anchor on every page </td> + <!--l. 910--><p class="noindent" >put an anchor on every page </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-48-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-48-1" class="td01"><span @@ -2911,7 +2916,9 @@ class="ec-lmvtt-10">pagebackref </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-48-3" class="td10"> - <!--l. 907--><p class="noindent" >backreference by page number </td> + <!--l. 911--><p class="noindent" >backreference by page number </td> + + </tr><tr style="vertical-align:baseline;" id="TBL-12-49-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-49-1" class="td01"><span @@ -2919,9 +2926,7 @@ class="ec-lmvtt-10">pdfauthor </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-49-3" class="td10"> - <!--l. 908--><p class="noindent" >text for PDF Author field </td> - - + <!--l. 912--><p class="noindent" >text for PDF Author field </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-50-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-50-1" class="td01"><span @@ -2929,14 +2934,14 @@ class="ec-lmvtt-10">pdfborder </span></td><td style="white-space:now class="td11"> <span 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. 909--><p class="noindent" >width of PDF link border </td> + <!--l. 913--><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:normal; text-align:left;" id="TBL-12-51-3" class="td10"> - <!--l. 910--><p class="noindent" >(<span + <!--l. 914--><p class="noindent" >(<span class="ec-lmvtt-10">colorlinks)</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-52-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-52-1" @@ -2945,7 +2950,7 @@ class="ec-lmvtt-10">pdfcenterwindow </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-52-3" class="td10"> - <!--l. 911--><p class="noindent" >position the document window in the center + <!--l. 915--><p class="noindent" >position the document window in the center of the screen </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-53-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-53-1" @@ -2954,14 +2959,14 @@ class="ec-lmvtt-10">pdfcreator </span></td><td style="white-space:no class="td11"> <span class="ec-lmri-10">LaTeX with </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-53-3" class="td10"> - <!--l. 912--><p class="noindent" >text for PDF Creator field </td> + <!--l. 916--><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:normal; text-align:left;" id="TBL-12-54-3" class="td10"> - <!--l. 914--><p class="noindent" > </td> + <!--l. 918--><p class="noindent" > </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-55-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-55-1" class="td01"><span @@ -2969,7 +2974,7 @@ class="ec-lmvtt-10">pdfdirection </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-55-3" class="td10"> - <!--l. 914--><p class="noindent" >direction setting </td> + <!--l. 918--><p class="noindent" >direction setting </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-56-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-56-1" class="td01"><span @@ -2977,7 +2982,7 @@ class="ec-lmvtt-10">pdfdisplaydoctitle </span></td><td style="white-space:nowr class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-56-3" class="td10"> - <!--l. 915--><p class="noindent" >display document title instead of file name in + <!--l. 919--><p class="noindent" >display document title instead of file name in title bar </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-57-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-57-1" @@ -2986,7 +2991,7 @@ class="ec-lmvtt-10">pdfduplex </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-57-3" class="td10"> - <!--l. 917--><p class="noindent" >paper handling option for print dialog </td> + <!--l. 921--><p class="noindent" >paper handling option for print dialog </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-58-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-58-1" class="td01"><span @@ -2994,7 +2999,7 @@ class="ec-lmvtt-10">pdffitwindow </span></td><td style="white-space:nowr class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-58-3" class="td10"> - <!--l. 919--><p class="noindent" >resize document window to fit document size </td> + <!--l. 923--><p class="noindent" >resize document window to fit document size </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-59-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-59-1" class="td01"><span @@ -3002,7 +3007,7 @@ class="ec-lmvtt-10">pdfhighlight </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">/I </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-59-3" class="td10"> - <!--l. 920--><p class="noindent" >set highlighting of PDF links </td> + <!--l. 924--><p class="noindent" >set highlighting of PDF links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-60-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-60-1" class="td01"><span @@ -3010,7 +3015,7 @@ class="ec-lmvtt-10">pdfinfo </span></td><td style="white-space:n class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-60-3" class="td10"> - <!--l. 921--><p class="noindent" >alternative interface for setting document + <!--l. 925--><p class="noindent" >alternative interface for setting document information </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-61-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-61-1" @@ -3019,7 +3024,7 @@ class="ec-lmvtt-10">pdfkeywords </span></td><td style="white-space:nowr class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-61-3" class="td10"> - <!--l. 922--><p class="noindent" >text for PDF Keywords field </td> + <!--l. 926--><p class="noindent" >text for PDF Keywords field </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-62-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-62-1" class="td01"><span @@ -3027,7 +3032,7 @@ class="ec-lmvtt-10">pdflang </span></td><td style="white-space:no class="td11"> <span class="ec-lmri-10">relax </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-62-3" class="td10"> - <!--l. 923--><p class="noindent" >PDF language identifier (RFC 3066) </td> + <!--l. 927--><p class="noindent" >PDF language identifier (RFC 3066) </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-63-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-63-1" class="td01"> </td></tr> @@ -3038,7 +3043,7 @@ class="ec-lmvtt-10">pdfmark </span></td><td style="whit class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-64-3" class="td10"> - <!--l. 924--><p class="noindent" >an alias for <span + <!--l. 928--><p class="noindent" >an alias for <span class="ec-lmss-10">dvips</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-65-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-65-1" @@ -3047,7 +3052,7 @@ class="ec-lmvtt-10">pdfmenubar </span></td><td style="white- class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-65-3" class="td10"> - <!--l. 925--><p class="noindent" >make PDF viewer’s menu bar visible </td> + <!--l. 929--><p class="noindent" >make PDF viewer’s menu bar visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-66-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-66-1" class="td01"><span @@ -3055,13 +3060,13 @@ class="ec-lmvtt-10">pdfnewwindow </span></td><td style="white-s class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-66-3" class="td10"> - <!--l. 926--><p class="noindent" >make links that open another PDF </td> + <!--l. 930--><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:normal; text-align:left;" id="TBL-12-67-3" class="td10"> - <!--l. 927--><p class="noindent" >file start a new window </td> + <!--l. 931--><p class="noindent" >file start a new window </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-68-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-68-1" class="td01"><span @@ -3069,7 +3074,7 @@ class="ec-lmvtt-10">pdfnonfullscreenpagemode </span></td><td style="white-spac class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-68-3" class="td10"> - <!--l. 929--><p class="noindent" >page mode setting on exiting full-screen mode</td> + <!--l. 933--><p class="noindent" >page mode setting on exiting full-screen mode</td> </tr><tr style="vertical-align:baseline;" id="TBL-12-69-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-69-1" class="td01"><span @@ -3077,7 +3082,7 @@ class="ec-lmvtt-10">pdfnumcopies </span></td><td style="white- class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-69-3" class="td10"> - <!--l. 931--><p class="noindent" >number of printed copies </td> + <!--l. 935--><p class="noindent" >number of printed copies </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-70-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-70-1" class="td01"><span @@ -3085,7 +3090,7 @@ class="ec-lmvtt-10">pdfpagelayout </span></td><td style="white class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-70-3" class="td10"> - <!--l. 932--><p class="noindent" >set layout of PDF pages </td> + <!--l. 936--><p class="noindent" >set layout of PDF pages </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-71-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-71-1" class="td01"><span @@ -3093,7 +3098,7 @@ class="ec-lmvtt-10">pdfpagemode </span></td><td style="white- class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-71-3" class="td10"> - <!--l. 933--><p class="noindent" >set default mode of PDF display </td> + <!--l. 937--><p class="noindent" >set default mode of PDF display </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-72-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-72-1" class="td01"><span @@ -3101,7 +3106,7 @@ class="ec-lmvtt-10">pdfpagelabels </span></td><td style="whit class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-72-3" class="td10"> - <!--l. 934--><p class="noindent" >set PDF page labels </td> + <!--l. 938--><p class="noindent" >set PDF page labels </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-73-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-73-1" class="td01"><span @@ -3109,7 +3114,7 @@ class="ec-lmvtt-10">pdfpagescrop </span></td><td style="white class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-73-3" class="td10"> - <!--l. 935--><p class="noindent" >set crop size of PDF document </td> + <!--l. 939--><p class="noindent" >set crop size of PDF document </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-74-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-74-1" class="td01"><span @@ -3117,7 +3122,7 @@ class="ec-lmvtt-10">pdfpagetransition </span></td><td style="white- class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-74-3" class="td10"> - <!--l. 936--><p class="noindent" >set PDF page transition style </td> + <!--l. 940--><p class="noindent" >set PDF page transition style </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-75-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-75-1" class="td01"><span @@ -3125,7 +3130,7 @@ class="ec-lmvtt-10">pdfpicktraybypdfsize </span></td><td style="white-s class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-75-3" class="td10"> - <!--l. 938--><p class="noindent" >set option for print dialog </td> + <!--l. 942--><p class="noindent" >set option for print dialog </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-76-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-76-1" class="td01"><span @@ -3133,7 +3138,7 @@ class="ec-lmvtt-10">pdfprintarea </span></td><td style="whit class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-76-3" class="td10"> - <!--l. 939--><p class="noindent" >set /PrintArea of viewer preferences </td> + <!--l. 943--><p class="noindent" >set /PrintArea of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-77-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-77-1" class="td01"><span @@ -3141,7 +3146,7 @@ class="ec-lmvtt-10">pdfprintclip </span></td><td style="whi class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-77-3" class="td10"> - <!--l. 940--><p class="noindent" >set /PrintClip of viewer preferences </td> + <!--l. 944--><p class="noindent" >set /PrintClip of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-78-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-78-1" class="td01"><span @@ -3149,7 +3154,9 @@ class="ec-lmvtt-10">pdfprintpagerange </span></td><td style="white-s class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-78-3" class="td10"> - <!--l. 941--><p class="noindent" >set /PrintPageRange of viewer preferences </td> + <!--l. 945--><p class="noindent" >set /PrintPageRange of viewer preferences </td> + + </tr><tr style="vertical-align:baseline;" id="TBL-12-79-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-79-1" class="td01"><span @@ -3157,9 +3164,7 @@ class="ec-lmvtt-10">pdfprintscaling </span></td><td style="whit class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-79-3" class="td10"> - <!--l. 942--><p class="noindent" >page scaling option for print dialog </td> - - + <!--l. 946--><p class="noindent" >page scaling option for print dialog </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-80-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-80-1" class="td01"><span @@ -3167,7 +3172,7 @@ class="ec-lmvtt-10">pdfproducer </span></td><td style="white class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-80-3" class="td10"> - <!--l. 943--><p class="noindent" >text for PDF Producer field </td> + <!--l. 947--><p class="noindent" >text for PDF Producer field </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-81-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-81-1" class="td01"><span @@ -3175,7 +3180,7 @@ class="ec-lmvtt-10">pdfremotestartview </span></td><td style="white-s class="td11"> <span class="ec-lmri-10">Fit </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-81-3" class="td10"> - <!--l. 944--><p class="noindent" >starting view of remote PDF documents </td> + <!--l. 948--><p class="noindent" >starting view of remote PDF documents </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-82-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-82-1" class="td01"><span @@ -3183,7 +3188,7 @@ class="ec-lmvtt-10">pdfstartpage </span></td><td style="whit class="td11"> <span class="ec-lmri-10">1 </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-82-3" class="td10"> - <!--l. 945--><p class="noindent" >page at which PDF document opens </td> + <!--l. 949--><p class="noindent" >page at which PDF document opens </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-83-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-83-1" class="td01"><span @@ -3191,7 +3196,7 @@ class="ec-lmvtt-10">pdfstartview </span></td><td style="whit class="td11"> <span class="ec-lmri-10">Fit </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-83-3" class="td10"> - <!--l. 946--><p class="noindent" >starting view of PDF document </td> + <!--l. 950--><p class="noindent" >starting view of PDF document </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-84-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-84-1" class="td01"> </td></tr> @@ -3202,14 +3207,14 @@ class="ec-lmvtt-10">pdfsubject </span></td><td style="white-space:nowrap; class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-85-3" class="td10"> - <!--l. 947--><p class="noindent" >text for PDF Subject field </td> + <!--l. 951--><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:normal; text-align:left;" id="TBL-12-86-3" class="td10"> - <!--l. 948--><p class="noindent" >use <span + <!--l. 952--><p class="noindent" >use <span class="ec-lmss-10">pdf</span><span class="TEX"><span class="ec-lmss-10">T</span><span class="E"><span @@ -3222,7 +3227,7 @@ class="ec-lmvtt-10">pdftitle </span></td><td style="white-space:nowra class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-87-3" class="td10"> - <!--l. 949--><p class="noindent" >text for PDF Title field </td> + <!--l. 953--><p class="noindent" >text for PDF Title field </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-88-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-88-1" class="td01"><span @@ -3230,7 +3235,7 @@ class="ec-lmvtt-10">pdftoolbar </span></td><td style="white-space:nowrap; class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-88-3" class="td10"> - <!--l. 950--><p class="noindent" >make PDF toolbar visible </td> + <!--l. 954--><p class="noindent" >make PDF toolbar visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-89-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-89-1" class="td01"><span @@ -3238,7 +3243,7 @@ class="ec-lmvtt-10">pdftrapped </span></td><td style="white-space:nowrap; class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-89-3" class="td10"> - <!--l. 951--><p class="noindent" >Sets the document information Trapped entry. + <!--l. 955--><p class="noindent" >Sets the document information Trapped entry. Possible values are <span class="ec-lmvtt-10">True</span>, <span class="ec-lmvtt-10">False </span>and <span @@ -3251,7 +3256,7 @@ class="ec-lmvtt-10">pdfview </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">XYZ </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-90-3" class="td10"> - <!--l. 954--><p class="noindent" >PDF ‘view’ when on link traversal </td> + <!--l. 958--><p class="noindent" >PDF ‘view’ when on link traversal </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-91-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-91-1" class="td01"><span @@ -3259,7 +3264,7 @@ class="ec-lmvtt-10">pdfviewarea </span></td><td style="white-space:nowrap; class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-91-3" class="td10"> - <!--l. 955--><p class="noindent" >set /ViewArea of viewer preferences </td> + <!--l. 959--><p class="noindent" >set /ViewArea of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-92-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-92-1" class="td01"><span @@ -3267,7 +3272,7 @@ class="ec-lmvtt-10">pdfviewclip </span></td><td style="white-space:nowrap; class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-92-3" class="td10"> - <!--l. 956--><p class="noindent" >set /ViewClip of viewer preferences </td> + <!--l. 960--><p class="noindent" >set /ViewClip of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-93-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-93-1" class="td01"><span @@ -3275,7 +3280,7 @@ class="ec-lmvtt-10">pdfwindowui </span></td><td style="white-space:nowrap; t class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-93-3" class="td10"> - <!--l. 957--><p class="noindent" >make PDF user interface elements visible </td> + <!--l. 961--><p class="noindent" >make PDF user interface elements visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-94-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-94-1" class="td01"><span @@ -3283,14 +3288,14 @@ class="ec-lmvtt-10">plainpages </span></td><td style="white-space:nowrap; class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-94-3" class="td10"> - <!--l. 958--><p class="noindent" >do page number anchors as plain Arabic </td> + <!--l. 962--><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:normal; text-align:left;" id="TBL-12-95-3" class="td10"> - <!--l. 959--><p class="noindent" >use <span + <!--l. 963--><p class="noindent" >use <span class="ec-lmss-10">ps2pdf </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-96-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-96-1" @@ -3299,7 +3304,7 @@ class="ec-lmvtt-10">raiselinks </span></td><td style="white-space:nowra class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-96-3" class="td10"> - <!--l. 960--><p class="noindent" >raise up links (for <span + <!--l. 964--><p class="noindent" >raise up links (for <span class="ec-lmss-10">Hyper</span><span class="TEX"><span class="ec-lmss-10">T</span><span class="E"><span @@ -3312,7 +3317,7 @@ class="ec-lmvtt-10">runbordercolor </span></td><td style="white-space:nowrap; class="td11"> <span 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. 961--><p class="noindent" >color of border around ‘run’ links </td> + <!--l. 965--><p class="noindent" >color of border around ‘run’ links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-98-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-98-1" class="td01"><span @@ -3320,7 +3325,7 @@ class="ec-lmvtt-10">runcolor </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">filecolor </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-98-3" class="td10"> - <!--l. 962--><p class="noindent" >color of ‘run’ links </td> + <!--l. 966--><p class="noindent" >color of ‘run’ links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-99-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-99-1" class="td01"><span @@ -3328,14 +3333,14 @@ class="ec-lmvtt-10">setpagesize </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-99-3" class="td10"> - <!--l. 963--><p class="noindent" >set page size by special driver commands </td> + <!--l. 967--><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:normal; text-align:left;" id="TBL-12-100-3" class="td10"> - <!--l. 964--><p class="noindent" >use <span class="TEX"><span + <!--l. 968--><p class="noindent" >use <span class="TEX"><span class="ec-lmss-10">T</span><span class="E"><span class="ec-lmss-10">E</span></span><span @@ -3347,7 +3352,7 @@ 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:normal; text-align:left;" id="TBL-12-101-3" class="td10"> - <!--l. 965--><p class="noindent" >use <span + <!--l. 969--><p class="noindent" >use <span class="ec-lmss-10">Textures </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-102-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-102-1" @@ -3356,7 +3361,18 @@ class="ec-lmvtt-10">unicode </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-102-3" class="td10"> - <!--l. 966--><p class="noindent" >Unicode encoded pdf strings </td> + <!--l. 970--><p class="noindent" >Unicode encoded pdf strings, by defaut true + with <span +class="ec-lmss-10">Xe</span><span class="TEX"><span +class="ec-lmss-10">T</span><span +class="E"><span +class="ec-lmss-10">E</span></span><span +class="ec-lmss-10">X</span></span> and <span +class="ec-lmss-10">Lu</span><span class="TEX"><span +class="ec-lmss-10">T</span><span +class="E"><span +class="ec-lmss-10">E</span></span><span +class="ec-lmss-10">X</span></span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-103-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-103-1" class="td01"><span @@ -3364,7 +3380,7 @@ class="ec-lmvtt-10">urlbordercolor </span></td><td style="white-space:nowrap; class="td11"> <span 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. 967--><p class="noindent" >color of border around URL links </td> + <!--l. 971--><p class="noindent" >color of border around URL links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-104-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-104-1" class="td01"><span @@ -3372,7 +3388,7 @@ class="ec-lmvtt-10">urlcolor </span></td><td style="white-space:nowra class="td11"> <span class="ec-lmri-10">magenta </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-104-3" class="td10"> - <!--l. 968--><p class="noindent" >color of URL links </td> + <!--l. 972--><p class="noindent" >color of URL links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-105-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-105-1" class="td01"> </td></tr> @@ -3383,14 +3399,14 @@ class="ec-lmvtt-10">verbose </span></td><td style="white-space:nowrap; text-al class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-106-3" class="td10"> - <!--l. 969--><p class="noindent" >be chatty </td> + <!--l. 973--><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:normal; text-align:left;" id="TBL-12-107-3" class="td10"> - <!--l. 970--><p class="noindent" >use <span + <!--l. 974--><p class="noindent" >use <span class="ec-lmss-10">VTeX </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-108-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-108-1" @@ -3398,7 +3414,7 @@ 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:normal; text-align:left;" id="TBL-12-108-3" class="td10"> - <!--l. 971--><p class="noindent" >use <span + <!--l. 975--><p class="noindent" >use <span class="ec-lmss-10">Xe</span><span class="TEX"><span class="ec-lmss-10">T</span><span class="E"><span @@ -3415,18 +3431,18 @@ class="td01"> </td> class="td01"> </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-112-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-112-1" -class="td01"> </td> +class="td01"> </td> + </tr><tr style="vertical-align:baseline;" id="TBL-12-113-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-113-1" class="td01"> </td></tr> - </table></div> - -<!--l. 974--><p class="noindent" > + </table></div> +<!--l. 978--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">4 </span> <a id="x1-140004"></a>Additional user macros</h3> -<!--l. 976--><p class="noindent" >If you need to make references to URLs, or write explicit links, the following low-level user macros are +<!--l. 980--><p class="noindent" >If you need to make references to URLs, or write explicit links, the following low-level user macros are provided: -<!--l. 979--><p class="noindent" > +<!--l. 983--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-13" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-13-1g"><col @@ -3443,13 +3459,13 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 983--><p class="noindent" >The <span +<!--l. 987--><p class="noindent" >The <span class="ec-lmri-10">text </span>is made a hyperlink to the <span class="ec-lmri-10">URL</span>; this must be a full URL (relative to the base URL, if that is defined). The special characters # and ˜ do <span class="ec-lmri-10">not </span>need to be escaped in any way (unless the command is used in the argument of another command). -<!--l. 988--><p class="indent" > The optional argument <span +<!--l. 992--><p class="indent" > The optional argument <span class="ec-lmri-10">options </span>recognizes the hyperref options <span class="ec-lmvtt-10">pdfremotestartview</span>, <span class="ec-lmvtt-10">pdfnewwindow</span> @@ -3473,7 +3489,7 @@ class="ec-lmvtk-10">nextactionraw</span><span class="ec-lmbx-10">:</span> </dt><dd class="description">The value of key <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">/Next</span></span></span> of action dictionaries, see PDF specification.</dd></dl> -<!--l. 1001--><p class="noindent" > +<!--l. 1005--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-14" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-14-1g"><col @@ -3484,7 +3500,7 @@ class="ec-lmvtt-10">\url</span><span class="obeylines-h"><span class="verb"><spa class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 1005--><p class="noindent" >Similar to <span +<!--l. 1009--><p class="noindent" >Similar to <span class="ec-lmvtt-10">\href</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span @@ -3495,7 +3511,7 @@ class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}}</span></span></span>. Depending on the driver <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\href</span></span></span> also tries to detect the link type. Thus the result can be a url link, file link, … -<!--l. 1010--><p class="noindent" > +<!--l. 1014--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-15" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-15-1g"><col @@ -3506,10 +3522,10 @@ class="ec-lmvtt-10">\nolinkurl</span><span class="obeylines-h"><span class="verb class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 1014--><p class="noindent" >Write <span +<!--l. 1018--><p class="noindent" >Write <span class="ec-lmri-10">URL </span>in the same way as <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\url</span></span></span>, without creating a hyperlink. -<!--l. 1017--><p class="noindent" > +<!--l. 1021--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-16" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-16-1g"><col @@ -3521,10 +3537,10 @@ class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1021--><p class="noindent" >A base <span +<!--l. 1025--><p class="noindent" >A base <span class="ec-lmri-10">URL </span>is established, which is prepended to other specified URLs, to make it easier to write portable documents. -<!--l. 1024--><p class="noindent" > +<!--l. 1028--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-17" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-17-1g"><col @@ -3538,14 +3554,14 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1028--><p class="noindent" >The link to the image referenced by the URL is inserted, using <span +<!--l. 1032--><p class="noindent" >The link to the image referenced by the URL is inserted, using <span class="ec-lmri-10">text </span>as the anchor. -<!--l. 1031--><p class="indent" > For drivers that produce HTML, the image itself is inserted by the browser, with the <span -class="ec-lmri-10">text </span>being -ignored completely. -<!--l. 1034--><p class="noindent" > +<!--l. 1035--><p class="indent" > For drivers that produce HTML, the image itself is inserted by the browser, with the <span +class="ec-lmri-10">text </span>being +ignored completely. +<!--l. 1038--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-18" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-18-1g"><col @@ -3561,10 +3577,10 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1038--><p class="noindent" >A target area of the document (the <span +<!--l. 1042--><p class="noindent" >A target area of the document (the <span class="ec-lmri-10">text</span>) is marked, and given the name <span class="ec-lmri-10">category.name</span> -<!--l. 1041--><p class="noindent" > +<!--l. 1045--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-19" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-19-1g"><col @@ -3582,10 +3598,10 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1045--><p class="noindent" ><span +<!--l. 1049--><p class="noindent" ><span class="ec-lmri-10">text </span>is made into a link to <span class="ec-lmri-10">URL#category.name</span> -<!--l. 1047--><p class="noindent" > +<!--l. 1051--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-20" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-20-1g"><col @@ -3599,12 +3615,12 @@ class="ec-lmvtt-10">]{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1051--><p class="noindent" ><span +<!--l. 1055--><p class="noindent" ><span class="ec-lmri-10">text </span>is made into a link to the same place as <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\ref{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> would be linked. -<!--l. 1055--><p class="noindent" > +<!--l. 1059--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-21" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-21-1g"><col @@ -3618,7 +3634,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1058--><p class="noindent" > +<!--l. 1062--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-22" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-22-1g"><col @@ -3632,7 +3648,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1062--><p class="noindent" >A simple internal link is created with <span class="obeylines-h"><span class="verb"><span +<!--l. 1066--><p class="noindent" >A simple internal link is created with <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypertarget</span></span></span>, with two parameters of an anchor <span class="ec-lmri-10">name</span>, and anchor <span @@ -3641,11 +3657,11 @@ class="ec-lmvtt-10">\hyperlink</span></span></span> has two arguments, the name class="ec-lmvtt-10">\hypertarget</span></span></span>, and the <span class="ec-lmri-10">text </span>which be used as the link on the page. -<!--l. 1068--><p class="indent" > Note that in HTML parlance, the <span class="obeylines-h"><span class="verb"><span +<!--l. 1072--><p class="indent" > Note that in HTML parlance, the <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyperlink</span></span></span> command inserts a notional # in front of each link, making it relative to the current testdocument; <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\href</span></span></span> expects a full URL. -<!--l. 1072--><p class="noindent" > +<!--l. 1076--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-23" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-23-1g"><col @@ -3654,7 +3670,7 @@ id="TBL-23-1"></colgroup><tr class="td11"> <span class="ec-lmvtt-10">\phantomsection </span></td> </tr></table> </div></span> -<!--l. 1076--><p class="noindent" >This sets an anchor at this location. It works similar to <span class="obeylines-h"><span class="verb"><span +<!--l. 1080--><p class="noindent" >This sets an anchor at this location. It works similar to <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypertarget{}{}</span></span></span> with an automatically chosen anchor name. Often it is used in conjunction with <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\addcontentsline</span></span></span> for sectionlike things (index, @@ -3670,10 +3686,10 @@ Example:  <br />\addcontentsline{toc}{chapter}{\indexname}  <br />\printindex </div> - <!--l. 1089--><p class="nopar" ></div> -<!--l. 1091--><p class="noindent" >Now the entry in the table of contents (and bookmarks) for the index points to the start of the index page, + <!--l. 1093--><p class="nopar" ></div> +<!--l. 1095--><p class="noindent" >Now the entry in the table of contents (and bookmarks) for the index points to the start of the index page, not to a location before this page. -<!--l. 1095--><p class="noindent" > +<!--l. 1099--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-24" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-24-1g"><col @@ -3684,11 +3700,11 @@ class="ec-lmvtt-10">\autoref</span><span class="obeylines-h"><span class="verb"> class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 1099--><p class="noindent" >This is a replacement for the usual <span class="obeylines-h"><span class="verb"><span +<!--l. 1103--><p class="noindent" >This is a replacement for the usual <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\ref</span></span></span> command that places a contextual label in front of the reference. This gives your users a bigger target to click for hyperlinks (e.g. ‘section 2’ instead of merely the number ‘2’). -<!--l. 1105--><p class="indent" > The label is worked out from the context of the original <span class="obeylines-h"><span class="verb"><span +<!--l. 1109--><p class="indent" > The label is worked out from the context of the original <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\label</span></span></span> command by <span class="ec-lmss-10">hyperref </span>by using the macros listed below (shown with their default values). The macros can be (re)defined in documents using @@ -3696,7 +3712,7 @@ macros listed below (shown with their default values). The macros can be (re)def class="ec-lmvtt-10">\(re)newcommand</span></span></span>; note that some of these macros are already defined in the standard document classes. The mixture of lowercase and uppercase initial letters is deliberate and corresponds to the author’s practice. -<!--l. 1113--><p class="indent" > For each macro below, <span +<!--l. 1117--><p class="indent" > For each macro below, <span class="ec-lmss-10">hyperref </span>checks <span class="ec-lmvtt-10">\*autorefname </span>before <span class="ec-lmvtt-10">\*name</span>. For instance, it looks for @@ -3704,7 +3720,7 @@ class="ec-lmvtt-10">\*name</span>. For instance, it looks for class="ec-lmvtt-10">\figureautorefname </span>before <span class="ec-lmvtt-10">\figurename</span>. <a - id="x1-14001r12"></a> <!--l. 1118--><div class="longtable"> <table id="TBL-25" class="longtable" + id="x1-14001r12"></a> <!--l. 1122--><div class="longtable"> <table id="TBL-25" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-25-1g"><col id="TBL-25-1"><col @@ -3714,80 +3730,80 @@ id="TBL-25-2"></colgroup> class="td01"><span class="ec-lmri-10">Macro </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-1-2" class="td10"> - <!--l. 1118--><p class="noindent" ><span + <!--l. 1122--><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:normal; text-align:left;" id="TBL-25-2-2" class="td10"> - <!--l. 1119--><p class="noindent" >Figure </td> + <!--l. 1123--><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:normal; text-align:left;" id="TBL-25-3-2" class="td10"> - <!--l. 1120--><p class="noindent" >Table </td> + <!--l. 1124--><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:normal; text-align:left;" id="TBL-25-4-2" class="td10"> - <!--l. 1121--><p class="noindent" >Part </td> + <!--l. 1125--><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:normal; text-align:left;" id="TBL-25-5-2" class="td10"> - <!--l. 1122--><p class="noindent" >Appendix </td> + <!--l. 1126--><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:normal; text-align:left;" id="TBL-25-6-2" class="td10"> - <!--l. 1123--><p class="noindent" >Equation </td> + <!--l. 1127--><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:normal; text-align:left;" id="TBL-25-7-2" class="td10"> - <!--l. 1124--><p class="noindent" >item </td> + <!--l. 1128--><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:normal; text-align:left;" id="TBL-25-8-2" class="td10"> - <!--l. 1125--><p class="noindent" >chapter </td> + <!--l. 1129--><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:normal; text-align:left;" id="TBL-25-9-2" class="td10"> - <!--l. 1126--><p class="noindent" >section </td> + <!--l. 1130--><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:normal; text-align:left;" id="TBL-25-10-2" class="td10"> - <!--l. 1127--><p class="noindent" >subsection </td> + <!--l. 1131--><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:normal; text-align:left;" id="TBL-25-11-2" class="td10"> - <!--l. 1128--><p class="noindent" >subsubsection </td> + <!--l. 1132--><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:normal; text-align:left;" id="TBL-25-12-2" class="td10"> - <!--l. 1129--><p class="noindent" >paragraph </td> + <!--l. 1133--><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:normal; text-align:left;" id="TBL-25-13-2" class="td10"> - <!--l. 1130--><p class="noindent" >footnote </td> + <!--l. 1134--><p class="noindent" >footnote </td> </tr><tr @@ -3795,19 +3811,19 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">\AMSname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-14-2" class="td10"> - <!--l. 1131--><p class="noindent" >Equation </td> + <!--l. 1135--><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:normal; text-align:left;" id="TBL-25-15-2" class="td10"> - <!--l. 1132--><p class="noindent" >Theorem </td> + <!--l. 1136--><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:normal; text-align:left;" id="TBL-25-16-2" class="td10"> - <!--l. 1133--><p class="noindent" >page </td> + <!--l. 1137--><p class="noindent" >page </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-17-1" class="td01"> </td> @@ -3825,7 +3841,7 @@ class="td01"> </td> class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-25-21-2" class="td10"></td></tr> </table></div> -<!--l. 1136--><p class="indent" > Example for a redefinition if <span +<!--l. 1140--><p class="indent" > Example for a redefinition if <span class="ec-lmss-10">babel </span>is used: <div class="quote"> @@ -3836,8 +3852,8 @@ class="ec-lmss-10">babel </span>is used:  <br />  \def\subsectionautorefname{Unterkapitel}%  <br />} </div> - <!--l. 1143--><p class="nopar" ></div> -<!--l. 1146--><p class="indent" > Hint: <span + <!--l. 1147--><p class="nopar" ></div> +<!--l. 1150--><p class="indent" > Hint: <span class="ec-lmvtt-10">\autoref </span>works via the counter name that the reference is based on. Sometimes <span class="ec-lmvtt-10">\autoref</span> chooses the wrong name, if the counter is used for different things. For example, it happens with @@ -3877,8 +3893,8 @@ lemmas:  <br />  <br />\end{document} </div> - <!--l. 1181--><p class="nopar" ></div> -<!--l. 1184--><p class="noindent" > + <!--l. 1185--><p class="nopar" ></div> +<!--l. 1188--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-26" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-26-1g"><col @@ -3890,14 +3906,16 @@ class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1188--><p class="noindent" >It replaces <span class="obeylines-h"><span class="verb"><span +<!--l. 1192--><p class="noindent" >It replaces <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\pageref</span></span></span> and adds the name for page in front of the page reference. First <span class="ec-lmvtt-10">\pageautorefname</span> is checked before <span class="ec-lmvtt-10">\pagename</span>. -<!--l. 1193--><p class="indent" > For instances where you want a reference to use the correct counter, but not to create a link, there -are starred forms: -<!--l. 1196--><p class="noindent" > +<!--l. 1197--><p class="indent" > For instances where you want a reference to use the correct counter, but not to create a +link, there are starred forms (these starred forms exist even if hyperref has been loaded with +<span class="obeylines-h"><span class="verb"><span +class="ec-lmvtt-10">implicit=false</span></span></span>): +<!--l. 1201--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-27" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-27-1g"><col @@ -3908,7 +3926,7 @@ class="ec-lmvtt-10">\ref*</span><span class="obeylines-h"><span class="verb"><sp class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 1200--><p class="noindent" > +<!--l. 1205--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-28" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-28-1g"><col @@ -3920,8 +3938,7 @@ class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1204--><p class="noindent" > - +<!--l. 1209--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-29" class="tabular" cellspacing="0" cellpadding="0" @@ -3933,7 +3950,7 @@ class="ec-lmvtt-10">\autoref*</span><span class="obeylines-h"><span class="verb" class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 1208--><p class="noindent" > +<!--l. 1213--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-30" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-30-1g"><col @@ -3945,18 +3962,18 @@ class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1212--><p class="indent" > A typical use would be to write +<!--l. 1217--><p class="indent" > A typical use would be to write <div class="verbatim" id="verbatim-17"> \hyperref[other]{that nice section (\ref*{other}) we read before} </div> -<!--l. 1215--><p class="nopar" > -<!--l. 1217--><p class="indent" > We want <span class="obeylines-h"><span class="verb"><span +<!--l. 1220--><p class="nopar" > +<!--l. 1222--><p class="indent" > We want <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\ref*{other}</span></span></span> to generate the correct number, but not to form a link, since we do this ourselves with <span class="ec-lmvtt-10">\hyperref</span>. -<!--l. 1220--><p class="noindent" > +<!--l. 1225--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-31" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-31-1g"><col @@ -3974,7 +3991,7 @@ class="ec-lmri-10">X</span></span><span class="ec-lmri-10">string</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1224--><p class="indent" > <span +<!--l. 1229--><p class="indent" > <span class="ec-lmvtt-10">\pdfstringdef </span>returns a macro containing the PDF string. (Currently this is done globally, but do not rely on it.) All the following tasks, definitions and redefinitions are made in a group to keep them local: @@ -4018,12 +4035,12 @@ class="ec-lmvtt-10">\textbf</span></span></span>, etc. <li class="itemize">Support for <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\xspace</span></span></span> provided by the <span class="ec-lmss-10">xspace </span>package</li></ul> -<!--l. 1240--><p class="indent" > In addition, parentheses are protected to avoid the danger of unsafe unbalanced parentheses in +<!--l. 1245--><p class="indent" > In addition, parentheses are protected to avoid the danger of unsafe unbalanced parentheses in the PDF string. For further details, see Heiko Oberdiek’s Euro<span class="TEX">T<span class="E">E</span>X</span> paper distributed with <span class="ec-lmss-10">hyperref</span>. -<!--l. 1244--><p class="noindent" > +<!--l. 1249--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-32" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-32-1g"><col @@ -4035,24 +4052,24 @@ class="ec-lmvtt-10">{NoHyper}</span></span></span>…<span class="ec-lmvtt-10">\end</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{NoHyper}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1247--><p class="indent" > Sometimes we just don’t want the wretched package interfering with us. Define an environment we +<!--l. 1252--><p class="indent" > Sometimes we just don’t want the wretched package interfering with us. Define an environment we can put in manually, or include in a style file, which stops the hypertext functions doing anything. This is used, for instance, in the Elsevier classes, to stop <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">hyperref</span></span></span> playing havoc in the front matter. -<!--l. 1253--><p class="noindent" > +<!--l. 1258--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">4.1 </span> <a id="x1-150004.1"></a>Bookmark macros</h4> -<!--l. 1255--><p class="noindent" > +<!--l. 1260--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">4.1.1 </span> <a id="x1-160004.1.1"></a>Setting bookmarks</h5> -<!--l. 1257--><p class="noindent" >Usually <span +<!--l. 1262--><p class="noindent" >Usually <span class="ec-lmss-10">hyperref </span>automatically adds bookmarks for <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\section</span></span></span> and similar macros. But they can also set manually. -<!--l. 1260--><p class="noindent" > +<!--l. 1265--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-33" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-33-1g"><col @@ -4067,11 +4084,11 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1263--><p class="indent" > creates a bookmark with the specified text and at the given level (default is 0). As name for the +<!--l. 1268--><p class="indent" > creates a bookmark with the specified text and at the given level (default is 0). As name for the internal anchor name is used (in conjunction with level). Therefore the name must be unique (similar to <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\label</span></span></span>). -<!--l. 1267--><p class="noindent" > +<!--l. 1272--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-34" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-34-1g"><col @@ -4085,8 +4102,8 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1270--><p class="indent" > creates a bookmark at the current level. -<!--l. 1272--><p class="noindent" > +<!--l. 1275--><p class="indent" > creates a bookmark at the current level. +<!--l. 1277--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-35" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-35-1g"><col @@ -4100,9 +4117,9 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1275--><p class="indent" > creates a bookmark one step down in the bookmark hierarchy. Internally the current level is increased +<!--l. 1280--><p class="indent" > creates a bookmark one step down in the bookmark hierarchy. Internally the current level is increased by one. -<!--l. 1278--><p class="noindent" > +<!--l. 1283--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-36" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-36-1g"><col @@ -4116,9 +4133,9 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1281--><p class="indent" > creates a bookmark below the current bookmark level. However after the command the current +<!--l. 1286--><p class="indent" > creates a bookmark below the current bookmark level. However after the command the current bookmark level has not changed. -<!--l. 1284--><p class="noindent" ><span +<!--l. 1289--><p class="noindent" ><span class="ec-lmbx-10">Hint: </span>Package <span class="ec-lmss-10">bookmark </span>replaces <span class="ec-lmss-10">hyperref</span>’s bookmark organization by a new algorithm: @@ -4129,18 +4146,18 @@ class="E">E</span>X</span></span> run is needed. <li class="itemize">More control over the bookmark appearance (color, font). </li> <li class="itemize">Different bookmark actions are supported (external file links, URLs, …).</li></ul> -<!--l. 1292--><p class="noindent" >Therefore I recommend using this package. -<!--l. 1294--><p class="noindent" > +<!--l. 1297--><p class="noindent" >Therefore I recommend using this package. +<!--l. 1299--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">4.1.2 </span> <a id="x1-170004.1.2"></a>Replacement macros</h5> -<!--l. 1296--><p class="noindent" ><span +<!--l. 1301--><p class="noindent" ><span class="ec-lmss-10">hyperref </span>takes the text for bookmarks from the arguments of commands like <span class="ec-lmvtt-10">\section</span>, which can contain things like math, colors, or font changes, none of which will display in bookmarks as is. -<!--l. 1300--><p class="noindent" > +<!--l. 1305--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-37" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-37-1g"><col @@ -4158,7 +4175,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">PDFstring</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1304--><p class="indent" > For example, +<!--l. 1309--><p class="indent" > For example, <div class="verbatim" id="verbatim-18"> @@ -4170,8 +4187,8 @@ class="ec-lmvtt-10">}</span></span></span> </td>  <br />}  <br />\section{\texorpdfstring{\textcolor{red}}{}{Red} Mars} </div> -<!--l. 1313--><p class="nopar" > -<!--l. 1315--><p class="indent" > <span +<!--l. 1318--><p class="nopar" > +<!--l. 1320--><p class="indent" > <span class="ec-lmvtt-10">\pdfstringdef </span>executes the hook before it expands the string. Therefore, you can use this hook to perform additional tasks or to disable additional commands. @@ -4183,8 +4200,8 @@ perform additional tasks or to disable additional commands.  <br />  \renewcommand{\mycommand}[1]{}%  <br />} </div> -<!--l. 1325--><p class="nopar" > -<!--l. 1327--><p class="indent" > However, for disabling commands, an easier way is via <span +<!--l. 1330--><p class="nopar" > +<!--l. 1332--><p class="indent" > However, for disabling commands, an easier way is via <span class="ec-lmvtt-10">\pdfstringdefDisableCommands</span>, which adds its argument to the definition of <span class="ec-lmvtt-10">\pdfstringdefPreHook </span>(‘@’ can here be used as letter in command @@ -4198,11 +4215,11 @@ names):  <br />  \let\textcolor\@gobble  <br />} </div> -<!--l. 1338--><p class="nopar" > -<!--l. 1340--><p class="noindent" > +<!--l. 1343--><p class="nopar" > +<!--l. 1345--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">4.2 </span> <a id="x1-180004.2"></a>Utility macros</h4> -<!--l. 1343--><p class="noindent" > +<!--l. 1348--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-38" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-38-1g"><col @@ -4214,7 +4231,7 @@ class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">dimen specification</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1346--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span +<!--l. 1351--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypercalcbp</span></span></span> takes a <span class="TEX">T<span class="E">E</span>X</span> dimen specification and converts it to bp and returns the number without the unit. This is useful for options <span class="obeylines-h"><span class="verb"><span @@ -4231,32 +4248,32 @@ Example:  <br />    -\headheight-\headsep}  <br />} </div> - <!--l. 1358--><p class="nopar" ></div> -<!--l. 1360--><p class="noindent" >The origin of the PDF coordinate system is the lower left corner. -<!--l. 1362--><p class="indent" > Note, for calculations you need either package <span + <!--l. 1363--><p class="nopar" ></div> +<!--l. 1365--><p class="noindent" >The origin of the PDF coordinate system is the lower left corner. +<!--l. 1367--><p class="indent" > Note, for calculations you need either package <span class="ec-lmss-10">calc </span>or <span class="lmmi-10">ε</span>-<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span>. Nowadays the latter should automatically be enabled for <span class="HoLogo-LaTeX">L<span class="HoLogo-a">A</span><span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span></span> formats. Users without <span class="lmmi-10">ε</span>-<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span>, please, look in the source documentation <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">hyperref.dtx</span></span></span> for further limitations. -<!--l. 1368--><p class="indent" > Also <span +<!--l. 1373--><p class="indent" > Also <span class="ec-lmvtt-10">\hypercalcbp </span>cannot be used in option specifications of <span class="ec-lmvtt-10">\documentclass </span>and <span class="ec-lmvtt-10">\usepackage</span>, because <span class="HoLogo-LaTeX">L<span class="HoLogo-a">A</span><span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span></span> expands the option lists of these commands. However package <span class="ec-lmss-10">hyperref </span>is not yet loaded and an undefined control sequence error would arise. -<!--l. 1375--><p class="noindent" > +<!--l. 1380--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">5 </span> <a id="x1-190005"></a>New Features<span class="footnote-mark"><a href="manual4.html#fn3x0"><sup class="textsuperscript">3</sup></a></span><a id="x1-19001f3"></a> </h3> <h4 class="subsectionHead"><span class="titlemark">5.1 </span> <a id="x1-200005.1"></a>Option ‘pdflinkmargin’</h4> -<!--l. 1380--><p class="noindent" >Option ‘pdflinkmargin’ is an experimental option for specifying a link margin, if the driver supports this. +<!--l. 1385--><p class="noindent" >Option ‘pdflinkmargin’ is an experimental option for specifying a link margin, if the driver supports this. Default is 1 pt for supporting drivers. -<!--l. 1385--><p class="indent" > +<!--l. 1390--><p class="indent" > <dl class="description"><dt class="description"> <span class="ec-lmbx-10">pdfTeX</span> </dt><dd @@ -4291,22 +4308,22 @@ class="ec-lmvtt-10"> #1}</span></span></span> (with <span class="ec-lmbx-10">Other drivers</span> </dt><dd class="description">Unsupported.</dd></dl> -<!--l. 1410--><p class="noindent" > +<!--l. 1415--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.2 </span> <a id="x1-210005.2"></a>Field option ‘calculatesortkey’</h4> -<!--l. 1412--><p class="noindent" >Fields with calculated values are calculated in document order by default. If calculated field values +<!--l. 1417--><p class="noindent" >Fields with calculated values are calculated in document order by default. If calculated field values depend on other calculated fields that appear later in the document, then the correct calculation order can be specified with option ‘calculatesortkey’. Its value is used as key to lexicographically sort the calculated fields. The sort key do not need to be unique. Fields that share the same key are sorted in document order. -<!--l. 1422--><p class="indent" > Currently the field option ‘calculatesortkey’ is only supported by the driver for pdfTeX. -<!--l. 1426--><p class="noindent" > +<!--l. 1427--><p class="indent" > Currently the field option ‘calculatesortkey’ is only supported by the driver for pdfTeX. +<!--l. 1431--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.3 </span> <a id="x1-220005.3"></a>Option ‘localanchorname’</h4> -<!--l. 1428--><p class="noindent" >When an anchor is set (e.g. via <span class="obeylines-h"><span class="verb"><span +<!--l. 1433--><p class="noindent" >When an anchor is set (e.g. via <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\refstepcounter</span></span></span>, then the anchor name is globally set to the current anchor name. -<!--l. 1432--><p class="indent" > For example: +<!--l. 1437--><p class="indent" > For example: <div class="verbatim" id="verbatim-22"> @@ -4314,25 +4331,25 @@ anchor name.  <br />    \begin{equation}\end{equation}  <br />    \label{sec:foobar} </div> -<!--l. 1437--><p class="nopar" > With the default global setting (localanchorname=false) a reference to ‘sec:foobar’ jumps to the +<!--l. 1442--><p class="nopar" > With the default global setting (localanchorname=false) a reference to ‘sec:foobar’ jumps to the equation before. With option ‘localanchorname’ the anchor of the equation is forgotten after the environment and the reference ‘sec:foobar’ jumps to the section title. -<!--l. 1445--><p class="indent" > Option ‘localanchorname’ is an experimental option, there might be situations, where the anchor +<!--l. 1450--><p class="indent" > Option ‘localanchorname’ is an experimental option, there might be situations, where the anchor name is not available as expected. -<!--l. 1450--><p class="noindent" > +<!--l. 1455--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.4 </span> <a id="x1-230005.4"></a>Option ‘customdriver’</h4> -<!--l. 1452--><p class="noindent" >The value of option ‘customdriver’ is the name of an external driver file without extension ‘.def’. The file +<!--l. 1457--><p class="noindent" >The value of option ‘customdriver’ is the name of an external driver file without extension ‘.def’. The file must have <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\ProvidesFile</span></span></span> with a version date and number that match the date and number of ‘hyperref’, otherwise a warning is given. -<!--l. 1457--><p class="indent" > Because the interface, what needs to be defined in the driver, is not well defined and +<!--l. 1462--><p class="indent" > Because the interface, what needs to be defined in the driver, is not well defined and quite messy, the option is mainly intended to ease developing, testing, debugging the driver part. -<!--l. 1462--><p class="noindent" > +<!--l. 1467--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.5 </span> <a id="x1-240005.5"></a>Option ‘psdextra’</h4> -<!--l. 1464--><p class="noindent" >LaTeX’s NFSS is used to assist the conversion of arbitrary TeX strings to PDF strings (bookmarks, PDF +<!--l. 1469--><p class="noindent" >LaTeX’s NFSS is used to assist the conversion of arbitrary TeX strings to PDF strings (bookmarks, PDF information entries). Many math command names (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\geq</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\notin</span></span></span>, ...) are not in control of NFSS, @@ -4346,17 +4363,17 @@ on means that the short names are available. Then <span class="obeylines-h"><spa class="ec-lmvtt-10">\geq</span></span></span> can directly be used instead of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\textgeq</span></span></span>. -<!--l. 1478--><p class="noindent" > +<!--l. 1483--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.6 </span> <a id="x1-250005.6"></a>\XeTeXLinkBox</h4> -<!--l. 1480--><p class="noindent" >When XeTeX generates a link annotation, it does not look at the boxes (as the other drivers), but only +<!--l. 1485--><p class="noindent" >When XeTeX generates a link annotation, it does not look at the boxes (as the other drivers), but only at the character glyphs. If there are no glyphs (images, rules, ...), then it does not generate a link annotation. Macro <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\XeTeXLinkBox</span></span></span> puts its argument in a box and adds spaces at the lower left and upper right corners. An additional margin can be specified by setting it to the dimen register <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\XeTeXLinkMargin</span></span></span>. The default is 2pt. -<!--l. 1489--><p class="indent" > Example: +<!--l. 1494--><p class="indent" > Example: <div class="verbatim" id="verbatim-23"> @@ -4373,8 +4390,8 @@ class="ec-lmvtt-10">\XeTeXLinkMargin</span></span></span>. The default is 2pt.  <br />    }  <br />    \end{document} </div> -<!--l. 1505--><p class="nopar" > -<!--l. 1507--><p class="noindent" > +<!--l. 1510--><p class="nopar" > +<!--l. 1512--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.7 </span> <a id="x1-260005.7"></a>\IfHyperBooleanExists and \IfHyperBoolean</h4> @@ -4382,7 +4399,7 @@ class="ec-lmvtt-10">\XeTeXLinkMargin</span></span></span>. The default is 2pt. <div class="verbatim" id="verbatim-24">  \IfHyperBooleanExists{OPTION}{YES}{NO} </div> -<!--l. 1510--><p class="nopar" > If a hyperref OPTION is a boolean, that means it takes values ‘true’ or ‘false’, then <span class="obeylines-h"><span class="verb"><span +<!--l. 1515--><p class="nopar" > If a hyperref OPTION is a boolean, that means it takes values ‘true’ or ‘false’, then <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\IfHyperBooleanExists</span></span></span> calls YES, otherwise NO. @@ -4390,23 +4407,23 @@ calls YES, otherwise NO. <div class="verbatim" id="verbatim-25">  \IfHyperBoolean{OPTION}{YES}{NO} </div> -<!--l. 1517--><p class="nopar" > Macro <span class="obeylines-h"><span class="verb"><span +<!--l. 1522--><p class="nopar" > Macro <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\IfHyperBoolean</span></span></span> calls YES, if OPTION exists as boolean and is enabled. Otherwise NO is executed. -<!--l. 1523--><p class="indent" > Both macros are expandable. Additionally option ‘stoppedearly’ is available. It is enabled if +<!--l. 1528--><p class="indent" > Both macros are expandable. Additionally option ‘stoppedearly’ is available. It is enabled if <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\MaybeStopEarly</span></span></span> or <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\MaybeStopNow</span></span></span> end hyperref prematurely. -<!--l. 1528--><p class="noindent" > +<!--l. 1533--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.8 </span> <a id="x1-270005.8"></a>\unichar</h4> -<!--l. 1530--><p class="noindent" >If a Unicode character is not supported by puenc.def, it can be given by using <span class="obeylines-h"><span class="verb"><span +<!--l. 1535--><p class="noindent" >If a Unicode character is not supported by puenc.def, it can be given by using <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\unichar</span></span></span>. Its name and syntax is inherited from package ‘ucs’. However it is defined independently for use in hyperref’s <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\pdfstringdef</span></span></span> (that converts arbitrary TeX code to PDF strings or tries to do this). -<!--l. 1538--><p class="indent" > Macro <span class="obeylines-h"><span class="verb"><span +<!--l. 1543--><p class="indent" > Macro <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\unichar</span></span></span> takes a TeX number as argument, examples for U+263A (WHITE SMILING FACE): @@ -4415,7 +4432,7 @@ FACE):     \unichar{"263A}% hexadecimal notation  <br />    \unichar{9786}% decimal notation </div> -<!--l. 1543--><p class="nopar" > ‘"’ must not be a babel shorthand character or otherwise active. Otherwise prefix it with +<!--l. 1548--><p class="nopar" > ‘"’ must not be a babel shorthand character or otherwise active. Otherwise prefix it with <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\string</span></span></span>: @@ -4423,18 +4440,18 @@ class="ec-lmvtt-10">\string</span></span></span>: <div class="verbatim" id="verbatim-27">     \unichar{\string"263A}% converts ‘"’ to ‘"’ with catcode 12 (other) </div> -<!--l. 1548--><p class="nopar" > Users of (n)german packages or babel options may use <span class="obeylines-h"><span class="verb"><span +<!--l. 1553--><p class="nopar" > Users of (n)german packages or babel options may use <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\dq</span></span></span> instead: <div class="verbatim" id="verbatim-28">     \unichar{\dq 263A}% \dq is double quote with catcode 12 (other) </div> -<!--l. 1552--><p class="nopar" > -<!--l. 1555--><p class="noindent" > +<!--l. 1557--><p class="nopar" > +<!--l. 1560--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.9 </span> <a id="x1-280005.9"></a>\ifpdfstringunicode</h4> -<!--l. 1557--><p class="noindent" >Some features of the PDF specification needs PDF strings. Examples are bookmarks or the entries in the +<!--l. 1562--><p class="noindent" >Some features of the PDF specification needs PDF strings. Examples are bookmarks or the entries in the information dictionary. The PDF specification allows two encodings ‘PDFDocEncoding’ (8-bit encoding) and ‘Unicode’ (UTF-16). The user can help using <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\texorpdfstring</span></span></span> to replace complicate TeX constructs @@ -4445,7 +4462,7 @@ class="ec-lmvtt-10">\ifpdfstringunicode</span></span></span>. It is only allowed class="ec-lmvtt-10">\texorpdfstring</span></span></span> and takes two arguments, the first allows the full range of Unicode. The second is limited to the characters available in PDFDocEncoding. -<!--l. 1571--><p class="indent" > As example we take a macro definition for the Vietnamese name of Han The Thanh. Correctly +<!--l. 1576--><p class="indent" > As example we take a macro definition for the Vietnamese name of Han The Thanh. Correctly written it needs some accented characters, one character even with a double accent. Class ‘tugboat.cls’ defines a macro for the typesetted name: @@ -4457,9 +4474,9 @@ defines a macro for the typesetted name:  <br />      ~Th\‘anh%  <br />    } </div> -<!--l. 1581--><p class="nopar" > It’s not entirely correct, the second accent over the ‘e’ is not an acute, but a hook. However standard +<!--l. 1586--><p class="nopar" > It’s not entirely correct, the second accent over the ‘e’ is not an acute, but a hook. However standard LaTeX does not provide such an accent. -<!--l. 1586--><p class="indent" > Now we can extend the defintion to support hyperref. The first and the last word are already +<!--l. 1591--><p class="indent" > Now we can extend the definition to support hyperref. The first and the last word are already supported automatically. Characters with two or more accents are a difficult business in LaTeX, because the NFSS2 macros of the LaTeX kernel do not support more than one accent. Therefore also puenc.def misses support for them. But we can provide it using <span class="obeylines-h"><span class="verb"><span @@ -4470,7 +4487,7 @@ is: <div class="verbatim" id="verbatim-30">     % U+1EC3 LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE </div> -<!--l. 1595--><p class="nopar" > Thus we can put this together: +<!--l. 1600--><p class="nopar" > Thus we can put this together: <div class="verbatim" id="verbatim-31"> @@ -4481,7 +4498,7 @@ is:  <br />      ~Th\‘anh%  <br />    } </div> -<!--l. 1604--><p class="nopar" > For PDFDocEncoding (PD1) the variant above has dropped the second accent. Alternatively we could +<!--l. 1609--><p class="nopar" > For PDFDocEncoding (PD1) the variant above has dropped the second accent. Alternatively we could provide a representation without accents instead of wrong accents: @@ -4500,12 +4517,12 @@ provide a representation without accents instead of wrong accents:  <br />      }%  <br />    } </div> -<!--l. 1622--><p class="nopar" > -<!--l. 1624--><p class="noindent" > +<!--l. 1627--><p class="nopar" > +<!--l. 1629--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.10 </span> <a id="x1-290005.10"></a>Customizing index style file with \nohyperpage</h4> -<!--l. 1626--><p class="noindent" >Since version 2008/08/14 v6.78f. -<!--l. 1630--><p class="indent" > For hyperlink support in the index, hyperref inserts <span class="obeylines-h"><span class="verb"><span +<!--l. 1631--><p class="noindent" >Since version 2008/08/14 v6.78f. +<!--l. 1635--><p class="indent" > For hyperlink support in the index, hyperref inserts <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyperpage</span></span></span> into the index macros. After processing with Makeindex, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyperpage</span></span></span> analyzes its argument to detect page ranges and page comma @@ -4516,7 +4533,7 @@ lists. However, only the standard settings are supported directly:     delim_r "--"  <br />    delim_n ", " </div> -<!--l. 1637--><p class="nopar" > (See manual page/documentation of Makeindex that explains the keys that can be used in style files for +<!--l. 1642--><p class="nopar" > (See manual page/documentation of Makeindex that explains the keys that can be used in style files for Makeindex.) Customized versions of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">delim_r,</span><span class="ec-lmvtt-10"> delim_n,</span><span @@ -4535,16 +4552,18 @@ e.g.:     suffix_2p "\\nohyperpage{f.}"  <br />    suffix_3p "\\nohyperpage{ff.}" </div> -<!--l. 1649--><p class="nopar" > (Depending on the typesetting tradition some space "<span class="obeylines-h"><span class="verb"><span +<!--l. 1654--><p class="nopar" > (Depending on the typesetting tradition some space "<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\\</span></span></span>," or "<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">~</span></span></span>" should be put before the first f inside <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\nohyperpage</span></span></span>.) -<!--l. 1654--><p class="noindent" > +<!--l. 1659--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.11 </span> <a id="x1-300005.11"></a>Experimental option ‘ocgcolorlinks’</h4> -<!--l. 1656--><p class="noindent" >The idea are colored links, when viewed, but printed without colors. This new experimental option +<!--l. 1661--><p class="noindent" >The idea are colored links, when viewed, but printed without colors. This new experimental option ‘ocgcolorlinks’ uses Optional Content Groups, a feature introduced in PDF 1.5. +<!--l. 1665--><p class="indent" > A better implementation which hasn’t the disadvantage to prevent line breaks is in the ocgx2 +package. Check its documentation for details how to use it. <ul class="itemize1"> <li class="itemize">The option must be given for package loading: <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\usepackage[ocgcolorlinks]{hyperref}</span></span></span> @@ -4558,15 +4577,15 @@ class="ec-lmvtt-10">\hypersetup{ocgcolorlinks=false}</span></span></span> inside </li> <li class="itemize">Supported drivers: pdftex, dvipdfm </li> - <li class="itemize">The PDF version should be at least 1.5. It is automatically set for pdfTeX. Users of dvipdfmx - set the version on the command line: dvipdfmx -V 5</li></ul> -<!--l. 1676--><p class="noindent" > + <li class="itemize">The PDF version should be at least 1.5. It is automatically set for pdfTeX, LuaTeX and + dvipdfmx.</li></ul> +<!--l. 1683--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.12 </span> <a id="x1-310005.12"></a>Option ‘pdfa’</h4> -<!--l. 1678--><p class="noindent" >The new option ‘pdfa’ tries to avoid violations of PDF/A in code generated by hyperref. However, the +<!--l. 1685--><p class="noindent" >The new option ‘pdfa’ tries to avoid violations of PDF/A in code generated by hyperref. However, the result is usually not in PDF/A, because many features aren’t controlled by hyperref (XMP metadata, fonts, colors, driver dependend low level stuff, ...). -<!--l. 1685--><p class="indent" > Currently, option ‘pdfa’ sets and disables the following items: +<!--l. 1692--><p class="indent" > Currently, option ‘pdfa’ sets and disables the following items: <ul class="itemize1"> <li class="itemize">Enabled annotation flags: Print, NoZoom, NoRotate [PDF/A 6.5.3]. </li> @@ -4575,8 +4594,7 @@ fonts, colors, driver dependend low level stuff, ...). <li class="itemize">Disabled: Launch action (<a href="run:..." >[</a>PDF/A 6.6.1]. </li> - <li class="itemize">Restricted: Named actions (NextPage, PrevPage, FirstPage, LastPage) [PDF/A 6.6.1]. - + <li class="itemize">Restricted: Named actions (NextPage, PrevPage, FirstPage, LastPage) [PDF/A 6.6.1]. </li> <li class="itemize">Many things are disabled in PDF formulars: @@ -4590,13 +4608,13 @@ href="run:..." >[</a>PDF/A 6.6.1]. <li class="itemize">Interactive Forms: Flag NeedAppearances is the default ‘false’ (Because of this, hyperref’s implementation of Forms looks ugly). [PDF/A 6.9]</li></ul> </li></ul> -<!--l. 1705--><p class="indent" > The default value of the new option ‘pdfa’ is ‘false’. It influences the loading of the package and +<!--l. 1712--><p class="indent" > The default value of the new option ‘pdfa’ is ‘false’. It influences the loading of the package and cannot be changed after hyperref is loaded (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\usepackage{hyperref}</span></span></span>). -<!--l. 1711--><p class="noindent" > +<!--l. 1718--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.13 </span> <a id="x1-320005.13"></a>Option ‘linktoc’ added</h4> -<!--l. 1713--><p class="noindent" >The new option ‘linktoc’ allows more control which part of an entry in the table of contents is made into +<!--l. 1720--><p class="noindent" >The new option ‘linktoc’ allows more control which part of an entry in the table of contents is made into a link: <ul class="itemize1"> <li class="itemize">‘linktoc=none’ (no links) @@ -4606,17 +4624,17 @@ a link: <li class="itemize">‘linktoc=page’ (same as ‘linktocpage=true’) </li> <li class="itemize">‘linktoc=all’ (both the section and page part are links)</li></ul> -<!--l. 1722--><p class="noindent" > +<!--l. 1729--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.14 </span> <a id="x1-330005.14"></a>Option ‘pdfnewwindow’ changed</h4> -<!--l. 1724--><p class="noindent" >Before 6.77b: +<!--l. 1731--><p class="noindent" >Before 6.77b: <ul class="itemize1"> <li class="itemize">pdfnewwindow=true –> /NewWindow true </li> <li class="itemize">pdfnewwindow=false –> (absent) </li> <li class="itemize">unused pdfnewwindow –> (absent)</li></ul> -<!--l. 1730--><p class="noindent" >Since 6.77b: +<!--l. 1737--><p class="noindent" >Since 6.77b: <ul class="itemize1"> <li class="itemize">pdfnewwindow=true –> /NewWindow true @@ -4626,26 +4644,26 @@ a link: <li class="itemize">pdfnewwindow= –> (absent) </li> <li class="itemize">unused pdfnewwindow –> (absent)</li></ul> -<!--l. 1740--><p class="indent" > Rationale: There is a difference between setting to ‘false’ and an absent entry. In the former case the +<!--l. 1747--><p class="indent" > Rationale: There is a difference between setting to ‘false’ and an absent entry. In the former case the new document replaces the old one, in the latter case the PDF viewer application should respect the user preference. -<!--l. 1746--><p class="noindent" > +<!--l. 1753--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.15 </span> <a id="x1-340005.15"></a>Flag options for PDF forms</h4> -<!--l. 1748--><p class="noindent" >PDF form field macros (<span class="obeylines-h"><span class="verb"><span +<!--l. 1755--><p class="noindent" >PDF form field macros (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\TextField</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\CheckBox</span></span></span>, ...) support boolean flag options. The option name is the lowercase version of the names in the PDF specification (1.7): -<!--l. 1752--><p class="indent" > <a +<!--l. 1759--><p class="indent" > <a href="http://www.adobe.com/devnet/pdf/pdf_reference.html" class="url" ><span class="ec-lmvtt-10">http://www.adobe.com/devnet/pdf/pdf_reference.html</span></a> -<!--l. 1754--><p class="indent" > <a +<!--l. 1761--><p class="indent" > <a href="http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf" class="url" ><span class="ec-lmvtt-10">http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf</span></a> -<!--l. 1756--><p class="indent" > Options (convert to lowercase) except flags in square brackets: +<!--l. 1763--><p class="indent" > Options (convert to lowercase) except flags in square brackets: <ul class="itemize1"> <li class="itemize">Table 8.16 Annotation flags (page 608): - <!--l. 1761--><p class="noindent" ><div class="obeylines-v"> + <!--l. 1768--><p class="noindent" ><div class="obeylines-v"> 1 Invisible <br />2 Hidden (PDF 1.2) <br />3 Print (PDF 1.2) @@ -4658,13 +4676,13 @@ class="ec-lmvtt-10">http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf</ <br />10 LockedContents (PDF 1.7)</div> </li> <li class="itemize">Table 8.70 Field flags common to all field types (page 676): - <!--l. 1775--><p class="noindent" ><div class="obeylines-v"> + <!--l. 1782--><p class="noindent" ><div class="obeylines-v"> 1 ReadOnly <br />2 Required <br />3 NoExport</div> </li> <li class="itemize">Table 8.75 Field flags specific to button fields (page 686): - <!--l. 1782--><p class="noindent" ><div class="obeylines-v"> + <!--l. 1789--><p class="noindent" ><div class="obeylines-v"> 15 NoToggleToOff (Radio buttons only) <br />16 Radio (set: radio buttons, clear: check box, pushbutton: clear) @@ -4672,7 +4690,7 @@ class="ec-lmvtt-10">http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf</ <br />26 RadiosInUniso (PDF 1.5)</div> </li> <li class="itemize">Table 8.77 Field flags specific to text fields (page 691): - <!--l. 1790--><p class="noindent" ><div class="obeylines-v"> + <!--l. 1797--><p class="noindent" ><div class="obeylines-v"> 13 Multiline <br />14 Password <br />21 FileSelect (PDF 1.4) @@ -4682,7 +4700,7 @@ class="ec-lmvtt-10">http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf</ <br />26 RichText (PDF 1.5)</div> </li> <li class="itemize">Table 8.79 Field flags specific to choice fields (page 693): - <!--l. 1801--><p class="noindent" ><div class="obeylines-v"> + <!--l. 1808--><p class="noindent" ><div class="obeylines-v"> 18 Combo (set: combo box, clear: list box) <br />19 Edit (only useful if Combo is set) <br />20 (Sort) for authoring tools, not PDF viewers @@ -4691,7 +4709,7 @@ class="ec-lmvtt-10">http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf</ <br />27 CommitOnSelChange (PDF 1.5)</div> </li> <li class="itemize">Table 8.86 Flags for submit-form actions (page 704): - <!--l. 1811--><p class="noindent" ><div class="obeylines-v"> + <!--l. 1818--><p class="noindent" ><div class="obeylines-v"> [1 Include/Exclude] unsupported, use ‘noexport’ (table 8.70) instead <br />2 IncludeNoValueFields <br />[3 ExportFormat] handled by option ‘export’ @@ -4708,7 +4726,7 @@ class="ec-lmvtt-10">http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf</ </li></ul> -<!--l. 1828--><p class="indent" > New option ‘export’ sets the export format of a submit action. Valid values are (upper- or +<!--l. 1835--><p class="indent" > New option ‘export’ sets the export format of a submit action. Valid values are (upper- or lowercase): <ul class="itemize1"> <li class="itemize">FDF @@ -4718,16 +4736,16 @@ lowercase): <li class="itemize">XFDF </li> <li class="itemize">PDF (not supported by Acrobat Reader)</li></ul> -<!--l. 1837--><p class="noindent" > +<!--l. 1844--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.16 </span> <a id="x1-350005.16"></a>Option ‘pdfversion’</h4> -<!--l. 1839--><p class="noindent" >This is an experimental option. It notifies ‘hyperref’ about the intended PDF version. Currently this is +<!--l. 1846--><p class="noindent" >This is an experimental option. It notifies ‘hyperref’ about the intended PDF version. Currently this is used in code for PDF forms (implementation notes 116 and 122 of PDF spec 1.7). -<!--l. 1845--><p class="indent" > Values: 1.2, 1.3, 1.4, 1.5, 1.6, 1.7. Values below 1.2 are not supported, because most drivers expect +<!--l. 1852--><p class="indent" > Values: 1.2, 1.3, 1.4, 1.5, 1.6, 1.7. Values below 1.2 are not supported, because most drivers expect higher PDF versions. -<!--l. 1850--><p class="indent" > The option must be used early, not after <span class="obeylines-h"><span class="verb"><span +<!--l. 1857--><p class="indent" > The option must be used early, not after <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\usepackage{hyperref}</span></span></span>. -<!--l. 1853--><p class="indent" > In theory this option should also set the PDF version, but this is not generally supported. +<!--l. 1860--><p class="indent" > In theory this option should also set the PDF version, but this is not generally supported. <ul class="itemize1"> <li class="itemize">pdfTeX below 1.10a: unsupported. pdfTeX >= 1.10a and < 1.30: <span class="obeylines-h"><span class="verb"><span @@ -4742,25 +4760,25 @@ class="ec-lmvtt-10">\pdfminorversion</span></span></span> ‘V 4’. </li> <li class="itemize">Ghostscript: option -dCompatibilityLevel (this is set in ‘ps2pdf12’, ‘ps2pdf13’, ‘ps2pdf14’).</li></ul> -<!--l. 1868--><p class="indent" > The current PDF version is used as default if this version can be detected (only pdfTeX >= 1.10a). +<!--l. 1875--><p class="indent" > The current PDF version is used as default if this version can be detected (only pdfTeX >= 1.10a). Otherwise the lowest version 1.2 is assumed. Thus ‘hyperref’ tries to avoid PDF code that breaks this version, but is free to use ignorable higher PDF features. -<!--l. 1875--><p class="noindent" > +<!--l. 1882--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.17 </span> <a id="x1-360005.17"></a>Field option ‘name’</h4> -<!--l. 1877--><p class="noindent" >Many form objects uses the label argument for several purposes: +<!--l. 1884--><p class="noindent" >Many form objects uses the label argument for several purposes: <ul class="itemize1"> <li class="itemize">Layouted label. </li> <li class="itemize">As name in HTML structures.</li></ul> -<!--l. 1883--><p class="noindent" >Code that is suitable for layouting with TeX can break in the structures of the output format. If option +<!--l. 1890--><p class="noindent" >Code that is suitable for layouting with TeX can break in the structures of the output format. If option ‘name’ is given, then its value is used as name in the different output structures. Thus the value should consist of letters only. -<!--l. 1890--><p class="noindent" > +<!--l. 1897--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.18 </span> <a id="x1-370005.18"></a>Option ‘pdfencoding’</h4> -<!--l. 1892--><p class="noindent" >The PDF format allows two encodings for bookmarks and entries in the information dictionary: +<!--l. 1899--><p class="noindent" >The PDF format allows two encodings for bookmarks and entries in the information dictionary: PDFDocEncoding and Unicode as UTF-16BE. Option "pdfencoding" selects between these encodings: <ul class="itemize1"> @@ -4772,40 +4790,44 @@ encodings: </li> <li class="itemize">"auto" PDFDocEncoding if the string does not contain characters outside the encoding and Unicode otherwise.</li></ul> -<!--l. 1904--><p class="noindent" > +<!--l. 1911--><p class="indent" > The luatex driver uses "unicode" by default. If another encoding should be forced, it should be done +in <span class="obeylines-h"><span class="verb"><span +class="ec-lmvtt-10">hypersetup</span></span></span>. +<!--l. 1914--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.19 </span> <a id="x1-380005.19"></a>Color options/package hycolor</h4> -<!--l. 1906--><p class="noindent" >See documentation of package ‘hycolor’. -<!--l. 1909--><p class="noindent" > +<!--l. 1916--><p class="noindent" >See documentation of package ‘hycolor’. +<!--l. 1919--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.20 </span> <a id="x1-390005.20"></a>Option pdfusetitle</h4> -<!--l. 1911--><p class="noindent" >If option pdfusetitle is set then hyperref tries to derive the values for pdftitle and pdfauthor +<!--l. 1921--><p class="noindent" >If option pdfusetitle is set then hyperref tries to derive the values for pdftitle and pdfauthor from <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\title</span></span></span> and <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\author</span></span></span>. An optional argument for <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\title</span></span></span> and <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\author</span></span></span> is supported (class amsart). -<!--l. 1917--><p class="noindent" > +<!--l. 1927--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.21 </span> <a id="x1-400005.21"></a>Starred form of \autoref</h4> -<!--l. 1919--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span +<!--l. 1929--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\autoref*</span></span></span> generates a reference without link as <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\ref*</span></span></span> or <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\pageref*</span></span></span>. -<!--l. 1922--><p class="noindent" > +<!--l. 1932--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.22 </span> <a id="x1-410005.22"></a>Link border style</h4> -<!--l. 1924--><p class="noindent" >Links can be underlined instead of the default rectangle or options "colorlinks", "frenchlinks". This is +<!--l. 1934--><p class="noindent" >Links can be underlined instead of the default rectangle or options "colorlinks", "frenchlinks". This is done by option <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">pdfborderstyle={/S/U/W</span><span class="ec-lmvtt-10"> 1}</span></span></span> -<!--l. 1928--><p class="indent" > Some remarks: +<!--l. 1938--><p class="indent" > Some remarks: + + <ul class="itemize1"> <li class="itemize">AR7/Linux seems to have a bug, that don’t use the default value "1" for the width, but zero, thus that the underline is not visible without "/W 1". The same applies for dashed boxes, - eg.: pdfborderstyle=/S/D/D[3 2]/W 1 - + eg.: pdfborderstyle=/S/D/D[3 2]/W 1 </li> <li class="itemize">The syntax is described in the PDF specification, look for "border style", eg. Table 8.13 "Entries in a border style dictionary" (specification for version 1.6) @@ -4814,21 +4836,21 @@ class="ec-lmvtt-10"> 1}</span></span></span> colorlinks is enabled. </li> <li class="itemize">Be aware that not all PDF viewers support this feature, not even Acrobat Reader itself: - <!--l. 1949--><p class="noindent" >Some support: + <!--l. 1959--><p class="noindent" >Some support: <ul class="itemize2"> <li class="itemize">AR7/Linux: "underline" and "dashed", but the border width must be given. </li> <li class="itemize">xpdf 3.00: "underline" and "dashed"</li></ul> - <!--l. 1956--><p class="noindent" >Unsupported: + <!--l. 1966--><p class="noindent" >Unsupported: <ul class="itemize2"> <li class="itemize">AR5/Linux </li> <li class="itemize">ghostscript 8.50</li></ul> </li></ul> -<!--l. 1963--><p class="noindent" > +<!--l. 1973--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.23 </span> <a id="x1-420005.23"></a>Option "bookmarksdepth"</h4> -<!--l. 1965--><p class="noindent" >The depth of the bookmarks can be controlled by the new option "bookmarksdepth". The option acts +<!--l. 1975--><p class="noindent" >The depth of the bookmarks can be controlled by the new option "bookmarksdepth". The option acts globally and distinguishes three cases: <ul class="itemize1"> <li class="itemize">"bookmarksdepth" without value Then hyperref uses the current value of counter "tocdepth". @@ -4848,18 +4870,18 @@ class="ec-lmvtt-10">\toclevel@<name></span></span></span>". Exampl  <br />    \hypersetup{bookmarksdepth=4} % same as before  <br />    \hypersetup{bookmarksdepth} % counter "tocdepth" is used </div> - <!--l. 1984--><p class="nopar" ></li></ul> -<!--l. 1987--><p class="noindent" > + <!--l. 1994--><p class="nopar" ></li></ul> +<!--l. 1997--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.24 </span> <a id="x1-430005.24"></a>Option "pdfescapeform"</h4> -<!--l. 1989--><p class="noindent" >There are many places where arbitrary strings end up as PS or PDF strings. The PS/PDF strings in +<!--l. 1999--><p class="noindent" >There are many places where arbitrary strings end up as PS or PDF strings. The PS/PDF strings in parentheses form require the protection of some characters, e.g. unmatched left or right parentheses need escaping or the escape character itself (backslash). Since 2006/02/12 v6.75a the PS/PDF driver should do this automatically. However I assume a problem with compatibility, especially regarding the form part where larger amounts of JavaScript code can be present. It would be a pain to remove all the escaping, because an additional escaping layer can falsify the code. -<!--l. 2001--><p class="indent" > Therefore a new option pdfescapeform was introduced: +<!--l. 2011--><p class="indent" > Therefore a new option pdfescapeform was introduced: <ul class="itemize1"> <li class="itemize">pdfescapeform=false Escaping for the formulars are disabled, this is the compatibility behaviour, therefore this is the default. @@ -4867,10 +4889,10 @@ code. <li class="itemize">pdfescapeform=true Then the PS/PDF drivers do all the necessary escaping. This is the logical choice and the recommended setting. For example, the user writes JavaScript as JavaScript and do not care about escaping characters for PS/PDF output.</li></ul> -<!--l. 2014--><p class="noindent" > +<!--l. 2024--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.25 </span> <a id="x1-440005.25"></a>Default driver setting</h4> -<!--l. 2016--><p class="noindent" >(hyperref >= 6.72s) If no driver is given, hyperref tries its best to guess the most suitable +<!--l. 2026--><p class="noindent" >(hyperref >= 6.72s) If no driver is given, hyperref tries its best to guess the most suitable driver. Thus it loads "hpdftex", if pdfTeX is detected running in PDF mode. Or it loads the corresponding VTeX driver for VTeX’s working modes. Unhappily many driver programs run after the TeX compiler, so hyperref does not have a chance (dvips, dvipdfm, ...). In this @@ -4882,18 +4904,18 @@ xdvi for example. This behaviour, however, can easily be changed in the configur <div class="verbatim" id="verbatim-36">     \providecommand*{\Hy@defaultdriver}{hdvips} </div> -<!--l. 2029--><p class="nopar" > for dvips, or +<!--l. 2039--><p class="nopar" > for dvips, or <div class="verbatim" id="verbatim-37">     \providecommand*{\Hy@defaultdriver}{hypertex} </div> -<!--l. 2033--><p class="nopar" > for the default behaviour of hyperref. -<!--l. 2036--><p class="indent" > See also the new option ‘driverfallback’. -<!--l. 2038--><p class="noindent" > +<!--l. 2043--><p class="nopar" > for the default behaviour of hyperref. +<!--l. 2046--><p class="indent" > See also the new option ‘driverfallback’. +<!--l. 2048--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.26 </span> <a id="x1-450005.26"></a>Backref entries</h4> -<!--l. 2040--><p class="noindent" >Alternative interface for formatting of backref entries, example: +<!--l. 2050--><p class="noindent" >Alternative interface for formatting of backref entries, example: <div class="verbatim" id="verbatim-38"> @@ -4986,11 +5008,11 @@ xdvi for example. This behaviour, however, can easily be changed in the configur  <br />  <br />\end{document} </div> -<!--l. 2129--><p class="nopar" > -<!--l. 2131--><p class="noindent" > +<!--l. 2139--><p class="nopar" > +<!--l. 2141--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.27 </span> <a id="x1-460005.27"></a>\phantomsection</h4> -<!--l. 2133--><p class="noindent" >Set an anchor at this location. It is often used in conjunction with <span class="obeylines-h"><span class="verb"><span +<!--l. 2143--><p class="noindent" >Set an anchor at this location. It is often used in conjunction with <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\addcontentsline</span></span></span> for sectionlike things (index, bibliography, preface). <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\addcontentsline</span></span></span> refers to the latest previous location where an anchor is @@ -5003,15 +5025,15 @@ set.  <br />  \addcontentsline{toc}{chapter}{\indexname}  <br />  \printindex </div> -<!--l. 2143--><p class="nopar" > -<!--l. 2145--><p class="indent" > Now the entry in the table of contents (and bookmarks) for the index points to the start of the index +<!--l. 2153--><p class="nopar" > +<!--l. 2155--><p class="indent" > Now the entry in the table of contents (and bookmarks) for the index points to the start of the index page, not to a location before this page. -<!--l. 2151--><p class="noindent" > +<!--l. 2161--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">6 </span> <a id="x1-470006"></a>Acrobat-specific behavior</h3> -<!--l. 2152--><p class="noindent" >If you want to access the menu options of Acrobat Reader or Exchange, the following macro is provided +<!--l. 2162--><p class="noindent" >If you want to access the menu options of Acrobat Reader or Exchange, the following macro is provided in the appropriate drivers: -<!--l. 2155--><p class="noindent" > +<!--l. 2165--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-39" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-39-1g"><col @@ -5025,13 +5047,13 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2159--><p class="noindent" >The <span +<!--l. 2169--><p class="noindent" >The <span class="ec-lmri-10">text </span>is used to create a button which activates the appropriate <span class="ec-lmri-10">menuoption</span>. The following table lists the option names you can use—comparison of this with the menus in Acrobat Reader or Exchange will show what they do. Obviously some are only appropriate to Exchange. <a - id="x1-47001r13"></a> <!--l. 2163--><div class="longtable"> <table id="TBL-40" class="longtable" + id="x1-47001r13"></a> <!--l. 2173--><div class="longtable"> <table id="TBL-40" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-40-1g"><col id="TBL-40-1"><col @@ -5040,7 +5062,7 @@ id="TBL-40-2"></colgroup> 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:normal; text-align:left;" id="TBL-40-1-2" class="td10"> - <!--l. 2163--><p class="noindent" >Open, + <!--l. 2173--><p class="noindent" >Open, Close, Scan, Save, @@ -5054,7 +5076,7 @@ class="td10"> class="td01">File<span class="lmsy-10">→</span>Import </td><td style="white-space:normal; text-align:left;" id="TBL-40-2-2" class="td10"> - <!--l. 2164--><p class="noindent" >ImportImage, + <!--l. 2174--><p class="noindent" >ImportImage, ImportNotes, AcroForm:ImportFDF </td> </tr><tr @@ -5062,14 +5084,14 @@ class="td10"> class="td01">File<span class="lmsy-10">→</span>Export </td><td style="white-space:normal; text-align:left;" id="TBL-40-3-2" class="td10"> - <!--l. 2165--><p class="noindent" >ExportNotes, + <!--l. 2175--><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:normal; text-align:left;" id="TBL-40-4-2" class="td10"> - <!--l. 2166--><p class="noindent" >GeneralInfo, + <!--l. 2176--><p class="noindent" >GeneralInfo, OpenInfo, FontsInfo, SecurityInfo, @@ -5082,7 +5104,7 @@ class="td10"> class="td01">File<span class="lmsy-10">→</span>Preferences </td><td style="white-space:normal; text-align:left;" id="TBL-40-5-2" class="td10"> - <!--l. 2167--><p class="noindent" >GeneralPrefs, + <!--l. 2177--><p class="noindent" >GeneralPrefs, NotePrefs, FullScreenPrefs, Weblink:Prefs, @@ -5094,7 +5116,7 @@ class="td10"> 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:normal; text-align:left;" id="TBL-40-6-2" class="td10"> - <!--l. 2169--><p class="noindent" >Undo, + <!--l. 2179--><p class="noindent" >Undo, Cut, Copy, Paste, @@ -5110,19 +5132,19 @@ class="td10"> 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:normal; text-align:left;" id="TBL-40-7-2" class="td10"> - <!--l. 2172--><p class="noindent" >Properties </td> + <!--l. 2182--><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:normal; text-align:left;" id="TBL-40-8-2" class="td10"> - <!--l. 2173--><p class="noindent" >AcroForm:Duplicate, + <!--l. 2183--><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:normal; text-align:left;" id="TBL-40-9-2" class="td10"> - <!--l. 2174--><p class="noindent" >Cpt:CapturePages, + <!--l. 2184--><p class="noindent" >Cpt:CapturePages, AcroForm:Actions, CropPages, RotatePages, @@ -5140,7 +5162,7 @@ class="td10"> 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:normal; text-align:left;" id="TBL-40-10-2" class="td10"> - <!--l. 2177--><p class="noindent" >ActualSize, + <!--l. 2187--><p class="noindent" >ActualSize, FitVisible, FitWidth, FitPage, @@ -5164,7 +5186,7 @@ class="td10"> 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:normal; text-align:left;" id="TBL-40-11-2" class="td10"> - <!--l. 2180--><p class="noindent" >Hand, + <!--l. 2190--><p class="noindent" >Hand, ZoomIn, ZoomOut, SelectText, @@ -5184,7 +5206,7 @@ class="td10"> class="td01">Tools<span class="lmsy-10">→</span>Search </td><td style="white-space:normal; text-align:left;" id="TBL-40-12-2" class="td10"> - <!--l. 2183--><p class="noindent" >AcroSrch:Query, + <!--l. 2193--><p class="noindent" >AcroSrch:Query, AcroSrch:Indexes, AcroSrch:Results, AcroSrch:Assist, @@ -5198,7 +5220,7 @@ class="td10"> 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:normal; text-align:left;" id="TBL-40-13-2" class="td10"> - <!--l. 2185--><p class="noindent" >ShowHideToolBar, + <!--l. 2195--><p class="noindent" >ShowHideToolBar, ShowHideMenuBar, ShowHideClipboard, Cascade, @@ -5209,7 +5231,7 @@ class="td10"> 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:normal; text-align:left;" id="TBL-40-14-2" class="td10"> - <!--l. 2187--><p class="noindent" >HelpUserGuide, + <!--l. 2197--><p class="noindent" >HelpUserGuide, HelpTutorial, HelpExchange, HelpScan, @@ -5224,7 +5246,7 @@ class="td10"> 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:normal; text-align:left;" id="TBL-40-15-2" class="td10"> - <!--l. 2189--><p class="noindent" >About </td> + <!--l. 2199--><p class="noindent" >About </td> </tr><tr style="vertical-align:baseline;" id="TBL-40-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-40-16-1" class="td01"> </td> @@ -5239,13 +5261,13 @@ class="td01"> </td> class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-40-19-2" class="td10"></td></tr> </table></div> -<!--l. 2192--><p class="noindent" > +<!--l. 2202--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">7 </span> <a id="x1-480007"></a>PDF and HTML forms</h3> -<!--l. 2193--><p class="noindent" >You must put your fields inside a <span +<!--l. 2203--><p class="noindent" >You must put your fields inside a <span class="ec-lmvtt-10">Form </span>environment (only one per file). -<!--l. 2195--><p class="indent" > There are six macros to prepare fields: -<!--l. 2197--><p class="noindent" > +<!--l. 2205--><p class="indent" > There are six macros to prepare fields: +<!--l. 2207--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-41" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-41-1g"><col @@ -5259,7 +5281,7 @@ class="ec-lmvtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2201--><p class="noindent" > +<!--l. 2211--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-42" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-42-1g"><col @@ -5273,7 +5295,7 @@ class="ec-lmvtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2205--><p class="noindent" > +<!--l. 2215--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-43" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-43-1g"><col @@ -5289,7 +5311,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">choices</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2209--><p class="noindent" > +<!--l. 2219--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-44" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-44-1g"><col @@ -5303,7 +5325,7 @@ class="ec-lmvtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2213--><p class="noindent" > +<!--l. 2223--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-45" class="tabular" @@ -5319,7 +5341,7 @@ class="ec-lmvtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2217--><p class="noindent" > +<!--l. 2227--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-46" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-46-1g"><col @@ -5333,8 +5355,8 @@ class="ec-lmvtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2221--><p class="indent" > The way forms and their labels are laid out is determined by: -<!--l. 2222--><p class="noindent" > +<!--l. 2231--><p class="indent" > The way forms and their labels are laid out is determined by: +<!--l. 2232--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-47" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-47-1g"><col @@ -5348,7 +5370,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">field</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2226--><p class="noindent" > +<!--l. 2236--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-48" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-48-1g"><col @@ -5362,7 +5384,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">field</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2230--><p class="noindent" > +<!--l. 2240--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-49" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-49-1g"><col @@ -5376,9 +5398,9 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">field</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2234--><p class="indent" > These macros default to #1 #2 -<!--l. 2236--><p class="indent" > What is actually shown in as the field is determined by: -<!--l. 2237--><p class="noindent" > +<!--l. 2244--><p class="indent" > These macros default to #1 #2 +<!--l. 2246--><p class="indent" > What is actually shown in as the field is determined by: +<!--l. 2247--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-50" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-50-1g"><col @@ -5392,7 +5414,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2241--><p class="noindent" > +<!--l. 2251--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-51" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-51-1g"><col @@ -5406,7 +5428,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2244--><p class="noindent" > +<!--l. 2254--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-52" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-52-1g"><col @@ -5420,7 +5442,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2247--><p class="noindent" > +<!--l. 2257--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-53" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-53-1g"><col @@ -5434,7 +5456,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2251--><p class="noindent" > +<!--l. 2261--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-54" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-54-1g"><col @@ -5445,7 +5467,7 @@ class="ec-lmvtt-10">\MakeButtonField</span><span class="obeylines-h"><span class class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 2255--><p class="indent" > These macros default to <span class="obeylines-h"><span class="verb"><span +<!--l. 2265--><p class="indent" > These macros default to <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\vbox</span><span class="ec-lmvtt-10"> to</span><span class="ec-lmvtt-10"> #2{\hbox</span><span @@ -5454,7 +5476,7 @@ class="ec-lmvtt-10"> #1{\hfill}\vfill}</span></span></span>, except the l to #1; it is used for buttons, and the special <span class="ec-lmvtt-10">\Submit </span>and <span class="ec-lmvtt-10">\Reset </span>macros. -<!--l. 2259--><p class="indent" > You may also want to redefine the following macros: +<!--l. 2269--><p class="indent" > You may also want to redefine the following macros: <div class="verbatim" id="verbatim-40"> @@ -5470,12 +5492,12 @@ class="ec-lmvtt-10">\Reset </span>macros.  <br />\def\DefaultHeightofTextMultiline{4\baselineskip}  <br />\def\DefaultWidthofText{3cm} </div> -<!--l. 2272--><p class="nopar" > -<!--l. 2274--><p class="noindent" > +<!--l. 2282--><p class="nopar" > +<!--l. 2284--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.1 </span> <a id="x1-490007.1"></a>Forms environment parameters</h4> <a - id="x1-49001r14"></a> <!--l. 2278--><div class="longtable"> <table id="TBL-55" class="longtable" + id="x1-49001r14"></a> <!--l. 2288--><div class="longtable"> <table id="TBL-55" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-55-1g"><col id="TBL-55-1"><col @@ -5488,7 +5510,7 @@ class="ec-lmvtt-10">action </span></td><td style="white-space:nowrap; text- class="td11"> <span class="ec-lmri-10">URL </span></td><td style="white-space:normal; text-align:left;" id="TBL-55-1-3" class="td10"> - <!--l. 2278--><p class="noindent" >The URL that will receive the form data if a <span + <!--l. 2288--><p class="noindent" >The URL that will receive the form data if a <span class="ec-lmss-10">Submit </span>button is included in the form </td> </tr><tr @@ -5498,7 +5520,7 @@ class="ec-lmvtt-10">encoding </span></td><td style="white-space:nowrap; text-a class="td11"> <span class="ec-lmri-10">name </span></td><td style="white-space:normal; text-align:left;" id="TBL-55-2-3" class="td10"> - <!--l. 2279--><p class="noindent" >The encoding for the string set to the URL; FDF-encoding + <!--l. 2289--><p class="noindent" >The encoding for the string set to the URL; FDF-encoding is usual, and <span class="ec-lmvtt-10">html </span>is the only valid value </td> </tr><tr @@ -5508,7 +5530,7 @@ class="ec-lmvtt-10">method </span></td><td style="white-space:nowrap; text-al class="td11"> <span class="ec-lmri-10">name </span></td><td style="white-space:normal; text-align:left;" id="TBL-55-3-3" class="td10"> - <!--l. 2281--><p class="noindent" >Used only when generating HTML; values can be <span + <!--l. 2291--><p class="noindent" >Used only when generating HTML; values can be <span class="ec-lmvtt-10">post </span>or <span class="ec-lmvtt-10">get</span> </td> @@ -5530,15 +5552,15 @@ class="td01"> </td><td style="white-space:nowrap; text-align:left;" id= class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-55-8-3" class="td10"></td></tr> </table></div> -<!--l. 2284--><p class="noindent" > +<!--l. 2294--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.2 </span> <a id="x1-500007.2"></a>Forms optional parameters</h4> -<!--l. 2285--><p class="noindent" >Note that all colors must be expressed as RGB triples, in the range 0..1 (i.e. <span +<!--l. 2295--><p class="noindent" >Note that all colors must be expressed as RGB triples, in the range 0..1 (i.e. <span class="ec-lmvtt-10">color=0 0</span> <span class="ec-lmvtt-10">0.5</span>) <a - id="x1-50001r15"></a> <!--l. 2290--><div class="longtable"> <table id="TBL-56" class="longtable" + id="x1-50001r15"></a> <!--l. 2300--><div class="longtable"> <table id="TBL-56" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-56-1g"><col id="TBL-56-1"><col @@ -5560,479 +5582,459 @@ class="td11"> number </td><td style="white-space:nowrap; text-align:left;" id class="td11"> <span class="ec-lmri-10">0 </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-2-4" class="td10"> alignment within text field; 0 is left-aligned, </td> -<td id="TBL-56-2-5" -class="td00"> </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-3-1" -class="td01"> </td> +class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-3-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-3-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-3-4" +class="td10"> 1 is centered, 2 is right-aligned. </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-4-1" -class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-4-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-4-3" +class="td01"><span +class="ec-lmvtt-10">altname </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-4-2" +class="td11"> name </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-4-3" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-4-4" -class="td10"> 1 is centered, 2 is right-aligned. </td> +class="td10"> alternative name, </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-5-1" -class="td01"><span -class="ec-lmvtt-10">altname </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-5-2" -class="td11"> name </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-5-3" +class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-5-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-5-3" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-5-4" -class="td10"> alternative name, </td> -<td id="TBL-56-5-5" -class="td00"> </td> +class="td10"> the name shown in the user interface </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-6-1" -class="td01"> </td> +class="td01"><span +class="ec-lmvtt-10">backgroundcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-6-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-6-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-6-4" +class="td10"> color of box </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-7-1" -class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-7-2" +class="td01"><span +class="ec-lmvtt-10">bordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-7-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-7-3" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-7-4" -class="td10"> the name shown in the user interface </td> +class="td10"> color of border </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-8-1" class="td01"><span -class="ec-lmvtt-10">backgroundcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-8-2" +class="ec-lmvtt-10">bordersep </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-8-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-8-3" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-8-4" -class="td10"> color of box </td> - +class="td10"> box border gap </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-9-1" class="td01"><span -class="ec-lmvtt-10">bordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-9-2" +class="ec-lmvtt-10">borderwidth </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-9-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-9-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-9-4" -class="td10"> color of border </td> +class="td11"> <span +class="ec-lmri-10">1 </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-9-4" +class="td10"> width of box border, the value is a dimension </td> + </tr><tr style="vertical-align:baseline;" id="TBL-56-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-10-1" -class="td01"><span -class="ec-lmvtt-10">bordersep </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-10-2" +class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-10-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-10-3" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-10-4" -class="td10"> box border gap </td> +class="td10"> or a number with default unit bp </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-11-1" class="td01"><span -class="ec-lmvtt-10">borderwidth </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-11-2" +class="ec-lmvtt-10">calculate </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-11-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-11-3" -class="td11"> <span -class="ec-lmri-10">1 </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-11-4" -class="td10"> width of box border, the value is a dimension </td> -</tr><tr - style="vertical-align:baseline;" id="TBL-56-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-12-1" -class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-12-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-12-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-12-4" -class="td10"> or a number with default unit bp </td> -</tr><tr - style="vertical-align:baseline;" id="TBL-56-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-13-1" -class="td01"><span -class="ec-lmvtt-10">calculate </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-13-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-13-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-13-4" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-11-4" class="td10"> JavaScript code to calculate the value of the field</td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-14-1" + style="vertical-align:baseline;" id="TBL-56-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-12-1" class="td01"><span -class="ec-lmvtt-10">charsize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-14-2" -class="td11"> dimen </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-14-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-14-4" +class="ec-lmvtt-10">charsize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-12-2" +class="td11"> dimen </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-12-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-12-4" class="td10"> font size of field text </td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-15-1" + style="vertical-align:baseline;" id="TBL-56-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-13-1" class="td01"><span -class="ec-lmvtt-10">checkboxsymbol </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-15-2" -class="td11"> char </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-15-3" +class="ec-lmvtt-10">checkboxsymbol </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-13-2" +class="td11"> char </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-13-3" class="td11"> <span class="ec-lmri-10">4 (</span><span class="pzdr-">✔</span><span -class="ec-lmri-10">) </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-15-4" +class="ec-lmri-10">) </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-13-4" class="td10"> symbol used for check boxes (ZapfDingbats), </td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-16-1" -class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-16-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-16-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-16-4" + style="vertical-align:baseline;" id="TBL-56-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-14-1" +class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-14-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-14-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-14-4" class="td10"> the value is a character or <span class="ec-lmvtt-10">\ding</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span class="ec-lmvtto-10">number</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span>, </td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-17-1" -class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-17-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-17-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-17-4" + style="vertical-align:baseline;" id="TBL-56-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-15-1" +class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-15-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-15-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-15-4" class="td10"> see package <span class="ec-lmss-10">pifont </span>from bundle <span class="ec-lmss-10">psnfss </span></td> </tr><tr + style="vertical-align:baseline;" id="TBL-56-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-16-1" +class="td01"><span +class="ec-lmvtt-10">checked </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-16-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-16-3" +class="td11"> <span +class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-16-4" +class="td10"> whether option selected by default </td> +</tr><tr + style="vertical-align:baseline;" id="TBL-56-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-17-1" +class="td01"><span +class="ec-lmvtt-10">color </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-17-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-17-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-17-4" +class="td10"> color of text in box </td> +</tr><tr style="vertical-align:baseline;" id="TBL-56-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-18-1" class="td01"><span -class="ec-lmvtt-10">checked </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-18-2" +class="ec-lmvtt-10">combo </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-18-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-18-3" class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-18-4" -class="td10"> whether option selected by default </td> +class="td10"> choice list is ‘combo’ style </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-19-1" class="td01"><span -class="ec-lmvtt-10">color </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-19-2" +class="ec-lmvtt-10">default </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-19-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-19-3" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-19-4" -class="td10"> color of text in box </td> +class="td10"> default value </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-20-1" class="td01"><span -class="ec-lmvtt-10">combo </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-20-2" +class="ec-lmvtt-10">disabled </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-20-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-20-3" class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-20-4" -class="td10"> choice list is ‘combo’ style </td> +class="td10"> field disabled </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-21-1" -class="td01"><span -class="ec-lmvtt-10">default </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-21-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-21-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-21-4" -class="td10"> default value </td> -</tr><tr +class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-21-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-21-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-21-4" +class="td10"></td></tr> +<tr style="vertical-align:baseline;" id="TBL-56-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-22-1" class="td01"><span -class="ec-lmvtt-10">disabled </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-22-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-22-3" -class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-22-4" -class="td10"> field disabled </td> +class="ec-lmvtt-10">format </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-22-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-22-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-22-4" +class="td10"> JavaScript code to format the field </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-23-1" -class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-23-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-23-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-23-4" -class="td10"></td></tr> -<tr +class="td01"><span +class="ec-lmvtt-10">height </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-23-2" +class="td11"> dimen </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-23-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-23-4" +class="td10"> height of field box </td> +</tr><tr style="vertical-align:baseline;" id="TBL-56-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-24-1" class="td01"><span -class="ec-lmvtt-10">format </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-24-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-24-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-24-4" -class="td10"> JavaScript code to format the field </td> +class="ec-lmvtt-10">hidden </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-24-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-24-3" +class="td11"> <span +class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-24-4" +class="td10"> field hidden </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-25-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-25-1" class="td01"><span -class="ec-lmvtt-10">height </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-25-2" -class="td11"> dimen </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-25-3" +class="ec-lmvtt-10">keystroke </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-25-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-25-3" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-25-4" -class="td10"> height of field box </td> +class="td10"> JavaScript code to control the keystrokes on entry</td> </tr><tr style="vertical-align:baseline;" id="TBL-56-26-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-26-1" class="td01"><span -class="ec-lmvtt-10">hidden </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-26-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-26-3" -class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-26-4" -class="td10"> field hidden </td> +class="ec-lmvtt-10">mappingname </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-26-2" +class="td11"> name </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-26-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-26-4" +class="td10"> the mapping name to be used when exporting </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-27-1" -class="td01"><span -class="ec-lmvtt-10">keystroke </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-27-2" +class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-27-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-27-3" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-27-4" -class="td10"> JavaScript code to control the keystrokes on entry</td> +class="td10"> the field data </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-28-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-28-1" class="td01"><span -class="ec-lmvtt-10">mappingname </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-28-2" -class="td11"> name </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-28-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-28-4" -class="td10"> the mapping name to be used when exporting </td> -<td id="TBL-56-28-5" -class="td00"> </td> +class="ec-lmvtt-10">maxlen </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-28-2" +class="td11"> number </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-28-3" +class="td11"> <span +class="ec-lmri-10">0 </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-28-4" +class="td10"> number of characters allowed in text field </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-29-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-29-1" -class="td01"> </td> +class="td01"><span +class="ec-lmvtt-10">menulength </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-29-2" +class="td11"> number </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-29-3" +class="td11"> <span +class="ec-lmri-10">4 </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-29-4" +class="td10"> number of elements shown in list </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-30-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-30-1" -class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-30-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-30-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-30-4" -class="td10"> the field data </td> +class="td01"><span +class="ec-lmvtt-10">multiline </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-30-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-30-3" +class="td11"> <span +class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-30-4" +class="td10"> whether text box is multiline </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-31-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-31-1" class="td01"><span -class="ec-lmvtt-10">maxlen </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-31-2" -class="td11"> number </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-31-3" -class="td11"> <span -class="ec-lmri-10">0 </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-31-4" -class="td10"> number of characters allowed in text field </td> +class="ec-lmvtt-10">name </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-31-2" +class="td11"> name </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-31-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-31-4" +class="td10"> name of field (defaults to label) </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-32-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-32-1" class="td01"><span -class="ec-lmvtt-10">menulength </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-32-2" -class="td11"> number </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-32-3" -class="td11"> <span -class="ec-lmri-10">4 </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-32-4" -class="td10"> number of elements shown in list </td> +class="ec-lmvtt-10">onblur </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-32-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-32-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-32-4" +class="td10"> JavaScript code </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-33-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-33-1" class="td01"><span -class="ec-lmvtt-10">multiline </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-33-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-33-3" -class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-33-4" -class="td10"> whether text box is multiline </td> +class="ec-lmvtt-10">onchange </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-33-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-33-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-33-4" +class="td10"> JavaScript code </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-34-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-34-1" class="td01"><span -class="ec-lmvtt-10">name </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-34-2" -class="td11"> name </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-34-3" +class="ec-lmvtt-10">onclick </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-34-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-34-3" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-34-4" -class="td10"> name of field (defaults to label) </td> +class="td10"> JavaScript code </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-35-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-35-1" class="td01"><span -class="ec-lmvtt-10">onblur </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-35-2" +class="ec-lmvtt-10">ondblclick </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-35-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-35-3" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-35-4" class="td10"> JavaScript code </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-36-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-36-1" class="td01"><span -class="ec-lmvtt-10">onchange </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-36-2" +class="ec-lmvtt-10">onfocus </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-36-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-36-3" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-36-4" class="td10"> JavaScript code </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-37-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-37-1" class="td01"><span -class="ec-lmvtt-10">onclick </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-37-2" +class="ec-lmvtt-10">onkeydown </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-37-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-37-3" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-37-4" class="td10"> JavaScript code </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-38-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-38-1" class="td01"><span -class="ec-lmvtt-10">ondblclick </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-38-2" +class="ec-lmvtt-10">onkeypress </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-38-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-38-3" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-38-4" class="td10"> JavaScript code </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-39-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-39-1" class="td01"><span -class="ec-lmvtt-10">onfocus </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-39-2" +class="ec-lmvtt-10">onkeyup </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-39-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-39-3" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-39-4" class="td10"> JavaScript code </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-40-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-40-1" class="td01"><span -class="ec-lmvtt-10">onkeydown </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-40-2" +class="ec-lmvtt-10">onmousedown </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-40-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-40-3" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-40-4" class="td10"> JavaScript code </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-41-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-41-1" class="td01"><span -class="ec-lmvtt-10">onkeypress </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-41-2" +class="ec-lmvtt-10">onmousemove </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-41-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-41-3" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-41-4" class="td10"> JavaScript code </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-42-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-42-1" -class="td01"><span -class="ec-lmvtt-10">onkeyup </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-42-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-42-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-42-4" -class="td10"> JavaScript code </td> -</tr><tr +class="td01"> </td></tr> +<tr style="vertical-align:baseline;" id="TBL-56-43-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-43-1" class="td01"><span -class="ec-lmvtt-10">onmousedown </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-43-2" +class="ec-lmvtt-10">onmouseout </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-43-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-43-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-43-4" -class="td10"> JavaScript code </td> +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-43-4" +class="td10"> JavaScript code </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-44-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-44-1" class="td01"><span -class="ec-lmvtt-10">onmousemove </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-44-2" +class="ec-lmvtt-10">onmouseover </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-44-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-44-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-44-4" -class="td10"> JavaScript code </td> +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-44-4" +class="td10"> JavaScript code </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-45-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-45-1" -class="td01"> </td></tr> -<tr +class="td01"><span +class="ec-lmvtt-10">onmouseup </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-45-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-45-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-45-4" +class="td10"> JavaScript code </td> +</tr><tr style="vertical-align:baseline;" id="TBL-56-46-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-46-1" class="td01"><span -class="ec-lmvtt-10">onmouseout </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-46-2" +class="ec-lmvtt-10">onselect </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-46-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-46-3" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-46-4" class="td10"> JavaScript code </td> </tr><tr style="vertical-align:baseline;" id="TBL-56-47-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-47-1" class="td01"><span -class="ec-lmvtt-10">onmouseover </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-47-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-47-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-47-4" -class="td10"> JavaScript code </td> -</tr><tr - style="vertical-align:baseline;" id="TBL-56-48-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-48-1" -class="td01"><span -class="ec-lmvtt-10">onmouseup </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-48-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-48-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-48-4" -class="td10"> JavaScript code </td> -</tr><tr - style="vertical-align:baseline;" id="TBL-56-49-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-49-1" -class="td01"><span -class="ec-lmvtt-10">onselect </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-49-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-49-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-49-4" -class="td10"> JavaScript code </td> -</tr><tr - style="vertical-align:baseline;" id="TBL-56-50-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-50-1" -class="td01"><span -class="ec-lmvtt-10">password </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-50-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-50-3" +class="ec-lmvtt-10">password </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-47-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-47-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-50-4" +class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-47-4" class="td10"> text field is ‘password’ style </td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-51-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-51-1" + style="vertical-align:baseline;" id="TBL-56-48-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-48-1" class="td01"><span -class="ec-lmvtt-10">popdown </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-51-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-51-3" +class="ec-lmvtt-10">popdown </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-48-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-48-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-51-4" +class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-48-4" class="td10"> choice list is ‘popdown’ style </td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-52-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-52-1" + style="vertical-align:baseline;" id="TBL-56-49-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-49-1" class="td01"><span -class="ec-lmvtt-10">radio </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-52-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-52-3" +class="ec-lmvtt-10">radio </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-49-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-49-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-52-4" +class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-49-4" class="td10"> choice list is ‘radio’ style </td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-53-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-53-1" + style="vertical-align:baseline;" id="TBL-56-50-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-50-1" class="td01"><span -class="ec-lmvtt-10">radiosymbol </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-53-2" -class="td11"> char </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-53-3" +class="ec-lmvtt-10">radiosymbol </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-50-2" +class="td11"> char </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-50-3" class="td11"> <span class="ec-lmri-10">H (</span><span class="pzdr-">★</span><span -class="ec-lmri-10">) </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-53-4" +class="ec-lmri-10">) </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-50-4" class="td10"> symbol used for radio fields (ZapfDingbats),</td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-54-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-54-1" -class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-54-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-54-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-54-4" + style="vertical-align:baseline;" id="TBL-56-51-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-51-1" +class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-51-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-51-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-51-4" class="td10"> the value is a character or <span class="ec-lmvtt-10">\ding</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span class="ec-lmvtto-10">number</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span>, </td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-55-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-55-1" -class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-55-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-55-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-55-4" + style="vertical-align:baseline;" id="TBL-56-52-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-52-1" +class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-52-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-52-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-52-4" class="td10"> see package <span class="ec-lmss-10">pifont </span>from bundle <span class="ec-lmss-10">psnfss </span></td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-56-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-56-1" + style="vertical-align:baseline;" id="TBL-56-53-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-53-1" class="td01"><span -class="ec-lmvtt-10">readonly </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-56-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-56-3" +class="ec-lmvtt-10">readonly </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-53-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-53-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-56-4" +class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-53-4" class="td10"> field is readonly </td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-57-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-57-1" + style="vertical-align:baseline;" id="TBL-56-54-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-54-1" class="td01"><span -class="ec-lmvtt-10">rotation </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-57-2" -class="td11"> number </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-57-3" +class="ec-lmvtt-10">rotation </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-54-2" +class="td11"> number </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-54-3" class="td11"> <span -class="ec-lmri-10">0 </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-57-4" +class="ec-lmri-10">0 </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-54-4" class="td10"> rotation of the widget annotation </td> -<td id="TBL-56-57-5" -class="td00"> </td> -</tr><tr - style="vertical-align:baseline;" id="TBL-56-58-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-58-1" -class="td01"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-59-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-59-1" -class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-59-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-59-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-59-4" + style="vertical-align:baseline;" id="TBL-56-55-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-55-1" +class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-55-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-55-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-55-4" class="td10"> (degree, counterclockwise, multiple of 90) </td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-60-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-60-1" + style="vertical-align:baseline;" id="TBL-56-56-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-56-1" class="td01"><span -class="ec-lmvtt-10">tabkey </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-60-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-60-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-60-4" +class="ec-lmvtt-10">tabkey </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-56-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-56-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-56-4" class="td10"> (as per HTML) </td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-61-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-61-1" + style="vertical-align:baseline;" id="TBL-56-57-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-57-1" class="td01"><span -class="ec-lmvtt-10">validate </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-61-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-61-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-61-4" +class="ec-lmvtt-10">validate </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-57-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-57-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-57-4" class="td10"> JavaScript code to validate the entry </td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-62-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-62-1" + style="vertical-align:baseline;" id="TBL-56-58-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-58-1" class="td01"><span -class="ec-lmvtt-10">value </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-62-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-62-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-62-4" +class="ec-lmvtt-10">value </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-58-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-58-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-58-4" class="td10"> initial value </td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-63-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-63-1" + style="vertical-align:baseline;" id="TBL-56-59-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-59-1" class="td01"><span -class="ec-lmvtt-10">width </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-63-2" -class="td11"> dimen </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-63-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-63-4" +class="ec-lmvtt-10">width </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-56-59-2" +class="td11"> dimen </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-59-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-56-59-4" class="td10"> width of field box </td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-64-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-64-1" + style="vertical-align:baseline;" id="TBL-56-60-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-60-1" class="td01"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-65-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-65-1" + style="vertical-align:baseline;" id="TBL-56-61-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-61-1" class="td01"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-66-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-66-1" + style="vertical-align:baseline;" id="TBL-56-62-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-62-1" class="td01"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-56-67-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-67-1" + style="vertical-align:baseline;" id="TBL-56-63-"><td style="white-space:nowrap; text-align:left;" id="TBL-56-63-1" class="td01"> </td></tr> </table></div> -<!--l. 2349--><p class="noindent" > +<!--l. 2359--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">8 </span> <a id="x1-510008"></a>Defining a new driver</h3> -<!--l. 2350--><p class="noindent" >A hyperref driver has to provide definitions for eight macros: -<!--l. 2353--><p class="noindent" >1. <span class="obeylines-h"><span class="verb"><span +<!--l. 2360--><p class="noindent" >A hyperref driver has to provide definitions for eight macros: +<!--l. 2363--><p class="noindent" >1. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@anchor</span></span></span> - - -<!--l. 2355--><p class="noindent" >2. <span class="obeylines-h"><span class="verb"><span +<!--l. 2365--><p class="noindent" >2. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@link</span></span></span> -<!--l. 2357--><p class="noindent" >3. <span class="obeylines-h"><span class="verb"><span +<!--l. 2367--><p class="noindent" >3. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@linkfile</span></span></span> -<!--l. 2359--><p class="noindent" >4. <span class="obeylines-h"><span class="verb"><span +<!--l. 2369--><p class="noindent" >4. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@linkurl</span></span></span> -<!--l. 2361--><p class="noindent" >5. <span class="obeylines-h"><span class="verb"><span +<!--l. 2371--><p class="noindent" >5. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@anchorstart</span></span></span> -<!--l. 2363--><p class="noindent" >6. <span class="obeylines-h"><span class="verb"><span + + +<!--l. 2373--><p class="noindent" >6. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@anchorend</span></span></span> -<!--l. 2365--><p class="noindent" >7. <span class="obeylines-h"><span class="verb"><span +<!--l. 2375--><p class="noindent" >7. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@linkstart</span></span></span> -<!--l. 2367--><p class="noindent" >8. <span class="obeylines-h"><span class="verb"><span +<!--l. 2377--><p class="noindent" >8. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@linkend</span></span></span> -<!--l. 2370--><p class="indent" > The draft option defines the macros as follows +<!--l. 2380--><p class="indent" > The draft option defines the macros as follows <div class="verbatim" id="verbatim-41"> @@ -6045,11 +6047,11 @@ class="ec-lmvtt-10">\hyper@linkend</span></span></span>  <br />\let\hyper@linkstart\@gobbletwo  <br />\let\hyper@linkend\@empty </div> -<!--l. 2380--><p class="nopar" > -<!--l. 2382--><p class="noindent" > +<!--l. 2390--><p class="nopar" > +<!--l. 2392--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">9 </span> <a id="x1-520009"></a>Special support for other packages</h3> -<!--l. 2384--><p class="noindent" >Package <span +<!--l. 2394--><p class="noindent" >Package <span class="ec-lmss-10">hyperref </span>aims to cooperate with other packages, but there are several possible sources for conflict, such as <ul class="itemize1"> @@ -6072,7 +6074,7 @@ class="ec-lmvtt-10">implicit=false </span>for these packages to work. </li> <li class="itemize">Packages that do anything serious with the index.</li></ul> -<!--l. 2404--><p class="indent" > The <span +<!--l. 2414--><p class="indent" > The <span class="ec-lmss-10">hyperref </span>package is distributed with variants on two useful packages designed to work especially well with it. These are <span class="ec-lmss-10">xr </span>and <span @@ -6080,14 +6082,14 @@ class="ec-lmss-10">minitoc</span>, which support crossdocument links using <span <span class="ec-lmvtt-10">\label</span>/<span class="ec-lmvtt-10">\ref </span>mechanisms and per-chapter tables of contents, respectively. -<!--l. 2411--><p class="noindent" > +<!--l. 2421--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">9.1 </span> <a id="x1-530009.1"></a>Package Compatibility</h4> -<!--l. 2413--><p class="noindent" >Currently only package loading orders are available: -<!--l. 2417--><p class="indent" > Note: hyperref loads package "nameref" at <span class="obeylines-h"><span class="verb"><span +<!--l. 2423--><p class="noindent" >Currently only package loading orders are available: +<!--l. 2427--><p class="indent" > Note: hyperref loads package "nameref" at <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\begin{document}</span></span></span>. Sometimes this is too late, thus this package must be loaded earlier. -<!--l. 2422--><p class="noindent" > +<!--l. 2432--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.1 </span> <a id="x1-540009.1.1"></a>algorithm</h5> @@ -6097,11 +6099,11 @@ package must be loaded earlier.  <br />  \usepackage{hyperref}  <br />  \usepackage[chapter]{algorithm}% eg. </div> -<!--l. 2427--><p class="nopar" > -<!--l. 2429--><p class="noindent" > +<!--l. 2437--><p class="nopar" > +<!--l. 2439--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.2 </span> <a id="x1-550009.1.2"></a>amsmath</h5> -<!--l. 2431--><p class="noindent" >The environments equation and eqnarray are not supported too well. For example, there might be +<!--l. 2441--><p class="noindent" >The environments equation and eqnarray are not supported too well. For example, there might be spacing problems (eqnarray isn’t recommended anyway, see CTAN:info/l2tabu/, the situation for equation is unclear, because nobody is interested in investigating). Consider using the environments that package amsmath provide, e.g. gather for equation. The environment equation can even redefined to use @@ -6113,22 +6115,22 @@ gather:  <br />  \let\equation\gather  <br />  \let\endequation\endgather </div> -<!--l. 2442--><p class="nopar" > -<!--l. 2444--><p class="noindent" > +<!--l. 2452--><p class="nopar" > +<!--l. 2454--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.3 </span> <a id="x1-560009.1.3"></a>amsrefs</h5> -<!--l. 2446--><p class="noindent" >Package loading order: +<!--l. 2456--><p class="noindent" >Package loading order: <div class="verbatim" id="verbatim-44">   \usepackage{hyperref}  <br />  \usepackage{amsrefs} </div> -<!--l. 2451--><p class="nopar" > -<!--l. 2453--><p class="noindent" > +<!--l. 2461--><p class="nopar" > +<!--l. 2463--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.4 </span> <a id="x1-570009.1.4"></a>arydshln, longtable</h5> -<!--l. 2455--><p class="noindent" >Package longtable must be put before hyperref and arydshln, hyperref after arydshln generates an error, +<!--l. 2465--><p class="noindent" >Package longtable must be put before hyperref and arydshln, hyperref after arydshln generates an error, thus the resulting package order is then: @@ -6137,16 +6139,16 @@ thus the resulting package order is then:  <br />  \usepacakge{hyperref}  <br />  \usepackage{arydshln} </div> -<!--l. 2463--><p class="nopar" > -<!--l. 2465--><p class="noindent" > +<!--l. 2473--><p class="nopar" > +<!--l. 2475--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.5 </span> <a id="x1-580009.1.5"></a>babel/magyar.ldf</h5> -<!--l. 2467--><p class="noindent" >The old version 2005/03/30 v1.4j will not work. You need at least version 1.5, maintained by Péter +<!--l. 2477--><p class="noindent" >The old version 2005/03/30 v1.4j will not work. You need at least version 1.5, maintained by Péter Szabó, see CTAN:language/hungarian/babel/. -<!--l. 2472--><p class="noindent" > +<!--l. 2482--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.6 </span> <a id="x1-590009.1.6"></a>babel/spanish.ldf</h5> -<!--l. 2474--><p class="noindent" >Babel’s spanish.ldf redefines ‘<span class="obeylines-h"><span class="verb"><span +<!--l. 2484--><p class="noindent" >Babel’s spanish.ldf redefines ‘<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\.</span></span></span>’ to support ‘<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\...</span></span></span>’. In bookmarks (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\pdfstringdef</span></span></span>) only ‘<span class="obeylines-h"><span class="verb"><span @@ -6154,10 +6156,10 @@ class="ec-lmvtt-10">\.</span></span></span>’ is supported. If ‘<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\...</span></span></span>’ is needed, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\texorpdfstring{\...}{\dots}</span></span></span> can be used instead. -<!--l. 2481--><p class="noindent" > +<!--l. 2491--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.7 </span> <a id="x1-600009.1.7"></a>bibentry</h5> -<!--l. 2483--><p class="noindent" >Workaround: +<!--l. 2493--><p class="noindent" >Workaround: <div class="verbatim" id="verbatim-46"> @@ -6176,16 +6178,16 @@ class="ec-lmvtt-10">\texorpdfstring{\...}{\dots}</span></span></span> can be use  <br />    \nobibliography{database}  <br />  \endgroup </div> -<!--l. 2500--><p class="nopar" > -<!--l. 2502--><p class="noindent" > +<!--l. 2510--><p class="nopar" > +<!--l. 2512--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.8 </span> <a id="x1-610009.1.8"></a>bigfoot</h5> -<!--l. 2504--><p class="noindent" >Hyperref does not support package ‘bigfoot’. And package ‘bigfoot’ does not support hyperref’s footnotes +<!--l. 2514--><p class="noindent" >Hyperref does not support package ‘bigfoot’. And package ‘bigfoot’ does not support hyperref’s footnotes and disables them (hyperfootnotes=false). -<!--l. 2509--><p class="noindent" > +<!--l. 2519--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.9 </span> <a id="x1-620009.1.9"></a>chappg</h5> -<!--l. 2511--><p class="noindent" >Package ‘chappg’ uses <span class="obeylines-h"><span class="verb"><span +<!--l. 2521--><p class="noindent" >Package ‘chappg’ uses <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@addtoreset</span></span></span> that is redefined by ‘hyperref’. The package order is therefore: @@ -6194,11 +6196,11 @@ therefore:   \usepackage{hyperref}  <br />  \usepackage{chappg} </div> -<!--l. 2517--><p class="nopar" > -<!--l. 2519--><p class="noindent" > +<!--l. 2527--><p class="nopar" > +<!--l. 2529--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.10 </span> <a id="x1-630009.1.10"></a>cite</h5> -<!--l. 2521--><p class="noindent" >This is from Mike Shell: cite.sty cannot currently be used with hyperref. However, I can do a workaround +<!--l. 2531--><p class="noindent" >This is from Mike Shell: cite.sty cannot currently be used with hyperref. However, I can do a workaround via: @@ -6209,14 +6211,14 @@ via:  <br />  <br /> \usepackage[hypertex]{hyperref} </div> -<!--l. 2531--><p class="nopar" > -<!--l. 2533--><p class="indent" > so that hyperref will not redefine any of the biblabel stuff - so cite.sty will work as normal - +<!--l. 2541--><p class="nopar" > +<!--l. 2543--><p class="indent" > so that hyperref will not redefine any of the biblabel stuff - so cite.sty will work as normal - although the citations will not be hyperlinked, of course (But this may not be an issue for many people). -<!--l. 2538--><p class="noindent" > +<!--l. 2548--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.11 </span> <a id="x1-640009.1.11"></a>count1to</h5> -<!--l. 2540--><p class="noindent" >Package ‘count1to’ adds several <span class="obeylines-h"><span class="verb"><span +<!--l. 2550--><p class="noindent" >Package ‘count1to’ adds several <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@addtoreset</span></span></span> commands that confuse ‘hyperref’. Therefore <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\theH<...></span></span></span> has to be fixed: @@ -6232,26 +6234,26 @@ has to be fixed:  <br />    \renewcommand*{\theHsubparagraph}{\theHparagraph.\arabic{subparagraph}}%  <br />  } </div> -<!--l. 2552--><p class="nopar" > -<!--l. 2554--><p class="noindent" > +<!--l. 2562--><p class="nopar" > +<!--l. 2564--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.12 </span> <a id="x1-650009.1.12"></a>dblaccnt</h5> -<!--l. 2556--><p class="noindent" >pd1enc.def or puenc.def should be loaded before: +<!--l. 2566--><p class="noindent" >pd1enc.def or puenc.def should be loaded before: <div class="verbatim" id="verbatim-50">   \usepackage{hyperref}  <br />  \usepackage{dblaccnt} </div> -<!--l. 2560--><p class="nopar" > or see entry for "vietnam". -<!--l. 2564--><p class="noindent" > +<!--l. 2570--><p class="nopar" > or see entry for "vietnam". +<!--l. 2574--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.13 </span> <a id="x1-660009.1.13"></a>easyeqn</h5> -<!--l. 2565--><p class="noindent" >Not compatible, breaks. -<!--l. 2568--><p class="noindent" > +<!--l. 2575--><p class="noindent" >Not compatible, breaks. +<!--l. 2578--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.14 </span> <a id="x1-670009.1.14"></a>ellipsis</h5> -<!--l. 2570--><p class="noindent" >This packages redefines <span class="obeylines-h"><span class="verb"><span +<!--l. 2580--><p class="noindent" >This packages redefines <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\textellipsis</span></span></span> after package hyperref (pd1enc.def/puenc.def should be loaded before): @@ -6260,8 +6262,8 @@ before):   \usepackage{hyperref}  <br />  \usepackage{ellipsis} </div> -<!--l. 2575--><p class="nopar" > -<!--l. 2577--><p class="noindent" > +<!--l. 2585--><p class="nopar" > +<!--l. 2587--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.15 </span> <a id="x1-680009.1.15"></a>float</h5> @@ -6270,35 +6272,35 @@ before):  \usepackage{float}  <br />  \usepackage{hyperref} </div> -<!--l. 2581--><p class="nopar" > +<!--l. 2591--><p class="nopar" > <ul class="itemize1"> <li class="itemize">Several <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\caption</span></span></span> commands are not supported inside one float object. </li> <li class="itemize">Anchor are set at top of the float object, if its style is controlled by float.sty.</li></ul> -<!--l. 2588--><p class="noindent" > +<!--l. 2598--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.16 </span> <a id="x1-690009.1.16"></a>endnotes</h5> -<!--l. 2589--><p class="noindent" >Unsupported. -<!--l. 2591--><p class="noindent" > +<!--l. 2599--><p class="noindent" >Unsupported. +<!--l. 2601--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.17 </span> <a id="x1-700009.1.17"></a>foiltex</h5> -<!--l. 2592--><p class="noindent" >Update to version 2008/01/28 v2.1.4b: Since version 6.77a hyperref does not hack into <span class="obeylines-h"><span class="verb"><span +<!--l. 2602--><p class="noindent" >Update to version 2008/01/28 v2.1.4b: Since version 6.77a hyperref does not hack into <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@begindvi</span></span></span>, it uses package ‘atbegshi’ instead, that hooks into <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\shipout</span></span></span>. Thus the patch of ‘foils.cls’ regarding hyperref is now obsolete and causes an undefined error message about <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@hyperfixhead</span></span></span>. This is fixed in FoilTeX 2.1.4b. -<!--l. 2600--><p class="noindent" > +<!--l. 2610--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.18 </span> <a id="x1-710009.1.18"></a>footnote</h5> -<!--l. 2602--><p class="noindent" >This package is not supported, you have to disable hyperref’s footnote support by using option +<!--l. 2612--><p class="noindent" >This package is not supported, you have to disable hyperref’s footnote support by using option "hyperfootnotes=false". -<!--l. 2606--><p class="noindent" > +<!--l. 2616--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.19 </span> <a id="x1-720009.1.19"></a>geometry</h5> -<!--l. 2608--><p class="noindent" >Driver ‘dvipdfm’ and program ‘dvipdfm’ might generate a warning: Sorry. Too late to change page size +<!--l. 2618--><p class="noindent" >Driver ‘dvipdfm’ and program ‘dvipdfm’ might generate a warning: Sorry. Too late to change page size Then prefer the program ‘dvipdfmx’ or use one of the following workarounds to move the <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\special</span></span></span> of geometry to an earlier location: @@ -6331,22 +6333,22 @@ geometry to an earlier location:  <br />    ]{geometry}  <br />    \usepackage{hyperref} </div> -<!--l. 2640--><p class="nopar" > -<!--l. 2642--><p class="noindent" > +<!--l. 2650--><p class="nopar" > +<!--l. 2652--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.20 </span> <a id="x1-730009.1.20"></a>IEEEtran.cls</h5> -<!--l. 2644--><p class="noindent" >version >= V1.6b (because of <span class="obeylines-h"><span class="verb"><span +<!--l. 2654--><p class="noindent" >version >= V1.6b (because of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@makecaption</span></span></span>, see ChangeLog) -<!--l. 2647--><p class="noindent" > +<!--l. 2657--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.21 </span> <a id="x1-740009.1.21"></a>index</h5> -<!--l. 2649--><p class="noindent" >version >= 1995/09/28 v4.1 (because of <span class="obeylines-h"><span class="verb"><span +<!--l. 2659--><p class="noindent" >version >= 1995/09/28 v4.1 (because of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\addcontentsline</span></span></span> redefinition) -<!--l. 2652--><p class="noindent" > +<!--l. 2662--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.22 </span> <a id="x1-750009.1.22"></a>lastpage</h5> -<!--l. 2654--><p class="noindent" >Compatible. -<!--l. 2657--><p class="noindent" > +<!--l. 2664--><p class="noindent" >Compatible. +<!--l. 2667--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.23 </span> <a id="x1-760009.1.23"></a>linguex</h5> @@ -6355,8 +6357,8 @@ class="ec-lmvtt-10">\addcontentsline</span></span></span> redefinition)  \usepackage{hyperref}  <br />  \usepackage{linguex} </div> -<!--l. 2661--><p class="nopar" > -<!--l. 2663--><p class="noindent" > +<!--l. 2671--><p class="nopar" > +<!--l. 2673--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.24 </span> <a id="x1-770009.1.24"></a>ltabptch</h5> @@ -6366,20 +6368,20 @@ class="ec-lmvtt-10">\addcontentsline</span></span></span> redefinition)  <br />  \usepackage{ltabptch}  <br />  \usepackage{hyperref} </div> -<!--l. 2668--><p class="nopar" > -<!--l. 2670--><p class="noindent" > +<!--l. 2678--><p class="nopar" > +<!--l. 2680--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.25 </span> <a id="x1-780009.1.25"></a>mathenv</h5> -<!--l. 2672--><p class="noindent" >Unsupported. -<!--l. 2676--><p class="indent" > Both ‘mathenv’ and ‘hyperref’ messes around with environment ‘eqnarray’. You can load ‘mathenv’ +<!--l. 2682--><p class="noindent" >Unsupported. +<!--l. 2686--><p class="indent" > Both ‘mathenv’ and ‘hyperref’ messes around with environment ‘eqnarray’. You can load ‘mathenv’ after ‘hyperref’ to avoid an error message. But <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\label</span></span></span> will not work inside environment ‘eqnarray’ properly, for example. -<!--l. 2683--><p class="noindent" > +<!--l. 2693--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.26 </span> <a id="x1-790009.1.26"></a>minitoc-hyper</h5> -<!--l. 2685--><p class="noindent" >This package is obsolete, use the uptodate original package minitoc instead. -<!--l. 2689--><p class="noindent" > +<!--l. 2695--><p class="noindent" >This package is obsolete, use the uptodate original package minitoc instead. +<!--l. 2699--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.27 </span> <a id="x1-800009.1.27"></a>multind</h5> @@ -6388,8 +6390,8 @@ properly, for example.  \usepackage{multind}  <br />  \usepackage{hyperref} </div> -<!--l. 2693--><p class="nopar" > -<!--l. 2695--><p class="noindent" > +<!--l. 2703--><p class="nopar" > +<!--l. 2705--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.28 </span> <a id="x1-810009.1.28"></a>natbib</h5> @@ -6398,18 +6400,18 @@ properly, for example.  \usepackage{natbib}  <br />  \usepackage{hyperref} </div> -<!--l. 2699--><p class="nopar" > -<!--l. 2701--><p class="noindent" > +<!--l. 2709--><p class="nopar" > +<!--l. 2711--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.29 </span> <a id="x1-820009.1.29"></a>nomencl</h5> -<!--l. 2702--><p class="noindent" >Example for introducing links for the page numbers: +<!--l. 2712--><p class="noindent" >Example for introducing links for the page numbers: <div class="verbatim" id="verbatim-58">       \renewcommand*{\pagedeclaration}[1]{\unskip, \hyperpage{#1}} </div> -<!--l. 2705--><p class="nopar" > -<!--l. 2708--><p class="indent" > For equations the following might work: +<!--l. 2715--><p class="nopar" > +<!--l. 2718--><p class="indent" > For equations the following might work: <div class="verbatim" id="verbatim-59"> @@ -6419,8 +6421,8 @@ properly, for example.  <br />    But the mapping from the equation number to the anchor name  <br />    is not available in general. </div> -<!--l. 2715--><p class="nopar" > -<!--l. 2717--><p class="noindent" > +<!--l. 2725--><p class="nopar" > +<!--l. 2727--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.30 </span> <a id="x1-830009.1.30"></a>parskip</h5> @@ -6429,10 +6431,10 @@ properly, for example.  \usepackage{parskip}  <br />  \usepackage{hyperref}[2012/08/20] </div> -<!--l. 2721--><p class="nopar" > -<!--l. 2724--><p class="indent" > Both packages want to redefine <span class="obeylines-h"><span class="verb"><span +<!--l. 2731--><p class="nopar" > +<!--l. 2734--><p class="indent" > Both packages want to redefine <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@starttoc</span></span></span>. -<!--l. 2727--><p class="noindent" > +<!--l. 2737--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.31 </span> <a id="x1-840009.1.31"></a>prettyref</h5> @@ -6457,8 +6459,8 @@ class="ec-lmvtt-10">\@starttoc</span></span></span>.  <br />%%% example for prettyref %%%  <br />       </div> -<!--l. 2746--><p class="nopar" > -<!--l. 2748--><p class="noindent" > +<!--l. 2756--><p class="nopar" > +<!--l. 2758--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.32 </span> <a id="x1-850009.1.32"></a>ntheorem</h5> @@ -6470,8 +6472,8 @@ class="ec-lmvtt-10">\@starttoc</span></span></span>.  <br />    \usepackage[hyperref]{ntheorem}  <br />  But there are still unsolved problems (options thref, ...). </div> -<!--l. 2755--><p class="nopar" > -<!--l. 2757--><p class="noindent" > +<!--l. 2765--><p class="nopar" > +<!--l. 2767--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.33 </span> <a id="x1-860009.1.33"></a>setspace</h5> @@ -6480,8 +6482,8 @@ class="ec-lmvtt-10">\@starttoc</span></span></span>.  \usepackage{setspace}  <br />  \usepackage{hyperref} </div> -<!--l. 2761--><p class="nopar" > -<!--l. 2763--><p class="noindent" > +<!--l. 2771--><p class="nopar" > +<!--l. 2773--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.34 </span> <a id="x1-870009.1.34"></a>sidecap</h5> @@ -6492,8 +6494,8 @@ class="ec-lmvtt-10">\@starttoc</span></span></span>.  <br />    \usepackage{hyperref}  <br />    \usepackage{sidecap} </div> -<!--l. 2769--><p class="nopar" > -<!--l. 2771--><p class="noindent" > +<!--l. 2779--><p class="nopar" > +<!--l. 2781--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.35 </span> <a id="x1-880009.1.35"></a>subfigure</h5> @@ -6517,8 +6519,8 @@ class="ec-lmvtt-10">\@starttoc</span></span></span>.  <br />    \usepackage{subfigure}  <br />    or vice versa? </div> -<!--l. 2790--><p class="nopar" > -<!--l. 2792--><p class="noindent" > +<!--l. 2800--><p class="nopar" > +<!--l. 2802--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.36 </span> <a id="x1-890009.1.36"></a>titleref</h5> @@ -6528,23 +6530,23 @@ class="ec-lmvtt-10">\@starttoc</span></span></span>.  <br />  \usepackage{titleref}% without usetoc  <br />  \usepackage{hyperref} </div> -<!--l. 2797--><p class="nopar" > -<!--l. 2799--><p class="noindent" > +<!--l. 2807--><p class="nopar" > +<!--l. 2809--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.37 </span> <a id="x1-900009.1.37"></a>tabularx</h5> -<!--l. 2801--><p class="noindent" >Linked footnotes are not supported inside environment ‘tabularx’, because they uses the optional +<!--l. 2811--><p class="noindent" >Linked footnotes are not supported inside environment ‘tabularx’, because they uses the optional argument of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\footnotetext</span></span></span>, see section ‘Limitations’. Before version 2011/09/28 6.82i hyperref had disabled footnotes entirely by ‘hyperfootnotes=false’. -<!--l. 2807--><p class="noindent" > +<!--l. 2817--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.38 </span> <a id="x1-910009.1.38"></a>titlesec</h5> -<!--l. 2809--><p class="noindent" >"nameref" supports titlesec, but hyperref does not (unsolved is the anchor setting, missing with +<!--l. 2819--><p class="noindent" >"nameref" supports titlesec, but hyperref does not (unsolved is the anchor setting, missing with unnumbered section, perhaps problems with page breaks with numbered ones). -<!--l. 2814--><p class="noindent" > +<!--l. 2824--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.39 </span> <a id="x1-920009.1.39"></a>ucs/utf8x.def</h5> -<!--l. 2816--><p class="noindent" >The first time a multibyte UTF8 sequence is called, it does some calculations and stores the result in a +<!--l. 2826--><p class="noindent" >The first time a multibyte UTF8 sequence is called, it does some calculations and stores the result in a macro for speeding up the next calls of that UTF8 sequence. However this makes the first call non-expandable and will break if used in information entries or bookmarks. Package "ucs" offers <span class="obeylines-h"><span class="verb"><span @@ -6559,14 +6561,14 @@ class="ec-lmvtt-10">\PreloadUnicodePage</span></span></span> to solve this:  <br />    \PrerenderUnicode{^^c3^^b6}% or \PrerenderUnicodePage{1}  <br />    \hypersetup{pdftitle={Umlaut example: ^^c3^^b6}} </div> -<!--l. 2829--><p class="nopar" > The notation with two carets avoids trouble with 8-bit bytes for the README file, you can use the +<!--l. 2839--><p class="nopar" > The notation with two carets avoids trouble with 8-bit bytes for the README file, you can use the characters directly. -<!--l. 2834--><p class="noindent" > +<!--l. 2844--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.40 </span> <a id="x1-930009.1.40"></a>varioref</h5> -<!--l. 2835--><p class="noindent" >There are too many problems with varioref. Nobody has time to sort them out. Therefore this package is +<!--l. 2845--><p class="noindent" >There are too many problems with varioref. Nobody has time to sort them out. Therefore this package is now unsupported. -<!--l. 2839--><p class="indent" > Perhaps you are lucky and some of the features of varioref works with the following loading +<!--l. 2849--><p class="indent" > Perhaps you are lucky and some of the features of varioref works with the following loading order: @@ -6575,10 +6577,10 @@ order:  <br />    \usepackage{varioref}  <br />    \usepackage{hyperref} </div> -<!--l. 2845--><p class="nopar" > -<!--l. 2848--><p class="indent" > Also some babel versions can be problematic. For exmample, 2005/05/21 v3.8g contains a patch for +<!--l. 2855--><p class="nopar" > +<!--l. 2858--><p class="indent" > Also some babel versions can be problematic. For exmample, 2005/05/21 v3.8g contains a patch for varioref that breaks the hyperref support for varioref. -<!--l. 2854--><p class="indent" > Also unsupported: +<!--l. 2864--><p class="indent" > Also unsupported: <ul class="itemize1"> <li class="itemize"><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\Ref</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -6586,11 +6588,11 @@ class="ec-lmvtt-10">\Vref</span></span></span> do not uppercase the first letter </li> <li class="itemize"><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\vpageref[]{...}</span></span></span> On the same page a previous space is not suppressed.</li></ul> -<!--l. 2861--><p class="noindent" > +<!--l. 2871--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.41 </span> <a id="x1-940009.1.41"></a>verse</h5> -<!--l. 2863--><p class="noindent" >Version 2005/08/22 v2.22 contains support for hyperref. -<!--l. 2865--><p class="indent" > For older versions see example from de.comp.text.tex (2005/08/11, slightly modified): +<!--l. 2873--><p class="noindent" >Version 2005/08/22 v2.22 contains support for hyperref. +<!--l. 2875--><p class="indent" > For older versions see example from de.comp.text.tex (2005/08/11, slightly modified): <div class="verbatim" id="verbatim-69"> @@ -6635,8 +6637,8 @@ class="ec-lmvtt-10">\vpageref[]{...}</span></span></span> On the same page a pre  <br />  <br />  \end{document} </div> -<!--l. 2909--><p class="nopar" > -<!--l. 2911--><p class="noindent" > +<!--l. 2919--><p class="nopar" > +<!--l. 2921--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.42 </span> <a id="x1-950009.1.42"></a>vietnam</h5> @@ -6647,37 +6649,37 @@ class="ec-lmvtt-10">\vpageref[]{...}</span></span></span> On the same page a pre  <br />  \usepackage{vietnam}  <br />  \usepackage{hyperref} </div> -<!--l. 2917--><p class="nopar" > -<!--l. 2919--><p class="noindent" > +<!--l. 2927--><p class="nopar" > +<!--l. 2929--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.43 </span> <a id="x1-960009.1.43"></a>XeTeX</h5> -<!--l. 2921--><p class="noindent" >Default for the encoding of bookmarks is ‘pdfencoding=auto’. That means the strings are always treated +<!--l. 2931--><p class="noindent" >Default for the encoding of bookmarks is ‘pdfencoding=auto’. That means the strings are always treated as unicode strings. Only if the string restricts to the printable ASCII set, it is written as ASCII string. The reason is that the <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\special</span></span></span> does not support PDFDocEncoding. -<!--l. 2929--><p class="indent" > XeTeX uses the program xdvipdfmx for PDF output generation. This program behaves a little +<!--l. 2939--><p class="indent" > XeTeX uses the program xdvipdfmx for PDF output generation. This program behaves a little different from dvipdfm, because of the supported Unicode characters. Strings for bookmarks or information entries can be output directly. The big chars (char code > 255) are written in UTF-8 and xdvipdfmx tries to convert them to UTF-16BE. However hyperref already provides PDF strings encoded in UTF-16BE, thus the result is a warning -<!--l. 2938--><p class="indent" > "Failed to convert input string to UTF16..." -<!--l. 2940--><p class="indent" > The best way would be, if xdvipdfm could detect the byte order marker (<span class="obeylines-h"><span class="verb"><span +<!--l. 2948--><p class="indent" > "Failed to convert input string to UTF16..." +<!--l. 2950--><p class="indent" > The best way would be, if xdvipdfm could detect the byte order marker (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\376\377</span></span></span>) and skips the conversion if that marker is present. -<!--l. 2944--><p class="indent" > For the time being I added the following to hyperref, when option ‘pdfencoding=auto’ is set (default +<!--l. 2954--><p class="indent" > For the time being I added the following to hyperref, when option ‘pdfencoding=auto’ is set (default for XeTeX): The string is converted back to big characters thus that the string is written as UTF-8. But I am very unhappy with this solution. Main disadvantage: Two versions of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\pdfstringdef</span></span></span> are needed: -<!--l. 2951--><p class="indent" > a) The string is converted back to big characters for the "tainted keys" of xdvipdfmx +<!--l. 2961--><p class="indent" > a) The string is converted back to big characters for the "tainted keys" of xdvipdfmx (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">spc_pdfm.c:</span><span class="ec-lmvtt-10"> default_taintkeys</span></span></span>). The subset hyperref uses is /Title, /Author, /Subject, /Keywords, /Creator, /Producer, /T. Any changes of this set in xdvipdfmx cannot be detected by hyperref. -<!--l. 2957--><p class="indent" > b) Without conversion for the other strings , providing UTF16be directly. Examples: Prefix of page +<!--l. 2967--><p class="indent" > b) Without conversion for the other strings , providing UTF16be directly. Examples: Prefix of page labels, some elements of formulars. -<!--l. 2961--><p class="indent" > Thus <span +<!--l. 2971--><p class="indent" > Thus <span class="ec-lmbx-10">each </span>application that uses <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\pdfstringdef</span></span></span> now must check, if it defines a string for some of the tained keys. If yes, then the call of <span class="obeylines-h"><span class="verb"><span @@ -6685,16 +6687,16 @@ class="ec-lmvtt-10">\pdfstringdef</span></span></span> should be preceded by "<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\csname</span><span class="ec-lmvtt-10"> HyPsd@XeTeXBigCharstrue\endcsname</span></span></span>". Example: package bookmark. -<!--l. 2969--><p class="noindent" > +<!--l. 2979--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">10 </span> <a id="x1-9700010"></a>Limitations<span class="footnote-mark"><a href="manual5.html#fn4x0"><sup class="textsuperscript">4</sup></a></span><a id="x1-97001f4"></a> </h3> <h4 class="subsectionHead"><span class="titlemark">10.1 </span> <a id="x1-9800010.1"></a>Wrapped/broken link support</h4> -<!--l. 2972--><p class="noindent" >Only few drivers support automatically wrapped/broken links, e.g. pdftex, dvipdfm, hypertex. Other +<!--l. 2982--><p class="noindent" >Only few drivers support automatically wrapped/broken links, e.g. pdftex, dvipdfm, hypertex. Other drivers lack this feature, e.g. dvips, dvipsone. -<!--l. 2976--><p class="indent" > Workarounds: +<!--l. 2986--><p class="indent" > Workarounds: <ul class="itemize1"> @@ -6709,23 +6711,23 @@ class="ec-lmvtt-10">\url</span></span></span>"s are caught by package "breakurl" <li class="itemize">The option "breaklinks" is intended for internal use. But it can be used to force link wrapping, e.g. when printing a document. However, when such a document is converted to PDF and viewed with a PDF viewer, the active link area will be misplaced. - <!--l. 2990--><p class="noindent" >Another limitation: some penalties are "optimized" by TeX, thus there are missing break + <!--l. 3000--><p class="noindent" >Another limitation: some penalties are "optimized" by TeX, thus there are missing break points, especially within <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\url</span></span></span>. (See thread "hyperref.sty, breaklinks and url.sty 3.2" in comp.text.tex 2005-09).</li></ul> -<!--l. 2996--><p class="noindent" > +<!--l. 3006--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">10.2 </span> <a id="x1-9900010.2"></a>Links across pages</h4> -<!--l. 2998--><p class="noindent" >In general they have problems: +<!--l. 3008--><p class="noindent" >In general they have problems: <ul class="itemize1"> <li class="itemize">Some driver doesn’t support them at all (see above). </li> <li class="itemize">The driver allows it, but the link result might include the footer and/or header, or an error message can occur sometimes.</li></ul> -<!--l. 3006--><p class="noindent" > +<!--l. 3016--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">10.3 </span> <a id="x1-10000010.3"></a>Footnotes</h4> -<!--l. 3008--><p class="noindent" >LaTeX allows the separation of the footnote mark and the footnote text (<span class="obeylines-h"><span class="verb"><span +<!--l. 3018--><p class="noindent" >LaTeX allows the separation of the footnote mark and the footnote text (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\footnotemark</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\footnotetext</span></span></span>). This interface might be enough for visual typesetting. But the relation between @@ -6741,14 +6743,14 @@ Thus the implementation of hyperref does not support the optional argument of <s class="ec-lmvtt-10">\footnotemark\verb</span></span></span> and <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\footnotetext</span></span></span>. -<!--l. 3019--><p class="noindent" > +<!--l. 3029--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">11 </span> <a id="x1-10100011"></a>Hints<span class="footnote-mark"><a href="manual6.html#fn5x0"><sup class="textsuperscript">5</sup></a></span><a id="x1-101001f5"></a> </h3> <h4 class="subsectionHead"><span class="titlemark">11.1 </span> <a id="x1-10200011.1"></a>Spaces in option values</h4> -<!--l. 3023--><p class="noindent" >Unhappily LaTeX strips spaces from options if they are given in <span class="obeylines-h"><span class="verb"><span +<!--l. 3033--><p class="noindent" >Unhappily LaTeX strips spaces from options if they are given in <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\documentclass</span></span></span> or <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\usepackage</span></span></span> (or <span class="obeylines-h"><span class="verb"><span @@ -6758,32 +6760,32 @@ class="ec-lmvtt-10">\RequirePackage</span></span></span>), e.g.: <div class="verbatim" id="verbatim-71">     \usepackage[pdfborder=0 0 1]{hyperref} </div> -<!--l. 3027--><p class="nopar" > Package hyperref now gets +<!--l. 3037--><p class="nopar" > Package hyperref now gets <div class="verbatim" id="verbatim-72">     pdfborder=001 </div> -<!--l. 3031--><p class="nopar" > and the result is an invalid PDF file. As workaround braces can be used: +<!--l. 3041--><p class="nopar" > and the result is an invalid PDF file. As workaround braces can be used: <div class="verbatim" id="verbatim-73">     \usepackage[pdfborder={0 0 1}]{hyperref} </div> -<!--l. 3036--><p class="nopar" > Some options can also be given in <span class="obeylines-h"><span class="verb"><span +<!--l. 3046--><p class="nopar" > Some options can also be given in <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypersetup</span></span></span> <div class="verbatim" id="verbatim-74">     \hypersetup{pdfborder=0 0 1} </div> -<!--l. 3040--><p class="nopar" > In <span class="obeylines-h"><span class="verb"><span +<!--l. 3050--><p class="nopar" > In <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypersetup</span></span></span> the options are directly processed as key value options (see package keyval) without space stripping in the value part. -<!--l. 3046--><p class="indent" > Alternatively, LaTeX’s option handling system can be adapted to key value options by +<!--l. 3056--><p class="indent" > Alternatively, LaTeX’s option handling system can be adapted to key value options by one of the packages "kvoptions-patch" (from project "kvoptions") or "xkvltxp" (from project "xsetkeys"). -<!--l. 3051--><p class="noindent" > +<!--l. 3061--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">11.2 </span> <a id="x1-10300011.2"></a>Index with makeindex</h4> <ul class="itemize1"> @@ -6812,7 +6814,7 @@ class="ec-lmvtt-10">\hyperpage</span></span></span> command. With  <br />      ...  <br />      \index{Some example|main} </div> - <!--l. 3075--><p class="nopar" > + <!--l. 3085--><p class="nopar" > </li> <li class="itemize">Scientic Word/Scientific WorkPlace users can use package robustindex with hyperindex=false. </li> @@ -6822,7 +6824,7 @@ class="ec-lmvtt-10">\hyperpage</span></span></span> command. With <div class="verbatim" id="verbatim-76">       \usepackage[encap=?]{hyperref} </div> - <!--l. 3082--><p class="nopar" > + <!--l. 3092--><p class="nopar" > </li> <li class="itemize">An other possibility is the insertion of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyperpage</span></span></span> by a style file for makeindex. For this case, @@ -6843,11 +6845,11 @@ class="ec-lmvtt-10">\hyperpage</span></span></span> will be defined regardless  <br />encap_suffix "}"  <br />%%% cut %%% hyperindex.ist %%% cut %%% </div> - <!--l. 3098--><p class="nopar" ></li></ul> -<!--l. 3101--><p class="noindent" > + <!--l. 3108--><p class="nopar" ></li></ul> +<!--l. 3111--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">11.3 </span> <a id="x1-10400011.3"></a>Warning "bookmark level for unknown <foobar> defaults to 0"</h4> -<!--l. 3103--><p class="noindent" >Getting rid of it: +<!--l. 3113--><p class="noindent" >Getting rid of it: <div class="verbatim" id="verbatim-78"> @@ -6855,15 +6857,15 @@ class="ec-lmvtt-10">\hyperpage</span></span></span> will be defined regardless  <br />\providecommand*{\toclevel@<foobar>}{0}  <br />\makeatother </div> -<!--l. 3108--><p class="nopar" > -<!--l. 3110--><p class="noindent" > +<!--l. 3118--><p class="nopar" > +<!--l. 3120--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">11.4 </span> <a id="x1-10500011.4"></a>Link anchors in figures</h4> -<!--l. 3112--><p class="noindent" >The caption command increments the counter and here is the place where hyperref set the corresponding +<!--l. 3122--><p class="noindent" >The caption command increments the counter and here is the place where hyperref set the corresponding anchor. Unhappily the caption is set below the figure, so the figure is not visible if a link jumps to a figure. In this case, try package "hypcap.sty" that implements a method to circumvent the problem. -<!--l. 3120--><p class="noindent" > +<!--l. 3130--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">11.5 </span> <a id="x1-10600011.5"></a>Additional unicode characters in bookmarks and pdf information entries:</h4> @@ -6872,14 +6874,14 @@ problem. \documentclass[pdftex]{article}  <br />\usepackage[unicode]{hyperref} </div> -<!--l. 3124--><p class="nopar" > -<!--l. 3126--><p class="indent" > Support for additional unicode characters: -<!--l. 3128--><p class="indent" > Example: <span class="obeylines-h"><span class="verb"><span +<!--l. 3134--><p class="nopar" > +<!--l. 3136--><p class="indent" > Support for additional unicode characters: +<!--l. 3138--><p class="indent" > Example: <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\.{a}</span></span></span> and <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\d{a}</span></span></span> -<!--l. 3130--><p class="indent" > 1. Get a list with unicode data, eg: -<!--l. 3132--><p class="indent" > http://www.unicode.org/Public/UNIDATA/UnicodeData.txt -<!--l. 3134--><p class="indent" > 2. Identify the characters (<span class="obeylines-h"><span class="verb"><span +<!--l. 3140--><p class="indent" > 1. Get a list with unicode data, eg: +<!--l. 3142--><p class="indent" > http://www.unicode.org/Public/UNIDATA/UnicodeData.txt +<!--l. 3144--><p class="indent" > 2. Identify the characters (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\.{a}</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\d{a}</span></span></span>): @@ -6888,9 +6890,9 @@ class="ec-lmvtt-10">\d{a}</span></span></span>):     0227;LATIN SMALL LETTER A WITH DOT ABOVE;...  <br />    1EA1;LATIN SMALL LETTER A WITH DOT BELOW;... </div> -<!--l. 3138--><p class="nopar" > -<!--l. 3140--><p class="indent" > 3. Calculate the octal code: -<!--l. 3142--><p class="indent" > The first characters of the line in the file are hex values, convert each byte and prepend them with a +<!--l. 3148--><p class="nopar" > +<!--l. 3150--><p class="indent" > 3. Calculate the octal code: +<!--l. 3152--><p class="indent" > The first characters of the line in the file are hex values, convert each byte and prepend them with a backslash. (This will go into the PDF file.) @@ -6898,9 +6900,9 @@ backslash. (This will go into the PDF file.)     0227 -> \002\047  <br />    1EA1 -> \036\241 </div> -<!--l. 3149--><p class="nopar" > -<!--l. 3151--><p class="indent" > 4. Transform into a form understood by hyperref: -<!--l. 3153--><p class="indent" > Hyperref must know where the first byte starts, this is marked by "9" (8 and 9 cannot occur in octal +<!--l. 3159--><p class="nopar" > +<!--l. 3161--><p class="indent" > 4. Transform into a form understood by hyperref: +<!--l. 3163--><p class="indent" > Hyperref must know where the first byte starts, this is marked by "9" (8 and 9 cannot occur in octal numbers): @@ -6908,8 +6910,8 @@ numbers):     \002\047 -> \9002\047  <br />    \036\241 -> \9036\241 </div> -<!--l. 3160--><p class="nopar" > -<!--l. 3162--><p class="indent" > Optional: "8" is used for abbreviations: +<!--l. 3170--><p class="nopar" > +<!--l. 3172--><p class="indent" > Optional: "8" is used for abbreviations: <div class="verbatim" id="verbatim-83"> @@ -6917,8 +6919,8 @@ numbers):  <br />  <br />    \9002\047 -> \82\047 </div> -<!--l. 3168--><p class="nopar" > -<!--l. 3170--><p class="indent" > 5. Declare the character with LaTeX: +<!--l. 3178--><p class="nopar" > +<!--l. 3180--><p class="indent" > 5. Declare the character with LaTeX: <div class="verbatim" id="verbatim-84"> @@ -6930,11 +6932,11 @@ numbers):  <br />\end{document}  <br />       </div> -<!--l. 3179--><p class="nopar" > -<!--l. 3181--><p class="noindent" > +<!--l. 3189--><p class="nopar" > +<!--l. 3191--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">11.6 </span> <a id="x1-10700011.6"></a>Footnotes</h4> -<!--l. 3183--><p class="noindent" >The footnote support is rather limited. It is beyond the scope to use <span class="obeylines-h"><span class="verb"><span +<!--l. 3193--><p class="noindent" >The footnote support is rather limited. It is beyond the scope to use <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\footnotemark</span></span></span> and <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\footnotetext</span></span></span> out of order or reusing <span class="obeylines-h"><span class="verb"><span @@ -6991,12 +6993,12 @@ class="ec-lmvtt-10">\footnotemark</span></span></span>. Here you can either disa  <br />  <br />\end{document} </div> -<!--l. 3237--><p class="nopar" > +<!--l. 3247--><p class="nopar" > -<!--l. 3239--><p class="noindent" > +<!--l. 3249--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">11.7 </span> <a id="x1-10800011.7"></a>Subordinate counters</h4> -<!--l. 3241--><p class="noindent" >Some counters do not have unique values and require the value of other counters to be unique. For +<!--l. 3251--><p class="noindent" >Some counters do not have unique values and require the value of other counters to be unique. For example, sections or figures might be numbered within chapters or <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\newtheorem</span></span></span> is used with an optional counter argument. Internally LaTeX uses <span class="obeylines-h"><span class="verb"><span @@ -7005,13 +7007,13 @@ another counter. Package hyperref hooks into <span class="obeylines-h"><span cla class="ec-lmvtt-10">\@addtoreset</span></span></span> to catch this situation. Also <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\numberwithin</span></span></span> of package amsmath is caught by hyperref. -<!--l. 3251--><p class="indent" > However, if the definition of subordinate counters take place before hyperref is loaded, the old +<!--l. 3261--><p class="indent" > However, if the definition of subordinate counters take place before hyperref is loaded, the old meaning of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@addtoreset</span></span></span> is called without hyperref’s additions. Then the companion counter macro <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\theH<counter></span></span></span> can be redefined accordingly. Or move the definition of subordinate counters after hyperref is loaded. -<!--l. 3257--><p class="indent" > Example for <span class="obeylines-h"><span class="verb"><span +<!--l. 3267--><p class="indent" > Example for <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\newtheorem</span></span></span>, problematic case: @@ -7019,14 +7021,14 @@ class="ec-lmvtt-10">\newtheorem</span></span></span>, problematic case:     \newtheorem{corA}{CorollaryA}[section]  <br />    \usepackage{hyperref} </div> -<!--l. 3261--><p class="nopar" > Solution a) +<!--l. 3271--><p class="nopar" > Solution a) <div class="verbatim" id="verbatim-87">     \usepackage{hyperref}  <br />    \newtheorem{corA}{CorollaryA}[section} </div> -<!--l. 3266--><p class="nopar" > Solution b) +<!--l. 3276--><p class="nopar" > Solution b) <div class="verbatim" id="verbatim-88"> @@ -7034,11 +7036,11 @@ class="ec-lmvtt-10">\newtheorem</span></span></span>, problematic case:  <br />    \usepackage{hyperref}  <br />    \newcommand*{\theHcorA}{\theHsection.\number\value{corA}} </div> -<!--l. 3272--><p class="nopar" > -<!--l. 3274--><p class="noindent" > +<!--l. 3282--><p class="nopar" > +<!--l. 3284--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">12 </span> <a id="x1-10900012"></a>History and acknowledgments</h3> -<!--l. 3276--><p class="noindent" >The original authors of <span +<!--l. 3286--><p class="noindent" >The original authors of <span class="ec-lmss-10">hyperbasics.tex </span>and <span class="ec-lmss-10">hypertex.sty</span>, from which this package descends, are Tanmoy Bhattacharya and Thorsten Ohl. Package <span @@ -7051,13 +7053,13 @@ Carlisle, T. V. Raman and Leslie Lamport for comments, requests, t get the package into its first useable state. Various other people are mentioned at the point in the source where I had to change the code in later versions because of problems they found. -<!--l. 3289--><p class="indent" > Tanmoy found a great many of the bugs, and (even better) often provided fixes, which has +<!--l. 3299--><p class="indent" > Tanmoy found a great many of the bugs, and (even better) often provided fixes, which has made the package more robust. The days spent on Rev<span class="TEX">T<span class="E">E</span>X</span> are entirely due to him! The investigations of Bill Moss into the later versions including native PDF support uncovered a good many bugs, and his testing is appreciated. Hans Hagen provided a lot of insight into PDF. -<!--l. 3297--><p class="indent" > Berthold Horn provided help, encouragement and sponsorship for the <span +<!--l. 3307--><p class="indent" > Berthold Horn provided help, encouragement and sponsorship for the <span class="ec-lmss-10">dvipsone </span>and <span class="ec-lmss-10">dviwindo </span>drivers. Sergey Lesenko provided the changes needed for <span @@ -7071,14 +7073,14 @@ class="ec-lmss-10">hyper </span>package (developed in parallel with <span class="ec-lmss-10">hyperref</span>) showed me solutions for some problems. Hopefully the two packages will combine one day. -<!--l. 3306--><p class="indent" > The forms creation section owes a great deal to: T. V. Raman, for encouragement, support and +<!--l. 3316--><p class="indent" > The forms creation section owes a great deal to: T. V. Raman, for encouragement, support and ideas; Thomas Merz, whose book <span class="ec-lmri-10">Web Publishing with Acrobat/PDF </span>provided crucial insights; D. P. Story, whose detailed article about pdfmarks and forms solved many practical problems; and Hans Hagen, who explained how to do it in <span class="ec-lmss-10">pdftex</span>. -<!--l. 3312--><p class="indent" > Steve Peter recreated the manual source in July 2003 after it had been lost. -<!--l. 3315--><p class="indent" > Especial extra thanks to David Carlisle for the <span +<!--l. 3322--><p class="indent" > Steve Peter recreated the manual source in July 2003 after it had been lost. +<!--l. 3325--><p class="indent" > Especial extra thanks to David Carlisle for the <span class="ec-lmss-10">backref </span>module, the ps2pdf and dviwindo support, frequent general rewrites of my bad code, and for working on changes to the <span class="ec-lmss-10">xr </span>package to suit diff --git a/Master/texmf-dist/doc/latex/hyperref/manual.pdf b/Master/texmf-dist/doc/latex/hyperref/manual.pdf Binary files differindex dacc887c668..150ed4513c8 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/manual2.html b/Master/texmf-dist/doc/latex/hyperref/manual2.html index 14dde10eb5c..dc86192660c 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual2.html +++ b/Master/texmf-dist/doc/latex/hyperref/manual2.html @@ -11,7 +11,7 @@ </head><body > <div class="footnote-text"> - <!--l. 203--><p class="indent" > <span class="footnote-mark"><a + <!--l. 207--><p class="indent" > <span class="footnote-mark"><a id="fn1x0"> <sup class="textsuperscript">1</sup></a></span><span class="ec-lmr-8">This is borrowed from an article by Arthur Smith.</span></div> diff --git a/Master/texmf-dist/doc/latex/hyperref/manual3.html b/Master/texmf-dist/doc/latex/hyperref/manual3.html index 2d180070852..d08f1b9eb8b 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual3.html +++ b/Master/texmf-dist/doc/latex/hyperref/manual3.html @@ -11,7 +11,7 @@ </head><body > <div class="footnote-text"> - <!--l. 268--><p class="indent" > <span class="footnote-mark"><a + <!--l. 272--><p class="indent" > <span class="footnote-mark"><a id="fn2x0"> <sup class="textsuperscript">2</sup></a></span><span class="ec-lmr-8">Make sure you turn off the partial font downloading supported by </span><span class="ec-lmss-8">dvips </span><span diff --git a/Master/texmf-dist/doc/latex/hyperref/nameref.pdf b/Master/texmf-dist/doc/latex/hyperref/nameref.pdf Binary files differindex da7e85953c8..7eb2809f467 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 4e655613ade..cec94f6e6c5 100644 --- a/Master/texmf-dist/doc/latex/hyperref/options.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/options.pdf |