diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-29 22:04:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-29 22:04:20 +0000 |
commit | fe32258562977401195cca3076b1e37bdf9c836a (patch) | |
tree | 70bfa31f28ef339f5dd2650b73a1b46e7747c3ce /Master/texmf-dist/doc | |
parent | 70467f28c321a6700620dd5b77fba19e158047a8 (diff) |
hyperref
git-svn-id: svn://tug.org/texlive/trunk@27238 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/ChangeLog | 38 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf | bin | 168641 -> 170907 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/README | 33 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/README.pdf | bin | 259130 -> 113513 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/backref.pdf | bin | 164223 -> 169374 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/hyperref.pdf | bin | 1786021 -> 2236954 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/manual.css | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/manual.html | 4249 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/manual.pdf | bin | 204924 -> 212999 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/manual2.html | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/manual3.html | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/nameref.pdf | bin | 156491 -> 159444 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/options.pdf | bin | 29078 -> 29788 bytes |
13 files changed, 2302 insertions, 2033 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog b/Master/texmf-dist/doc/latex/hyperref/ChangeLog index f445ef406c8..a4ed50589f8 100644 --- a/Master/texmf-dist/doc/latex/hyperref/ChangeLog +++ b/Master/texmf-dist/doc/latex/hyperref/ChangeLog @@ -1,3 +1,41 @@ +2012-07-29 6.82v Heiko Oberdiek + * 6.82v + * Bug fix (introduced in 6.82r): Information entries did not + get written in some drivers (xetex, dvipdfm, ...). + +2012-07-28 6.82u Heiko Oberdiek + * 6.82u + * Option `destlabel' and \HyperDestRename added. + * nameref 1.41: + * The hook \label@hook is added to \label. + * \strip@period is fixed (unnecessary addition of \relax) + and renamed to \NR@strip@period. + +2012-07-26 6.82t Heiko Oberdiek + * 6.82t + * Some fixes in PU encoding, especially \textbackslash. + +2012-07-25 6.82s Heiko Oberdiek + * 6.82s + * \pdfstringdef: \ensuremath added to avoid warnings + about "removing `math shift'". + * backref 1.38: Explicit package dependency for `ltxcmds' added. + +2012-07-24 6.82r Heiko Oberdiek + * 6.82r + * Package pifont: \ding in Unicode bookmarks supported. + * puenc.def: lots of symbols added. + * New experimental option `psdextra' that loads file `psdextra.def' + with defines the original short character names (mostly math) + to the names with prefix `text' because of NFSS. + * puarenc.def: \noboundary fixed. + * Definitions of \theH<counter> made global (GL). + * Bug fix in hpdftex.def for links across the first and second page: + \Hy@FixNotFirstPage is disabled for package `atbegshi' >= 2011/10/05. + * backref 1.37: + * \backrefsetup added. + * Options `enable' and `disable' added. + 2012-05-13 6.82q Heiko Oberdiek * 6.82q * \HyNew@float@makebox added for package `caption' diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf Binary files differindex c7433867741..86d3f56b2ee 100644 --- a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf diff --git a/Master/texmf-dist/doc/latex/hyperref/README b/Master/texmf-dist/doc/latex/hyperref/README index cc05d153f88..ac0d8eb8f66 100644 --- a/Master/texmf-dist/doc/latex/hyperref/README +++ b/Master/texmf-dist/doc/latex/hyperref/README @@ -1,4 +1,4 @@ -README for hyperref bundle, 2011/09/28 +README for hyperref bundle, 2012/07/28 TABLE OF CONTENTS @@ -183,6 +183,21 @@ other packages: 5 NEW FEATURES ============== +Option `psdextra +---------------- + LaTeX's NFSS is used to assist the conversion of arbitrary + TeX strings to PDF strings (bookmarks, PDF information entries). + Many math command names (\geq, \notin, ...) are not in control + of NFSS, therefore they are defined with prefix `text' + (\textgeq, \textnotin, ...). They can be mapped to short names + during the processing to PDF strings. The disadvantage is that + they are many hundreds macros that need to be redefined for + each PDF string conversion. Therefore this can be enabled or + disabled as option `psdextra'. On default the option is turned + off (set to `false'). Turning the option on means + that the short names are available. Then \geq can directly + be used instead of \textgeq. + \IfHyperBooleanExists and \IfHyperBoolean ----------------------------------------- \IfHyperBooleanExists{OPTION}{YES}{NO} @@ -296,22 +311,6 @@ Customizing index style file with \nohyperpage (Depending on the typesetting tradition some space "\\," or "~" should be put before the first f inside \nohyperpage.) -Expert feature \HyperDestNameFilter ------------------------------------ - Since version 2008/07/16 v6.78c. - - Each anchor name and inner link name is put through - filter \HyperDestNameFilter. The default behaviour is - to let the name unchanged: - \def\HyperDestNameFilter#1{#1} - It can be redefined to prepend or append something, - to avoid name collisions if several files are - merged together. - - For example, two documents with hyperref can be generated - using different prefixes for destination names. Then it is - easier to merge them with 'dviconcat' or other merge utilities. - Experimental option `ocgcolorlinks' ----------------------------------- The idea are colored links, when viewed, but printed without colors. diff --git a/Master/texmf-dist/doc/latex/hyperref/README.pdf b/Master/texmf-dist/doc/latex/hyperref/README.pdf Binary files differindex 99e64089622..695f0b9faf3 100644 --- a/Master/texmf-dist/doc/latex/hyperref/README.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/README.pdf diff --git a/Master/texmf-dist/doc/latex/hyperref/backref.pdf b/Master/texmf-dist/doc/latex/hyperref/backref.pdf Binary files differindex 5bc26bd6cc2..e8d4e17ebe3 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 034e92971d1..bdb99a164bd 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.css b/Master/texmf-dist/doc/latex/hyperref/manual.css index 6a89fadeaa8..9ea1336dba8 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual.css +++ b/Master/texmf-dist/doc/latex/hyperref/manual.css @@ -235,5 +235,12 @@ table[rules] {border-left:solid black 0.4pt; border-right:solid black 0.4pt; } div.array {text-align:center;} table[rules] {border-left:solid black 0.4pt; border-right:solid black 0.4pt; } div.longtable{text-align:center;} +span.HoLogo-LaTeX span.HoLogo-a{position:relative;top:-.5ex;margin-left:-.36em;margin-right:-.15em;font-size:85%;} +span.HoLogo-TeX span.HoLogo-e{position:relative;top:.5ex;margin-left:-.1667em;margin-right:-.125em;} +a span.HoLogo-TeX span.HoLogo-e{text-decoration:none;} +span.HoLogo-XeTeX span.HoLogo-TeX{margin-left:-.15em;} +span.HoLogo-Xe span.HoLogo-e{position:relative;top:.5ex;left-margin:-.1em;} +span.HoLogo-LaTeX2e span.HoLogo-2{padding-left:.15em;} +span.HoLogo-LaTeX2e span.HoLogo-e{position:relative;top:.35ex;text-decoration:none;} /* end css.sty */ diff --git a/Master/texmf-dist/doc/latex/hyperref/manual.html b/Master/texmf-dist/doc/latex/hyperref/manual.html index c2ad39e7dd0..a48f64d15b1 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual.html +++ b/Master/texmf-dist/doc/latex/hyperref/manual.html @@ -1,13 +1,13 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html > -<head><title>Hypertext marks in LaTeX: a manual for hyperref</title> +<head><title>Hypertext marks in LATEX: a manual for hyperref</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="generator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)"> <meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)"> <!-- html --> <meta name="src" content="manual.tex"> -<meta name="date" content="2012-04-06 22:22:00"> +<meta name="date" content="2012-07-28 19:33:00"> <link rel="stylesheet" type="text/css" href="manual.css"> </head><body > @@ -17,13 +17,12 @@ -<h2 class="titleHead">Hypertext marks in <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span -class="E">E</span>X</span></span>: a manual for hyperref</h2> +<h2 class="titleHead">Hypertext marks in <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>: a manual for hyperref</h2> <div class="author" ><span class="ec-lmr-12">Sebastian Rahtz </span><br class="and" /><span class="ec-lmr-12">Heiko Oberdiek</span></div><br /> <div class="date" ><span -class="ec-lmr-12">April 2012</span></div> +class="ec-lmr-12">July 2012</span></div> </div> <h3 class="likesectionHead"><a id="x1-1000"></a>Contents</h3> @@ -37,103 +36,101 @@ href="#x1-40003" id="QQ2-1-4">Package options</a></span> <br />  <span class="subsectionToc" >3.1 <a href="#x1-50003.1" id="QQ2-1-5">General options</a></span> <br />  <span class="subsectionToc" >3.2 <a -href="#x1-60003.2" id="QQ2-1-6">Configuration options</a></span> +href="#x1-60003.2" id="QQ2-1-6">Options for destination names</a></span> <br />  <span class="subsectionToc" >3.3 <a -href="#x1-70003.3" id="QQ2-1-7">Backend drivers</a></span> +href="#x1-70003.3" id="QQ2-1-7">Configuration options</a></span> <br />  <span class="subsectionToc" >3.4 <a -href="#x1-80003.4" id="QQ2-1-8">Extension options</a></span> +href="#x1-80003.4" id="QQ2-1-8">Backend drivers</a></span> <br />  <span class="subsectionToc" >3.5 <a -href="#x1-90003.5" id="QQ2-1-9">PDF-specific display options</a></span> +href="#x1-90003.5" id="QQ2-1-9">Extension options</a></span> <br />  <span class="subsectionToc" >3.6 <a -href="#x1-100003.6" id="QQ2-1-10">PDF display and information options</a></span> +href="#x1-100003.6" id="QQ2-1-10">PDF-specific display options</a></span> <br />  <span class="subsectionToc" >3.7 <a -href="#x1-110003.7" id="QQ2-1-11">Option <span -class="ec-lmvtt-10">pdfinfo</span></a></span> +href="#x1-110003.7" id="QQ2-1-11">PDF display and information options</a></span> <br />  <span class="subsectionToc" >3.8 <a -href="#x1-120003.8" id="QQ2-1-12">Big alphabetical list</a></span> +href="#x1-120003.8" id="QQ2-1-12">Option <span +class="ec-lmvtt-10">pdfinfo</span></a></span> +<br />  <span class="subsectionToc" >3.9 <a +href="#x1-130003.9" id="QQ2-1-13">Big alphabetical list</a></span> <br /> <span class="sectionToc" >4 <a -href="#x1-130004" id="QQ2-1-13">Additional user macros</a></span> +href="#x1-140004" id="QQ2-1-14">Additional user macros</a></span> <br />  <span class="subsectionToc" >4.1 <a -href="#x1-140004.1" id="QQ2-1-14">Bookmark macros</a></span> +href="#x1-150004.1" id="QQ2-1-15">Bookmark macros</a></span> <br />   <span class="subsubsectionToc" >4.1.1 <a -href="#x1-150004.1.1" id="QQ2-1-15">Setting bookmarks</a></span> +href="#x1-160004.1.1" id="QQ2-1-16">Setting bookmarks</a></span> <br />   <span class="subsubsectionToc" >4.1.2 <a -href="#x1-160004.1.2" id="QQ2-1-16">Replacement macros</a></span> +href="#x1-170004.1.2" id="QQ2-1-17">Replacement macros</a></span> <br />  <span class="subsectionToc" >4.2 <a -href="#x1-170004.2" id="QQ2-1-17">Utility macros</a></span> +href="#x1-180004.2" id="QQ2-1-18">Utility macros</a></span> <br /> <span class="sectionToc" >5 <a -href="#x1-180005" id="QQ2-1-18">Acrobat-specific behavior</a></span> +href="#x1-190005" id="QQ2-1-19">Acrobat-specific behavior</a></span> <br /> <span class="sectionToc" >6 <a -href="#x1-190006" id="QQ2-1-19">PDF and HTML forms</a></span> +href="#x1-200006" id="QQ2-1-20">PDF and HTML forms</a></span> <br />  <span class="subsectionToc" >6.1 <a -href="#x1-200006.1" id="QQ2-1-20">Forms environment parameters</a></span> +href="#x1-210006.1" id="QQ2-1-21">Forms environment parameters</a></span> <br />  <span class="subsectionToc" >6.2 <a -href="#x1-210006.2" id="QQ2-1-21">Forms optional parameters</a></span> +href="#x1-220006.2" id="QQ2-1-22">Forms optional parameters</a></span> <br /> <span class="sectionToc" >7 <a -href="#x1-220007" id="QQ2-1-22">Defining a new driver</a></span> +href="#x1-230007" id="QQ2-1-23">Defining a new driver</a></span> <br /> <span class="sectionToc" >8 <a -href="#x1-230008" id="QQ2-1-23">Special support for other packages</a></span> +href="#x1-240008" id="QQ2-1-24">Special support for other packages</a></span> <br /> <span class="sectionToc" >9 <a -href="#x1-240009" id="QQ2-1-24">History and acknowledgments</a></span> +href="#x1-250009" id="QQ2-1-25">History and acknowledgments</a></span> <br /> <span class="sectionToc" >10 <a -href="#x1-2500010" id="QQ2-1-25">GNU Free Documentation License</a></span> +href="#x1-2600010" id="QQ2-1-26">GNU Free Documentation License</a></span> <br />  <span class="subsectionToc" >10.1 <a -href="#x1-2700010.1" id="QQ2-1-27">Applicability and definitions</a></span> +href="#x1-2800010.1" id="QQ2-1-28">Applicability and definitions</a></span> <br />  <span class="subsectionToc" >10.2 <a -href="#x1-2800010.2" id="QQ2-1-28">Verbatim copying</a></span> +href="#x1-2900010.2" id="QQ2-1-29">Verbatim copying</a></span> <br />  <span class="subsectionToc" >10.3 <a -href="#x1-2900010.3" id="QQ2-1-29">Copying in quantity</a></span> +href="#x1-3000010.3" id="QQ2-1-30">Copying in quantity</a></span> <br />  <span class="subsectionToc" >10.4 <a -href="#x1-3000010.4" id="QQ2-1-30">Modifications</a></span> +href="#x1-3100010.4" id="QQ2-1-31">Modifications</a></span> <br />  <span class="subsectionToc" >10.5 <a -href="#x1-3100010.5" id="QQ2-1-31">Combining documents</a></span> +href="#x1-3200010.5" id="QQ2-1-32">Combining documents</a></span> <br />  <span class="subsectionToc" >10.6 <a -href="#x1-3200010.6" id="QQ2-1-32">Collections of documents</a></span> -<br />  <span class="subsectionToc" >10.7 <a -href="#x1-3300010.7" id="QQ2-1-33">Aggregation with independent works</a></span> +href="#x1-3300010.6" id="QQ2-1-33">Collections of documents</a></span> +<br />  <span class="subsectionToc" >10.7 <a +href="#x1-3400010.7" id="QQ2-1-34">Aggregation with independent works</a></span> <br />  <span class="subsectionToc" >10.8 <a -href="#x1-3400010.8" id="QQ2-1-34">Translation</a></span> +href="#x1-3500010.8" id="QQ2-1-35">Translation</a></span> <br />  <span class="subsectionToc" >10.9 <a -href="#x1-3500010.9" id="QQ2-1-35">Termination</a></span> +href="#x1-3600010.9" id="QQ2-1-36">Termination</a></span> <br />  <span class="subsectionToc" >10.10 <a -href="#x1-3600010.10" id="QQ2-1-36">Future revisions of this license</a></span> +href="#x1-3700010.10" id="QQ2-1-37">Future revisions of this license</a></span> </div> -<!--l. 156--><p class="noindent" > +<!--l. 178--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">1 </span> <a id="x1-20001"></a>Introduction</h3> -<!--l. 158--><p class="noindent" >The package derives from, and builds on, the work of the Hyper<span class="TEX">T<span -class="E">E</span>X</span> project, described at +<!--l. 180--><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="LATEX">L<span class="A">A</span><span class="TEX">T<span -class="E">E</span>X</span></span> cross-referencing -commands (including the table of contents, bibliographies etc) to produce <span class="obeylines-h"><span class="verb"><span -class="ec-lmvtt-10">\special</span></span></span> commands which a +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 +commands (including the table of contents, bibliographies etc) to produce <span +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. 166--><p class="indent" > This manual provides a brief overview of the <span +<!--l. 188--><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 class="ec-lmvtt-10">hyperref.dtx</span>. You should also read the chapter on <span class="ec-lmss-10">hyperref </span>in <span -class="ec-lmri-10">The </span><span class="LATEX"><span -class="ec-lmri-10">L</span><span class="A"><span -class="ec-lmri-10">A</span></span><span class="TEX"><span -class="ec-lmri-10">T</span><span -class="E"><span +class="ec-lmri-10">The </span><span class="HoLogo-LaTeX"><span +class="ec-lmri-10">L</span><span class="HoLogo-a"><span +class="ec-lmri-10">A</span></span><span class="HoLogo-TeX"><span +class="ec-lmri-10">T</span><span class="HoLogo-e"><span class="ec-lmri-10">E</span></span><span -class="ec-lmri-10">X</span></span></span><span -class="ec-lmri-10"> Web Companion</span>, +class="ec-lmri-10">X</span></span></span> <span +class="ec-lmri-10">Web Companion</span>, where you will find additional examples. -<!--l. 173--><p class="indent" > The Hyper<span class="TEX">T<span -class="E">E</span>X</span> specification<span class="footnote-mark"><a +<!--l. 195--><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 class="obeylines-h"><span class="verb"><span -class="ec-lmvtt-10">\special</span></span></span> constructs: +says that conformant viewers/translators must recognize the following set of <span +class="ec-lmvtt-10">\special </span>constructs: <dl class="description"><dt class="description"> <span class="ec-lmbx-10">href:</span> </dt><dd @@ -171,7 +168,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. 185--><p class="indent" > The <span +<!--l. 207--><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 @@ -182,7 +179,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. 194--><p class="indent" > The <span +<!--l. 216--><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 @@ -204,15 +201,15 @@ class="ec-lmri-10">name_string </span>identical to the one in the name command) or as part of a URL (of the form <span class="ec-lmri-10">URL#name_string</span>). Here <span class="ec-lmri-10">href_string </span>is a valid URL + + or local identifier, while <span class="ec-lmri-10">name_string </span>could be any string at all: the only caveat is that ‘<span class="obeylines-h"><span class="verb"><span 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. 210--><p class="indent" > However, the drivers intended to produce <span +<!--l. 232--><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 @@ -306,7 +303,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. 235--><p class="indent" > Output from <span +<!--l. 257--><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 @@ -329,9 +326,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. 251--><p class="noindent" ><span + <!--l. 273--><p class="noindent" ><span class="ec-lmvtt-10">driverfallback=dvipdfm</span></div> - <!--l. 253--><p class="noindent" >Autodetected drivers (<span + <!--l. 275--><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 @@ -342,13 +339,14 @@ class="ec-lmss-10">driverfallback</span>. However a DVI driver program is run after the <span class="TEX">T<span class="E">E</span>X</span> run is finished. Thus it cannot be detected at <span class="TEX">T<span class="E">E</span>X</span> macro level. Then package - hyperref uses the driver, given by <span + <span +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> <h3 class="sectionHead"><span class="titlemark">2 </span> <a id="x1-30002"></a>Implicit behavior</h3> -<!--l. 265--><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. 288--><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 @@ -356,8 +354,8 @@ document preamble <div class="verbatim" id="verbatim-1"> \usepackage{hyperref} </div> -<!--l. 270--><p class="nopar" > -<!--l. 272--><p class="indent" > Make sure it comes <span +<!--l. 293--><p class="nopar" > +<!--l. 295--><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 @@ -367,7 +365,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. 280--><p class="indent" > In addition, the <span +<!--l. 303--><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. @@ -375,21 +373,21 @@ 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. 289--><p class="noindent" > +<!--l. 312--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">3 </span> <a id="x1-40003"></a>Package options</h3> -<!--l. 291--><p class="noindent" >All user-configurable aspects of <span +<!--l. 314--><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 class="ec-lmvtt-10">Hyp</span>. The options can be set either in the optional argument to the -<span class="obeylines-h"><span class="verb"><span -class="ec-lmvtt-10">\usepackage</span></span></span> command, or using the <span class="obeylines-h"><span class="verb"><span -class="ec-lmvtt-10">\hypersetup</span></span></span> macro. When the package is loaded, a file +<span +class="ec-lmvtt-10">\usepackage </span>command, or using the <span +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. 299--><p class="indent" > As an example, the behavior of a particular file could be controlled by: +<!--l. 322--><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 @@ -401,7 +399,7 @@ class="ec-lmvtt-10">hyperref.cfg </span>setting up the look of links, adding bac  <br />pdfpagemode=FullScreen,  <br />colorlinks=true} </div> - <!--l. 309--><p class="nopar" > + <!--l. 332--><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>: @@ -410,10 +408,10 @@ class="ec-lmss-10">hyperref</span>: <div class="verbatim" id="verbatim-3"> \documentclass[dvips]{article} </div> - <!--l. 316--><p class="nopar" > + <!--l. 339--><p class="nopar" > </li> - <li class="itemize">File-specific options in the <span class="obeylines-h"><span class="verb"><span -class="ec-lmvtt-10">\usepackage</span></span></span> commands, which override the ones set in + <li class="itemize">File-specific options in the <span +class="ec-lmvtt-10">\usepackage </span>commands, which override the ones set in <span class="ec-lmvtt-10">hyperref.cfg</span>: @@ -422,8 +420,8 @@ class="ec-lmvtt-10">hyperref.cfg</span>: \usepackage[colorlinks=false]{hyperref}  <br />\hypersetup{pdftitle={A Perfect Day}} </div> - <!--l. 324--><p class="nopar" ></li></ul> -<!--l. 327--><p class="indent" > As seen in the previous example, information entries (pdftitle, pdfauthor, …) should be set after the + <!--l. 347--><p class="nopar" ></li></ul> +<!--l. 350--><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 @@ -436,24 +434,24 @@ class="ec-lmvtt-10">\hypersetup</span></span></span>. \usepackage[pdfborder={0 0 0}]{hyperref}  <br />\hypersetup{pdfborder=0 0 0} </div> -<!--l. 337--><p class="nopar" > -<!--l. 339--><p class="indent" > Package ‘kvoptions-patch’ patches <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span +<!--l. 360--><p class="nopar" > +<!--l. 362--><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. 342--><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. 365--><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. 346--><p class="indent" > In the key descriptions that follow, many options do not need a value, as they default to the value +<!--l. 369--><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. 350--><p class="noindent" > +<!--l. 373--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.1 </span> <a id="x1-50003.1"></a>General options</h4> -<!--l. 352--><p class="noindent" >Firstly, the options to specify general behavior and page size. -<!--l. 355--><p class="noindent" > +<!--l. 375--><p class="noindent" >Firstly, the options to specify general behavior and page size. +<!--l. 378--><p class="noindent" > <a - id="x1-5001r1"></a> <!--l. 356--><div class="longtable"> <table id="TBL-2" class="longtable" + id="x1-5001r1"></a> <!--l. 379--><div class="longtable"> <table id="TBL-2" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-2-1g"><col id="TBL-2-1"><col @@ -463,7 +461,7 @@ id="TBL-2-4"></colgroup> <tr style="vertical-align:baseline;" id="TBL-2-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-1-1" class="td11"> <span -class="ec-lmvtt-10">draft </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-1-2" +class="ec-lmvtt-10">draft </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-1-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-1-3" class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-1-4" @@ -471,7 +469,7 @@ class="td11"> all hypertext options are turned off </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-2-1" class="td11"> <span -class="ec-lmvtt-10">final </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-2-2" +class="ec-lmvtt-10">final </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-2-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-2-3" class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-2-4" @@ -479,21 +477,21 @@ class="td11"> all hypertext options are turned on </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-3-1" class="td11"> <span -class="ec-lmvtt-10">debug </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-3-2" +class="ec-lmvtt-10">debug </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-3-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-3-3" class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-3-4" class="td11"> extra diagnostic messages are printed in </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-4-1" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-4-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-4-2" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-4-3" class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-4-4" class="td11"> the log file </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-5-1" class="td11"> <span -class="ec-lmvtt-10">verbose </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-5-2" +class="ec-lmvtt-10">verbose </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-5-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-5-3" class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-5-4" @@ -501,7 +499,7 @@ class="td11"> same as debug </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-6-1" class="td11"> <span -class="ec-lmvtt-10">implicit </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-6-2" +class="ec-lmvtt-10">implicit </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-6-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-6-3" class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-6-4" @@ -510,50 +508,204 @@ class="E">E</span>X</span></span> internals </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-7-1" class="td11"> <span -class="ec-lmvtt-10">hypertexnames </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-7-2" +class="ec-lmvtt-10">setpagesize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-7-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-7-3" class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-7-4" -class="td11"> use guessable names for links </td> +class="td11"> sets page size by special driver commands </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-8-1" -class="td11"> <span -class="ec-lmvtt-10">naturalnames </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-8-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-8-3" -class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-8-4" -class="td11"> 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> +class="td11"> </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-9-1" -class="td11"> <span -class="ec-lmvtt-10">setpagesize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-9-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-9-3" -class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-9-4" -class="td11"> sets page size by special driver commands </td> +class="td11"> </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-10-1" -class="td11"> </td> +class="td11"> </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-11-1" -class="td11"> </td> -</tr><tr - style="vertical-align:baseline;" id="TBL-2-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-12-1" -class="td11"> </td> -</tr><tr - style="vertical-align:baseline;" id="TBL-2-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-13-1" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-13-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-13-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-13-4" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-11-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-11-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-11-4" class="td11"></td></tr> </table></div> -<!--l. 367--><p class="noindent" > +<!--l. 388--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.2 </span> <a - id="x1-60003.2"></a>Configuration options</h4> -<!--l. 369--><p class="noindent" > + id="x1-60003.2"></a>Options for destination names</h4> +<!--l. 390--><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. 395--><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. 401--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span +class="ec-lmvtt-10">chapter.4</span></span></span></div> +<!--l. 403--><p class="noindent" >This scheme is used by: + <dl class="description"><dt class="description"> +<span +class="ec-lmvtk-10">\autoref</span> </dt><dd +class="description">displays the description label for the reference depending on the counter name. + + </dd><dt class="description"> +<span +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. 412--><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 +number. Therefore <span +class="ec-lmss-10">hyperref </span>has introduced <span +class="ec-lmvtt-10">\theH<counter> </span>that allows a unique counter value without +messing up with the appearance of the counter number. For example, the number of the +second table in the third chapter might be printed as <span +class="ec-lmvtt-10">2</span>, the result of <span +class="ec-lmvtt-10">\thetable</span>. But the +destination name <span +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. 425--><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 +class="ec-lmvtt-10">\theH<counter></span> +automatically, if <span +class="ec-lmvtt-10">\newcounter</span>, <span +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. 431--><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 +the counter value. In case of page anchors the absolute page anchor is used. With option <span +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. 439--><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. 444--><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 +class="ec-lmss-10">hyperref </span>sets anchor with name +<span +class="ec-lmvtt-10">Doc-Start </span>at the begin of the document. This can be resolved by redefining <span +class="ec-lmvtt-10">\HyperDestNameFilter</span>. +Package <span +class="ec-lmss-10">hyperref </span>calls this macro each time, it uses a destination name. The macro must be expandable +and expects the destination name as only argument. As example, the macro is redefined to add a prefix +to all destination names: + <div class="quote"> + + + <div class="verbatim" id="verbatim-6"> +\renewcommand*{\HyperDestNameFilter}[1]{\jobname-#1} +</div> + <!--l. 457--><p class="nopar" ></div> +<!--l. 459--><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. 462--><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"> + + + <div class="verbatim" id="verbatim-7"> +http://somewhere/path/file.pdf#nameddest=chapter.4 +</div> + <!--l. 467--><p class="nopar" ></div> +<!--l. 469--><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 +approximation: + <div class="quote"> + + + <div class="verbatim" id="verbatim-8"> +  \section{Introduction} + <br />  \label{intro} +</div> + <!--l. 478--><p class="nopar" ></div> +<!--l. 480--><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 +anchor setting, the new name is recorded in the <span +class="ec-lmvtt-10">.aux </span>file and used in the subsequent <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> +run. The renaming is done by a redefinition of <span +class="ec-lmvtt-10">\HyperDestNameFilter</span>. That leaves the old +destination names intact (e.g., they are needed for <span +class="ec-lmvtt-10">\autoref</span>). This redefinition is also available as +<span +class="ec-lmvtt-10">\HyperDestLabelReplace</span>, thus that an own redefinition can use it. The following example also adds a +prefix for <span +class="ec-lmri-10">all </span>destination names: + <div class="quote"> + + + <div class="verbatim" id="verbatim-9"> +\renewcommand*{\HyperDestNameFilter}[1]{% + <br />  \jobname-\HyperDestLabelReplace{#1}% + <br />} +</div> + <!--l. 495--><p class="nopar" ></div> +<!--l. 497--><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 +expandable string test (<span +class="ec-lmvtt-10">\pdfstrcmp </span>of pdf<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span> or <span +class="ec-lmvtt-10">\strcmp </span>of <span class="HoLogo-XeTeX"><span class="HoLogo-Xe">X<span class="HoLogo-e">Ǝ</span></span><span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span></span>, package <span +class="ec-lmss-10">pdftexcmds </span>also supports +Lua<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span>): + <div class="quote"> + + + <div class="verbatim" id="verbatim-10"> +\usepackage{pdftexcmds} + <br />\makeatletter + <br />\renewcommand*{\HyperDestNameFilter}[1]{% + <br />  \ifcase\pdf@strcmp{#1}{\HyperDestLabelReplace{#1}} % + <br />    \jobname-#1% + <br />  \else + <br />    \HyperDestLabelReplace{#1}% + <br />  \fi + <br />} + <br />\makeatother +</div> + <!--l. 515--><p class="nopar" ></div> +<!--l. 518--><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. 521--><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 +class="lmsy-10">⟩</span><span class="obeylines-h"><span class="verb"><span +class="ec-lmvtt-10">}{</span></span></span><span +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. 524--><p class="indent" > Hint: Anchors can also be named and set by <span +class="ec-lmvtt-10">\hypertarget</span>. +<!--l. 527--><p class="noindent" > <a - id="x1-6001r2"></a> <!--l. 370--><div class="longtable"> <table id="TBL-3" class="longtable" + id="x1-6001r2"></a> <!--l. 528--><div class="longtable"> <table id="TBL-3" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-3-1g"><col id="TBL-3-1"><col @@ -563,94 +715,160 @@ id="TBL-3-4"></colgroup> <tr style="vertical-align:baseline;" id="TBL-3-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-1-1" class="td11"> <span -class="ec-lmvtt-10">raiselinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-3-1-2" +class="ec-lmvtt-10">destlabel </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-3-1-2" class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-1-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-3-1-4" +class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-3-1-4" +class="td11"> destinations are named by first <span +class="ec-lmvtt-10">\label </span></td> +</tr><tr + style="vertical-align:baseline;" id="TBL-3-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-2-1" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-2-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-2-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-2-4" +class="td11"> after anchor creation </td> +</tr><tr + style="vertical-align:baseline;" id="TBL-3-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-3-1" +class="td11"> <span +class="ec-lmvtt-10">hypertexnames </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-3-3-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-3-3" +class="td11"> <span +class="ec-lmri-10">true </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-3-3-4" +class="td11"> use guessable names for links </td> +</tr><tr + style="vertical-align:baseline;" id="TBL-3-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-4-1" +class="td11"> <span +class="ec-lmvtt-10">naturalnames </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-3-4-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-4-3" +class="td11"> <span +class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-3-4-4" +class="td11"> 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-3-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-5-1" +class="td11"> <span +class="ec-lmvtt-10">plainpages </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-3-5-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-5-3" +class="td11"> <span +class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-3-5-4" +class="td11"> Forces page anchors to be named by the Arabic form </td> +</tr><tr + style="vertical-align:baseline;" id="TBL-3-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-6-1" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-6-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-6-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-6-4" +class="td11"> of the page number, rather than the formatted form. </td> +</tr><tr + style="vertical-align:baseline;" id="TBL-3-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-7-1" +class="td11"> </td> +</tr><tr + style="vertical-align:baseline;" id="TBL-3-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-8-1" +class="td11"> </td> +</tr><tr + style="vertical-align:baseline;" id="TBL-3-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-9-1" +class="td11"> </td> +</tr><tr + style="vertical-align:baseline;" id="TBL-3-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-10-1" +class="td11"> </td> +</tr><tr + style="vertical-align:baseline;" id="TBL-3-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-11-1" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-11-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-11-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-11-4" +class="td11"></td></tr> + </table></div> +<!--l. 536--><p class="noindent" > + <h4 class="subsectionHead"><span class="titlemark">3.3 </span> <a + id="x1-70003.3"></a>Configuration options</h4> +<!--l. 538--><p class="noindent" > +<a + id="x1-7001r3"></a> <!--l. 539--><div class="longtable"> <table id="TBL-4" class="longtable" +cellspacing="0" cellpadding="0" +><colgroup id="TBL-4-1g"><col +id="TBL-4-1"><col +id="TBL-4-2"><col +id="TBL-4-3"><col +id="TBL-4-4"></colgroup> + + +<tr + style="vertical-align:baseline;" id="TBL-4-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-1-1" +class="td11"> <span +class="ec-lmvtt-10">raiselinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-4-1-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-1-3" +class="td11"> <span +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-1-4" class="td11"> - <!--l. 370--><p class="noindent" >In the hypertex driver, the height of links is + <!--l. 539--><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 class="ec-lmvtt-10">\special</span></span></span> commands to reflect the real height of the link (which could contain a graphic) </td> - - </tr><tr - style="vertical-align:baseline;" id="TBL-3-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-2-1" + style="vertical-align:baseline;" id="TBL-4-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-2-1" class="td11"> <span -class="ec-lmvtt-10">breaklinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-3-2-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-2-3" +class="ec-lmvtt-10">breaklinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-4-2-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-2-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-3-2-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-2-4" class="td11"> - <!--l. 373--><p class="noindent" >Allows link text to break across lines; since + <!--l. 542--><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 different PDF links to the same target. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-3-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-3-1" + style="vertical-align:baseline;" id="TBL-4-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-3-1" class="td11"> <span -class="ec-lmvtt-10">pageanchor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-3-3-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-3-3" +class="ec-lmvtt-10">pageanchor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-4-3-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-3-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-3-3-4" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-3-4" class="td11"> - <!--l. 376--><p class="noindent" >Determines whether every page is given an + <!--l. 545--><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 hyperlinks. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-3-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-4-1" -class="td11"> <span -class="ec-lmvtt-10">plainpages </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-3-4-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-4-3" -class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-3-4-4" -class="td11"> - <!--l. 379--><p class="noindent" >Forces page anchors to be named by the - Arabic form of the page number, rather than - the formatted form. </td> -</tr><tr - style="vertical-align:baseline;" id="TBL-3-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-5-1" + style="vertical-align:baseline;" id="TBL-4-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-4-1" class="td11"> <span -class="ec-lmvtt-10">nesting </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-3-5-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-5-3" +class="ec-lmvtt-10">nesting </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-4-4-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-4-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-3-5-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-4-4" class="td11"> - <!--l. 381--><p class="noindent" >Allows links to be nested; no drivers currently + <!--l. 548--><p class="noindent" >Allows links to be nested; no drivers currently support this. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-3-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-6-1" + style="vertical-align:baseline;" id="TBL-4-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-5-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-3-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-7-1" + style="vertical-align:baseline;" id="TBL-4-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-6-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-3-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-8-1" + style="vertical-align:baseline;" id="TBL-4-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-7-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-3-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-9-1" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-9-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-9-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-3-9-4" + style="vertical-align:baseline;" id="TBL-4-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-8-1" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-8-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-8-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-4-8-4" class="td11"></td></tr> </table></div> -<!--l. 384--><p class="indent" > Note for option <span class="obeylines-h"><span class="verb"><span +<!--l. 551--><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. 389--><p class="noindent" > - <h4 class="subsectionHead"><span class="titlemark">3.3 </span> <a - id="x1-70003.3"></a>Backend drivers</h4> -<!--l. 391--><p class="noindent" >If no driver is specified, the package tries to find a driver in the following order: +<!--l. 556--><p class="noindent" > + <h4 class="subsectionHead"><span class="titlemark">3.4 </span> <a + id="x1-80003.4"></a>Backend drivers</h4> +<!--l. 558--><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-7002x1">Autodetection, some <span class="TEX">T<span + class="enumerate" id="x1-8002x1">Autodetection, some <span class="TEX">T<span class="E">E</span>X</span> processors can be detected at <span class="TEX">T<span class="E">E</span>X</span> macro level (pdf<span class="TEX">T<span class="E">E</span>X</span>, @@ -659,17 +877,17 @@ class="E">E</span>X</span>, V<span class="TEX">T<span class="E">E</span>X</span>). </li> <li - class="enumerate" id="x1-7004x2">Option <span + class="enumerate" id="x1-8004x2">Option <span class="ec-lmss-10">driverfallback</span>. If this option is set, its value is taken as driver option. </li> <li - class="enumerate" id="x1-7006x3">Macro <span + class="enumerate" id="x1-8006x3">Macro <span class="ec-lmvtt-10">\Hy@defaultdriver</span>. The macro takes a driver file name (without file extension). </li> <li - class="enumerate" id="x1-7008x4">Package default is <span + class="enumerate" id="x1-8008x4">Package default is <span class="ec-lmss-10">hypertex</span>.</li></ol> -<!--l. 402--><p class="noindent" >Many distributions are using a driver file <span +<!--l. 569--><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 @@ -677,166 +895,166 @@ is recommended because driver <span class="ec-lmss-10">dvips </span>provides much more features than <span class="ec-lmss-10">hypertex </span>for PDF generation. -<!--l. 407--><p class="noindent" > +<!--l. 574--><p class="noindent" > <a - id="x1-7009r3"></a> <!--l. 408--><div class="longtable"> <table id="TBL-4" class="longtable" + id="x1-8009r4"></a> <!--l. 575--><div class="longtable"> <table id="TBL-5" class="longtable" cellspacing="0" cellpadding="0" -><colgroup id="TBL-4-1g"><col -id="TBL-4-1"><col -id="TBL-4-2"></colgroup> +><colgroup id="TBL-5-1g"><col +id="TBL-5-1"><col +id="TBL-5-2"></colgroup> + + <tr - style="vertical-align:baseline;" id="TBL-4-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-1-1" + style="vertical-align:baseline;" id="TBL-5-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-1-1" class="td11"> <span -class="ec-lmvtt-10">driverfallback </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-1-2" +class="ec-lmvtt-10">driverfallback </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-1-2" class="td11"> - <!--l. 408--><p class="noindent" >Its value is used as driver option </td> + <!--l. 575--><p class="noindent" >Its value is used as driver option </td> </tr><tr - style="vertical-align:baseline;" id="TBL-4-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-2-1" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-4-2-2" + style="vertical-align:baseline;" id="TBL-5-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-2-1" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-5-2-2" class="td11"> - <!--l. 409--><p class="noindent" >if the driver is not given or autodetected. </td> - - + <!--l. 576--><p class="noindent" >if the driver is not given or autodetected. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-4-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-3-1" + style="vertical-align:baseline;" id="TBL-5-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-3-1" class="td11"> <span -class="ec-lmvtt-10">dvipdfm </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-3-2" +class="ec-lmvtt-10">dvipdfm </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-3-2" class="td11"> - <!--l. 410--><p class="noindent" >Sets up <span + <!--l. 577--><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 - style="vertical-align:baseline;" id="TBL-4-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-4-1" + style="vertical-align:baseline;" id="TBL-5-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-4-1" class="td11"> <span -class="ec-lmvtt-10">dvipdfmx </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-4-2" +class="ec-lmvtt-10">dvipdfmx </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-4-2" class="td11"> - <!--l. 411--><p class="noindent" >Sets up <span + <!--l. 578--><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 - style="vertical-align:baseline;" id="TBL-4-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-5-1" + style="vertical-align:baseline;" id="TBL-5-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-5-1" class="td11"> <span -class="ec-lmvtt-10">dvips </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-5-2" +class="ec-lmvtt-10">dvips </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-5-2" class="td11"> - <!--l. 412--><p class="noindent" >Sets up <span + <!--l. 579--><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 - style="vertical-align:baseline;" id="TBL-4-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-6-1" + style="vertical-align:baseline;" id="TBL-5-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-6-1" class="td11"> <span -class="ec-lmvtt-10">dvipsone </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-6-2" +class="ec-lmvtt-10">dvipsone </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-6-2" class="td11"> - <!--l. 413--><p class="noindent" >Sets up <span + <!--l. 580--><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 - style="vertical-align:baseline;" id="TBL-4-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-7-1" + style="vertical-align:baseline;" id="TBL-5-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-7-1" class="td11"> <span -class="ec-lmvtt-10">dviwindo </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-7-2" +class="ec-lmvtt-10">dviwindo </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-7-2" class="td11"> - <!--l. 414--><p class="noindent" >Sets up <span + <!--l. 581--><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 - style="vertical-align:baseline;" id="TBL-4-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-8-1" + style="vertical-align:baseline;" id="TBL-5-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-8-1" class="td11"> <span -class="ec-lmvtt-10">hypertex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-8-2" +class="ec-lmvtt-10">hypertex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-8-2" class="td11"> - <!--l. 415--><p class="noindent" >Sets up <span + <!--l. 582--><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 - style="vertical-align:baseline;" id="TBL-4-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-9-1" + style="vertical-align:baseline;" id="TBL-5-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-9-1" class="td11"> <span -class="ec-lmvtt-10">latex2html </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-9-2" +class="ec-lmvtt-10">latex2html </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-9-2" class="td11"> - <!--l. 416--><p class="noindent" >Redefines a few macros for compatibility with <span + <!--l. 583--><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-4-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-10-1" + style="vertical-align:baseline;" id="TBL-5-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-10-1" class="td11"> <span -class="ec-lmvtt-10">nativepdf </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-10-2" +class="ec-lmvtt-10">nativepdf </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-10-2" class="td11"> - <!--l. 417--><p class="noindent" >An alias for <span + <!--l. 584--><p class="noindent" >An alias for <span class="ec-lmss-10">dvips</span> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-4-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-11-1" + style="vertical-align:baseline;" id="TBL-5-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-11-1" class="td11"> <span -class="ec-lmvtt-10">pdfmark </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-11-2" +class="ec-lmvtt-10">pdfmark </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-11-2" class="td11"> - <!--l. 418--><p class="noindent" >An alias for <span + <!--l. 585--><p class="noindent" >An alias for <span class="ec-lmss-10">dvips</span> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-4-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-12-1" + style="vertical-align:baseline;" id="TBL-5-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-12-1" class="td11"> <span -class="ec-lmvtt-10">pdftex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-12-2" +class="ec-lmvtt-10">pdftex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-12-2" class="td11"> - <!--l. 419--><p class="noindent" >Sets up <span + <!--l. 586--><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 - style="vertical-align:baseline;" id="TBL-4-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-13-1" + style="vertical-align:baseline;" id="TBL-5-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-13-1" class="td11"> <span -class="ec-lmvtt-10">ps2pdf </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-13-2" +class="ec-lmvtt-10">ps2pdf </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-13-2" class="td11"> - <!--l. 420--><p class="noindent" >Redefines a few macros for compatibility with Ghostscript’s PDF writer, + <!--l. 587--><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 - style="vertical-align:baseline;" id="TBL-4-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-14-1" + style="vertical-align:baseline;" id="TBL-5-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-14-1" class="td11"> <span -class="ec-lmvtt-10">tex4ht </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-14-2" +class="ec-lmvtt-10">tex4ht </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-14-2" class="td11"> - <!--l. 423--><p class="noindent" >For use with <span class="TEX"><span + <!--l. 590--><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 class="ec-lmss-10">X</span></span><span class="ec-lmss-10">4ht</span> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-4-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-15-1" + style="vertical-align:baseline;" id="TBL-5-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-15-1" class="td11"> <span -class="ec-lmvtt-10">textures </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-15-2" +class="ec-lmvtt-10">textures </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-15-2" class="td11"> - <!--l. 424--><p class="noindent" >For use with <span + <!--l. 591--><p class="noindent" >For use with <span class="ec-lmss-10">Textures</span> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-4-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-16-1" + style="vertical-align:baseline;" id="TBL-5-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-16-1" class="td11"> <span -class="ec-lmvtt-10">vtex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-16-2" +class="ec-lmvtt-10">vtex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-16-2" class="td11"> - <!--l. 425--><p class="noindent" >For use with MicroPress’ <span + <!--l. 592--><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 - style="vertical-align:baseline;" id="TBL-4-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-17-1" + style="vertical-align:baseline;" id="TBL-5-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-17-1" class="td11"> <span -class="ec-lmvtt-10">vtexpdfmark </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-17-2" +class="ec-lmvtt-10">vtexpdfmark </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-17-2" class="td11"> - <!--l. 427--><p class="noindent" >For use with <span + <!--l. 594--><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-4-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-18-1" + style="vertical-align:baseline;" id="TBL-5-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-18-1" class="td11"> <span -class="ec-lmvtt-10">xetex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-18-2" +class="ec-lmvtt-10">xetex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-18-2" class="td11"> - <!--l. 428--><p class="noindent" >For use with Xe<span class="TEX">T<span + <!--l. 595--><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-4-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-19-1" + style="vertical-align:baseline;" id="TBL-5-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-19-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-4-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-20-1" + style="vertical-align:baseline;" id="TBL-5-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-20-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-4-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-21-1" + style="vertical-align:baseline;" id="TBL-5-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-21-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-4-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-22-1" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-4-22-2" + style="vertical-align:baseline;" id="TBL-5-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-22-1" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-5-22-2" class="td11"></td></tr> </table></div> -<!--l. 432--><p class="indent" > If you use <span +<!--l. 599--><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 @@ -845,53 +1063,53 @@ class="ec-lmss-10">dviwindo </span>what program to launch. Thus, users of Intern add something like this to hyperref.cfg: - <div class="verbatim" id="verbatim-6"> + <div class="verbatim" id="verbatim-11"> \renewcommand{\wwwbrowser}{C:\string\Program\space  <br />  Files\string\Plus!\string\Microsoft\space  <br />  Internet\string\iexplore.exe} </div> -<!--l. 441--><p class="nopar" > -<!--l. 443--><p class="noindent" > - <h4 class="subsectionHead"><span class="titlemark">3.4 </span> <a - id="x1-80003.4"></a>Extension options</h4> -<!--l. 444--><p class="noindent" > +<!--l. 608--><p class="nopar" > +<!--l. 610--><p class="noindent" > + <h4 class="subsectionHead"><span class="titlemark">3.5 </span> <a + id="x1-90003.5"></a>Extension options</h4> +<!--l. 611--><p class="noindent" > <a - id="x1-8001r4"></a> <!--l. 445--><div class="longtable"> <table id="TBL-5" class="longtable" + id="x1-9001r5"></a> <!--l. 612--><div class="longtable"> <table id="TBL-6" class="longtable" cellspacing="0" cellpadding="0" -><colgroup id="TBL-5-1g"><col -id="TBL-5-1"><col -id="TBL-5-2"><col -id="TBL-5-3"><col -id="TBL-5-4"></colgroup> +><colgroup id="TBL-6-1g"><col +id="TBL-6-1"><col +id="TBL-6-2"><col +id="TBL-6-3"><col +id="TBL-6-4"></colgroup> <tr - style="vertical-align:baseline;" id="TBL-5-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-1-1" + style="vertical-align:baseline;" id="TBL-6-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-1-1" class="td11"> <span -class="ec-lmvtt-10">extension </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-1-2" -class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-1-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-5-1-4" +class="ec-lmvtt-10">extension </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-1-2" +class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-1-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-6-1-4" class="td11"> - <!--l. 445--><p class="noindent" >Set the file extension (e.g. <span + <!--l. 612--><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 class="ec-lmss-10">xr </span>package. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-2-1" + style="vertical-align:baseline;" id="TBL-6-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-2-1" class="td11"> <span -class="ec-lmvtt-10">hyperfigures </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-2-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-2-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-5-2-4" +class="ec-lmvtt-10">hyperfigures </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-2-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-2-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-6-2-4" class="td11"> - <!--l. 448--><p class="noindent" > </td> + <!--l. 615--><p class="noindent" > </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-3-1" + style="vertical-align:baseline;" id="TBL-6-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-3-1" class="td11"> <span -class="ec-lmvtt-10">backref </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-3-2" -class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-3-3" +class="ec-lmvtt-10">backref </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-3-2" +class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-3-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-3-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-3-4" class="td11"> - <!--l. 448--><p class="noindent" >Adds ‘backlink’ text to the end of each + <!--l. 615--><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 @@ -908,86 +1126,86 @@ class="ec-lmvtt-10">false</span></span></span>. If class="ec-lmvtt-10">section</span></span></span> is taken as default. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-4-1" + style="vertical-align:baseline;" id="TBL-6-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-4-1" class="td11"> <span -class="ec-lmvtt-10">pagebackref </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-4-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-4-3" +class="ec-lmvtt-10">pagebackref </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-4-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-4-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-4-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-4-4" class="td11"> - <!--l. 452--><p class="noindent" >Adds ‘backlink’ text to the end of each + <!--l. 619--><p class="noindent" >Adds ‘backlink’ text to the end of each item in the bibliography, as a list of page numbers. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-5-1" + style="vertical-align:baseline;" id="TBL-6-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-5-1" class="td11"> <span -class="ec-lmvtt-10">hyperindex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-5-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-5-3" +class="ec-lmvtt-10">hyperindex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-5-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-5-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-5-4" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-5-4" class="td11"> - <!--l. 454--><p class="noindent" >Makes the page numbers of index + <!--l. 621--><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>, …) </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-6-1" + style="vertical-align:baseline;" id="TBL-6-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-6-1" class="td11"> <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">pageanchors</span></span></span> <span class="ec-lmvtt-10">and </span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">plainpages=false</span></span></span><span class="ec-lmvtt-10">. </span></td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-7-1" + style="vertical-align:baseline;" id="TBL-6-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-7-1" class="td11"> <span -class="ec-lmvtt-10">hyperfootnotes </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-7-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-7-3" +class="ec-lmvtt-10">hyperfootnotes </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-7-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-7-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-7-4" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-7-4" class="td11"> - <!--l. 457--><p class="noindent" >Makes the footnote marks into + <!--l. 624--><p class="noindent" >Makes the footnote marks into hyperlinks to the footnote text. Easily broken … </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-8-1" + style="vertical-align:baseline;" id="TBL-6-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-8-1" class="td11"> <span -class="ec-lmvtt-10">encap </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-8-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-8-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-5-8-4" +class="ec-lmvtt-10">encap </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-8-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-8-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-6-8-4" class="td11"> - <!--l. 459--><p class="noindent" >Sets encap character for hyperindex </td> + <!--l. 626--><p class="noindent" >Sets encap character for hyperindex </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-9-1" + style="vertical-align:baseline;" id="TBL-6-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-9-1" class="td11"> <span -class="ec-lmvtt-10">linktocpage </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-9-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-9-3" +class="ec-lmvtt-10">linktocpage </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-9-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-9-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-9-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-9-4" class="td11"> - <!--l. 460--><p class="noindent" >make page number, not text, be link on + <!--l. 627--><p class="noindent" >make page number, not text, be link on TOC, LOF and LOT </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-10-1" + style="vertical-align:baseline;" id="TBL-6-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-10-1" class="td11"> <span -class="ec-lmvtt-10">breaklinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-10-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-10-3" +class="ec-lmvtt-10">breaklinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-10-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-10-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-10-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-10-4" class="td11"> - <!--l. 461--><p class="noindent" >allow links to break over lines by + <!--l. 628--><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 - style="vertical-align:baseline;" id="TBL-5-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-11-1" + style="vertical-align:baseline;" id="TBL-6-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-11-1" class="td11"> <span -class="ec-lmvtt-10">colorlinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-11-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-11-3" +class="ec-lmvtt-10">colorlinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-11-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-11-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-11-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-11-4" class="td11"> - <!--l. 463--><p class="noindent" >Colors the text of links and anchors. + <!--l. 630--><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 citations, page @@ -996,145 +1214,145 @@ class="td11"> boxes, the colored text remains when printing. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-12-1" + style="vertical-align:baseline;" id="TBL-6-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-12-1" class="td11"> <span -class="ec-lmvtt-10">linkcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-12-2" -class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-12-3" +class="ec-lmvtt-10">linkcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-12-2" +class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-12-3" class="td11"> <span -class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-12-4" +class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-12-4" class="td11"> - <!--l. 468--><p class="noindent" >Color for normal internal links. </td> + <!--l. 635--><p class="noindent" >Color for normal internal links. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-13-1" + style="vertical-align:baseline;" id="TBL-6-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-13-1" class="td11"> <span -class="ec-lmvtt-10">anchorcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-13-2" -class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-13-3" +class="ec-lmvtt-10">anchorcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-13-2" +class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-13-3" class="td11"> <span -class="ec-lmri-10">black </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-13-4" +class="ec-lmri-10">black </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-13-4" class="td11"> - <!--l. 469--><p class="noindent" >Color for anchor text. </td> + <!--l. 636--><p class="noindent" >Color for anchor text. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-14-1" + style="vertical-align:baseline;" id="TBL-6-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-14-1" class="td11"> <span -class="ec-lmvtt-10">citecolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-14-2" -class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-14-3" +class="ec-lmvtt-10">citecolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-14-2" +class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-14-3" class="td11"> <span -class="ec-lmri-10">green </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-14-4" +class="ec-lmri-10">green </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-14-4" class="td11"> - <!--l. 470--><p class="noindent" >Color for bibliographical citations in + <!--l. 637--><p class="noindent" >Color for bibliographical citations in text. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-15-1" + style="vertical-align:baseline;" id="TBL-6-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-15-1" class="td11"> <span -class="ec-lmvtt-10">filecolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-15-2" -class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-15-3" +class="ec-lmvtt-10">filecolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-15-2" +class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-15-3" class="td11"> <span -class="ec-lmri-10">cyan </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-15-4" +class="ec-lmri-10">cyan </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-15-4" class="td11"> - <!--l. 471--><p class="noindent" >Color for URLs which open local files. </td> + <!--l. 638--><p class="noindent" >Color for URLs which open local files. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-16-1" + style="vertical-align:baseline;" id="TBL-6-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-16-1" class="td11"> <span -class="ec-lmvtt-10">menucolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-16-2" -class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-16-3" +class="ec-lmvtt-10">menucolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-16-2" +class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-16-3" class="td11"> <span -class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-16-4" +class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-16-4" class="td11"> - <!--l. 472--><p class="noindent" >Color for Acrobat menu items. </td> + <!--l. 639--><p class="noindent" >Color for Acrobat menu items. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-17-1" + style="vertical-align:baseline;" id="TBL-6-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-17-1" class="td11"> <span -class="ec-lmvtt-10">runcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-17-2" -class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-17-3" +class="ec-lmvtt-10">runcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-17-2" +class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-17-3" class="td11"> <span -class="ec-lmri-10">filecolor </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-17-4" +class="ec-lmri-10">filecolor </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-17-4" class="td11"> - <!--l. 473--><p class="noindent" >Color for run links (launch + <!--l. 640--><p class="noindent" >Color for run links (launch annotations). </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-18-1" + style="vertical-align:baseline;" id="TBL-6-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-18-1" class="td11"> <span -class="ec-lmvtt-10">urlcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-18-2" -class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-18-3" +class="ec-lmvtt-10">urlcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-18-2" +class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-18-3" class="td11"> <span -class="ec-lmri-10">magenta </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-18-4" +class="ec-lmri-10">magenta </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-18-4" class="td11"> - <!--l. 474--><p class="noindent" >Color for linked URLs. </td> + <!--l. 641--><p class="noindent" >Color for linked URLs. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-19-1" + style="vertical-align:baseline;" id="TBL-6-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-19-1" class="td11"> <span -class="ec-lmvtt-10">allcolors </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-19-2" -class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-19-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-5-19-4" +class="ec-lmvtt-10">allcolors </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-19-2" +class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-19-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-6-19-4" class="td11"> - <!--l. 475--><p class="noindent" >Set all color options (without border + <!--l. 642--><p class="noindent" >Set all color options (without border and field options). </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-20-1" + style="vertical-align:baseline;" id="TBL-6-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-20-1" class="td11"> <span -class="ec-lmvtt-10">frenchlinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-20-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-20-3" +class="ec-lmvtt-10">frenchlinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-20-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-20-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-20-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-20-4" class="td11"> - <!--l. 476--><p class="noindent" >Use small caps instead of color for links. </td> + <!--l. 643--><p class="noindent" >Use small caps instead of color for links. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-21-1" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-21-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-21-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-5-21-4" + style="vertical-align:baseline;" id="TBL-6-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-21-1" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-21-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-21-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-6-21-4" class="td11"></td></tr> <tr - style="vertical-align:baseline;" id="TBL-5-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-22-1" + style="vertical-align:baseline;" id="TBL-6-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-22-1" class="td11"> <span -class="ec-lmvtt-10">hidelinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-5-22-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-22-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-5-22-4" +class="ec-lmvtt-10">hidelinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-22-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-22-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-6-22-4" class="td11"> - <!--l. 477--><p class="noindent" >Hide links (removing color and border). </td> + <!--l. 644--><p class="noindent" >Hide links (removing color and border). </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-23-1" + style="vertical-align:baseline;" id="TBL-6-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-23-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-24-1" + style="vertical-align:baseline;" id="TBL-6-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-24-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-25-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-25-1" + style="vertical-align:baseline;" id="TBL-6-25-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-25-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-26-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-26-1" + style="vertical-align:baseline;" id="TBL-6-26-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-26-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-5-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-27-1" + style="vertical-align:baseline;" id="TBL-6-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-27-1" class="td11"> </td></tr> </table></div> -<!--l. 480--><p class="indent" > Note that all color names must be defined before use, following the normal system of the standard +<!--l. 647--><p class="indent" > 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. 483--><p class="noindent" > - <h4 class="subsectionHead"><span class="titlemark">3.5 </span> <a - id="x1-90003.5"></a>PDF-specific display options</h4> -<!--l. 484--><p class="noindent" > +<!--l. 650--><p class="noindent" > + <h4 class="subsectionHead"><span class="titlemark">3.6 </span> <a + id="x1-100003.6"></a>PDF-specific display options</h4> +<!--l. 651--><p class="noindent" > <a - id="x1-9001r5"></a> <!--l. 485--><div class="longtable"> <table id="TBL-6" class="longtable" + id="x1-10001r6"></a> <!--l. 652--><div class="longtable"> <table id="TBL-7" class="longtable" cellspacing="0" cellpadding="0" -><colgroup id="TBL-6-1g"><col -id="TBL-6-1"><col -id="TBL-6-2"><col -id="TBL-6-3"><col -id="TBL-6-4"></colgroup> +><colgroup id="TBL-7-1g"><col +id="TBL-7-1"><col +id="TBL-7-2"><col +id="TBL-7-3"><col +id="TBL-7-4"></colgroup> <tr - style="vertical-align:baseline;" id="TBL-6-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-1-1" + style="vertical-align:baseline;" id="TBL-7-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-1-1" class="td01"><span -class="ec-lmvtt-10">bookmarks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-1-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-1-3" +class="ec-lmvtt-10">bookmarks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-1-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-1-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-1-4" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-1-4" class="td10"> - <!--l. 485--><p class="noindent" >A set of Acrobat bookmarks are written, in a + <!--l. 652--><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 @@ -1150,55 +1368,56 @@ class="E">E</span>X</span></span> if it is edited to contain a lin <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\let\WriteBookmarks\relax</span></span></span> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-6-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-2-1" + style="vertical-align:baseline;" id="TBL-7-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-2-1" class="td01"><span -class="ec-lmvtt-10">bookmarksopen </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-2-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-2-3" +class="ec-lmvtt-10">bookmarksopen </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-2-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-2-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-2-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-2-4" class="td10"> - <!--l. 491--><p class="noindent" >If Acrobat bookmarks are requested, show them + <!--l. 658--><p class="noindent" >If Acrobat bookmarks are requested, show them with all the subtrees expanded. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-6-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-3-1" + style="vertical-align:baseline;" id="TBL-7-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-3-1" class="td01"><span -class="ec-lmvtt-10">bookmarksopenlevel </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-3-2" -class="td11"> parameter </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-3-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-6-3-4" +class="ec-lmvtt-10">bookmarksopenlevel </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-3-2" +class="td11"> parameter </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-3-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-3-4" class="td10"> - <!--l. 493--><p class="noindent" >level (<span + <!--l. 660--><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-6-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-4-1" + style="vertical-align:baseline;" id="TBL-7-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-4-1" class="td01"><span -class="ec-lmvtt-10">bookmarksnumbered </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-4-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-4-3" +class="ec-lmvtt-10">bookmarksnumbered </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-4-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-4-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-4-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-4-4" class="td10"> - <!--l. 494--><p class="noindent" >If Acrobat bookmarks are requested, include + <!--l. 661--><p class="noindent" >If Acrobat bookmarks are requested, include section numbers. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-6-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-5-1" + style="vertical-align:baseline;" id="TBL-7-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-5-1" class="td01"><span -class="ec-lmvtt-10">bookmarkstype </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-5-2" -class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-5-3" +class="ec-lmvtt-10">bookmarkstype </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-5-2" +class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-5-3" class="td11"> <span -class="ec-lmri-10">toc </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-5-4" +class="ec-lmri-10">toc </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-5-4" class="td10"> - <!--l. 495--><p class="noindent" >to specify which ‘toc’ file to mimic </td> + <!--l. 662--><p class="noindent" >to specify which ‘toc’ file to mimic </td> </tr><tr - style="vertical-align:baseline;" id="TBL-6-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-6-1" + style="vertical-align:baseline;" id="TBL-7-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-6-1" class="td01"><span -class="ec-lmvtt-10">CJKbookmarks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-6-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-6-3" +class="ec-lmvtt-10">CJKbookmarks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-6-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-6-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-6-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-6-4" class="td10"> - <!--l. 497--><p class="noindent" >This option should be used to produce CJK + <!--l. 664--><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 CJK + normal and preprocessed mode of the <span +class="ec-lmss-10">CJK</span> package; during the creation of bookmarks, it simply replaces CJK’s macros with special versions which expand to the corresponding @@ -1210,114 +1429,114 @@ class="ec-lmvtt-10">hyperref</span></span></span> supports both notably Acroread itself) support this. Also note that option ‘CJKbookmarks’ cannot be used together with option ‘unicode’. - <!--l. 509--><p class="noindent" >No mechanism is provided to + <!--l. 676--><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> </tr><tr - style="vertical-align:baseline;" id="TBL-6-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-7-1" + style="vertical-align:baseline;" id="TBL-7-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-7-1" class="td01"><span -class="ec-lmvtt-10">pdfhighlight </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-7-2" -class="td11"> name </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-7-3" +class="ec-lmvtt-10">pdfhighlight </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-7-2" +class="td11"> name </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-7-3" class="td11"> <span -class="ec-lmri-10">/I </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-7-4" +class="ec-lmri-10">/I </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-7-4" class="td10"> - <!--l. 512--><p class="noindent" >How link buttons behave when selected; /I is + <!--l. 679--><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> </tr><tr - style="vertical-align:baseline;" id="TBL-6-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-8-1" + style="vertical-align:baseline;" id="TBL-7-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-8-1" class="td01"><span -class="ec-lmvtt-10">citebordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-8-2" -class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-8-3" +class="ec-lmvtt-10">citebordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-8-2" +class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-8-3" class="td11"> <span -class="ec-lmri-10">0 1 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-8-4" +class="ec-lmri-10">0 1 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-8-4" class="td10"> - <!--l. 515--><p class="noindent" >The color of the box around citations </td> + <!--l. 682--><p class="noindent" >The color of the box around citations </td> </tr><tr - style="vertical-align:baseline;" id="TBL-6-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-9-1" + style="vertical-align:baseline;" id="TBL-7-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-9-1" class="td01"><span -class="ec-lmvtt-10">filebordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-9-2" -class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-9-3" +class="ec-lmvtt-10">filebordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-9-2" +class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-9-3" class="td11"> <span -class="ec-lmri-10">0 .5 .5 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-9-4" +class="ec-lmri-10">0 .5 .5 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-9-4" class="td10"> - <!--l. 516--><p class="noindent" >The color of the box around links to files </td> + <!--l. 683--><p class="noindent" >The color of the box around links to files </td> </tr><tr - style="vertical-align:baseline;" id="TBL-6-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-10-1" + style="vertical-align:baseline;" id="TBL-7-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-10-1" class="td01"><span -class="ec-lmvtt-10">linkbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-10-2" -class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-10-3" +class="ec-lmvtt-10">linkbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-10-2" +class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-10-3" class="td11"> <span -class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-10-4" +class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-10-4" class="td10"> - <!--l. 517--><p class="noindent" >The color of the box around normal links </td> + <!--l. 684--><p class="noindent" >The color of the box around normal links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-6-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-11-1" + style="vertical-align:baseline;" id="TBL-7-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-11-1" class="td01"><span -class="ec-lmvtt-10">menubordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-11-2" -class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-11-3" +class="ec-lmvtt-10">menubordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-11-2" +class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-11-3" class="td11"> <span -class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-11-4" +class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-11-4" class="td10"> - <!--l. 518--><p class="noindent" >The color of the box around Acrobat menu links</td> + <!--l. 685--><p class="noindent" >The color of the box around Acrobat menu links</td> </tr><tr - style="vertical-align:baseline;" id="TBL-6-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-12-1" + style="vertical-align:baseline;" id="TBL-7-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-12-1" class="td01"><span -class="ec-lmvtt-10">urlbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-12-2" -class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-12-3" +class="ec-lmvtt-10">urlbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-12-2" +class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-12-3" class="td11"> <span -class="ec-lmri-10">0 1 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-12-4" +class="ec-lmri-10">0 1 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-12-4" class="td10"> - <!--l. 519--><p class="noindent" >The color of the box around links to URLs </td> + <!--l. 686--><p class="noindent" >The color of the box around links to URLs </td> </tr><tr - style="vertical-align:baseline;" id="TBL-6-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-13-1" + style="vertical-align:baseline;" id="TBL-7-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-13-1" class="td01"><span -class="ec-lmvtt-10">runbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-13-2" -class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-13-3" +class="ec-lmvtt-10">runbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-13-2" +class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-13-3" class="td11"> <span -class="ec-lmri-10">0 .7 .7 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-13-4" +class="ec-lmri-10">0 .7 .7 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-13-4" class="td10"> - <!--l. 520--><p class="noindent" >Color of border around ‘run’ links </td> + <!--l. 687--><p class="noindent" >Color of border around ‘run’ 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" + style="vertical-align:baseline;" id="TBL-7-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-14-1" class="td01"><span -class="ec-lmvtt-10">allbordercolors </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-14-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-14-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-6-14-4" +class="ec-lmvtt-10">allbordercolors </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-14-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-14-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-14-4" class="td10"> - <!--l. 521--><p class="noindent" >Set all border color options </td> + <!--l. 688--><p class="noindent" >Set all border color options </td> </tr><tr - style="vertical-align:baseline;" id="TBL-6-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-15-1" + style="vertical-align:baseline;" id="TBL-7-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-15-1" class="td01"><span -class="ec-lmvtt-10">pdfborder </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-6-15-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-15-3" +class="ec-lmvtt-10">pdfborder </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-7-15-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-15-3" class="td11"> <span -class="ec-lmri-10">0 0 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-15-4" +class="ec-lmri-10">0 0 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-15-4" class="td10"> - <!--l. 522--><p class="noindent" >The style of box around links; defaults to a box + <!--l. 689--><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 - style="vertical-align:baseline;" id="TBL-6-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-16-1" + style="vertical-align:baseline;" id="TBL-7-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-16-1" class="td01"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-6-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-17-1" + style="vertical-align:baseline;" id="TBL-7-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-17-1" class="td01"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-6-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-18-1" + style="vertical-align:baseline;" id="TBL-7-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-18-1" class="td01"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-6-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-19-1" -class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-19-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-19-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-6-19-4" + style="vertical-align:baseline;" id="TBL-7-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-19-1" +class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-19-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-19-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-19-4" class="td10"></td></tr> </table></div> -<!--l. 526--><p class="indent" > Note that the color of link borders can be specified <span +<!--l. 693--><p class="indent" > 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 @@ -1326,7 +1545,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. 533--><p class="indent" > The bookmark commands are stored in a file called <span +<!--l. 700--><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 @@ -1338,41 +1557,41 @@ class="E">E</span>X</span> run if it is edited to contain the line class="newline" /> - <div class="verbatim" id="verbatim-7"> + <div class="verbatim" id="verbatim-12"> \let\WriteBookmarks\relax </div> -<!--l. 541--><p class="nopar" > -<!--l. 543--><p class="noindent" > - <h4 class="subsectionHead"><span class="titlemark">3.6 </span> <a - id="x1-100003.6"></a>PDF display and information options</h4> -<!--l. 544--><p class="noindent" > +<!--l. 708--><p class="nopar" > +<!--l. 710--><p class="noindent" > + <h4 class="subsectionHead"><span class="titlemark">3.7 </span> <a + id="x1-110003.7"></a>PDF display and information options</h4> +<!--l. 711--><p class="noindent" > <a - id="x1-10001r6"></a> <!--l. 545--><div class="longtable"> <table id="TBL-7" class="longtable" + id="x1-11001r7"></a> <!--l. 712--><div class="longtable"> <table id="TBL-8" class="longtable" cellspacing="0" cellpadding="0" -><colgroup id="TBL-7-1g"><col -id="TBL-7-1"><col -id="TBL-7-2"><col -id="TBL-7-3"><col -id="TBL-7-4"></colgroup> +><colgroup id="TBL-8-1g"><col +id="TBL-8-1"><col +id="TBL-8-2"><col +id="TBL-8-3"><col +id="TBL-8-4"></colgroup> <tr - style="vertical-align:baseline;" id="TBL-7-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-1-1" + style="vertical-align:baseline;" id="TBL-8-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-1-1" class="td01"><span -class="ec-lmvtt-10">baseurl </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-1-2" +class="ec-lmvtt-10">baseurl </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-1-2" class="td11"> - <!--l. 545--><p class="noindent" >URL </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-1-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-1-4" + <!--l. 712--><p class="noindent" >URL </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-1-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-1-4" class="td10"> - <!--l. 545--><p class="noindent" >Sets the base URL of the PDF document </td> + <!--l. 712--><p class="noindent" >Sets the base URL of the PDF document </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-2-1" + style="vertical-align:baseline;" id="TBL-8-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-2-1" class="td01"><span -class="ec-lmvtt-10">pdfpagemode </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-2-2" +class="ec-lmvtt-10">pdfpagemode </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-2-2" class="td11"> - <!--l. 546--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-2-3" + <!--l. 713--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-2-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-2-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-2-4" class="td10"> - <!--l. 546--><p class="noindent" >Determines how the file is opening in + <!--l. 713--><p class="noindent" >Determines how the file is opening in Acrobat; the possibilities are <span class="ec-lmvtt-10">UseNone</span>, <span @@ -1387,424 +1606,424 @@ class="ec-lmvtt-10">UseAttachments </span>(PDF 1.6). If no option is set, <span class="ec-lmvtt-10">UseOutlines </span>is used. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-3-1" + style="vertical-align:baseline;" id="TBL-8-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-3-1" class="td01"><span -class="ec-lmvtt-10">pdftitle </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-3-2" +class="ec-lmvtt-10">pdftitle </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-3-2" class="td11"> - <!--l. 551--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-3-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-3-4" + <!--l. 718--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-3-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-3-4" class="td10"> - <!--l. 551--><p class="noindent" >Sets the document information Title field </td> + <!--l. 718--><p class="noindent" >Sets the document information Title field </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-4-1" + style="vertical-align:baseline;" id="TBL-8-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-4-1" class="td01"><span -class="ec-lmvtt-10">pdfauthor </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-4-2" +class="ec-lmvtt-10">pdfauthor </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-4-2" class="td11"> - <!--l. 552--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-4-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-4-4" + <!--l. 719--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-4-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-4-4" class="td10"> - <!--l. 552--><p class="noindent" >Sets the document information Author field </td> + <!--l. 719--><p class="noindent" >Sets the document information Author field </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-5-1" + style="vertical-align:baseline;" id="TBL-8-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-5-1" class="td01"><span -class="ec-lmvtt-10">pdfsubject </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-5-2" +class="ec-lmvtt-10">pdfsubject </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-5-2" class="td11"> - <!--l. 553--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-5-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-5-4" + <!--l. 720--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-5-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-5-4" class="td10"> - <!--l. 553--><p class="noindent" >Sets the document information Subject field </td> + <!--l. 720--><p class="noindent" >Sets the document information Subject field </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-6-1" + style="vertical-align:baseline;" id="TBL-8-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-6-1" class="td01"><span -class="ec-lmvtt-10">pdfcreator </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-6-2" +class="ec-lmvtt-10">pdfcreator </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-6-2" class="td11"> - <!--l. 554--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-6-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-6-4" + <!--l. 721--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-6-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-6-4" class="td10"> - <!--l. 554--><p class="noindent" >Sets the document information Creator field </td> + <!--l. 721--><p class="noindent" >Sets the document information Creator field </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-7-1" + 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">pdfproducer </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-7-2" +class="ec-lmvtt-10">pdfproducer </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-7-2" class="td11"> - <!--l. 555--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-7-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-7-4" + <!--l. 722--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-7-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-7-4" class="td10"> - <!--l. 555--><p class="noindent" >Sets the document information Producer field</td> + <!--l. 722--><p class="noindent" >Sets the document information Producer field</td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-8-1" + style="vertical-align:baseline;" id="TBL-8-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-8-1" class="td01"><span -class="ec-lmvtt-10">pdfkeywords </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-8-2" +class="ec-lmvtt-10">pdfkeywords </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-8-2" class="td11"> - <!--l. 556--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-8-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-8-4" + <!--l. 723--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-8-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-8-4" class="td10"> - <!--l. 556--><p class="noindent" >Sets the document information Keywords field</td> + <!--l. 723--><p class="noindent" >Sets the document information Keywords field</td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-9-1" + style="vertical-align:baseline;" id="TBL-8-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-9-1" class="td01"><span -class="ec-lmvtt-10">pdftrapped </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-9-2" +class="ec-lmvtt-10">pdftrapped </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-9-2" class="td11"> - <!--l. 557--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-9-3" + <!--l. 724--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-9-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-9-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-9-4" class="td10"> - <!--l. 557--><p class="noindent" >Sets the document information Trapped entry.</td> + <!--l. 724--><p class="noindent" >Sets the document information Trapped entry.</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"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-10-2" + style="vertical-align:baseline;" id="TBL-8-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-10-1" +class="td01"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-10-2" class="td11"> - <!--l. 558--><p class="noindent" > </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-10-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-10-4" + <!--l. 725--><p class="noindent" > </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-10-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-10-4" class="td10"> - <!--l. 558--><p class="noindent" >Possible values are <span + <!--l. 725--><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> </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"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-11-2" + style="vertical-align:baseline;" id="TBL-8-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-11-1" +class="td01"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-11-2" class="td11"> - <!--l. 559--><p class="noindent" > </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-11-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-11-4" + <!--l. 726--><p class="noindent" > </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-11-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-11-4" class="td10"> - <!--l. 559--><p class="noindent" >An empty value means, the entry is not set. </td> + <!--l. 726--><p class="noindent" >An empty value means, the entry is not set. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-12-1" + style="vertical-align:baseline;" id="TBL-8-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-12-1" class="td01"><span -class="ec-lmvtt-10">pdfinfo </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-12-2" +class="ec-lmvtt-10">pdfinfo </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-12-2" class="td11"> - <!--l. 560--><p class="noindent" >key + <!--l. 727--><p class="noindent" >key value - list </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-12-3" + list </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-12-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-12-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-12-4" class="td10"> - <!--l. 560--><p class="noindent" >Alternative interface for setting the document + <!--l. 727--><p class="noindent" >Alternative interface for setting the document information. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-13-1" + style="vertical-align:baseline;" id="TBL-8-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-13-1" class="td01"><span -class="ec-lmvtt-10">pdfview </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-13-2" +class="ec-lmvtt-10">pdfview </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-13-2" class="td11"> - <!--l. 562--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-13-3" + <!--l. 729--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-13-3" class="td11"> <span -class="ec-lmri-10">XYZ </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-13-4" +class="ec-lmri-10">XYZ </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-13-4" class="td10"> - <!--l. 562--><p class="noindent" >Sets the default PDF ‘view’ for each link </td> + <!--l. 729--><p class="noindent" >Sets the default PDF ‘view’ for each link </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-14-1" + style="vertical-align:baseline;" id="TBL-8-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-14-1" class="td01"><span -class="ec-lmvtt-10">pdfstartpage </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-14-2" +class="ec-lmvtt-10">pdfstartpage </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-14-2" class="td11"> - <!--l. 563--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-14-3" + <!--l. 730--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-14-3" class="td11"> <span -class="ec-lmri-10">1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-14-4" +class="ec-lmri-10">1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-14-4" class="td10"> - <!--l. 563--><p class="noindent" >Determines on which page the PDF file is + <!--l. 730--><p class="noindent" >Determines on which page the PDF file is opened. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-15-1" + style="vertical-align:baseline;" id="TBL-8-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-15-1" class="td01"><span -class="ec-lmvtt-10">pdfstartview </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-15-2" +class="ec-lmvtt-10">pdfstartview </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-15-2" class="td11"> - <!--l. 564--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-15-3" + <!--l. 731--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-15-3" class="td11"> <span -class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-15-4" +class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-15-4" class="td10"> - <!--l. 564--><p class="noindent" >Set the startup page view </td> + <!--l. 731--><p class="noindent" >Set the startup page view </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-16-1" + style="vertical-align:baseline;" id="TBL-8-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-16-1" class="td01"><span -class="ec-lmvtt-10">pdfremotestartview </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-16-2" +class="ec-lmvtt-10">pdfremotestartview </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-16-2" class="td11"> - <!--l. 565--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-16-3" + <!--l. 732--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-16-3" class="td11"> <span -class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-16-4" +class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-16-4" class="td10"> - <!--l. 565--><p class="noindent" >Set the startup page view of remote PDF files</td> + <!--l. 732--><p class="noindent" >Set the startup page view of remote PDF files</td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-17-1" + style="vertical-align:baseline;" id="TBL-8-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-17-1" class="td01"><span -class="ec-lmvtt-10">pdfpagescrop </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-17-2" +class="ec-lmvtt-10">pdfpagescrop </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-17-2" class="td11"> - <!--l. 566--><p class="noindent" >n + <!--l. 733--><p class="noindent" >n n n - n </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-17-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-17-4" + n </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-17-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-17-4" class="td10"> - <!--l. 566--><p class="noindent" >Sets the default PDF crop box for pages. This + <!--l. 733--><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-7-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-18-1" + style="vertical-align:baseline;" id="TBL-8-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-18-1" class="td01"><span -class="ec-lmvtt-10">pdfcenterwindow </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-18-2" +class="ec-lmvtt-10">pdfcenterwindow </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-18-2" class="td11"> - <!--l. 567--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-18-3" + <!--l. 734--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-18-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-18-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-18-4" class="td10"> - <!--l. 567--><p class="noindent" >position the document window in the center + <!--l. 734--><p class="noindent" >position the document window in the center of the screen </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-19-1" + style="vertical-align:baseline;" id="TBL-8-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-19-1" class="td01"><span -class="ec-lmvtt-10">pdfdirection </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-19-2" +class="ec-lmvtt-10">pdfdirection </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-19-2" class="td11"> - <!--l. 568--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-19-3" + <!--l. 735--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-19-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-19-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-19-4" class="td10"> - <!--l. 568--><p class="noindent" >direction setting </td> + <!--l. 735--><p class="noindent" >direction setting </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-20-1" + style="vertical-align:baseline;" id="TBL-8-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-20-1" class="td01"><span -class="ec-lmvtt-10">pdfdisplaydoctitle </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-20-2" +class="ec-lmvtt-10">pdfdisplaydoctitle </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-20-2" class="td11"> - <!--l. 569--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-20-3" + <!--l. 736--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-20-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-20-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-20-4" class="td10"> - <!--l. 569--><p class="noindent" >display document title instead of file name in + <!--l. 736--><p class="noindent" >display document title instead of file name in title bar </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-21-1" -class="td01"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-21-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-21-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-21-4" + style="vertical-align:baseline;" id="TBL-8-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-21-1" +class="td01"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-21-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-21-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-21-4" class="td10"></td></tr> <tr - style="vertical-align:baseline;" id="TBL-7-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-22-1" + style="vertical-align:baseline;" id="TBL-8-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-22-1" class="td01"><span -class="ec-lmvtt-10">pdfduplex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-22-2" +class="ec-lmvtt-10">pdfduplex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-22-2" class="td11"> - <!--l. 571--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-22-3" + <!--l. 738--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-22-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-22-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-22-4" class="td10"> - <!--l. 571--><p class="noindent" >paper handling option for print dialog </td> + <!--l. 738--><p class="noindent" >paper handling option for print dialog </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-23-1" + style="vertical-align:baseline;" id="TBL-8-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-23-1" class="td01"><span -class="ec-lmvtt-10">pdffitwindow </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-23-2" +class="ec-lmvtt-10">pdffitwindow </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-23-2" class="td11"> - <!--l. 572--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-23-3" + <!--l. 739--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-23-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-23-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-23-4" class="td10"> - <!--l. 572--><p class="noindent" >resize document window to fit document size </td> + <!--l. 739--><p class="noindent" >resize document window to fit document size </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-24-1" + style="vertical-align:baseline;" id="TBL-8-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-24-1" class="td01"><span -class="ec-lmvtt-10">pdflang </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-24-2" +class="ec-lmvtt-10">pdflang </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-24-2" class="td11"> - <!--l. 573--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-24-3" + <!--l. 740--><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">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-24-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-24-4" class="td10"> - <!--l. 573--><p class="noindent" >PDF language identifier (RFC 3066) </td> + <!--l. 740--><p class="noindent" >PDF language identifier (RFC 3066) </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-25-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-25-1" + style="vertical-align:baseline;" id="TBL-8-25-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-25-1" class="td01"><span -class="ec-lmvtt-10">pdfmenubar </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-25-2" +class="ec-lmvtt-10">pdfmenubar </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-25-2" class="td11"> - <!--l. 574--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-25-3" + <!--l. 741--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-25-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-25-4" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-25-4" class="td10"> - <!--l. 574--><p class="noindent" >make PDF viewer’s menu bar visible </td> + <!--l. 741--><p class="noindent" >make PDF viewer’s menu bar visible </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-26-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-26-1" + style="vertical-align:baseline;" id="TBL-8-26-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-26-1" class="td01"><span -class="ec-lmvtt-10">pdfnewwindow </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-26-2" +class="ec-lmvtt-10">pdfnewwindow </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-26-2" class="td11"> - <!--l. 575--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-26-3" + <!--l. 742--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-26-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-26-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-26-4" class="td10"> - <!--l. 575--><p class="noindent" >make links that open another PDF file start a + <!--l. 742--><p class="noindent" >make links that open another PDF file start a new window </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-27-1" + style="vertical-align:baseline;" id="TBL-8-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-27-1" class="td01"><span -class="ec-lmvtt-10">pdfnonfullscreenpagemode </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-27-2" +class="ec-lmvtt-10">pdfnonfullscreenpagemode </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-27-2" class="td11"> - <!--l. 577--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-27-3" + <!--l. 744--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-27-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-27-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-27-4" class="td10"> - <!--l. 577--><p class="noindent" >page mode setting on exiting full-screen mode</td> + <!--l. 744--><p class="noindent" >page mode setting on exiting full-screen mode</td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-28-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-28-1" + style="vertical-align:baseline;" id="TBL-8-28-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-28-1" class="td01"><span -class="ec-lmvtt-10">pdfnumcopies </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-28-2" +class="ec-lmvtt-10">pdfnumcopies </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-28-2" class="td11"> - <!--l. 579--><p class="noindent" >integer </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-28-3" + <!--l. 746--><p class="noindent" >integer </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-28-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-28-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-28-4" class="td10"> - <!--l. 579--><p class="noindent" >number of printed copies </td> + <!--l. 746--><p class="noindent" >number of printed copies </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-29-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-29-1" + style="vertical-align:baseline;" id="TBL-8-29-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-29-1" class="td01"><span -class="ec-lmvtt-10">pdfpagelayout </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-29-2" +class="ec-lmvtt-10">pdfpagelayout </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-29-2" class="td11"> - <!--l. 580--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-29-3" + <!--l. 747--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-29-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-29-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-29-4" class="td10"> - <!--l. 580--><p class="noindent" >set layout of PDF pages </td> + <!--l. 747--><p class="noindent" >set layout of PDF pages </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-30-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-30-1" + style="vertical-align:baseline;" id="TBL-8-30-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-30-1" class="td01"><span -class="ec-lmvtt-10">pdfpagelabels </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-30-2" +class="ec-lmvtt-10">pdfpagelabels </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-30-2" class="td11"> - <!--l. 581--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-30-3" + <!--l. 748--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-30-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-30-4" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-30-4" class="td10"> - <!--l. 581--><p class="noindent" >set PDF page labels </td> + <!--l. 748--><p class="noindent" >set PDF page labels </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-31-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-31-1" + style="vertical-align:baseline;" id="TBL-8-31-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-31-1" class="td01"><span -class="ec-lmvtt-10">pdfpagetransition </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-31-2" +class="ec-lmvtt-10">pdfpagetransition </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-31-2" class="td11"> - <!--l. 582--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-31-3" + <!--l. 749--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-31-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-31-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-31-4" class="td10"> - <!--l. 582--><p class="noindent" >set PDF page transition style </td> + <!--l. 749--><p class="noindent" >set PDF page transition style </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-32-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-32-1" + style="vertical-align:baseline;" id="TBL-8-32-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-32-1" class="td01"><span -class="ec-lmvtt-10">pdfpicktraybypdfsize </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-32-2" +class="ec-lmvtt-10">pdfpicktraybypdfsize </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-32-2" class="td11"> - <!--l. 583--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-32-3" + <!--l. 750--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-32-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-32-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-32-4" class="td10"> - <!--l. 583--><p class="noindent" >set option for print dialog </td> + <!--l. 750--><p class="noindent" >set option for print dialog </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-33-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-33-1" + style="vertical-align:baseline;" id="TBL-8-33-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-33-1" class="td01"><span -class="ec-lmvtt-10">pdfprintarea </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-33-2" +class="ec-lmvtt-10">pdfprintarea </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-33-2" class="td11"> - <!--l. 584--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-33-3" + <!--l. 751--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-33-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-33-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-33-4" class="td10"> - <!--l. 584--><p class="noindent" >set /PrintArea of viewer preferences </td> + <!--l. 751--><p class="noindent" >set /PrintArea of viewer preferences </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-34-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-34-1" + style="vertical-align:baseline;" id="TBL-8-34-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-34-1" class="td01"><span -class="ec-lmvtt-10">pdfprintclip </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-34-2" +class="ec-lmvtt-10">pdfprintclip </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-34-2" class="td11"> - <!--l. 585--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-34-3" + <!--l. 752--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-34-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-34-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-34-4" class="td10"> - <!--l. 585--><p class="noindent" >set /PrintClip of viewer preferences </td> + <!--l. 752--><p class="noindent" >set /PrintClip of viewer preferences </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-35-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-35-1" + style="vertical-align:baseline;" id="TBL-8-35-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-35-1" class="td01"><span -class="ec-lmvtt-10">pdfprintpagerange </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-35-2" +class="ec-lmvtt-10">pdfprintpagerange </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-35-2" class="td11"> - <!--l. 586--><p class="noindent" >n + <!--l. 753--><p class="noindent" >n n (n - n)* </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-35-3" + n)* </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-35-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-35-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-35-4" class="td10"> - <!--l. 587--><p class="noindent" >set /PrintPageRange of viewer preferences </td> + <!--l. 754--><p class="noindent" >set /PrintPageRange of viewer preferences </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-36-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-36-1" + style="vertical-align:baseline;" id="TBL-8-36-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-36-1" class="td01"><span -class="ec-lmvtt-10">pdfprintscaling </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-36-2" +class="ec-lmvtt-10">pdfprintscaling </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-36-2" class="td11"> - <!--l. 589--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-36-3" + <!--l. 756--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-36-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-36-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-36-4" class="td10"> - <!--l. 589--><p class="noindent" >page scaling option for print dialog (option + <!--l. 756--><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 class="ec-lmvtt-10">AppDefault</span> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-37-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-37-1" + style="vertical-align:baseline;" id="TBL-8-37-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-37-1" class="td01"><span -class="ec-lmvtt-10">pdftoolbar </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-37-2" +class="ec-lmvtt-10">pdftoolbar </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-37-2" class="td11"> - <!--l. 594--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-37-3" + <!--l. 761--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-37-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-37-4" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-37-4" class="td10"> - <!--l. 594--><p class="noindent" >make PDF toolbar visible </td> + <!--l. 761--><p class="noindent" >make PDF toolbar visible </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-38-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-38-1" + style="vertical-align:baseline;" id="TBL-8-38-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-38-1" class="td01"><span -class="ec-lmvtt-10">pdfviewarea </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-38-2" +class="ec-lmvtt-10">pdfviewarea </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-38-2" class="td11"> - <!--l. 595--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-38-3" + <!--l. 762--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-38-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-38-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-38-4" class="td10"> - <!--l. 595--><p class="noindent" >set /ViewArea of viewer preferences </td> + <!--l. 762--><p class="noindent" >set /ViewArea of viewer preferences </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-39-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-39-1" + style="vertical-align:baseline;" id="TBL-8-39-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-39-1" class="td01"><span -class="ec-lmvtt-10">pdfviewclip </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-39-2" +class="ec-lmvtt-10">pdfviewclip </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-39-2" class="td11"> - <!--l. 596--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-39-3" + <!--l. 763--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-39-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-39-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-39-4" class="td10"> - <!--l. 596--><p class="noindent" >set /ViewClip of viewer preferences </td> + <!--l. 763--><p class="noindent" >set /ViewClip of viewer preferences </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-40-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-40-1" + style="vertical-align:baseline;" id="TBL-8-40-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-40-1" class="td01"><span -class="ec-lmvtt-10">pdfwindowui </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-40-2" +class="ec-lmvtt-10">pdfwindowui </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-40-2" class="td11"> - <!--l. 597--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-40-3" + <!--l. 764--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-40-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-40-4" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-40-4" class="td10"> - <!--l. 597--><p class="noindent" >make PDF user interface elements visible </td> + <!--l. 764--><p class="noindent" >make PDF user interface elements visible </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-41-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-41-1" + style="vertical-align:baseline;" id="TBL-8-41-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-41-1" class="td01"><span -class="ec-lmvtt-10">unicode </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-41-2" +class="ec-lmvtt-10">unicode </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-41-2" class="td11"> - <!--l. 598--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-41-3" + <!--l. 765--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-41-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-41-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-41-4" class="td10"> - <!--l. 598--><p class="noindent" >Unicode encoded PDF strings </td> + <!--l. 765--><p class="noindent" >Unicode encoded PDF strings </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-42-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-42-1" + style="vertical-align:baseline;" id="TBL-8-42-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-42-1" class="td01"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-43-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-43-1" + style="vertical-align:baseline;" id="TBL-8-43-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-43-1" class="td01"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-44-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-44-1" + style="vertical-align:baseline;" id="TBL-8-44-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-44-1" class="td01"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-7-45-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-45-1" + 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. 601--><p class="indent" > Each link in Acrobat carries its own magnification level, which is set using PDF coordinate space, +<!--l. 768--><p class="indent" > 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> that is explained on page <a -href="#x1-170004.2">37<!--tex4ht:ref: hypercalcbp --></a>. pdf<span class="TEX">T<span +href="#x1-180004.2">43<!--tex4ht:ref: hypercalcbp --></a>. pdf<span class="TEX">T<span class="E">E</span>X</span> works by supplying default values for <span class="ec-lmvtt-10">XYZ</span> (horizontal <span @@ -1819,168 +2038,168 @@ class="ec-lmvtt-10">pdfview</span>, <span class="ec-lmvtt-10">pdfstartview </span>and <span class="ec-lmvtt-10">pdfremotestartview</span> parameters. -<!--l. 613--><p class="noindent" > +<!--l. 780--><p class="noindent" > <a - id="x1-10002r7"></a> <!--l. 614--><div class="longtable"> <table id="TBL-8" class="longtable" + id="x1-11002r8"></a> <!--l. 781--><div class="longtable"> <table id="TBL-9" class="longtable" cellspacing="0" cellpadding="0" -><colgroup id="TBL-8-1g"><col -id="TBL-8-1"><col -id="TBL-8-2"><col -id="TBL-8-3"></colgroup> +><colgroup id="TBL-9-1g"><col +id="TBL-9-1"><col +id="TBL-9-2"><col +id="TBL-9-3"></colgroup> <tr - style="vertical-align:baseline;" id="TBL-8-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-1-1" + style="vertical-align:baseline;" id="TBL-9-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-1-1" class="td11"> <span -class="ec-lmvtt-10">XYZ </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-8-1-2" +class="ec-lmvtt-10">XYZ </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-9-1-2" class="td11"> <span -class="ec-lmri-10">left top zoom </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-1-3" +class="ec-lmri-10">left top zoom </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-1-3" class="td11"> - <!--l. 614--><p class="noindent" >Sets a coordinate and a zoom factor. If any one + <!--l. 781--><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 class="ec-lmri-10">null </span>will give the same values as the current page. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-8-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-2-1" + style="vertical-align:baseline;" id="TBL-9-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-2-1" class="td11"> <span -class="ec-lmvtt-10">Fit </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-8-2-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-2-3" +class="ec-lmvtt-10">Fit </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-9-2-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-9-2-3" class="td11"> - <!--l. 616--><p class="noindent" >Fits the page to the window. </td> + <!--l. 783--><p class="noindent" >Fits the page to the window. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-8-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-3-1" + style="vertical-align:baseline;" id="TBL-9-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-3-1" class="td11"> <span -class="ec-lmvtt-10">FitH </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-8-3-2" +class="ec-lmvtt-10">FitH </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-9-3-2" class="td11"> <span -class="ec-lmri-10">top </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-3-3" +class="ec-lmri-10">top </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-3-3" class="td11"> - <!--l. 617--><p class="noindent" >Fits the width of the page to the window. </td> + <!--l. 784--><p class="noindent" >Fits the width of the page to the window. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-8-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-4-1" + style="vertical-align:baseline;" id="TBL-9-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-4-1" class="td11"> <span -class="ec-lmvtt-10">FitV </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-8-4-2" +class="ec-lmvtt-10">FitV </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-9-4-2" class="td11"> <span -class="ec-lmri-10">left </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-4-3" +class="ec-lmri-10">left </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-4-3" class="td11"> - <!--l. 618--><p class="noindent" >Fits the height of the page to the window. </td> + <!--l. 785--><p class="noindent" >Fits the height of the page to the window. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-8-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-5-1" + style="vertical-align:baseline;" id="TBL-9-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-5-1" class="td11"> <span -class="ec-lmvtt-10">FitR </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-8-5-2" +class="ec-lmvtt-10">FitR </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-9-5-2" class="td11"> <span -class="ec-lmri-10">left bottom right top </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-5-3" +class="ec-lmri-10">left bottom right top </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-5-3" class="td11"> - <!--l. 619--><p class="noindent" >Fits the rectangle specified by the four + <!--l. 786--><p class="noindent" >Fits the rectangle specified by the four coordinates to the window. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-8-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-6-1" + style="vertical-align:baseline;" id="TBL-9-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-6-1" class="td11"> <span -class="ec-lmvtt-10">FitB </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-8-6-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-6-3" +class="ec-lmvtt-10">FitB </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-9-6-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-9-6-3" class="td11"> - <!--l. 620--><p class="noindent" >Fits the page bounding box to the window. </td> + <!--l. 787--><p class="noindent" >Fits the page bounding box to the window. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-8-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-7-1" + style="vertical-align:baseline;" id="TBL-9-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-7-1" class="td11"> <span -class="ec-lmvtt-10">FitBH </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-8-7-2" +class="ec-lmvtt-10">FitBH </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-9-7-2" class="td11"> <span -class="ec-lmri-10">top </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-7-3" +class="ec-lmri-10">top </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-7-3" class="td11"> - <!--l. 621--><p class="noindent" >Fits the width of the page bounding box to + <!--l. 788--><p class="noindent" >Fits the width of the page bounding box to the window. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-8-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-8-1" + style="vertical-align:baseline;" id="TBL-9-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-8-1" class="td11"> <span -class="ec-lmvtt-10">FitBV </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-8-8-2" +class="ec-lmvtt-10">FitBV </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-9-8-2" class="td11"> <span -class="ec-lmri-10">left </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-8-3" +class="ec-lmri-10">left </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-8-3" class="td11"> - <!--l. 622--><p class="noindent" >Fits the height of the page bounding box to + <!--l. 789--><p class="noindent" >Fits the height of the page bounding box to the window. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-8-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-9-1" + style="vertical-align:baseline;" id="TBL-9-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-9-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-8-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-10-1" + style="vertical-align:baseline;" id="TBL-9-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-10-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-8-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-11-1" + style="vertical-align:baseline;" id="TBL-9-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-11-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-8-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-12-1" + style="vertical-align:baseline;" id="TBL-9-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-12-1" class="td11"> </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="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-13-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-13-3" + style="vertical-align:baseline;" id="TBL-9-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-13-1" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-13-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-9-13-3" class="td11"></td></tr> </table></div> -<!--l. 625--><p class="indent" > The <span +<!--l. 792--><p class="indent" > The <span class="ec-lmvtt-10">pdfpagelayout </span>can be one of the following values. -<!--l. 627--><p class="noindent" > +<!--l. 794--><p class="noindent" > <a - id="x1-10003r8"></a> <!--l. 628--><div class="longtable"> <table id="TBL-9" class="longtable" + id="x1-11003r9"></a> <!--l. 795--><div class="longtable"> <table id="TBL-10" class="longtable" cellspacing="0" cellpadding="0" -><colgroup id="TBL-9-1g"><col -id="TBL-9-1"><col -id="TBL-9-2"></colgroup> +><colgroup id="TBL-10-1g"><col +id="TBL-10-1"><col +id="TBL-10-2"></colgroup> <tr - style="vertical-align:baseline;" id="TBL-9-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-1-1" + style="vertical-align:baseline;" id="TBL-10-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-1-1" class="td11"> <span -class="ec-lmvtt-10">SinglePage </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-1-2" +class="ec-lmvtt-10">SinglePage </span></td><td style="white-space:wrap; text-align:left;" id="TBL-10-1-2" class="td11"> - <!--l. 628--><p class="noindent" >Displays a single page; advancing flips the page </td> + <!--l. 795--><p class="noindent" >Displays a single page; advancing flips the page </td> </tr><tr - style="vertical-align:baseline;" id="TBL-9-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-2-1" + style="vertical-align:baseline;" id="TBL-10-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-2-1" class="td11"> <span -class="ec-lmvtt-10">OneColumn </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-2-2" +class="ec-lmvtt-10">OneColumn </span></td><td style="white-space:wrap; text-align:left;" id="TBL-10-2-2" class="td11"> - <!--l. 629--><p class="noindent" >Displays the document in one column; continuous scrolling. </td> + <!--l. 796--><p class="noindent" >Displays the document in one column; continuous scrolling. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-9-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-3-1" + style="vertical-align:baseline;" id="TBL-10-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-3-1" class="td11"> <span -class="ec-lmvtt-10">TwoColumnLeft </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-3-2" +class="ec-lmvtt-10">TwoColumnLeft </span></td><td style="white-space:wrap; text-align:left;" id="TBL-10-3-2" class="td11"> - <!--l. 630--><p class="noindent" >Displays the document in two columns, odd-numbered pages to + <!--l. 797--><p class="noindent" >Displays the document in two columns, odd-numbered pages to the left. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-9-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-4-1" + style="vertical-align:baseline;" id="TBL-10-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-4-1" class="td11"> <span -class="ec-lmvtt-10">TwoColumnRight </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-4-2" +class="ec-lmvtt-10">TwoColumnRight </span></td><td style="white-space:wrap; text-align:left;" id="TBL-10-4-2" class="td11"> - <!--l. 631--><p class="noindent" >Displays the document in two columns, odd-numbered pages to + <!--l. 798--><p class="noindent" >Displays the document in two columns, odd-numbered pages to the right. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-9-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-5-1" + style="vertical-align:baseline;" id="TBL-10-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-5-1" class="td11"> <span -class="ec-lmvtt-10">TwoPageLeft </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-5-2" +class="ec-lmvtt-10">TwoPageLeft </span></td><td style="white-space:wrap; text-align:left;" id="TBL-10-5-2" class="td11"> - <!--l. 632--><p class="noindent" >Displays two pages, odd-numbered pages to the left (since PDF + <!--l. 799--><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-9-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-6-1" + style="vertical-align:baseline;" id="TBL-10-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-6-1" class="td11"> <span -class="ec-lmvtt-10">TwoPageRight </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-6-2" +class="ec-lmvtt-10">TwoPageRight </span></td><td style="white-space:wrap; text-align:left;" id="TBL-10-6-2" class="td11"> - <!--l. 633--><p class="noindent" >Displays two pages, odd-numbered pages to the right (since PDF + <!--l. 800--><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-9-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-7-1" + style="vertical-align:baseline;" id="TBL-10-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-7-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-9-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-8-1" + style="vertical-align:baseline;" id="TBL-10-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-8-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-9-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-9-1" + style="vertical-align:baseline;" id="TBL-10-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-9-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-9-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-10-1" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-9-10-2" + style="vertical-align:baseline;" id="TBL-10-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-10-1" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-10-10-2" class="td11"></td></tr> </table></div> -<!--l. 636--><p class="indent" > Finally, the <span +<!--l. 803--><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 @@ -1993,80 +2212,80 @@ class="ec-lmvtt-10">Blinds /Dm /V</span>), and <span 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>). -<!--l. 643--><p class="noindent" > +<!--l. 810--><p class="noindent" > <a - id="x1-10004r9"></a> <!--l. 644--><div class="longtable"> <table id="TBL-10" class="longtable" + id="x1-11004r10"></a> <!--l. 811--><div class="longtable"> <table id="TBL-11" class="longtable" cellspacing="0" cellpadding="0" -><colgroup id="TBL-10-1g"><col -id="TBL-10-1"><col -id="TBL-10-2"><col -id="TBL-10-3"></colgroup> +><colgroup id="TBL-11-1g"><col +id="TBL-11-1"><col +id="TBL-11-2"><col +id="TBL-11-3"></colgroup> <tr - style="vertical-align:baseline;" id="TBL-10-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-1-1" + style="vertical-align:baseline;" id="TBL-11-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-1-1" class="td11"> <span -class="ec-lmvtt-10">Blinds </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-10-1-2" -class="td11"> /Dm </td><td style="white-space:wrap; text-align:left;" id="TBL-10-1-3" +class="ec-lmvtt-10">Blinds </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-1-2" +class="td11"> /Dm </td><td style="white-space:wrap; text-align:left;" id="TBL-11-1-3" class="td11"> - <!--l. 644--><p class="noindent" >Multiple lines distributed evenly across the screen sweep + <!--l. 811--><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-10-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-2-1" + style="vertical-align:baseline;" id="TBL-11-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-2-1" class="td11"> <span -class="ec-lmvtt-10">Box </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-10-2-2" -class="td11"> /M </td><td style="white-space:wrap; text-align:left;" id="TBL-10-2-3" +class="ec-lmvtt-10">Box </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-2-2" +class="td11"> /M </td><td style="white-space:wrap; text-align:left;" id="TBL-11-2-3" class="td11"> - <!--l. 646--><p class="noindent" >A box sweeps in or out. </td> + <!--l. 813--><p class="noindent" >A box sweeps in or out. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-10-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-3-1" + style="vertical-align:baseline;" id="TBL-11-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-3-1" class="td11"> <span -class="ec-lmvtt-10">Dissolve </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-10-3-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-10-3-3" +class="ec-lmvtt-10">Dissolve </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-3-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-3-3" class="td11"> - <!--l. 647--><p class="noindent" >The page image dissolves in a piecemeal fashion to reveal + <!--l. 814--><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-10-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-4-1" + style="vertical-align:baseline;" id="TBL-11-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-4-1" class="td11"> <span -class="ec-lmvtt-10">Glitter </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-10-4-2" -class="td11"> /Di </td><td style="white-space:wrap; text-align:left;" id="TBL-10-4-3" +class="ec-lmvtt-10">Glitter </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-4-2" +class="td11"> /Di </td><td style="white-space:wrap; text-align:left;" id="TBL-11-4-3" class="td11"> - <!--l. 648--><p class="noindent" >Similar to Dissolve, except the effect sweeps across the + <!--l. 815--><p class="noindent" >Similar to Dissolve, except the effect sweeps across the screen. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-10-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-5-1" + style="vertical-align:baseline;" id="TBL-11-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-5-1" class="td11"> <span -class="ec-lmvtt-10">Split </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-10-5-2" -class="td11"> /Dm /M </td><td style="white-space:wrap; text-align:left;" id="TBL-10-5-3" +class="ec-lmvtt-10">Split </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-5-2" +class="td11"> /Dm /M </td><td style="white-space:wrap; text-align:left;" id="TBL-11-5-3" class="td11"> - <!--l. 649--><p class="noindent" >Two lines sweep across the screen to reveal the new page. </td> + <!--l. 816--><p class="noindent" >Two lines sweep across the screen to reveal the new page. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-10-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-6-1" + style="vertical-align:baseline;" id="TBL-11-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-6-1" class="td11"> <span -class="ec-lmvtt-10">Wipe </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-10-6-2" -class="td11"> /Di </td><td style="white-space:wrap; text-align:left;" id="TBL-10-6-3" +class="ec-lmvtt-10">Wipe </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-6-2" +class="td11"> /Di </td><td style="white-space:wrap; text-align:left;" id="TBL-11-6-3" class="td11"> - <!--l. 650--><p class="noindent" >A single line sweeps across the screen to reveal the new + <!--l. 817--><p class="noindent" >A single line sweeps across the screen to reveal the new page. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-10-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-7-1" + style="vertical-align:baseline;" id="TBL-11-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-7-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-10-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-8-1" + style="vertical-align:baseline;" id="TBL-11-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-8-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-10-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-9-1" + style="vertical-align:baseline;" id="TBL-11-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-9-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-10-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-10-1" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-10-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-10-10-3" + style="vertical-align:baseline;" id="TBL-11-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-10-1" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-10-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-10-3" class="td11"></td></tr> </table></div> -<!--l. 653--><p class="noindent" > - <h4 class="subsectionHead"><span class="titlemark">3.7 </span> <a - id="x1-110003.7"></a>Option <span +<!--l. 820--><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. 655--><p class="noindent" >The information entries can be set using <span +<!--l. 822--><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 @@ -2083,7 +2302,7 @@ strings (see PDF specification). Example: <div class="quote"> - <div class="verbatim" id="verbatim-8"> + <div class="verbatim" id="verbatim-13"> \hypersetup{  <br />  pdfinfo={  <br />    Title={My Title}, @@ -2093,304 +2312,314 @@ strings (see PDF specification). Example:  <br />  }  <br />} </div> - <!--l. 674--><p class="nopar" ></div> -<!--l. 677--><p class="noindent" > - <h4 class="subsectionHead"><span class="titlemark">3.8 </span> <a - id="x1-120003.8"></a>Big alphabetical list</h4> -<!--l. 679--><p class="noindent" >The following is a complete listing of available options for <span + <!--l. 841--><p class="nopar" ></div> +<!--l. 844--><p class="noindent" > + <h4 class="subsectionHead"><span class="titlemark">3.9 </span> <a + id="x1-130003.9"></a>Big alphabetical list</h4> +<!--l. 846--><p class="noindent" >The following is a complete listing of available options for <span class="ec-lmss-10">hyperref</span>, arranged alphabetically. -<!--l. 682--><p class="noindent" > +<!--l. 849--><p class="noindent" > <a - id="x1-12001r10"></a> <!--l. 683--><div class="longtable"> <table id="TBL-11" class="longtable" + id="x1-13001r11"></a> <!--l. 850--><div class="longtable"> <table id="TBL-12" class="longtable" cellspacing="0" cellpadding="0" -><colgroup id="TBL-11-1g"><col -id="TBL-11-1"><col -id="TBL-11-2"><col -id="TBL-11-3"></colgroup> +><colgroup id="TBL-12-1g"><col +id="TBL-12-1"><col +id="TBL-12-2"><col +id="TBL-12-3"></colgroup> <tr - style="vertical-align:baseline;" id="TBL-11-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-1-1" + style="vertical-align:baseline;" id="TBL-12-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-1-1" class="td01"><span -class="ec-lmvtt-10">anchorcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-1-2" +class="ec-lmvtt-10">anchorcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-1-2" class="td11"> <span -class="ec-lmri-10">black </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-1-3" +class="ec-lmri-10">black </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-1-3" class="td10"> - <!--l. 683--><p class="noindent" >set color of anchors </td> + <!--l. 850--><p class="noindent" >set color of anchors </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-2-1" + style="vertical-align:baseline;" id="TBL-12-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-2-1" class="td01"><span -class="ec-lmvtt-10">backref </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-2-2" +class="ec-lmvtt-10">backref </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-2-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-2-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-2-3" class="td10"> - <!--l. 684--><p class="noindent" >do bibliographical back references </td> + <!--l. 851--><p class="noindent" >do bibliographical back references </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-3-1" + style="vertical-align:baseline;" id="TBL-12-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-3-1" class="td01"><span -class="ec-lmvtt-10">baseurl </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-3-2" +class="ec-lmvtt-10">baseurl </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-3-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-3-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-3-3" class="td10"> - <!--l. 685--><p class="noindent" >set base URL for document </td> + <!--l. 852--><p class="noindent" >set base URL for document </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-4-1" + style="vertical-align:baseline;" id="TBL-12-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-4-1" class="td01"><span -class="ec-lmvtt-10">bookmarks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-4-2" +class="ec-lmvtt-10">bookmarks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-4-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-4-3" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-4-3" class="td10"> - <!--l. 686--><p class="noindent" >make bookmarks </td> + <!--l. 853--><p class="noindent" >make bookmarks </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-5-1" + style="vertical-align:baseline;" id="TBL-12-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-5-1" class="td01"><span -class="ec-lmvtt-10">bookmarksnumbered </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-5-2" +class="ec-lmvtt-10">bookmarksnumbered </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-5-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-5-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-5-3" class="td10"> - <!--l. 687--><p class="noindent" >put section numbers in bookmarks </td> + <!--l. 854--><p class="noindent" >put section numbers in bookmarks </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-6-1" + style="vertical-align:baseline;" id="TBL-12-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-6-1" class="td01"><span -class="ec-lmvtt-10">bookmarksopen </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-6-2" +class="ec-lmvtt-10">bookmarksopen </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-6-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-6-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-6-3" class="td10"> - <!--l. 688--><p class="noindent" >open up bookmark tree </td> + <!--l. 855--><p class="noindent" >open up bookmark tree </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-7-1" + style="vertical-align:baseline;" id="TBL-12-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-7-1" class="td01"><span -class="ec-lmvtt-10">bookmarksopenlevel </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-7-2" +class="ec-lmvtt-10">bookmarksopenlevel </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-7-2" class="td11"> <span -class="ec-lmvtt-10">\maxdimen </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-7-3" +class="ec-lmvtt-10">\maxdimen </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-7-3" class="td10"> - <!--l. 689--><p class="noindent" >level to which bookmarks are open </td> + <!--l. 856--><p class="noindent" >level to which bookmarks are open </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-8-1" + style="vertical-align:baseline;" id="TBL-12-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-8-1" class="td01"><span -class="ec-lmvtt-10">bookmarkstype </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-8-2" +class="ec-lmvtt-10">bookmarkstype </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-8-2" class="td11"> <span -class="ec-lmri-10">toc </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-8-3" +class="ec-lmri-10">toc </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-8-3" class="td10"> - <!--l. 690--><p class="noindent" >to specify which ‘toc’ file to mimic </td> + <!--l. 857--><p class="noindent" >to specify which ‘toc’ file to mimic </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-9-1" + style="vertical-align:baseline;" id="TBL-12-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-9-1" class="td01"><span -class="ec-lmvtt-10">breaklinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-9-2" +class="ec-lmvtt-10">breaklinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-9-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-9-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-9-3" class="td10"> - <!--l. 691--><p class="noindent" >allow links to break over lines </td> + <!--l. 858--><p class="noindent" >allow links to break over lines </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-10-1" + style="vertical-align:baseline;" id="TBL-12-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-10-1" class="td01"><span -class="ec-lmvtt-10">CJKbookmarks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-10-2" +class="ec-lmvtt-10">CJKbookmarks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-10-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-10-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-10-3" class="td10"> - <!--l. 692--><p class="noindent" >to produce CJK bookmarks </td> + <!--l. 859--><p class="noindent" >to produce CJK bookmarks </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-11-1" + style="vertical-align:baseline;" id="TBL-12-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-11-1" class="td01"><span -class="ec-lmvtt-10">citebordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-11-2" +class="ec-lmvtt-10">citebordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-11-2" class="td11"> <span -class="ec-lmri-10">0 1 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-11-3" +class="ec-lmri-10">0 1 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-11-3" class="td10"> - <!--l. 693--><p class="noindent" >color of border around cites </td> + <!--l. 860--><p class="noindent" >color of border around cites </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-12-1" + style="vertical-align:baseline;" id="TBL-12-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-12-1" class="td01"><span -class="ec-lmvtt-10">citecolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-12-2" +class="ec-lmvtt-10">citecolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-12-2" class="td11"> <span -class="ec-lmri-10">green </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-12-3" +class="ec-lmri-10">green </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-12-3" class="td10"> - <!--l. 694--><p class="noindent" >color of citation links </td> + <!--l. 861--><p class="noindent" >color of citation links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-13-1" + style="vertical-align:baseline;" id="TBL-12-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-13-1" class="td01"><span -class="ec-lmvtt-10">colorlinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-13-2" +class="ec-lmvtt-10">colorlinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-13-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-13-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-13-3" class="td10"> - <!--l. 695--><p class="noindent" >color links </td> + <!--l. 862--><p class="noindent" >color links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-14-1" -class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-14-2" + style="vertical-align:baseline;" id="TBL-12-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-14-1" +class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-12-14-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-14-3" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-14-3" class="td10"> - <!--l. 696--><p class="noindent" >(<span + <!--l. 863--><p class="noindent" >(<span class="ec-lmss-10">tex4ht</span>, <span class="ec-lmss-10">dviwindo</span>) </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-15-1" + style="vertical-align:baseline;" id="TBL-12-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-15-1" class="td01"><span -class="ec-lmvtt-10">debug </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-15-2" +class="ec-lmvtt-10">debug </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-15-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-15-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-15-3" class="td10"> - <!--l. 697--><p class="noindent" >provide details of anchors defined; same as + <!--l. 864--><p class="noindent" >provide details of anchors defined; same as verbose </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-16-1" + style="vertical-align:baseline;" id="TBL-12-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-16-1" class="td01"><span -class="ec-lmvtt-10">draft </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-16-2" +class="ec-lmvtt-10">destlabel </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-16-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-16-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-16-3" class="td10"> - <!--l. 698--><p class="noindent" >do not do any hyperlinking </td> + <!--l. 865--><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-11-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-17-1" + style="vertical-align:baseline;" id="TBL-12-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-17-1" class="td01"><span -class="ec-lmvtt-10">dvipdfm </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-17-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-17-3" +class="ec-lmvtt-10">draft </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-17-2" +class="td11"> <span +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-17-3" +class="td10"> + <!--l. 866--><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:wrap; text-align:left;" id="TBL-12-18-3" class="td10"> - <!--l. 699--><p class="noindent" >use <span + <!--l. 867--><p class="noindent" >use <span class="ec-lmss-10">dvipdfm </span>backend </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-18-1" + style="vertical-align:baseline;" id="TBL-12-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-19-1" class="td01"><span -class="ec-lmvtt-10">dvipdfmx </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-18-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-18-3" +class="ec-lmvtt-10">dvipdfmx </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-19-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-19-3" class="td10"> - <!--l. 700--><p class="noindent" >use <span + <!--l. 868--><p class="noindent" >use <span class="ec-lmss-10">dvipdfmx </span>backend </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-19-1" + style="vertical-align:baseline;" id="TBL-12-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-20-1" class="td01"><span -class="ec-lmvtt-10">dvips </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-19-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-19-3" +class="ec-lmvtt-10">dvips </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-20-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-20-3" class="td10"> - <!--l. 701--><p class="noindent" >use <span + <!--l. 869--><p class="noindent" >use <span class="ec-lmss-10">dvips </span>backend </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-20-1" + style="vertical-align:baseline;" id="TBL-12-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-21-1" +class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-12-21-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-21-3" +class="td10"></td></tr> +<tr + style="vertical-align:baseline;" id="TBL-12-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-22-1" class="td01"><span -class="ec-lmvtt-10">dvipsone </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-20-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-20-3" +class="ec-lmvtt-10">dvipsone </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-22-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-22-3" class="td10"> - <!--l. 702--><p class="noindent" >use <span + <!--l. 870--><p class="noindent" >use <span class="ec-lmss-10">dvipsone </span>backend </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-21-1" -class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-21-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-21-3" -class="td10"></td></tr> -<tr - style="vertical-align:baseline;" id="TBL-11-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-22-1" + style="vertical-align:baseline;" id="TBL-12-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-23-1" class="td01"><span -class="ec-lmvtt-10">dviwindo </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-22-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-22-3" +class="ec-lmvtt-10">dviwindo </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-23-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-23-3" class="td10"> - <!--l. 703--><p class="noindent" >use <span + <!--l. 871--><p class="noindent" >use <span class="ec-lmss-10">dviwindo </span>backend </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-23-1" + style="vertical-align:baseline;" id="TBL-12-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-24-1" class="td01"><span -class="ec-lmvtt-10">encap </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-23-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-23-3" +class="ec-lmvtt-10">encap </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-24-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-24-3" class="td10"> - <!--l. 704--><p class="noindent" >to set encap character for hyperindex </td> + <!--l. 872--><p class="noindent" >to set encap character for hyperindex </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-24-1" + style="vertical-align:baseline;" id="TBL-12-25-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-25-1" class="td01"><span -class="ec-lmvtt-10">extension </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-24-2" +class="ec-lmvtt-10">extension </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-25-2" class="td11"> <span -class="ec-lmri-10">dvi </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-24-3" +class="ec-lmri-10">dvi </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-25-3" class="td10"> - <!--l. 705--><p class="noindent" >suffix of linked files </td> + <!--l. 873--><p class="noindent" >suffix of linked files </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-25-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-25-1" + style="vertical-align:baseline;" id="TBL-12-26-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-26-1" class="td01"><span -class="ec-lmvtt-10">filebordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-25-2" +class="ec-lmvtt-10">filebordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-26-2" class="td11"> <span -class="ec-lmri-10">0 .5 .5 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-25-3" +class="ec-lmri-10">0 .5 .5 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-26-3" class="td10"> - <!--l. 706--><p class="noindent" >color of border around file links </td> + <!--l. 874--><p class="noindent" >color of border around file links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-26-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-26-1" + style="vertical-align:baseline;" id="TBL-12-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-27-1" class="td01"><span -class="ec-lmvtt-10">filecolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-26-2" +class="ec-lmvtt-10">filecolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-27-2" class="td11"> <span -class="ec-lmri-10">cyan </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-26-3" +class="ec-lmri-10">cyan </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-27-3" class="td10"> - <!--l. 707--><p class="noindent" >color of file links </td> + <!--l. 875--><p class="noindent" >color of file links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-27-1" + style="vertical-align:baseline;" id="TBL-12-28-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-28-1" class="td01"><span -class="ec-lmvtt-10">final </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-27-2" +class="ec-lmvtt-10">final </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-28-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-27-3" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-28-3" class="td10"> - <!--l. 708--><p class="noindent" >opposite of option draft </td> + <!--l. 876--><p class="noindent" >opposite of option draft </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-28-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-28-1" + style="vertical-align:baseline;" id="TBL-12-29-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-29-1" class="td01"><span -class="ec-lmvtt-10">frenchlinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-28-2" +class="ec-lmvtt-10">frenchlinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-29-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-28-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-29-3" class="td10"> - <!--l. 709--><p class="noindent" >use small caps instead of color for links </td> + <!--l. 877--><p class="noindent" >use small caps instead of color for links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-29-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-29-1" + style="vertical-align:baseline;" id="TBL-12-30-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-30-1" class="td01"><span -class="ec-lmvtt-10">hyperfigures </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-29-2" +class="ec-lmvtt-10">hyperfigures </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-30-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-29-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-30-3" class="td10"> - <!--l. 710--><p class="noindent" >make figures hyper links </td> + <!--l. 878--><p class="noindent" >make figures hyper links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-30-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-30-1" + style="vertical-align:baseline;" id="TBL-12-31-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-31-1" class="td01"><span -class="ec-lmvtt-10">hyperfootnotes </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-30-2" +class="ec-lmvtt-10">hyperfootnotes </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-31-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-30-3" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-31-3" class="td10"> - <!--l. 711--><p class="noindent" >set up hyperlinked footnotes </td> + <!--l. 879--><p class="noindent" >set up hyperlinked footnotes </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-31-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-31-1" + style="vertical-align:baseline;" id="TBL-12-32-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-32-1" class="td01"><span -class="ec-lmvtt-10">hyperindex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-31-2" +class="ec-lmvtt-10">hyperindex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-32-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-31-3" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-32-3" class="td10"> - <!--l. 712--><p class="noindent" >set up hyperlinked indices </td> + <!--l. 880--><p class="noindent" >set up hyperlinked indices </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-32-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-32-1" + 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-11-32-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-32-3" +class="ec-lmvtt-10">hypertex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-33-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-33-3" class="td10"> - <!--l. 713--><p class="noindent" >use <span + <!--l. 881--><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 class="ec-lmss-10">E</span></span><span class="ec-lmss-10">X</span></span> backend </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-33-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-33-1" + style="vertical-align:baseline;" id="TBL-12-34-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-34-1" class="td01"><span -class="ec-lmvtt-10">hypertexnames </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-33-2" +class="ec-lmvtt-10">hypertexnames </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-34-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-33-3" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-34-3" class="td10"> - <!--l. 714--><p class="noindent" >use guessable names for links </td> + <!--l. 882--><p class="noindent" >use guessable names for links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-34-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-34-1" + style="vertical-align:baseline;" id="TBL-12-35-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-35-1" class="td01"><span -class="ec-lmvtt-10">implicit </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-34-2" +class="ec-lmvtt-10">implicit </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-35-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-34-3" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-35-3" class="td10"> - <!--l. 715--><p class="noindent" >redefine <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span + <!--l. 883--><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-11-35-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-35-1" + style="vertical-align:baseline;" id="TBL-12-36-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-36-1" class="td01"><span -class="ec-lmvtt-10">latex2html </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-35-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-35-3" +class="ec-lmvtt-10">latex2html </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-36-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-36-3" class="td10"> - <!--l. 716--><p class="noindent" >use <span class="LATEX"><span + <!--l. 884--><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 @@ -2399,618 +2628,619 @@ class="ec-lmss-10">E</span></span><span class="ec-lmss-10">X</span></span></span><span class="ec-lmss-10">2HTML </span>backend </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-36-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-36-1" + style="vertical-align:baseline;" id="TBL-12-37-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-37-1" class="td01"><span -class="ec-lmvtt-10">linkbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-36-2" +class="ec-lmvtt-10">linkbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-37-2" class="td11"> <span -class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-36-3" +class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-37-3" class="td10"> - <!--l. 717--><p class="noindent" >color of border around links </td> + <!--l. 885--><p class="noindent" >color of border around links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-37-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-37-1" + style="vertical-align:baseline;" id="TBL-12-38-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-38-1" class="td01"><span -class="ec-lmvtt-10">linkcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-37-2" +class="ec-lmvtt-10">linkcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-38-2" class="td11"> <span -class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-37-3" +class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-38-3" class="td10"> - <!--l. 718--><p class="noindent" >color of links </td> + <!--l. 886--><p class="noindent" >color of links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-38-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-38-1" + style="vertical-align:baseline;" id="TBL-12-39-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-39-1" class="td01"><span -class="ec-lmvtt-10">linktocpage </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-38-2" +class="ec-lmvtt-10">linktocpage </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-39-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-38-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-39-3" class="td10"> - <!--l. 719--><p class="noindent" >make page number, not text, be link on TOC, + <!--l. 887--><p class="noindent" >make page number, not text, be link on TOC, LOF and LOT </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-39-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-39-1" + style="vertical-align:baseline;" id="TBL-12-40-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-40-1" class="td01"><span -class="ec-lmvtt-10">menubordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-39-2" +class="ec-lmvtt-10">menubordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-40-2" class="td11"> <span -class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-39-3" +class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-40-3" class="td10"> - <!--l. 720--><p class="noindent" >color of border around menu links </td> + <!--l. 888--><p class="noindent" >color of border around menu links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-40-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-40-1" + style="vertical-align:baseline;" id="TBL-12-41-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-41-1" class="td01"><span -class="ec-lmvtt-10">menucolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-40-2" +class="ec-lmvtt-10">menucolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-41-2" class="td11"> <span -class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-40-3" +class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-41-3" class="td10"> - <!--l. 721--><p class="noindent" >color for menu links </td> + <!--l. 889--><p class="noindent" >color for menu links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-41-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-41-1" + 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> +<tr + style="vertical-align:baseline;" id="TBL-12-43-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-43-1" class="td01"><span -class="ec-lmvtt-10">nativepdf </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-41-2" +class="ec-lmvtt-10">nativepdf </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-43-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-41-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-43-3" class="td10"> - <!--l. 722--><p class="noindent" >an alias for <span + <!--l. 890--><p class="noindent" >an alias for <span class="ec-lmss-10">dvips</span> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-42-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-42-1" -class="td01"> </td></tr> -<tr - style="vertical-align:baseline;" id="TBL-11-43-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-43-1" + style="vertical-align:baseline;" id="TBL-12-44-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-44-1" class="td01"><span -class="ec-lmvtt-10">naturalnames </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-43-2" +class="ec-lmvtt-10">naturalnames </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-44-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-43-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-44-3" class="td10"> - <!--l. 723--><p class="noindent" >use <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span + <!--l. 891--><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-11-44-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-44-1" + style="vertical-align:baseline;" id="TBL-12-45-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-45-1" class="td01"><span -class="ec-lmvtt-10">nesting </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-44-2" +class="ec-lmvtt-10">nesting </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-45-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-44-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-45-3" class="td10"> - <!--l. 724--><p class="noindent" >allow nesting of links </td> + <!--l. 892--><p class="noindent" >allow nesting of links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-45-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-45-1" + style="vertical-align:baseline;" id="TBL-12-46-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-46-1" class="td01"><span -class="ec-lmvtt-10">pageanchor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-45-2" +class="ec-lmvtt-10">pageanchor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-46-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-45-3" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-46-3" class="td10"> - <!--l. 725--><p class="noindent" >put an anchor on every page </td> + <!--l. 893--><p class="noindent" >put an anchor on every page </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-46-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-46-1" + style="vertical-align:baseline;" id="TBL-12-47-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-47-1" class="td01"><span -class="ec-lmvtt-10">pagebackref </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-46-2" +class="ec-lmvtt-10">pagebackref </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-47-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-46-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-47-3" class="td10"> - <!--l. 726--><p class="noindent" >backreference by page number </td> + <!--l. 894--><p class="noindent" >backreference by page number </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-47-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-47-1" + style="vertical-align:baseline;" id="TBL-12-48-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-48-1" class="td01"><span -class="ec-lmvtt-10">pdfauthor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-47-2" +class="ec-lmvtt-10">pdfauthor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-48-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-47-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-48-3" class="td10"> - <!--l. 727--><p class="noindent" >text for PDF Author field </td> + <!--l. 895--><p class="noindent" >text for PDF Author field </td> + + </tr><tr - style="vertical-align:baseline;" id="TBL-11-48-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-48-1" + style="vertical-align:baseline;" id="TBL-12-49-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-49-1" class="td01"><span -class="ec-lmvtt-10">pdfborder </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-48-2" +class="ec-lmvtt-10">pdfborder </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-49-2" class="td11"> <span -class="ec-lmri-10">0 0 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-48-3" +class="ec-lmri-10">0 0 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-49-3" class="td10"> - <!--l. 728--><p class="noindent" >width of PDF link border </td> - - + <!--l. 896--><p class="noindent" >width of PDF link border </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-49-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-49-1" -class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-49-2" + style="vertical-align:baseline;" id="TBL-12-50-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-50-1" +class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-12-50-2" class="td11"> <span -class="ec-lmri-10">0 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-49-3" +class="ec-lmri-10">0 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-50-3" class="td10"> - <!--l. 729--><p class="noindent" >(<span + <!--l. 897--><p class="noindent" >(<span class="ec-lmvtt-10">colorlinks)</span> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-50-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-50-1" + style="vertical-align:baseline;" id="TBL-12-51-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-51-1" class="td01"><span -class="ec-lmvtt-10">pdfcenterwindow </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-50-2" +class="ec-lmvtt-10">pdfcenterwindow </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-51-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-50-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-51-3" class="td10"> - <!--l. 730--><p class="noindent" >position the document window in the center + <!--l. 898--><p class="noindent" >position the document window in the center of the screen </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-51-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-51-1" + style="vertical-align:baseline;" id="TBL-12-52-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-52-1" class="td01"><span -class="ec-lmvtt-10">pdfcreator </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-51-2" +class="ec-lmvtt-10">pdfcreator </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-52-2" class="td11"> <span -class="ec-lmri-10">LaTeX with </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-51-3" +class="ec-lmri-10">LaTeX with </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-52-3" class="td10"> - <!--l. 731--><p class="noindent" >text for PDF Creator field </td> + <!--l. 899--><p class="noindent" >text for PDF Creator field </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-52-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-52-1" -class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-52-2" + style="vertical-align:baseline;" id="TBL-12-53-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-53-1" +class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-12-53-2" class="td11"> <span -class="ec-lmri-10">hyperref </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-52-3" +class="ec-lmri-10">hyperref </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-53-3" class="td10"> - <!--l. 733--><p class="noindent" > </td> + <!--l. 901--><p class="noindent" > </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-53-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-53-1" -class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-53-2" + 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">package </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-53-3" +class="ec-lmri-10">package </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-54-3" class="td10"> - <!--l. 734--><p class="noindent" > </td> + <!--l. 902--><p class="noindent" > </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-54-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-54-1" + style="vertical-align:baseline;" id="TBL-12-55-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-55-1" class="td01"><span -class="ec-lmvtt-10">pdfdirection </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-54-2" +class="ec-lmvtt-10">pdfdirection </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-55-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-54-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-55-3" class="td10"> - <!--l. 734--><p class="noindent" >direction setting </td> + <!--l. 902--><p class="noindent" >direction setting </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-55-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-55-1" + style="vertical-align:baseline;" id="TBL-12-56-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-56-1" class="td01"><span -class="ec-lmvtt-10">pdfdisplaydoctitle </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-55-2" +class="ec-lmvtt-10">pdfdisplaydoctitle </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-56-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-55-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-56-3" class="td10"> - <!--l. 735--><p class="noindent" >display document title instead of file name in + <!--l. 903--><p class="noindent" >display document title instead of file name in title bar </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-56-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-56-1" + style="vertical-align:baseline;" id="TBL-12-57-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-57-1" class="td01"><span -class="ec-lmvtt-10">pdfduplex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-56-2" +class="ec-lmvtt-10">pdfduplex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-57-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-56-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-57-3" class="td10"> - <!--l. 737--><p class="noindent" >paper handling option for print dialog </td> + <!--l. 905--><p class="noindent" >paper handling option for print dialog </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-57-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-57-1" + style="vertical-align:baseline;" id="TBL-12-58-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-58-1" class="td01"><span -class="ec-lmvtt-10">pdffitwindow </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-57-2" +class="ec-lmvtt-10">pdffitwindow </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-58-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-57-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-58-3" class="td10"> - <!--l. 739--><p class="noindent" >resize document window to fit document size </td> + <!--l. 907--><p class="noindent" >resize document window to fit document size </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-58-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-58-1" + style="vertical-align:baseline;" id="TBL-12-59-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-59-1" class="td01"><span -class="ec-lmvtt-10">pdfhighlight </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-58-2" +class="ec-lmvtt-10">pdfhighlight </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-59-2" class="td11"> <span -class="ec-lmri-10">/I </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-58-3" +class="ec-lmri-10">/I </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-59-3" class="td10"> - <!--l. 740--><p class="noindent" >set highlighting of PDF links </td> + <!--l. 908--><p class="noindent" >set highlighting of PDF links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-59-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-59-1" + style="vertical-align:baseline;" id="TBL-12-60-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-60-1" class="td01"><span -class="ec-lmvtt-10">pdfinfo </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-59-2" +class="ec-lmvtt-10">pdfinfo </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-60-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-59-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-60-3" class="td10"> - <!--l. 741--><p class="noindent" >alternative interface for setting document + <!--l. 909--><p class="noindent" >alternative interface for setting document information </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-60-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-60-1" + style="vertical-align:baseline;" id="TBL-12-61-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-61-1" class="td01"><span -class="ec-lmvtt-10">pdfkeywords </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-60-2" +class="ec-lmvtt-10">pdfkeywords </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-61-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-60-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-61-3" class="td10"> - <!--l. 742--><p class="noindent" >text for PDF Keywords field </td> + <!--l. 910--><p class="noindent" >text for PDF Keywords field </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-61-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-61-1" + style="vertical-align:baseline;" id="TBL-12-62-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-62-1" class="td01"><span -class="ec-lmvtt-10">pdflang </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-61-2" +class="ec-lmvtt-10">pdflang </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-62-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-61-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-62-3" class="td10"> - <!--l. 743--><p class="noindent" >PDF language identifier (RFC 3066) </td> + <!--l. 911--><p class="noindent" >PDF language identifier (RFC 3066) </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-62-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-62-1" + 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> +<tr + style="vertical-align:baseline;" id="TBL-12-64-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-64-1" class="td01"><span -class="ec-lmvtt-10">pdfmark </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-62-2" +class="ec-lmvtt-10">pdfmark </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-64-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-62-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-64-3" class="td10"> - <!--l. 744--><p class="noindent" >an alias for <span + <!--l. 912--><p class="noindent" >an alias for <span class="ec-lmss-10">dvips</span> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-63-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-63-1" -class="td01"> </td></tr> -<tr - style="vertical-align:baseline;" id="TBL-11-64-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-64-1" + style="vertical-align:baseline;" id="TBL-12-65-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-65-1" class="td01"><span -class="ec-lmvtt-10">pdfmenubar </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-64-2" +class="ec-lmvtt-10">pdfmenubar </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-65-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-64-3" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-65-3" class="td10"> - <!--l. 745--><p class="noindent" >make PDF viewer’s menu bar visible </td> + <!--l. 913--><p class="noindent" >make PDF viewer’s menu bar visible </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-65-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-65-1" + style="vertical-align:baseline;" id="TBL-12-66-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-66-1" class="td01"><span -class="ec-lmvtt-10">pdfnewwindow </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-65-2" +class="ec-lmvtt-10">pdfnewwindow </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-66-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-65-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-66-3" class="td10"> - <!--l. 746--><p class="noindent" >make links that open another PDF </td> + <!--l. 914--><p class="noindent" >make links that open another PDF </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-66-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-66-1" -class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-66-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-66-3" -class="td10"> - <!--l. 747--><p class="noindent" >file start a new window </td> -</tr><tr - style="vertical-align:baseline;" id="TBL-11-67-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-67-1" -class="td01"><span -class="ec-lmvtt-10">pdfnonfullscreenpagemode </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-67-2" -class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-67-3" + style="vertical-align:baseline;" id="TBL-12-67-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-67-1" +class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-12-67-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-67-3" class="td10"> - <!--l. 749--><p class="noindent" >page mode setting on exiting full-screen mode</td> + <!--l. 915--><p class="noindent" >file start a new window </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-68-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-68-1" + style="vertical-align:baseline;" id="TBL-12-68-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-68-1" class="td01"><span -class="ec-lmvtt-10">pdfnumcopies </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-68-2" +class="ec-lmvtt-10">pdfnonfullscreenpagemode </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-68-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-68-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-68-3" class="td10"> - <!--l. 751--><p class="noindent" >number of printed copies </td> + <!--l. 917--><p class="noindent" >page mode setting on exiting full-screen mode</td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-69-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-69-1" + style="vertical-align:baseline;" id="TBL-12-69-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-69-1" class="td01"><span -class="ec-lmvtt-10">pdfpagelayout </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-69-2" +class="ec-lmvtt-10">pdfnumcopies </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-69-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-69-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-69-3" class="td10"> - <!--l. 752--><p class="noindent" >set layout of PDF pages </td> + <!--l. 919--><p class="noindent" >number of printed copies </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-70-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-70-1" + style="vertical-align:baseline;" id="TBL-12-70-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-70-1" class="td01"><span -class="ec-lmvtt-10">pdfpagemode </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-70-2" +class="ec-lmvtt-10">pdfpagelayout </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-70-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-70-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-70-3" class="td10"> - <!--l. 753--><p class="noindent" >set default mode of PDF display </td> + <!--l. 920--><p class="noindent" >set layout of PDF pages </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-71-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-71-1" + style="vertical-align:baseline;" id="TBL-12-71-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-71-1" class="td01"><span -class="ec-lmvtt-10">pdfpagelabels </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-71-2" +class="ec-lmvtt-10">pdfpagemode </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-71-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-71-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-71-3" class="td10"> - <!--l. 754--><p class="noindent" >set PDF page labels </td> + <!--l. 921--><p class="noindent" >set default mode of PDF display </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-72-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-72-1" + style="vertical-align:baseline;" id="TBL-12-72-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-72-1" class="td01"><span -class="ec-lmvtt-10">pdfpagescrop </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-72-2" +class="ec-lmvtt-10">pdfpagelabels </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-72-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-72-3" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-72-3" class="td10"> - <!--l. 755--><p class="noindent" >set crop size of PDF document </td> + <!--l. 922--><p class="noindent" >set PDF page labels </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-73-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-73-1" + style="vertical-align:baseline;" id="TBL-12-73-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-73-1" class="td01"><span -class="ec-lmvtt-10">pdfpagetransition </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-73-2" +class="ec-lmvtt-10">pdfpagescrop </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-73-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-73-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-73-3" class="td10"> - <!--l. 756--><p class="noindent" >set PDF page transition style </td> + <!--l. 923--><p class="noindent" >set crop size of PDF document </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-74-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-74-1" + style="vertical-align:baseline;" id="TBL-12-74-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-74-1" class="td01"><span -class="ec-lmvtt-10">pdfpicktraybypdfsize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-74-2" +class="ec-lmvtt-10">pdfpagetransition </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-74-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-74-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-74-3" class="td10"> - <!--l. 758--><p class="noindent" >set option for print dialog </td> + <!--l. 924--><p class="noindent" >set PDF page transition style </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-75-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-75-1" + style="vertical-align:baseline;" id="TBL-12-75-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-75-1" class="td01"><span -class="ec-lmvtt-10">pdfprintarea </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-75-2" +class="ec-lmvtt-10">pdfpicktraybypdfsize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-75-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-75-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-75-3" class="td10"> - <!--l. 759--><p class="noindent" >set /PrintArea of viewer preferences </td> + <!--l. 926--><p class="noindent" >set option for print dialog </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-76-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-76-1" + style="vertical-align:baseline;" id="TBL-12-76-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-76-1" class="td01"><span -class="ec-lmvtt-10">pdfprintclip </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-76-2" +class="ec-lmvtt-10">pdfprintarea </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-76-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-76-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-76-3" class="td10"> - <!--l. 760--><p class="noindent" >set /PrintClip of viewer preferences </td> + <!--l. 927--><p class="noindent" >set /PrintArea of viewer preferences </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-77-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-77-1" + style="vertical-align:baseline;" id="TBL-12-77-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-77-1" class="td01"><span -class="ec-lmvtt-10">pdfprintpagerange </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-77-2" +class="ec-lmvtt-10">pdfprintclip </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-77-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-77-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-77-3" class="td10"> - <!--l. 761--><p class="noindent" >set /PrintPageRange of viewer preferences </td> + <!--l. 928--><p class="noindent" >set /PrintClip of viewer preferences </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-78-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-78-1" + style="vertical-align:baseline;" id="TBL-12-78-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-78-1" class="td01"><span -class="ec-lmvtt-10">pdfprintscaling </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-78-2" +class="ec-lmvtt-10">pdfprintpagerange </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-78-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-78-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-78-3" class="td10"> - <!--l. 762--><p class="noindent" >page scaling option for print dialog </td> + <!--l. 929--><p class="noindent" >set /PrintPageRange of viewer preferences </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-79-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-79-1" + style="vertical-align:baseline;" id="TBL-12-79-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-79-1" class="td01"><span -class="ec-lmvtt-10">pdfproducer </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-79-2" +class="ec-lmvtt-10">pdfprintscaling </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-79-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-79-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-79-3" class="td10"> - <!--l. 763--><p class="noindent" >text for PDF Producer field </td> + <!--l. 930--><p class="noindent" >page scaling option for print dialog </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-80-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-80-1" + style="vertical-align:baseline;" id="TBL-12-80-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-80-1" class="td01"><span -class="ec-lmvtt-10">pdfremotestartview </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-80-2" +class="ec-lmvtt-10">pdfproducer </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-80-2" class="td11"> <span -class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-80-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-80-3" class="td10"> - <!--l. 764--><p class="noindent" >starting view of remote PDF documents </td> + <!--l. 931--><p class="noindent" >text for PDF Producer field </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-81-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-81-1" + style="vertical-align:baseline;" id="TBL-12-81-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-81-1" class="td01"><span -class="ec-lmvtt-10">pdfstartpage </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-81-2" +class="ec-lmvtt-10">pdfremotestartview </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-81-2" class="td11"> <span -class="ec-lmri-10">1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-81-3" +class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-81-3" class="td10"> - <!--l. 765--><p class="noindent" >page at which PDF document opens </td> + <!--l. 932--><p class="noindent" >starting view of remote PDF documents </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-82-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-82-1" + style="vertical-align:baseline;" id="TBL-12-82-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-82-1" class="td01"><span -class="ec-lmvtt-10">pdfstartview </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-82-2" +class="ec-lmvtt-10">pdfstartpage </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-82-2" class="td11"> <span -class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-82-3" +class="ec-lmri-10">1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-82-3" class="td10"> - <!--l. 766--><p class="noindent" >starting view of PDF document </td> + <!--l. 933--><p class="noindent" >page at which PDF document opens </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-83-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-83-1" + style="vertical-align:baseline;" id="TBL-12-83-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-83-1" class="td01"><span -class="ec-lmvtt-10">pdfsubject </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-83-2" +class="ec-lmvtt-10">pdfstartview </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-83-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-83-3" +class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-83-3" class="td10"> - <!--l. 767--><p class="noindent" >text for PDF Subject field </td> + <!--l. 934--><p class="noindent" >starting view of PDF document </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-84-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-84-1" + 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> <tr - style="vertical-align:baseline;" id="TBL-11-85-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-85-1" + style="vertical-align:baseline;" id="TBL-12-85-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-85-1" +class="td01"><span +class="ec-lmvtt-10">pdfsubject </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-85-2" +class="td11"> <span +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-85-3" +class="td10"> + <!--l. 935--><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-11-85-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-85-3" +class="ec-lmvtt-10">pdftex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-86-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-86-3" class="td10"> - <!--l. 768--><p class="noindent" >use <span + <!--l. 936--><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 class="ec-lmss-10">E</span></span><span class="ec-lmss-10">X</span></span> backend </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-86-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-86-1" + style="vertical-align:baseline;" id="TBL-12-87-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-87-1" class="td01"><span -class="ec-lmvtt-10">pdftitle </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-86-2" +class="ec-lmvtt-10">pdftitle </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-87-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-86-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-87-3" class="td10"> - <!--l. 769--><p class="noindent" >text for PDF Title field </td> + <!--l. 937--><p class="noindent" >text for PDF Title field </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-87-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-87-1" + style="vertical-align:baseline;" id="TBL-12-88-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-88-1" class="td01"><span -class="ec-lmvtt-10">pdftoolbar </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-87-2" +class="ec-lmvtt-10">pdftoolbar </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-88-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-87-3" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-88-3" class="td10"> - <!--l. 770--><p class="noindent" >make PDF toolbar visible </td> + <!--l. 938--><p class="noindent" >make PDF toolbar visible </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-88-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-88-1" + style="vertical-align:baseline;" id="TBL-12-89-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-89-1" class="td01"><span -class="ec-lmvtt-10">pdftrapped </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-88-2" +class="ec-lmvtt-10">pdftrapped </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-89-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-88-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-89-3" class="td10"> - <!--l. 771--><p class="noindent" >Sets the document information Trapped entry. + <!--l. 939--><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 class="ec-lmvtt-10">Unknown</span>. An empty value means, the entry is not set. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-89-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-89-1" + style="vertical-align:baseline;" id="TBL-12-90-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-90-1" class="td01"><span -class="ec-lmvtt-10">pdfview </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-89-2" +class="ec-lmvtt-10">pdfview </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-90-2" class="td11"> <span -class="ec-lmri-10">XYZ </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-89-3" +class="ec-lmri-10">XYZ </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-90-3" class="td10"> - <!--l. 774--><p class="noindent" >PDF ‘view’ when on link traversal </td> + <!--l. 942--><p class="noindent" >PDF ‘view’ when on link traversal </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-90-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-90-1" + style="vertical-align:baseline;" id="TBL-12-91-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-91-1" class="td01"><span -class="ec-lmvtt-10">pdfviewarea </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-90-2" +class="ec-lmvtt-10">pdfviewarea </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-91-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-90-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-91-3" class="td10"> - <!--l. 775--><p class="noindent" >set /ViewArea of viewer preferences </td> + <!--l. 943--><p class="noindent" >set /ViewArea of viewer preferences </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-91-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-91-1" + style="vertical-align:baseline;" id="TBL-12-92-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-92-1" class="td01"><span -class="ec-lmvtt-10">pdfviewclip </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-91-2" +class="ec-lmvtt-10">pdfviewclip </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-92-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-91-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-92-3" class="td10"> - <!--l. 776--><p class="noindent" >set /ViewClip of viewer preferences </td> + <!--l. 944--><p class="noindent" >set /ViewClip of viewer preferences </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-92-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-92-1" + style="vertical-align:baseline;" id="TBL-12-93-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-93-1" class="td01"><span -class="ec-lmvtt-10">pdfwindowui </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-92-2" +class="ec-lmvtt-10">pdfwindowui </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-93-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-92-3" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-93-3" class="td10"> - <!--l. 777--><p class="noindent" >make PDF user interface elements visible </td> + <!--l. 945--><p class="noindent" >make PDF user interface elements visible </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-93-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-93-1" + style="vertical-align:baseline;" id="TBL-12-94-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-94-1" class="td01"><span -class="ec-lmvtt-10">plainpages </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-93-2" +class="ec-lmvtt-10">plainpages </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-94-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-93-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-94-3" class="td10"> - <!--l. 778--><p class="noindent" >do page number anchors as plain Arabic </td> + <!--l. 946--><p class="noindent" >do page number anchors as plain Arabic </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-94-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-94-1" + 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-11-94-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-94-3" +class="ec-lmvtt-10">ps2pdf </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-95-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-95-3" class="td10"> - <!--l. 779--><p class="noindent" >use <span + <!--l. 947--><p class="noindent" >use <span class="ec-lmss-10">ps2pdf </span>backend </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-95-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-95-1" + style="vertical-align:baseline;" id="TBL-12-96-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-96-1" class="td01"><span -class="ec-lmvtt-10">raiselinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-95-2" +class="ec-lmvtt-10">raiselinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-96-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-95-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-96-3" class="td10"> - <!--l. 780--><p class="noindent" >raise up links (for <span + <!--l. 948--><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 class="ec-lmss-10">E</span></span><span class="ec-lmss-10">X</span></span> backend) </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-96-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-96-1" + style="vertical-align:baseline;" id="TBL-12-97-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-97-1" class="td01"><span -class="ec-lmvtt-10">runbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-96-2" +class="ec-lmvtt-10">runbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-97-2" class="td11"> <span -class="ec-lmri-10">0 .7 .7 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-96-3" +class="ec-lmri-10">0 .7 .7 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-97-3" class="td10"> - <!--l. 781--><p class="noindent" >color of border around ‘run’ links </td> + <!--l. 949--><p class="noindent" >color of border around ‘run’ links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-97-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-97-1" + style="vertical-align:baseline;" id="TBL-12-98-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-98-1" class="td01"><span -class="ec-lmvtt-10">runcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-97-2" +class="ec-lmvtt-10">runcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-98-2" class="td11"> <span -class="ec-lmri-10">filecolor </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-97-3" +class="ec-lmri-10">filecolor </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-98-3" class="td10"> - <!--l. 782--><p class="noindent" >color of ‘run’ links </td> + <!--l. 950--><p class="noindent" >color of ‘run’ links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-98-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-98-1" + style="vertical-align:baseline;" id="TBL-12-99-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-99-1" class="td01"><span -class="ec-lmvtt-10">setpagesize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-98-2" +class="ec-lmvtt-10">setpagesize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-99-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-98-3" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-99-3" class="td10"> - <!--l. 783--><p class="noindent" >set page size by special driver commands </td> + <!--l. 951--><p class="noindent" >set page size by special driver commands </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-99-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-99-1" + 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-11-99-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-99-3" +class="ec-lmvtt-10">tex4ht </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-100-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-100-3" class="td10"> - <!--l. 784--><p class="noindent" >use <span class="TEX"><span + <!--l. 952--><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 class="ec-lmss-10">X</span></span><span class="ec-lmss-10">4ht </span>backend </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-100-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-100-1" + style="vertical-align:baseline;" id="TBL-12-101-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-101-1" class="td01"><span -class="ec-lmvtt-10">textures </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-100-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-100-3" +class="ec-lmvtt-10">textures </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-101-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-101-3" class="td10"> - <!--l. 785--><p class="noindent" >use <span + <!--l. 953--><p class="noindent" >use <span class="ec-lmss-10">Textures </span>backend </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-101-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-101-1" + style="vertical-align:baseline;" id="TBL-12-102-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-102-1" class="td01"><span -class="ec-lmvtt-10">unicode </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-101-2" +class="ec-lmvtt-10">unicode </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-102-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-101-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-102-3" class="td10"> - <!--l. 786--><p class="noindent" >Unicode encoded pdf strings </td> + <!--l. 954--><p class="noindent" >Unicode encoded pdf strings </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-102-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-102-1" + style="vertical-align:baseline;" id="TBL-12-103-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-103-1" class="td01"><span -class="ec-lmvtt-10">urlbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-102-2" +class="ec-lmvtt-10">urlbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-103-2" class="td11"> <span -class="ec-lmri-10">0 1 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-102-3" +class="ec-lmri-10">0 1 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-103-3" class="td10"> - <!--l. 787--><p class="noindent" >color of border around URL links </td> + <!--l. 955--><p class="noindent" >color of border around URL links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-103-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-103-1" + style="vertical-align:baseline;" id="TBL-12-104-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-104-1" class="td01"><span -class="ec-lmvtt-10">urlcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-103-2" +class="ec-lmvtt-10">urlcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-104-2" class="td11"> <span -class="ec-lmri-10">magenta </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-103-3" +class="ec-lmri-10">magenta </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-104-3" class="td10"> - <!--l. 788--><p class="noindent" >color of URL links </td> + <!--l. 956--><p class="noindent" >color of URL links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-104-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-104-1" + 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> +<tr + style="vertical-align:baseline;" id="TBL-12-106-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-106-1" class="td01"><span -class="ec-lmvtt-10">verbose </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-104-2" +class="ec-lmvtt-10">verbose </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-106-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-104-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-12-106-3" class="td10"> - <!--l. 789--><p class="noindent" >be chatty </td> + <!--l. 957--><p class="noindent" >be chatty </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-105-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-105-1" -class="td01"> </td></tr> -<tr - style="vertical-align:baseline;" id="TBL-11-106-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-106-1" + 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-11-106-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-106-3" +class="ec-lmvtt-10">vtex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-107-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-107-3" class="td10"> - <!--l. 790--><p class="noindent" >use <span + <!--l. 958--><p class="noindent" >use <span class="ec-lmss-10">VTeX </span>backend </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-107-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-107-1" + style="vertical-align:baseline;" id="TBL-12-108-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-108-1" class="td01"><span -class="ec-lmvtt-10">xetex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-107-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-107-3" +class="ec-lmvtt-10">xetex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-108-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-12-108-3" class="td10"> - <!--l. 791--><p class="noindent" >use <span + <!--l. 959--><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 class="ec-lmss-10">E</span></span><span class="ec-lmss-10">X</span></span> backend </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-108-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-108-1" -class="td01"> </td> + style="vertical-align:baseline;" id="TBL-12-109-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-109-1" +class="td01"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-109-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-109-1" -class="td01"> </td> + style="vertical-align:baseline;" id="TBL-12-110-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-110-1" +class="td01"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-110-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-110-1" -class="td01"> </td> + style="vertical-align:baseline;" id="TBL-12-111-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-111-1" +class="td01"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-111-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-111-1" -class="td01"> </td> + style="vertical-align:baseline;" id="TBL-12-112-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-112-1" +class="td01"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-112-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-112-1" -class="td01"> </td></tr> - </table></div> + 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> -<!--l. 794--><p class="noindent" > + + </table></div> +<!--l. 962--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">4 </span> <a - id="x1-130004"></a>Additional user macros</h3> -<!--l. 796--><p class="noindent" >If you need to make references to URLs, or write explicit links, the following low-level user macros are + id="x1-140004"></a>Additional user macros</h3> +<!--l. 964--><p class="noindent" >If you need to make references to URLs, or write explicit links, the following low-level user macros are provided: -<!--l. 799--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-12" class="tabular" +<!--l. 967--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-13" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-12-1g"><col -id="TBL-12-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-12-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-1-1" +><colgroup id="TBL-13-1g"><col +id="TBL-13-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-13-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-1-1" class="td11"> <span class="ec-lmvtt-10">\href</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">[</span></span></span><span @@ -3022,12 +3252,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. 803--><p class="noindent" >The <span +<!--l. 971--><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. -<!--l. 808--><p class="indent" > The optional argument <span +<!--l. 976--><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> @@ -3049,18 +3279,18 @@ class="description">Boolean key, if set to |true|, the URL should appen class="ec-lmvtk-10">nextactionraw</span><span class="ec-lmbx-10">:</span> </dt><dd class="description">The value of key |/Next| of action dictionaries, see PDF specification.</dd></dl> -<!--l. 821--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-13" class="tabular" +<!--l. 989--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-14" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-13-1g"><col -id="TBL-13-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-13-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-1-1" +><colgroup id="TBL-14-1g"><col +id="TBL-14-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-14-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-14-1-1" class="td11"> <span class="ec-lmvtt-10">\url</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 class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 825--><p class="noindent" >Similar to <span +<!--l. 993--><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 @@ -3071,41 +3301,41 @@ 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. 830--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-14" class="tabular" +<!--l. 998--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-15" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-14-1g"><col -id="TBL-14-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-14-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-14-1-1" +><colgroup id="TBL-15-1g"><col +id="TBL-15-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-15-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-15-1-1" class="td11"> <span class="ec-lmvtt-10">\nolinkurl</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 class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 834--><p class="noindent" >Write <span +<!--l. 1002--><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. 837--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-15" class="tabular" +<!--l. 1005--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-16" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-15-1g"><col -id="TBL-15-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-15-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-15-1-1" +><colgroup id="TBL-16-1g"><col +id="TBL-16-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-16-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-16-1-1" class="td11"> <span class="ec-lmvtt-10">\hyperbaseurl</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 class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 841--><p class="noindent" >A base <span +<!--l. 1009--><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. 844--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-16" class="tabular" +<!--l. 1012--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-17" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-16-1g"><col -id="TBL-16-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-16-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-16-1-1" +><colgroup id="TBL-17-1g"><col +id="TBL-17-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-17-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-17-1-1" class="td11"> <span class="ec-lmvtt-10">\hyperimage</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span @@ -3114,19 +3344,19 @@ 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. 848--><p class="noindent" >The link to the image referenced by the URL is inserted, using <span +<!--l. 1016--><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. 851--><p class="indent" > For drivers that produce HTML, the image itself is inserted by the browser, with the <span +<!--l. 1019--><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. 854--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-17" class="tabular" +<!--l. 1022--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-18" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-17-1g"><col -id="TBL-17-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-17-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-17-1-1" +><colgroup id="TBL-18-1g"><col +id="TBL-18-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-18-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-18-1-1" class="td11"> <span class="ec-lmvtt-10">\hyperdef</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span @@ -3137,15 +3367,15 @@ 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. 858--><p class="noindent" >A target area of the document (the <span +<!--l. 1026--><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. 861--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-18" class="tabular" +<!--l. 1029--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-19" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-18-1g"><col -id="TBL-18-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-18-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-18-1-1" +><colgroup id="TBL-19-1g"><col +id="TBL-19-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-19-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-19-1-1" class="td11"> <span class="ec-lmvtt-10">\hyperref</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span @@ -3158,15 +3388,15 @@ 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. 865--><p class="noindent" ><span +<!--l. 1033--><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. 867--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-19" class="tabular" +<!--l. 1035--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-20" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-19-1g"><col -id="TBL-19-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-19-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-19-1-1" +><colgroup id="TBL-20-1g"><col +id="TBL-20-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-20-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-20-1-1" class="td11"> <span class="ec-lmvtt-10">\hyperref</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">[</span></span></span><span @@ -3175,17 +3405,17 @@ 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. 871--><p class="noindent" ><span +<!--l. 1039--><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. 875--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-20" class="tabular" +<!--l. 1043--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-21" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-20-1g"><col -id="TBL-20-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-20-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-20-1-1" +><colgroup id="TBL-21-1g"><col +id="TBL-21-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-21-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-21-1-1" class="td11"> <span class="ec-lmvtt-10">\hyperlink</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span @@ -3194,12 +3424,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. 878--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-21" class="tabular" +<!--l. 1046--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-22" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-21-1g"><col -id="TBL-21-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-21-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-21-1-1" +><colgroup id="TBL-22-1g"><col +id="TBL-22-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-22-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-22-1-1" class="td11"> <span class="ec-lmvtt-10">\hypertarget</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span @@ -3208,7 +3438,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. 882--><p class="noindent" >A simple internal link is created with <span class="obeylines-h"><span class="verb"><span +<!--l. 1050--><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 @@ -3217,20 +3447,20 @@ 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. 888--><p class="indent" > Note that in HTML parlance, the <span class="obeylines-h"><span class="verb"><span +<!--l. 1056--><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. 892--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-22" class="tabular" +<!--l. 1060--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-23" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-22-1g"><col -id="TBL-22-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-22-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-22-1-1" +><colgroup id="TBL-23-1g"><col +id="TBL-23-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-23-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-23-1-1" class="td11"> <span class="ec-lmvtt-10">\phantomsection </span></td> </tr></table> </div></span> -<!--l. 896--><p class="noindent" >This sets an anchor at this location. It works similar to <span class="obeylines-h"><span class="verb"><span +<!--l. 1064--><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, @@ -3240,31 +3470,31 @@ Example: <div class="quote"> - <div class="verbatim" id="verbatim-9"> + <div class="verbatim" id="verbatim-14"> \cleardoublepage  <br />\phantomsection  <br />\addcontentsline{toc}{chapter}{\indexname}  <br />\printindex </div> - <!--l. 909--><p class="nopar" ></div> -<!--l. 911--><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. 1077--><p class="nopar" ></div> +<!--l. 1079--><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. 915--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-23" class="tabular" +<!--l. 1083--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-24" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-23-1g"><col -id="TBL-23-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-23-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-23-1-1" +><colgroup id="TBL-24-1g"><col +id="TBL-24-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-24-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-1-1" class="td11"> <span class="ec-lmvtt-10">\autoref</span><span class="obeylines-h"><span class="verb"><span 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. 919--><p class="noindent" >This is a replacement for the usual <span class="obeylines-h"><span class="verb"><span +<!--l. 1087--><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. 925--><p class="indent" > The label is worked out from the context of the original <span class="obeylines-h"><span class="verb"><span +<!--l. 1093--><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 @@ -3272,160 +3502,160 @@ 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. 933--><p class="indent" > For each macro below, <span +<!--l. 1101--><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 <span class="ec-lmvtt-10">\figureautorefname </span>before <span class="ec-lmvtt-10">\figurename</span>. -<!--l. 937--><p class="noindent" > +<!--l. 1105--><p class="noindent" > <a - id="x1-13001r11"></a> <!--l. 938--><div class="longtable"> <table id="TBL-24" class="longtable" + id="x1-14001r12"></a> <!--l. 1106--><div class="longtable"> <table id="TBL-25" class="longtable" cellspacing="0" cellpadding="0" -><colgroup id="TBL-24-1g"><col -id="TBL-24-1"><col -id="TBL-24-2"></colgroup> +><colgroup id="TBL-25-1g"><col +id="TBL-25-1"><col +id="TBL-25-2"></colgroup> <tr - style="vertical-align:baseline;" id="TBL-24-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-1-1" + style="vertical-align:baseline;" id="TBL-25-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-1-1" class="td11"> <span -class="ec-lmri-10">Macro </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-1-2" +class="ec-lmri-10">Macro </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-1-2" class="td11"> - <!--l. 938--><p class="noindent" ><span + <!--l. 1106--><p class="noindent" ><span class="ec-lmri-10">Default</span> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-2-1" + style="vertical-align:baseline;" id="TBL-25-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-2-1" class="td11"> <span -class="ec-lmvtt-10">\figurename </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-2-2" +class="ec-lmvtt-10">\figurename </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-2-2" class="td11"> - <!--l. 939--><p class="noindent" >Figure </td> + <!--l. 1107--><p class="noindent" >Figure </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-3-1" + style="vertical-align:baseline;" id="TBL-25-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-3-1" class="td11"> <span -class="ec-lmvtt-10">\tablename </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-3-2" +class="ec-lmvtt-10">\tablename </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-3-2" class="td11"> - <!--l. 940--><p class="noindent" >Table </td> + <!--l. 1108--><p class="noindent" >Table </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-4-1" + style="vertical-align:baseline;" id="TBL-25-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-4-1" class="td11"> <span -class="ec-lmvtt-10">\partname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-4-2" +class="ec-lmvtt-10">\partname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-4-2" class="td11"> - <!--l. 941--><p class="noindent" >Part </td> + <!--l. 1109--><p class="noindent" >Part </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-5-1" + style="vertical-align:baseline;" id="TBL-25-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-5-1" class="td11"> <span -class="ec-lmvtt-10">\appendixname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-5-2" +class="ec-lmvtt-10">\appendixname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-5-2" class="td11"> - <!--l. 942--><p class="noindent" >Appendix </td> + <!--l. 1110--><p class="noindent" >Appendix </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-6-1" + style="vertical-align:baseline;" id="TBL-25-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-6-1" class="td11"> <span -class="ec-lmvtt-10">\equationname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-6-2" +class="ec-lmvtt-10">\equationname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-6-2" class="td11"> - <!--l. 943--><p class="noindent" >Equation </td> + <!--l. 1111--><p class="noindent" >Equation </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-7-1" + style="vertical-align:baseline;" id="TBL-25-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-7-1" class="td11"> <span -class="ec-lmvtt-10">\Itemname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-7-2" +class="ec-lmvtt-10">\Itemname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-7-2" class="td11"> - <!--l. 944--><p class="noindent" >item </td> + <!--l. 1112--><p class="noindent" >item </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-8-1" + style="vertical-align:baseline;" id="TBL-25-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-8-1" class="td11"> <span -class="ec-lmvtt-10">\chaptername </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-8-2" +class="ec-lmvtt-10">\chaptername </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-8-2" class="td11"> - <!--l. 945--><p class="noindent" >chapter </td> + <!--l. 1113--><p class="noindent" >chapter </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-9-1" + style="vertical-align:baseline;" id="TBL-25-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-9-1" class="td11"> <span -class="ec-lmvtt-10">\sectionname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-9-2" +class="ec-lmvtt-10">\sectionname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-9-2" class="td11"> - <!--l. 946--><p class="noindent" >section </td> + <!--l. 1114--><p class="noindent" >section </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-10-1" + style="vertical-align:baseline;" id="TBL-25-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-10-1" class="td11"> <span -class="ec-lmvtt-10">\subsectionname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-10-2" +class="ec-lmvtt-10">\subsectionname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-10-2" class="td11"> - <!--l. 947--><p class="noindent" >subsection </td> + <!--l. 1115--><p class="noindent" >subsection </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-11-1" + style="vertical-align:baseline;" id="TBL-25-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-11-1" class="td11"> <span -class="ec-lmvtt-10">\subsubsectionname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-11-2" +class="ec-lmvtt-10">\subsubsectionname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-11-2" class="td11"> - <!--l. 948--><p class="noindent" >subsubsection </td> + <!--l. 1116--><p class="noindent" >subsubsection </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-12-1" + style="vertical-align:baseline;" id="TBL-25-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-12-1" class="td11"> <span -class="ec-lmvtt-10">\paragraphname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-12-2" +class="ec-lmvtt-10">\paragraphname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-12-2" class="td11"> - <!--l. 949--><p class="noindent" >paragraph </td> + <!--l. 1117--><p class="noindent" >paragraph </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-13-1" + style="vertical-align:baseline;" id="TBL-25-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-13-1" class="td11"> <span -class="ec-lmvtt-10">\Hfootnotename </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-13-2" +class="ec-lmvtt-10">\Hfootnotename </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-13-2" class="td11"> - <!--l. 950--><p class="noindent" >footnote </td> + <!--l. 1118--><p class="noindent" >footnote </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-14-1" + style="vertical-align:baseline;" id="TBL-25-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-14-1" class="td11"> <span -class="ec-lmvtt-10">\AMSname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-14-2" +class="ec-lmvtt-10">\AMSname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-14-2" class="td11"> - <!--l. 951--><p class="noindent" >Equation </td> + <!--l. 1119--><p class="noindent" >Equation </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-15-1" + style="vertical-align:baseline;" id="TBL-25-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-15-1" class="td11"> <span -class="ec-lmvtt-10">\theoremname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-15-2" +class="ec-lmvtt-10">\theoremname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-15-2" class="td11"> - <!--l. 952--><p class="noindent" >Theorem </td> + <!--l. 1120--><p class="noindent" >Theorem </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-16-1" + style="vertical-align:baseline;" id="TBL-25-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-16-1" class="td11"> <span -class="ec-lmvtt-10">\page </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-16-2" +class="ec-lmvtt-10">\page </span></td><td style="white-space:wrap; text-align:left;" id="TBL-25-16-2" class="td11"> - <!--l. 953--><p class="noindent" >page </td> + <!--l. 1121--><p class="noindent" >page </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-17-1" + style="vertical-align:baseline;" id="TBL-25-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-17-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-18-1" + style="vertical-align:baseline;" id="TBL-25-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-18-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-19-1" + style="vertical-align:baseline;" id="TBL-25-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-19-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-20-1" + style="vertical-align:baseline;" id="TBL-25-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-20-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-24-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-21-1" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-24-21-2" + style="vertical-align:baseline;" id="TBL-25-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-21-1" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-25-21-2" class="td11"></td></tr> </table></div> -<!--l. 956--><p class="indent" > Example for a redefinition if <span +<!--l. 1124--><p class="indent" > Example for a redefinition if <span class="ec-lmss-10">babel </span>is used: <div class="quote"> - <div class="verbatim" id="verbatim-10"> + <div class="verbatim" id="verbatim-15"> \usepackage[ngerman]{babel}  <br />\addto\extrasngerman{%  <br />  \def\subsectionautorefname{Unterkapitel}%  <br />} </div> - <!--l. 963--><p class="nopar" ></div> -<!--l. 966--><p class="indent" > Hint: <span class="obeylines-h"><span class="verb"><span -class="ec-lmvtt-10">\autoref</span></span></span> works via the counter name that the reference is based on. Sometimes <span class="obeylines-h"><span class="verb"><span -class="ec-lmvtt-10">\autoref</span></span></span> + <!--l. 1131--><p class="nopar" ></div> +<!--l. 1134--><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 -<span class="obeylines-h"><span class="verb"><span -class="ec-lmvtt-10">\newtheorem</span></span></span> if a lemma shares a counter with theorems. Then package <span +<span +class="ec-lmvtt-10">\newtheorem </span>if a lemma shares a counter with theorems. Then package <span class="ec-lmss-10">aliascnt </span>provides a method to generate a simulated second counter that allows the differentiation between theorems and lemmas: <div class="quote"> - <div class="verbatim" id="verbatim-11"> + <div class="verbatim" id="verbatim-16"> \documentclass{article}  <br />  <br />\usepackage{aliascnt} @@ -3453,91 +3683,91 @@ lemmas:  <br />  <br />\end{document} </div> - <!--l. 1001--><p class="nopar" ></div> -<!--l. 1004--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-25" class="tabular" + <!--l. 1169--><p class="nopar" ></div> +<!--l. 1172--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-26" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-25-1g"><col -id="TBL-25-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-25-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-1-1" +><colgroup id="TBL-26-1g"><col +id="TBL-26-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-26-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-26-1-1" class="td11"> <span class="ec-lmvtt-10">\autopageref</span><span class="obeylines-h"><span class="verb"><span 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. 1008--><p class="noindent" >It replaces <span class="obeylines-h"><span class="verb"><span +<!--l. 1176--><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. 1013--><p class="indent" > For instances where you want a reference to use the correct counter, but not to create a link, there +<!--l. 1181--><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. 1016--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-26" class="tabular" +<!--l. 1184--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-27" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-26-1g"><col -id="TBL-26-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-26-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-26-1-1" +><colgroup id="TBL-27-1g"><col +id="TBL-27-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-27-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-27-1-1" class="td11"> <span class="ec-lmvtt-10">\ref*</span><span class="obeylines-h"><span class="verb"><span 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. 1020--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-27" class="tabular" +<!--l. 1188--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-28" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-27-1g"><col -id="TBL-27-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-27-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-27-1-1" +><colgroup id="TBL-28-1g"><col +id="TBL-28-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-28-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-28-1-1" class="td11"> <span class="ec-lmvtt-10">\pageref*</span><span class="obeylines-h"><span class="verb"><span 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. 1024--><p class="noindent" > +<!--l. 1192--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-28" class="tabular" +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-29" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-28-1g"><col -id="TBL-28-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-28-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-28-1-1" +><colgroup id="TBL-29-1g"><col +id="TBL-29-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-29-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-29-1-1" class="td11"> <span class="ec-lmvtt-10">\autoref*</span><span class="obeylines-h"><span class="verb"><span 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. 1028--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-29" class="tabular" +<!--l. 1196--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-30" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-29-1g"><col -id="TBL-29-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-29-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-29-1-1" +><colgroup id="TBL-30-1g"><col +id="TBL-30-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-30-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-30-1-1" class="td11"> <span class="ec-lmvtt-10">\autopageref*</span><span class="obeylines-h"><span class="verb"><span 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. 1032--><p class="indent" > A typical use would be to write +<!--l. 1200--><p class="indent" > A typical use would be to write - <div class="verbatim" id="verbatim-12"> + <div class="verbatim" id="verbatim-17"> \hyperref[other]{that nice section (\ref*{other}) we read before} </div> -<!--l. 1035--><p class="nopar" > -<!--l. 1037--><p class="indent" > We want <span class="obeylines-h"><span class="verb"><span +<!--l. 1203--><p class="nopar" > +<!--l. 1205--><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. 1040--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-30" class="tabular" +<!--l. 1208--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-31" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-30-1g"><col -id="TBL-30-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-30-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-30-1-1" +><colgroup id="TBL-31-1g"><col +id="TBL-31-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-31-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-31-1-1" class="td11"> <span class="ec-lmvtt-10">\pdfstringdef</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span @@ -3550,7 +3780,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. 1044--><p class="indent" > <span +<!--l. 1212--><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: @@ -3594,29 +3824,29 @@ 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. 1060--><p class="indent" > In addition, parentheses are protected to avoid the danger of unsafe unbalanced parentheses in +<!--l. 1228--><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. 1064--><p class="noindent" > +<!--l. 1232--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">4.1 </span> <a - id="x1-140004.1"></a>Bookmark macros</h4> + id="x1-150004.1"></a>Bookmark macros</h4> -<!--l. 1066--><p class="noindent" > +<!--l. 1234--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">4.1.1 </span> <a - id="x1-150004.1.1"></a>Setting bookmarks</h5> -<!--l. 1068--><p class="noindent" >Usually <span + id="x1-160004.1.1"></a>Setting bookmarks</h5> +<!--l. 1236--><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. 1071--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-31" class="tabular" +<!--l. 1239--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-32" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-31-1g"><col -id="TBL-31-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-31-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-31-1-1" +><colgroup id="TBL-32-1g"><col +id="TBL-32-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-32-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-32-1-1" class="td11"> <span class="ec-lmvtt-10">\pdfbookmark</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">[</span></span></span><span @@ -3626,16 +3856,16 @@ 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. 1074--><p class="indent" > creates a bookmark with the specified text and at the given level (default is 0). As name for the +<!--l. 1242--><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. 1078--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-32" class="tabular" +<!--l. 1246--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-33" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-32-1g"><col -id="TBL-32-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-32-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-32-1-1" +><colgroup id="TBL-33-1g"><col +id="TBL-33-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-33-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-33-1-1" class="td11"> <span class="ec-lmvtt-10">\currentpdfbookmark</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span @@ -3644,13 +3874,13 @@ 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. 1081--><p class="indent" > creates a bookmark at the current level. -<!--l. 1083--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-33" class="tabular" +<!--l. 1249--><p class="indent" > creates a bookmark at the current level. +<!--l. 1251--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-34" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-33-1g"><col -id="TBL-33-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-33-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-33-1-1" +><colgroup id="TBL-34-1g"><col +id="TBL-34-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-34-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-34-1-1" class="td11"> <span class="ec-lmvtt-10">\subpdfbookmark</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span @@ -3659,14 +3889,14 @@ 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. 1086--><p class="indent" > creates a bookmark one step down in the bookmark hierarchy. Internally the current level is increased +<!--l. 1254--><p class="indent" > creates a bookmark one step down in the bookmark hierarchy. Internally the current level is increased by one. -<!--l. 1089--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-34" class="tabular" +<!--l. 1257--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-35" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-34-1g"><col -id="TBL-34-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-34-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-34-1-1" +><colgroup id="TBL-35-1g"><col +id="TBL-35-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-35-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-35-1-1" class="td11"> <span class="ec-lmvtt-10">\belowpdfbookmark</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span @@ -3675,9 +3905,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. 1092--><p class="indent" > creates a bookmark below the current bookmark level. However after the command the current +<!--l. 1260--><p class="indent" > creates a bookmark below the current bookmark level. However after the command the current bookmark level has not changed. -<!--l. 1095--><p class="noindent" ><span +<!--l. 1263--><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: @@ -3688,21 +3918,21 @@ 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. 1103--><p class="noindent" >Therefore I recommend using this package. -<!--l. 1105--><p class="noindent" > +<!--l. 1271--><p class="noindent" >Therefore I recommend using this package. +<!--l. 1273--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">4.1.2 </span> <a - id="x1-160004.1.2"></a>Replacement macros</h5> -<!--l. 1107--><p class="noindent" ><span + id="x1-170004.1.2"></a>Replacement macros</h5> +<!--l. 1275--><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. 1111--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-35" class="tabular" +<!--l. 1279--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-36" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-35-1g"><col -id="TBL-35-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-35-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-35-1-1" +><colgroup id="TBL-36-1g"><col +id="TBL-36-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-36-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-36-1-1" class="td11"> <span class="ec-lmvtt-10">\texorpdfstring</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span class="TEX"><span @@ -3715,9 +3945,9 @@ 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. 1115--><p class="indent" > For example, +<!--l. 1283--><p class="indent" > For example, - <div class="verbatim" id="verbatim-13"> + <div class="verbatim" id="verbatim-18"> \section{Pythagoras:  <br />  \texorpdfstring{$ a^2 + b^2 = c^2 $}{%  <br />    a\texttwosuperior\ + b\texttwosuperior\ = @@ -3726,51 +3956,51 @@ class="ec-lmvtt-10">}</span></span></span> </td>  <br />}  <br />\section{\texorpdfstring{\textcolor{red}}{}{Red} Mars} </div> -<!--l. 1124--><p class="nopar" > -<!--l. 1126--><p class="indent" > <span +<!--l. 1292--><p class="nopar" > +<!--l. 1294--><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. - <div class="verbatim" id="verbatim-14"> + <div class="verbatim" id="verbatim-19"> \expandafter\def\expandafter\pdfstringdefPreHook  <br />\expandafter{%  <br />  \pdfstringdefPreHook  <br />  \renewcommand{\mycommand}[1]{}%  <br />} </div> -<!--l. 1136--><p class="nopar" > -<!--l. 1138--><p class="indent" > However, for disabling commands, an easier way is via <span +<!--l. 1304--><p class="nopar" > +<!--l. 1306--><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 names): - <div class="verbatim" id="verbatim-15"> + <div class="verbatim" id="verbatim-20"> \pdfstringdefDisableCommands{%  <br />  \let~\textasciitilde  <br />  \def\url{\pdfstringdefWarn\url}%  <br />  \let\textcolor\@gobble  <br />} </div> -<!--l. 1149--><p class="nopar" > -<!--l. 1151--><p class="noindent" > +<!--l. 1317--><p class="nopar" > +<!--l. 1319--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">4.2 </span> <a - id="x1-170004.2"></a>Utility macros</h4> -<!--l. 1154--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-36" class="tabular" + id="x1-180004.2"></a>Utility macros</h4> +<!--l. 1322--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-37" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-36-1g"><col -id="TBL-36-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-36-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-36-1-1" +><colgroup id="TBL-37-1g"><col +id="TBL-37-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-37-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-37-1-1" class="td11"> <span class="ec-lmvtt-10">\hypercalcbp</span><span class="obeylines-h"><span class="verb"><span 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. 1157--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span +<!--l. 1325--><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 @@ -3781,42 +4011,39 @@ Example: <div class="quote"> - <div class="verbatim" id="verbatim-16"> + <div class="verbatim" id="verbatim-21"> \hypersetup{  <br />  pdfstartview={FitBH \hypercalcbp{\paperheight-\topmargin-1in  <br />    -\headheight-\headsep}  <br />} </div> - <!--l. 1169--><p class="nopar" ></div> -<!--l. 1171--><p class="noindent" >The origin of the PDF coordinate system is the lower left corner. -<!--l. 1173--><p class="indent" > Note, for calculations you need either package |calc| or <span -class="lmmi-10">ε</span>-<span class="TEX">T<span -class="E">E</span>X</span>. Nowadays the latter should -automatically be enabled for <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span -class="E">E</span>X</span></span> formats. Users without <span -class="lmmi-10">ε</span>-<span class="TEX">T<span -class="E">E</span>X</span>, please, look in the source + <!--l. 1337--><p class="nopar" ></div> +<!--l. 1339--><p class="noindent" >The origin of the PDF coordinate system is the lower left corner. +<!--l. 1341--><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. 1179--><p class="indent" > Also <span class="obeylines-h"><span class="verb"><span -class="ec-lmvtt-10">\hypercalcbp</span></span></span> cannot be used in option specifications of <span class="obeylines-h"><span class="verb"><span -class="ec-lmvtt-10">\documentclass</span></span></span> and <span class="obeylines-h"><span class="verb"><span -class="ec-lmvtt-10">\usepackage</span></span></span>, -because <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span -class="E">E</span>X</span></span> expands the option lists of these commands. However package <span class="obeylines-h"><span class="verb"><span -class="ec-lmvtt-10">hyperref</span></span></span> is not yet -loaded and an undefined control sequence error would arise. -<!--l. 1185--><p class="noindent" > +<!--l. 1347--><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. 1353--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">5 </span> <a - id="x1-180005"></a>Acrobat-specific behavior</h3> -<!--l. 1186--><p class="noindent" >If you want to access the menu options of Acrobat Reader or Exchange, the following macro is provided + id="x1-190005"></a>Acrobat-specific behavior</h3> +<!--l. 1354--><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. 1189--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-37" class="tabular" +<!--l. 1357--><p class="noindent" > +<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-38" class="tabular" cellspacing="0" cellpadding="0" -><colgroup id="TBL-37-1g"><col -id="TBL-37-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-37-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-37-1-1" +><colgroup id="TBL-38-1g"><col +id="TBL-38-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-38-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-1-1" class="td11"> <span class="ec-lmvtt-10">\Acrobatmenu</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span @@ -3825,347 +4052,347 @@ 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. 1193--><p class="noindent" >The <span +<!--l. 1361--><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. -<!--l. 1196--><p class="noindent" > +<!--l. 1364--><p class="noindent" > <a - id="x1-18001r12"></a> <!--l. 1197--><div class="longtable"> <table id="TBL-38" class="longtable" + id="x1-19001r13"></a> <!--l. 1365--><div class="longtable"> <table id="TBL-39" class="longtable" cellspacing="0" cellpadding="0" -><colgroup id="TBL-38-1g"><col -id="TBL-38-1"><col -id="TBL-38-2"></colgroup> +><colgroup id="TBL-39-1g"><col +id="TBL-39-1"><col +id="TBL-39-2"></colgroup> <tr - style="vertical-align:baseline;" id="TBL-38-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-1-1" -class="td11"> File </td><td style="white-space:wrap; text-align:left;" id="TBL-38-1-2" + style="vertical-align:baseline;" id="TBL-39-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-1-1" +class="td11"> File </td><td style="white-space:wrap; text-align:left;" id="TBL-39-1-2" class="td11"> - <!--l. 1197--><p class="noindent" >Open, Close, Scan, Save, SaveAs, Optimizer:SaveAsOpt, + <!--l. 1365--><p class="noindent" >Open, Close, Scan, Save, SaveAs, Optimizer:SaveAsOpt, Print, PageSetup, Quit </td> </tr><tr - style="vertical-align:baseline;" id="TBL-38-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-2-1" + style="vertical-align:baseline;" id="TBL-39-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-2-1" class="td11"> File<span -class="lmsy-10">→</span>Import </td><td style="white-space:wrap; text-align:left;" id="TBL-38-2-2" +class="lmsy-10">→</span>Import </td><td style="white-space:wrap; text-align:left;" id="TBL-39-2-2" class="td11"> - <!--l. 1198--><p class="noindent" >ImportImage, ImportNotes, AcroForm:ImportFDF </td> + <!--l. 1366--><p class="noindent" >ImportImage, ImportNotes, AcroForm:ImportFDF </td> </tr><tr - style="vertical-align:baseline;" id="TBL-38-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-3-1" + style="vertical-align:baseline;" id="TBL-39-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-3-1" class="td11"> File<span -class="lmsy-10">→</span>Export </td><td style="white-space:wrap; text-align:left;" id="TBL-38-3-2" +class="lmsy-10">→</span>Export </td><td style="white-space:wrap; text-align:left;" id="TBL-39-3-2" class="td11"> - <!--l. 1199--><p class="noindent" >ExportNotes, AcroForm:ExportFDF </td> + <!--l. 1367--><p class="noindent" >ExportNotes, AcroForm:ExportFDF </td> </tr><tr - style="vertical-align:baseline;" id="TBL-38-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-4-1" + style="vertical-align:baseline;" id="TBL-39-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-4-1" class="td11"> File<span -class="lmsy-10">→</span>DocumentInfo </td><td style="white-space:wrap; text-align:left;" id="TBL-38-4-2" +class="lmsy-10">→</span>DocumentInfo </td><td style="white-space:wrap; text-align:left;" id="TBL-39-4-2" class="td11"> - <!--l. 1200--><p class="noindent" >GeneralInfo, OpenInfo, FontsInfo, SecurityInfo, + <!--l. 1368--><p class="noindent" >GeneralInfo, OpenInfo, FontsInfo, SecurityInfo, Weblink:Base, AutoIndex:DocInfo </td> </tr><tr - style="vertical-align:baseline;" id="TBL-38-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-5-1" + style="vertical-align:baseline;" id="TBL-39-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-5-1" class="td11"> File<span -class="lmsy-10">→</span>Preferences </td><td style="white-space:wrap; text-align:left;" id="TBL-38-5-2" +class="lmsy-10">→</span>Preferences </td><td style="white-space:wrap; text-align:left;" id="TBL-39-5-2" class="td11"> - <!--l. 1201--><p class="noindent" >GeneralPrefs, NotePrefs, FullScreenPrefs, Weblink:Prefs, + <!--l. 1369--><p class="noindent" >GeneralPrefs, NotePrefs, FullScreenPrefs, Weblink:Prefs, AcroSearch:Preferences(Windows) or, AcroSearch:Prefs(Mac), Cpt:Capture </td> </tr><tr - style="vertical-align:baseline;" id="TBL-38-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-6-1" -class="td11"> Edit </td><td style="white-space:wrap; text-align:left;" id="TBL-38-6-2" + style="vertical-align:baseline;" id="TBL-39-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-6-1" +class="td11"> Edit </td><td style="white-space:wrap; text-align:left;" id="TBL-39-6-2" class="td11"> - <!--l. 1203--><p class="noindent" >Undo, Cut, Copy, Paste, Clear, SelectAll, Ole:CopyFile, + <!--l. 1371--><p class="noindent" >Undo, Cut, Copy, Paste, Clear, SelectAll, Ole:CopyFile, TouchUp:TextAttributes, TouchUp:FitTextToSelection, TouchUp:ShowLineMarkers, TouchUp:ShowCaptureSuspects, TouchUp:FindSuspect, </td> </tr><tr - style="vertical-align:baseline;" id="TBL-38-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-7-1" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-38-7-2" + style="vertical-align:baseline;" id="TBL-39-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-7-1" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-39-7-2" class="td11"> - <!--l. 1206--><p class="noindent" >Properties </td> + <!--l. 1374--><p class="noindent" >Properties </td> </tr><tr - style="vertical-align:baseline;" id="TBL-38-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-8-1" + style="vertical-align:baseline;" id="TBL-39-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-8-1" class="td11"> Edit<span -class="lmsy-10">→</span>Fields </td><td style="white-space:wrap; text-align:left;" id="TBL-38-8-2" +class="lmsy-10">→</span>Fields </td><td style="white-space:wrap; text-align:left;" id="TBL-39-8-2" class="td11"> - <!--l. 1207--><p class="noindent" >AcroForm:Duplicate, AcroForm:TabOrder </td> + <!--l. 1375--><p class="noindent" >AcroForm:Duplicate, AcroForm:TabOrder </td> </tr><tr - style="vertical-align:baseline;" id="TBL-38-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-9-1" -class="td11"> Document </td><td style="white-space:wrap; text-align:left;" id="TBL-38-9-2" + style="vertical-align:baseline;" id="TBL-39-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-9-1" +class="td11"> Document </td><td style="white-space:wrap; text-align:left;" id="TBL-39-9-2" class="td11"> - <!--l. 1208--><p class="noindent" >Cpt:CapturePages, + <!--l. 1376--><p class="noindent" >Cpt:CapturePages, AcroForm:Actions, CropPages, RotatePages, InsertPages, ExtractPages, ReplacePages, DeletePages, NewBookmark, SetBookmarkDest, CreateAllThumbs, DeleteAllThumbs </td> </tr><tr - style="vertical-align:baseline;" id="TBL-38-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-10-1" -class="td11"> View </td><td style="white-space:wrap; text-align:left;" id="TBL-38-10-2" + style="vertical-align:baseline;" id="TBL-39-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-10-1" +class="td11"> View </td><td style="white-space:wrap; text-align:left;" id="TBL-39-10-2" class="td11"> - <!--l. 1211--><p class="noindent" >ActualSize, FitVisible, FitWidth, FitPage, ZoomTo, + <!--l. 1379--><p class="noindent" >ActualSize, FitVisible, FitWidth, FitPage, ZoomTo, FullScreen, FirstPage, PrevPage, NextPage, LastPage, GoToPage, GoBack, GoForward, SinglePage, OneColumn, TwoColumns, ArticleThreads, PageOnly, ShowBookmarks, ShowThumbs </td> </tr><tr - style="vertical-align:baseline;" id="TBL-38-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-11-1" -class="td11"> Tools </td><td style="white-space:wrap; text-align:left;" id="TBL-38-11-2" + style="vertical-align:baseline;" id="TBL-39-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-11-1" +class="td11"> Tools </td><td style="white-space:wrap; text-align:left;" id="TBL-39-11-2" class="td11"> - <!--l. 1214--><p class="noindent" >Hand, ZoomIn, ZoomOut, SelectText, SelectGraphics, + <!--l. 1382--><p class="noindent" >Hand, ZoomIn, ZoomOut, SelectText, SelectGraphics, Note, Link, Thread, AcroForm:Tool, Acro_Movie:MoviePlayer, TouchUp:TextTool, Find, FindAgain, FindNextNote, CreateNotesFile </td> </tr><tr - style="vertical-align:baseline;" id="TBL-38-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-12-1" + style="vertical-align:baseline;" id="TBL-39-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-12-1" class="td11"> Tools<span -class="lmsy-10">→</span>Search </td><td style="white-space:wrap; text-align:left;" id="TBL-38-12-2" +class="lmsy-10">→</span>Search </td><td style="white-space:wrap; text-align:left;" id="TBL-39-12-2" class="td11"> - <!--l. 1217--><p class="noindent" >AcroSrch:Query, AcroSrch:Indexes, AcroSrch:Results, + <!--l. 1385--><p class="noindent" >AcroSrch:Query, AcroSrch:Indexes, AcroSrch:Results, AcroSrch:Assist, AcroSrch:PrevDoc, AcroSrch:PrevHit, AcroSrch:NextHit, AcroSrch:NextDoc </td> </tr><tr - style="vertical-align:baseline;" id="TBL-38-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-13-1" -class="td11"> Window </td><td style="white-space:wrap; text-align:left;" id="TBL-38-13-2" + style="vertical-align:baseline;" id="TBL-39-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-13-1" +class="td11"> Window </td><td style="white-space:wrap; text-align:left;" id="TBL-39-13-2" class="td11"> - <!--l. 1219--><p class="noindent" >ShowHideToolBar, ShowHideMenuBar, + <!--l. 1387--><p class="noindent" >ShowHideToolBar, ShowHideMenuBar, ShowHideClipboard, Cascade, TileHorizontal, TileVertical, CloseAll </td> </tr><tr - style="vertical-align:baseline;" id="TBL-38-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-14-1" -class="td11"> Help </td><td style="white-space:wrap; text-align:left;" id="TBL-38-14-2" + style="vertical-align:baseline;" id="TBL-39-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-14-1" +class="td11"> Help </td><td style="white-space:wrap; text-align:left;" id="TBL-39-14-2" class="td11"> - <!--l. 1221--><p class="noindent" >HelpUserGuide, HelpTutorial, HelpExchange, HelpScan, + <!--l. 1389--><p class="noindent" >HelpUserGuide, HelpTutorial, HelpExchange, HelpScan, HelpCapture, HelpPDFWriter, HelpDistiller, HelpSearch, HelpCatalog, HelpReader, Weblink:Home </td> </tr><tr - style="vertical-align:baseline;" id="TBL-38-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-15-1" -class="td11"> Help(Windows) </td><td style="white-space:wrap; text-align:left;" id="TBL-38-15-2" + style="vertical-align:baseline;" id="TBL-39-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-15-1" +class="td11"> Help(Windows) </td><td style="white-space:wrap; text-align:left;" id="TBL-39-15-2" class="td11"> - <!--l. 1223--><p class="noindent" >About </td> + <!--l. 1391--><p class="noindent" >About </td> </tr><tr - style="vertical-align:baseline;" id="TBL-38-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-16-1" + style="vertical-align:baseline;" id="TBL-39-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-16-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-38-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-17-1" + style="vertical-align:baseline;" id="TBL-39-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-17-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-38-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-18-1" + style="vertical-align:baseline;" id="TBL-39-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-18-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-38-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-19-1" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-38-19-2" + style="vertical-align:baseline;" id="TBL-39-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-19-1" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-39-19-2" class="td11"></td></tr> </table></div> -<!--l. 1226--><p class="noindent" > +<!--l. 1394--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">6 </span> <a - id="x1-190006"></a>PDF and HTML forms</h3> -<!--l. 1227--><p class="noindent" >You must put your fields inside a <span + id="x1-200006"></a>PDF and HTML forms</h3> +<!--l. 1395--><p class="noindent" >You must put your fields inside a <span class="ec-lmvtt-10">Form </span>environment (only one per file). -<!--l. 1229--><p class="indent" > There are six macros to prepare fields: -<!--l. 1231--><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 -id="TBL-39-1"></colgroup><tr - style="vertical-align:baseline;" id="TBL-39-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-39-1-1" -class="td11"> <span -class="ec-lmvtt-10">\TextField</span><span class="obeylines-h"><span class="verb"><span -class="ec-lmvtt-10">[</span></span></span><span -class="ec-lmri-10">parameters</span><span class="obeylines-h"><span class="verb"><span -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. 1235--><p class="noindent" > - - +<!--l. 1397--><p class="indent" > There are six macros to prepare fields: +<!--l. 1399--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-40" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-40-1g"><col id="TBL-40-1"></colgroup><tr style="vertical-align:baseline;" id="TBL-40-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-40-1-1" class="td11"> <span -class="ec-lmvtt-10">\CheckBox</span><span class="obeylines-h"><span class="verb"><span +class="ec-lmvtt-10">\TextField</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">[</span></span></span><span class="ec-lmri-10">parameters</span><span class="obeylines-h"><span class="verb"><span 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. 1239--><p class="noindent" > +<!--l. 1403--><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 id="TBL-41-1"></colgroup><tr style="vertical-align:baseline;" id="TBL-41-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-41-1-1" class="td11"> <span -class="ec-lmvtt-10">\ChoiceMenu</span><span class="obeylines-h"><span class="verb"><span +class="ec-lmvtt-10">\CheckBox</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">[</span></span></span><span class="ec-lmri-10">parameters</span><span class="obeylines-h"><span class="verb"><span 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><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. 1243--><p class="noindent" > +<!--l. 1407--><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 id="TBL-42-1"></colgroup><tr style="vertical-align:baseline;" id="TBL-42-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-42-1-1" class="td11"> <span -class="ec-lmvtt-10">\PushButton</span><span class="obeylines-h"><span class="verb"><span +class="ec-lmvtt-10">\ChoiceMenu</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">[</span></span></span><span class="ec-lmri-10">parameters</span><span class="obeylines-h"><span class="verb"><span 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><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. 1247--><p class="noindent" > +<!--l. 1411--><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 id="TBL-43-1"></colgroup><tr style="vertical-align:baseline;" id="TBL-43-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-43-1-1" class="td11"> <span -class="ec-lmvtt-10">\Submit</span><span class="obeylines-h"><span class="verb"><span +class="ec-lmvtt-10">\PushButton</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">[</span></span></span><span class="ec-lmri-10">parameters</span><span class="obeylines-h"><span class="verb"><span 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. 1251--><p class="noindent" > +<!--l. 1415--><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 id="TBL-44-1"></colgroup><tr style="vertical-align:baseline;" id="TBL-44-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-44-1-1" class="td11"> <span -class="ec-lmvtt-10">\Reset</span><span class="obeylines-h"><span class="verb"><span +class="ec-lmvtt-10">\Submit</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">[</span></span></span><span class="ec-lmri-10">parameters</span><span class="obeylines-h"><span class="verb"><span 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. 1255--><p class="indent" > The way forms and their labels are laid out is determined by: -<!--l. 1256--><p class="noindent" > +<!--l. 1419--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-45" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-45-1g"><col id="TBL-45-1"></colgroup><tr style="vertical-align:baseline;" id="TBL-45-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-45-1-1" class="td11"> <span -class="ec-lmvtt-10">\LayoutTextField</span><span class="obeylines-h"><span class="verb"><span -class="ec-lmvtt-10">{</span></span></span><span +class="ec-lmvtt-10">\Reset</span><span class="obeylines-h"><span class="verb"><span +class="ec-lmvtt-10">[</span></span></span><span +class="ec-lmri-10">parameters</span><span class="obeylines-h"><span class="verb"><span +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><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. 1260--><p class="noindent" > +<!--l. 1423--><p class="indent" > The way forms and their labels are laid out is determined by: +<!--l. 1424--><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 id="TBL-46-1"></colgroup><tr style="vertical-align:baseline;" id="TBL-46-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-46-1-1" class="td11"> <span -class="ec-lmvtt-10">\LayoutChoiceField</span><span class="obeylines-h"><span class="verb"><span +class="ec-lmvtt-10">\LayoutTextField</span><span class="obeylines-h"><span class="verb"><span 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><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. 1264--><p class="noindent" > +<!--l. 1428--><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 id="TBL-47-1"></colgroup><tr style="vertical-align:baseline;" id="TBL-47-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-47-1-1" class="td11"> <span -class="ec-lmvtt-10">\LayoutCheckField</span><span class="obeylines-h"><span class="verb"><span +class="ec-lmvtt-10">\LayoutChoiceField</span><span class="obeylines-h"><span class="verb"><span 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><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. 1268--><p class="indent" > These macros default to #1 #2 -<!--l. 1270--><p class="indent" > What is actually shown in as the field is determined by: -<!--l. 1271--><p class="noindent" > +<!--l. 1432--><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 id="TBL-48-1"></colgroup><tr style="vertical-align:baseline;" id="TBL-48-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-48-1-1" class="td11"> <span -class="ec-lmvtt-10">\MakeRadioField</span><span class="obeylines-h"><span class="verb"><span +class="ec-lmvtt-10">\LayoutCheckField</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span -class="ec-lmri-10">width</span><span class="obeylines-h"><span class="verb"><span +class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}{</span></span></span><span -class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><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. 1275--><p class="noindent" > +<!--l. 1436--><p class="indent" > These macros default to #1 #2 +<!--l. 1438--><p class="indent" > What is actually shown in as the field is determined by: +<!--l. 1439--><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 id="TBL-49-1"></colgroup><tr style="vertical-align:baseline;" id="TBL-49-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-49-1-1" class="td11"> <span -class="ec-lmvtt-10">\MakeCheckField</span><span class="obeylines-h"><span class="verb"><span +class="ec-lmvtt-10">\MakeRadioField</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">width</span><span class="obeylines-h"><span class="verb"><span 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. 1278--><p class="noindent" > +<!--l. 1443--><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 id="TBL-50-1"></colgroup><tr style="vertical-align:baseline;" id="TBL-50-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-50-1-1" class="td11"> <span -class="ec-lmvtt-10">\MakeTextField</span><span class="obeylines-h"><span class="verb"><span +class="ec-lmvtt-10">\MakeCheckField</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">width</span><span class="obeylines-h"><span class="verb"><span 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. 1281--><p class="noindent" > - - +<!--l. 1446--><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 id="TBL-51-1"></colgroup><tr style="vertical-align:baseline;" id="TBL-51-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-51-1-1" class="td11"> <span -class="ec-lmvtt-10">\MakeChoiceField</span><span class="obeylines-h"><span class="verb"><span +class="ec-lmvtt-10">\MakeTextField</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">width</span><span class="obeylines-h"><span class="verb"><span 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. 1285--><p class="noindent" > +<!--l. 1449--><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 id="TBL-52-1"></colgroup><tr style="vertical-align:baseline;" id="TBL-52-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-52-1-1" class="td11"> <span +class="ec-lmvtt-10">\MakeChoiceField</span><span class="obeylines-h"><span class="verb"><span +class="ec-lmvtt-10">{</span></span></span><span +class="ec-lmri-10">width</span><span class="obeylines-h"><span class="verb"><span +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. 1453--><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 +id="TBL-53-1"></colgroup><tr + style="vertical-align:baseline;" id="TBL-53-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-53-1-1" +class="td11"> <span class="ec-lmvtt-10">\MakeButtonField</span><span class="obeylines-h"><span class="verb"><span 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. 1289--><p class="indent" > These macros default to <span class="obeylines-h"><span class="verb"><span +<!--l. 1457--><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 @@ -4174,10 +4401,10 @@ 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. 1293--><p class="indent" > You may also want to redefine the following macros: +<!--l. 1461--><p class="indent" > You may also want to redefine the following macros: - <div class="verbatim" id="verbatim-17"> + <div class="verbatim" id="verbatim-22"> \def\DefaultHeightofSubmit{12pt}  <br />\def\DefaultWidthofSubmit{2cm}  <br />\def\DefaultHeightofReset{12pt} @@ -4190,570 +4417,574 @@ class="ec-lmvtt-10">\Reset </span>macros.  <br />\def\DefaultHeightofTextMultiline{4\baselineskip}  <br />\def\DefaultWidthofText{3cm} </div> -<!--l. 1306--><p class="nopar" > -<!--l. 1308--><p class="noindent" > +<!--l. 1474--><p class="nopar" > +<!--l. 1476--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">6.1 </span> <a - id="x1-200006.1"></a>Forms environment parameters</h4> -<!--l. 1310--><p class="noindent" > + id="x1-210006.1"></a>Forms environment parameters</h4> +<!--l. 1478--><p class="noindent" > <a - id="x1-20001r13"></a> <!--l. 1311--><div class="longtable"> <table id="TBL-53" class="longtable" + id="x1-21001r14"></a> <!--l. 1479--><div class="longtable"> <table id="TBL-54" class="longtable" cellspacing="0" cellpadding="0" -><colgroup id="TBL-53-1g"><col -id="TBL-53-1"><col -id="TBL-53-2"><col -id="TBL-53-3"></colgroup> +><colgroup id="TBL-54-1g"><col +id="TBL-54-1"><col +id="TBL-54-2"><col +id="TBL-54-3"></colgroup> <tr - style="vertical-align:baseline;" id="TBL-53-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-53-1-1" + style="vertical-align:baseline;" id="TBL-54-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-1-1" class="td11"> <span -class="ec-lmvtt-10">action </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-53-1-2" +class="ec-lmvtt-10">action </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-1-2" class="td11"> <span -class="ec-lmri-10">URL </span></td><td style="white-space:wrap; text-align:left;" id="TBL-53-1-3" +class="ec-lmri-10">URL </span></td><td style="white-space:wrap; text-align:left;" id="TBL-54-1-3" class="td11"> - <!--l. 1311--><p class="noindent" >The URL that will receive the form data if a <span + <!--l. 1479--><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 - style="vertical-align:baseline;" id="TBL-53-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-53-2-1" + style="vertical-align:baseline;" id="TBL-54-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-2-1" class="td11"> <span -class="ec-lmvtt-10">encoding </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-53-2-2" +class="ec-lmvtt-10">encoding </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-2-2" class="td11"> <span -class="ec-lmri-10">name </span></td><td style="white-space:wrap; text-align:left;" id="TBL-53-2-3" +class="ec-lmri-10">name </span></td><td style="white-space:wrap; text-align:left;" id="TBL-54-2-3" class="td11"> - <!--l. 1312--><p class="noindent" >The encoding for the string set to the URL; FDF-encoding + <!--l. 1480--><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 - style="vertical-align:baseline;" id="TBL-53-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-53-3-1" + style="vertical-align:baseline;" id="TBL-54-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-3-1" class="td11"> <span -class="ec-lmvtt-10">method </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-53-3-2" +class="ec-lmvtt-10">method </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-3-2" class="td11"> <span -class="ec-lmri-10">name </span></td><td style="white-space:wrap; text-align:left;" id="TBL-53-3-3" +class="ec-lmri-10">name </span></td><td style="white-space:wrap; text-align:left;" id="TBL-54-3-3" class="td11"> - <!--l. 1314--><p class="noindent" >Used only when generating HTML; values can be <span + <!--l. 1482--><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> </tr><tr - style="vertical-align:baseline;" id="TBL-53-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-53-4-1" + style="vertical-align:baseline;" id="TBL-54-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-4-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-53-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-53-5-1" + style="vertical-align:baseline;" id="TBL-54-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-5-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-53-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-53-6-1" + style="vertical-align:baseline;" id="TBL-54-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-6-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-53-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-53-7-1" + style="vertical-align:baseline;" id="TBL-54-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-7-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-53-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-53-8-1" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-53-8-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-53-8-3" + style="vertical-align:baseline;" id="TBL-54-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-8-1" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-8-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-54-8-3" class="td11"></td></tr> </table></div> -<!--l. 1317--><p class="noindent" > +<!--l. 1485--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">6.2 </span> <a - id="x1-210006.2"></a>Forms optional parameters</h4> -<!--l. 1318--><p class="noindent" >Note that all colors must be expressed as RGB triples, in the range 0..1 (i.e. <span + id="x1-220006.2"></a>Forms optional parameters</h4> +<!--l. 1486--><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>) -<!--l. 1321--><p class="noindent" > +<!--l. 1489--><p class="noindent" > <a - id="x1-21001r14"></a> <!--l. 1322--><div class="longtable"> <table id="TBL-54" class="longtable" + id="x1-22001r15"></a> <!--l. 1490--><div class="longtable"> <table id="TBL-55" class="longtable" cellspacing="0" cellpadding="0" -><colgroup id="TBL-54-1g"><col -id="TBL-54-1"><col -id="TBL-54-2"><col -id="TBL-54-3"><col -id="TBL-54-4"></colgroup> +><colgroup id="TBL-55-1g"><col +id="TBL-55-1"><col +id="TBL-55-2"><col +id="TBL-55-3"><col +id="TBL-55-4"></colgroup> <tr - style="vertical-align:baseline;" id="TBL-54-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-1-1" + style="vertical-align:baseline;" id="TBL-55-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-1-1" class="td11"> <span -class="ec-lmvtt-10">accesskey </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-1-2" -class="td11"> key </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-1-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-1-4" +class="ec-lmvtt-10">accesskey </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-1-2" +class="td11"> key </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-1-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-1-4" class="td11"> (as per HTML) </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-2-1" + style="vertical-align:baseline;" id="TBL-55-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-2-1" class="td11"> <span -class="ec-lmvtt-10">align </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-2-2" -class="td11"> number </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-2-3" +class="ec-lmvtt-10">align </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-2-2" +class="td11"> number </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-2-3" class="td11"> <span -class="ec-lmri-10">0 </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-2-4" +class="ec-lmri-10">0 </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-2-4" class="td11"> alignment within text field; 0 is left-aligned, </td> -<td id="TBL-54-2-5" +<td id="TBL-55-2-5" class="td10"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-3-1" + style="vertical-align:baseline;" id="TBL-55-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-3-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-4-1" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-4-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-4-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-4-4" + style="vertical-align:baseline;" id="TBL-55-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-4-1" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-4-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-4-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-4-4" class="td11"> 1 is centered, 2 is right-aligned. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-5-1" + style="vertical-align:baseline;" id="TBL-55-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-5-1" class="td11"> <span -class="ec-lmvtt-10">altname </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-5-2" -class="td11"> name </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-5-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-5-4" +class="ec-lmvtt-10">altname </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-5-2" +class="td11"> name </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-5-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-5-4" class="td11"> alternative name, </td> -<td id="TBL-54-5-5" +<td id="TBL-55-5-5" class="td10"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-6-1" + style="vertical-align:baseline;" id="TBL-55-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-6-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-7-1" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-7-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-7-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-7-4" + style="vertical-align:baseline;" id="TBL-55-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-7-1" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-7-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-7-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-7-4" class="td11"> the name shown in the user interface </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-8-1" + style="vertical-align:baseline;" id="TBL-55-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-8-1" class="td11"> <span -class="ec-lmvtt-10">backgroundcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-8-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-8-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-8-4" +class="ec-lmvtt-10">backgroundcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-8-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-8-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-8-4" class="td11"> color of box </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-9-1" + style="vertical-align:baseline;" id="TBL-55-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-9-1" class="td11"> <span -class="ec-lmvtt-10">bordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-9-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-9-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-9-4" +class="ec-lmvtt-10">bordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-9-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-9-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-9-4" class="td11"> color of border </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-10-1" + style="vertical-align:baseline;" id="TBL-55-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-10-1" class="td11"> <span -class="ec-lmvtt-10">bordersep </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-10-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-10-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-10-4" +class="ec-lmvtt-10">bordersep </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-10-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-10-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-10-4" class="td11"> box border gap </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-11-1" + style="vertical-align:baseline;" id="TBL-55-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-11-1" class="td11"> <span -class="ec-lmvtt-10">borderwidth </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-11-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-11-3" +class="ec-lmvtt-10">borderwidth </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-11-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-11-3" class="td11"> <span -class="ec-lmri-10">1 </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-11-4" +class="ec-lmri-10">1 </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-11-4" class="td11"> width of box border, the value is a dimension </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-12-1" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-12-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-12-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-12-4" + style="vertical-align:baseline;" id="TBL-55-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-12-1" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-12-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-12-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-12-4" class="td11"> or a number with default unit bp </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-13-1" + style="vertical-align:baseline;" id="TBL-55-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-13-1" class="td11"> <span -class="ec-lmvtt-10">calculate </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-13-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-13-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-13-4" +class="ec-lmvtt-10">calculate </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-13-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-13-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-13-4" class="td11"> JavaScript code to calculate the value of the field </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-14-1" + style="vertical-align:baseline;" id="TBL-55-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-14-1" class="td11"> <span -class="ec-lmvtt-10">charsize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-14-2" -class="td11"> dimen </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-14-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-14-4" +class="ec-lmvtt-10">charsize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-14-2" +class="td11"> dimen </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-14-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-14-4" class="td11"> font size of field text </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-15-1" + style="vertical-align:baseline;" id="TBL-55-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-15-1" class="td11"> <span -class="ec-lmvtt-10">checkboxsymbol </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-15-2" -class="td11"> char </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-15-3" +class="ec-lmvtt-10">checkboxsymbol </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-15-2" +class="td11"> char </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-15-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-54-15-4" +class="ec-lmri-10">) </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-15-4" class="td11"> symbol used for check boxes (ZapfDingbats), </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-16-1" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-16-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-16-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-16-4" + style="vertical-align:baseline;" id="TBL-55-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-16-1" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-16-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-16-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-16-4" class="td11"> 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-54-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-17-1" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-17-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-17-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-17-4" -class="td11"> see package ‘pifont’ from bundle ‘psnfss’ </td> + style="vertical-align:baseline;" id="TBL-55-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-17-1" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-17-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-17-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-17-4" +class="td11"> 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-54-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-18-1" + style="vertical-align:baseline;" id="TBL-55-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-18-1" class="td11"> <span -class="ec-lmvtt-10">checked </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-18-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-18-3" +class="ec-lmvtt-10">checked </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-18-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-18-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-18-4" +class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-18-4" class="td11"> whether option selected by default </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-19-1" + style="vertical-align:baseline;" id="TBL-55-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-19-1" class="td11"> <span -class="ec-lmvtt-10">color </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-19-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-19-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-19-4" +class="ec-lmvtt-10">color </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-19-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-19-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-19-4" class="td11"> color of text in box </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-20-1" + style="vertical-align:baseline;" id="TBL-55-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-20-1" class="td11"> <span -class="ec-lmvtt-10">combo </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-20-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-20-3" +class="ec-lmvtt-10">combo </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-20-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-20-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-20-4" +class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-20-4" class="td11"> choice list is ‘combo’ style </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-21-1" + style="vertical-align:baseline;" id="TBL-55-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-21-1" class="td11"> <span -class="ec-lmvtt-10">default </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-21-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-21-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-21-4" +class="ec-lmvtt-10">default </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-21-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-21-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-21-4" class="td11"> default value </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-22-1" + style="vertical-align:baseline;" id="TBL-55-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-22-1" class="td11"> <span -class="ec-lmvtt-10">disabled </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-22-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-22-3" +class="ec-lmvtt-10">disabled </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-22-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-22-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-22-4" +class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-22-4" class="td11"> field disabled </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-23-1" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-23-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-23-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-23-4" + style="vertical-align:baseline;" id="TBL-55-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-23-1" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-23-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-23-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-23-4" class="td11"></td></tr> <tr - style="vertical-align:baseline;" id="TBL-54-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-24-1" + style="vertical-align:baseline;" id="TBL-55-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-24-1" class="td11"> <span -class="ec-lmvtt-10">format </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-24-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-24-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-24-4" +class="ec-lmvtt-10">format </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-24-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-24-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-24-4" class="td11"> JavaScript code to format the field </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-25-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-25-1" + style="vertical-align:baseline;" id="TBL-55-25-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-25-1" class="td11"> <span -class="ec-lmvtt-10">height </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-25-2" -class="td11"> dimen </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-25-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-25-4" +class="ec-lmvtt-10">height </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-25-2" +class="td11"> dimen </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-25-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-25-4" class="td11"> height of field box </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-26-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-26-1" + style="vertical-align:baseline;" id="TBL-55-26-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-26-1" class="td11"> <span -class="ec-lmvtt-10">hidden </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-26-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-26-3" +class="ec-lmvtt-10">hidden </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-26-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-26-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-26-4" +class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-26-4" class="td11"> field hidden </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-27-1" + style="vertical-align:baseline;" id="TBL-55-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-27-1" class="td11"> <span -class="ec-lmvtt-10">keystroke </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-27-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-27-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-27-4" +class="ec-lmvtt-10">keystroke </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-27-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-27-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-27-4" class="td11"> JavaScript code to control the keystrokes on entry </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-28-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-28-1" + style="vertical-align:baseline;" id="TBL-55-28-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-28-1" class="td11"> <span -class="ec-lmvtt-10">mappingname </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-28-2" -class="td11"> name </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-28-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-28-4" +class="ec-lmvtt-10">mappingname </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-28-2" +class="td11"> name </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-28-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-28-4" class="td11"> the mapping name to be used when exporting </td> -<td id="TBL-54-28-5" +<td id="TBL-55-28-5" class="td10"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-29-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-29-1" + style="vertical-align:baseline;" id="TBL-55-29-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-29-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-30-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-30-1" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-30-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-30-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-30-4" + style="vertical-align:baseline;" id="TBL-55-30-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-30-1" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-30-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-30-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-30-4" class="td11"> the field data </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-31-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-31-1" + style="vertical-align:baseline;" id="TBL-55-31-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-31-1" class="td11"> <span -class="ec-lmvtt-10">maxlen </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-31-2" -class="td11"> number </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-31-3" +class="ec-lmvtt-10">maxlen </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-31-2" +class="td11"> number </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-31-3" class="td11"> <span -class="ec-lmri-10">0 </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-31-4" +class="ec-lmri-10">0 </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-31-4" class="td11"> number of characters allowed in text field </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-32-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-32-1" + style="vertical-align:baseline;" id="TBL-55-32-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-32-1" class="td11"> <span -class="ec-lmvtt-10">menulength </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-32-2" -class="td11"> number </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-32-3" +class="ec-lmvtt-10">menulength </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-32-2" +class="td11"> number </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-32-3" class="td11"> <span -class="ec-lmri-10">4 </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-32-4" +class="ec-lmri-10">4 </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-32-4" class="td11"> number of elements shown in list </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-33-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-33-1" + style="vertical-align:baseline;" id="TBL-55-33-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-33-1" class="td11"> <span -class="ec-lmvtt-10">multiline </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-33-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-33-3" +class="ec-lmvtt-10">multiline </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-33-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-33-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-33-4" +class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-33-4" class="td11"> whether text box is multiline </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-34-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-34-1" + style="vertical-align:baseline;" id="TBL-55-34-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-34-1" class="td11"> <span -class="ec-lmvtt-10">name </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-34-2" -class="td11"> name </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-34-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-34-4" +class="ec-lmvtt-10">name </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-34-2" +class="td11"> name </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-34-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-34-4" class="td11"> name of field (defaults to label) </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-35-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-35-1" + style="vertical-align:baseline;" id="TBL-55-35-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-35-1" class="td11"> <span -class="ec-lmvtt-10">onblur </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-35-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-35-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-35-4" +class="ec-lmvtt-10">onblur </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-35-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-35-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-35-4" class="td11"> JavaScript code </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-36-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-36-1" + style="vertical-align:baseline;" id="TBL-55-36-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-36-1" class="td11"> <span -class="ec-lmvtt-10">onchange </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-36-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-36-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-36-4" +class="ec-lmvtt-10">onchange </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-36-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-36-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-36-4" class="td11"> JavaScript code </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-37-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-37-1" + style="vertical-align:baseline;" id="TBL-55-37-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-37-1" class="td11"> <span -class="ec-lmvtt-10">onclick </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-37-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-37-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-37-4" +class="ec-lmvtt-10">onclick </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-37-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-37-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-37-4" class="td11"> JavaScript code </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-38-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-38-1" + style="vertical-align:baseline;" id="TBL-55-38-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-38-1" class="td11"> <span -class="ec-lmvtt-10">ondblclick </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-38-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-38-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-38-4" +class="ec-lmvtt-10">ondblclick </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-38-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-38-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-38-4" class="td11"> JavaScript code </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-39-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-39-1" + style="vertical-align:baseline;" id="TBL-55-39-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-39-1" class="td11"> <span -class="ec-lmvtt-10">onfocus </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-39-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-39-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-39-4" +class="ec-lmvtt-10">onfocus </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-39-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-39-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-39-4" class="td11"> JavaScript code </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-40-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-40-1" + style="vertical-align:baseline;" id="TBL-55-40-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-40-1" class="td11"> <span -class="ec-lmvtt-10">onkeydown </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-40-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-40-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-40-4" +class="ec-lmvtt-10">onkeydown </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-40-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-40-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-40-4" class="td11"> JavaScript code </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-41-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-41-1" + style="vertical-align:baseline;" id="TBL-55-41-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-41-1" class="td11"> <span -class="ec-lmvtt-10">onkeypress </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-41-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-41-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-41-4" +class="ec-lmvtt-10">onkeypress </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-41-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-41-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-41-4" class="td11"> JavaScript code </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-42-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-42-1" + style="vertical-align:baseline;" id="TBL-55-42-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-42-1" class="td11"> <span -class="ec-lmvtt-10">onkeyup </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-42-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-42-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-42-4" +class="ec-lmvtt-10">onkeyup </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-42-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-42-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-42-4" class="td11"> JavaScript code </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-43-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-43-1" + style="vertical-align:baseline;" id="TBL-55-43-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-43-1" class="td11"> <span -class="ec-lmvtt-10">onmousedown </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-43-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-43-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-43-4" +class="ec-lmvtt-10">onmousedown </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-43-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-43-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-43-4" class="td11"> JavaScript code </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-44-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-44-1" + style="vertical-align:baseline;" id="TBL-55-44-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-44-1" class="td11"> <span -class="ec-lmvtt-10">onmousemove </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-44-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-44-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-44-4" +class="ec-lmvtt-10">onmousemove </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-44-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-44-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-44-4" class="td11"> JavaScript code </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-45-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-45-1" + style="vertical-align:baseline;" id="TBL-55-45-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-45-1" class="td11"> </td></tr> <tr - style="vertical-align:baseline;" id="TBL-54-46-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-46-1" + style="vertical-align:baseline;" id="TBL-55-46-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-46-1" class="td11"> <span -class="ec-lmvtt-10">onmouseout </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-46-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-46-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-46-4" +class="ec-lmvtt-10">onmouseout </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-46-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-46-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-46-4" class="td11"> JavaScript code </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-47-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-47-1" + style="vertical-align:baseline;" id="TBL-55-47-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-47-1" class="td11"> <span -class="ec-lmvtt-10">onmouseover </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-47-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-47-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-47-4" +class="ec-lmvtt-10">onmouseover </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-47-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-47-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-47-4" class="td11"> JavaScript code </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-48-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-48-1" + style="vertical-align:baseline;" id="TBL-55-48-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-48-1" class="td11"> <span -class="ec-lmvtt-10">onmouseup </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-48-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-48-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-48-4" +class="ec-lmvtt-10">onmouseup </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-48-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-48-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-48-4" class="td11"> JavaScript code </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-49-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-49-1" + style="vertical-align:baseline;" id="TBL-55-49-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-49-1" class="td11"> <span -class="ec-lmvtt-10">onselect </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-49-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-49-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-49-4" +class="ec-lmvtt-10">onselect </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-49-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-49-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-49-4" class="td11"> JavaScript code </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-50-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-50-1" + style="vertical-align:baseline;" id="TBL-55-50-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-50-1" class="td11"> <span -class="ec-lmvtt-10">password </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-50-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-50-3" +class="ec-lmvtt-10">password </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-50-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-50-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-50-4" +class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-50-4" class="td11"> text field is ‘password’ style </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-51-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-51-1" + style="vertical-align:baseline;" id="TBL-55-51-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-51-1" class="td11"> <span -class="ec-lmvtt-10">popdown </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-51-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-51-3" +class="ec-lmvtt-10">popdown </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-51-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-51-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-51-4" +class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-51-4" class="td11"> choice list is ‘popdown’ style </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-52-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-52-1" + style="vertical-align:baseline;" id="TBL-55-52-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-52-1" class="td11"> <span -class="ec-lmvtt-10">radio </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-52-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-52-3" +class="ec-lmvtt-10">radio </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-52-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-52-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-52-4" +class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-52-4" class="td11"> choice list is ‘radio’ style </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-53-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-53-1" + style="vertical-align:baseline;" id="TBL-55-53-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-53-1" class="td11"> <span -class="ec-lmvtt-10">radiosymbol </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-53-2" -class="td11"> char </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-53-3" +class="ec-lmvtt-10">radiosymbol </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-53-2" +class="td11"> char </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-53-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-54-53-4" +class="ec-lmri-10">) </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-53-4" class="td11"> symbol used for radio fields (ZapfDingbats), </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-54-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-54-1" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-54-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-54-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-54-4" + style="vertical-align:baseline;" id="TBL-55-54-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-54-1" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-54-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-54-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-54-4" class="td11"> 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-54-55-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-55-1" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-55-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-55-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-55-4" -class="td11"> see package ‘pifont’ from bundle ‘psnfss’ </td> + style="vertical-align:baseline;" id="TBL-55-55-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-55-1" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-55-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-55-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-55-4" +class="td11"> 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-54-56-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-56-1" + style="vertical-align:baseline;" id="TBL-55-56-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-56-1" class="td11"> <span -class="ec-lmvtt-10">readonly </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-56-2" -class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-56-3" +class="ec-lmvtt-10">readonly </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-56-2" +class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-56-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-56-4" +class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-56-4" class="td11"> field is readonly </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-57-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-57-1" + style="vertical-align:baseline;" id="TBL-55-57-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-57-1" class="td11"> <span -class="ec-lmvtt-10">rotation </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-57-2" -class="td11"> number </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-57-3" +class="ec-lmvtt-10">rotation </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-57-2" +class="td11"> number </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-57-3" class="td11"> <span -class="ec-lmri-10">0 </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-57-4" +class="ec-lmri-10">0 </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-57-4" class="td11"> rotation of the widget annotation </td> -<td id="TBL-54-57-5" +<td id="TBL-55-57-5" class="td10"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-58-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-58-1" + style="vertical-align:baseline;" id="TBL-55-58-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-58-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-59-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-59-1" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-59-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-59-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-59-4" + style="vertical-align:baseline;" id="TBL-55-59-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-59-1" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-59-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-59-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-59-4" class="td11"> (degree, counterclockwise, multiple of 90) </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-60-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-60-1" + style="vertical-align:baseline;" id="TBL-55-60-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-60-1" class="td11"> <span -class="ec-lmvtt-10">tabkey </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-60-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-60-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-60-4" +class="ec-lmvtt-10">tabkey </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-60-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-60-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-60-4" class="td11"> (as per HTML) </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-61-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-61-1" + style="vertical-align:baseline;" id="TBL-55-61-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-61-1" class="td11"> <span -class="ec-lmvtt-10">validate </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-61-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-61-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-61-4" +class="ec-lmvtt-10">validate </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-61-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-61-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-61-4" class="td11"> JavaScript code to validate the entry </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-62-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-62-1" + style="vertical-align:baseline;" id="TBL-55-62-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-62-1" class="td11"> <span -class="ec-lmvtt-10">value </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-62-2" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-62-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-62-4" +class="ec-lmvtt-10">value </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-62-2" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-62-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-62-4" class="td11"> initial value </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-63-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-63-1" + style="vertical-align:baseline;" id="TBL-55-63-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-63-1" class="td11"> <span -class="ec-lmvtt-10">width </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-54-63-2" -class="td11"> dimen </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-63-3" -class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-54-63-4" +class="ec-lmvtt-10">width </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-55-63-2" +class="td11"> dimen </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-63-3" +class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-55-63-4" class="td11"> width of field box </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-64-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-64-1" + style="vertical-align:baseline;" id="TBL-55-64-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-64-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-65-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-65-1" + style="vertical-align:baseline;" id="TBL-55-65-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-65-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-66-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-66-1" + style="vertical-align:baseline;" id="TBL-55-66-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-66-1" class="td11"> </td> </tr><tr - style="vertical-align:baseline;" id="TBL-54-67-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-67-1" + style="vertical-align:baseline;" id="TBL-55-67-"><td style="white-space:nowrap; text-align:left;" id="TBL-55-67-1" class="td11"> </td></tr> </table></div> -<!--l. 1381--><p class="noindent" > +<!--l. 1549--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">7 </span> <a - id="x1-220007"></a>Defining a new driver</h3> + id="x1-230007"></a>Defining a new driver</h3> -<!--l. 1382--><p class="noindent" >A hyperref driver has to provide definitions for eight macros: -<!--l. 1385--><p class="noindent" >1. <span class="obeylines-h"><span class="verb"><span +<!--l. 1550--><p class="noindent" >A hyperref driver has to provide definitions for eight macros: +<!--l. 1553--><p class="noindent" >1. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@anchor</span></span></span> -<!--l. 1387--><p class="noindent" >2. <span class="obeylines-h"><span class="verb"><span +<!--l. 1555--><p class="noindent" >2. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@link</span></span></span> -<!--l. 1389--><p class="noindent" >3. <span class="obeylines-h"><span class="verb"><span +<!--l. 1557--><p class="noindent" >3. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@linkfile</span></span></span> -<!--l. 1391--><p class="noindent" >4. <span class="obeylines-h"><span class="verb"><span +<!--l. 1559--><p class="noindent" >4. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@linkurl</span></span></span> -<!--l. 1393--><p class="noindent" >5. <span class="obeylines-h"><span class="verb"><span +<!--l. 1561--><p class="noindent" >5. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@anchorstart</span></span></span> -<!--l. 1395--><p class="noindent" >6. <span class="obeylines-h"><span class="verb"><span +<!--l. 1563--><p class="noindent" >6. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@anchorend</span></span></span> -<!--l. 1397--><p class="noindent" >7. <span class="obeylines-h"><span class="verb"><span +<!--l. 1565--><p class="noindent" >7. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@linkstart</span></span></span> -<!--l. 1399--><p class="noindent" >8. <span class="obeylines-h"><span class="verb"><span +<!--l. 1567--><p class="noindent" >8. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@linkend</span></span></span> -<!--l. 1402--><p class="indent" > The draft option defines the macros as follows +<!--l. 1570--><p class="indent" > The draft option defines the macros as follows - <div class="verbatim" id="verbatim-18"> + <div class="verbatim" id="verbatim-23"> \let\hyper@@anchor\@gobble  <br />\gdef\hyper@link##1##2##3{##3}%  <br />\def\hyper@linkurl##1##2{##1}% @@ -4763,13 +4994,13 @@ class="ec-lmvtt-10">\hyper@linkend</span></span></span>  <br />\let\hyper@linkstart\@gobbletwo  <br />\let\hyper@linkend\@empty </div> -<!--l. 1412--><p class="nopar" > -<!--l. 1414--><p class="noindent" > +<!--l. 1580--><p class="nopar" > +<!--l. 1582--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">8 </span> <a - id="x1-230008"></a>Special support for other packages</h3> -<!--l. 1416--><p class="noindent" ><span -class="ec-lmss-10">hyperref </span>aims to cooperate with other packages, but there are several possible sources for conflict, such -as + id="x1-240008"></a>Special support for other packages</h3> +<!--l. 1584--><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"> <li class="itemize">Packages that manipulate the bibliographic mechanism. Peter William’s <span class="ec-lmss-10">harvard </span>package is @@ -4790,45 +5021,39 @@ 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. 1436--><p class="indent" > The <span +<!--l. 1604--><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 -class="ec-lmss-10">minitoc</span>, which support crossdocument links using <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span -class="E">E</span>X</span></span>’s normal -<span class="obeylines-h"><span class="verb"><span -class="ec-lmvtt-10">\label/\ref</span></span></span> mechanisms and per-chapter tables of contents, respectively. -<!--l. 1442--><p class="noindent" > +class="ec-lmss-10">minitoc</span>, which support crossdocument links using <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>’s normal +<span +class="ec-lmvtt-10">\label</span>/<span +class="ec-lmvtt-10">\ref </span>mechanisms and per-chapter tables of contents, respectively. +<!--l. 1610--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">9 </span> <a - id="x1-240009"></a>History and acknowledgments</h3> -<!--l. 1444--><p class="noindent" >The original authors of <span + id="x1-250009"></a>History and acknowledgments</h3> +<!--l. 1612--><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 (<span -class="ec-lmvtt-10">tanmoy@qcd.lanl.gov</span>) and Thorsten Ohl -(<span -class="ec-lmvtt-10">thorsten.ohl@physik.th-darmstadt.de</span>). <span -class="ec-lmss-10">hyperref </span>started as a simple port of their work to -<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span -class="E">E</span>X</span></span>2<span -class="lmmi-10">ε</span> standards, but eventually I rewrote nearly everything, because I didn’t understand a lot of -the original, and was only interested in getting it to work with <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span -class="E">E</span>X</span></span>. I would like to thank Arthur -Smith, Tanmoy Bhattacharya, Mark Doyle, Paul Ginsparg, David Carlisle, T. V. Raman and Leslie -Lamport for comments, requests, thoughts and code to 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. +class="ec-lmss-10">hypertex.sty</span>, from which this package descends, are +Tanmoy Bhattacharya and Thorsten Ohl. Package <span +class="ec-lmss-10">hyperref </span>started as a simple port of their +work to <span class="HoLogo-LaTeX2e"><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><span class="HoLogo-2">2</span><span class="HoLogo-e"><span +class="lmmi-10">ε</span></span></span> standards, but eventually I rewrote nearly everything, because I didn’t +understand a lot of the original, and was only interested in getting it to work with <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>. I +would like to thank Arthur Smith, Tanmoy Bhattacharya, Mark Doyle, Paul Ginsparg, David +Carlisle, T. V. Raman and Leslie Lamport for comments, requests, thoughts and code to +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. 1458--><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 (<span -class="ec-lmvtt-10">bmoss@math.clemson.edu</span>) into the later versions including native PDF support uncovered a -good many bugs, and his testing is appreciated. Hans Hagen (<span -class="ec-lmvtt-10">pragma@pi.net</span>) provided a lot of insight -into PDF. -<!--l. 1466--><p class="indent" > Berthold Horn provided help, encouragement and sponsorship for the <span +<!--l. 1625--><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. 1633--><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 @@ -4842,14 +5067,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. 1475--><p class="indent" > The forms creation section owes a great deal to: T. V. Raman, for encouragement, support and +<!--l. 1642--><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. 1481--><p class="indent" > Steve Peter recreated the manual source in July 2003 after it had been lost. -<!--l. 1484--><p class="indent" > Especial extra thanks to David Carlisle for the <span +<!--l. 1648--><p class="indent" > Steve Peter recreated the manual source in July 2003 after it had been lost. +<!--l. 1651--><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 @@ -4858,7 +5083,7 @@ class="ec-lmss-10">hyperref</span>. <h3 class="sectionHead"><span class="titlemark">10 </span> <a - id="x1-2500010"></a>GNU Free Documentation License</h3> + id="x1-2600010"></a>GNU Free Documentation License</h3> <!--l. 6--><p class="noindent" >Version 1.2, November 2002<br class="newline" /> <!--l. 9--><p class="indent" > Copyright <span @@ -4868,7 +5093,7 @@ class="newline" />Everyone is permitted to copy and distribute verbatim copies o not allowed. <!--l. 15--><p class="noindent" > <h4 class="likesubsectionHead"><a - id="x1-2600010"></a>Preamble</h4> + id="x1-2700010"></a>Preamble</h4> <!--l. 17--><p class="noindent" >The purpose of this License is to make a manual, textbook, or other functional and useful document “free” in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for @@ -4885,7 +5110,7 @@ printed book. We recommend this License principally for works whose purpose is i reference. <!--l. 39--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">10.1 </span> <a - id="x1-2700010.1"></a>Applicability and definitions</h4> + id="x1-2800010.1"></a>Applicability and definitions</h4> <!--l. 42--><p class="noindent" >This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under @@ -4950,7 +5175,7 @@ that these Warranty Disclaimers may have is void and has no effect on the meanin License. <!--l. 127--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">10.2 </span> <a - id="x1-2800010.2"></a>Verbatim copying</h4> + id="x1-2900010.2"></a>Verbatim copying</h4> <!--l. 130--><p class="noindent" >You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this @@ -4958,14 +5183,14 @@ License. You may not use technical measures to obstruct or control the reading o copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section <a -href="#x1-2900010.3">10.3<!--tex4ht:ref: copying --></a>. +href="#x1-3000010.3">10.3<!--tex4ht:ref: copying --></a>. <!--l. 141--><p class="indent" > You may also lend copies, under the same conditions stated above, and you may publicly display copies. <!--l. 145--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">10.3 </span> <a - id="x1-2900010.3"></a>Copying in quantity</h4> + id="x1-3000010.3"></a>Copying in quantity</h4> <!--l. 148--><p class="noindent" >If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document’s license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front @@ -4992,84 +5217,84 @@ redistributing any large number of copies, to give them a chance to provide you of the Document. <!--l. 184--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">10.4 </span> <a - id="x1-3000010.4"></a>Modifications</h4> + id="x1-3100010.4"></a>Modifications</h4> <!--l. 187--><p class="noindent" >You may copy and distribute a Modified Version of the Document under the conditions of sections <a -href="#x1-2800010.2">10.2<!--tex4ht:ref: verbatim --></a> +href="#x1-2900010.2">10.2<!--tex4ht:ref: verbatim --></a> and <a -href="#x1-2900010.3">10.3<!--tex4ht:ref: copying --></a> above, provided that you release the Modified Version under precisely this License, with the +href="#x1-3000010.3">10.3<!--tex4ht:ref: copying --></a> above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version: <!--l. 196--><p class="indent" > <ol class="enumerate1" > <li - class="enumerate" id="x1-30002x1">Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, + class="enumerate" id="x1-31002x1">Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission. </li> <li - class="enumerate" id="x1-30004x2">List on the Title Page, as authors, one or more persons or entities responsible for authorship + class="enumerate" id="x1-31004x2">List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement. </li> <li - class="enumerate" id="x1-30006x3">State on the Title page the name of the publisher of the Modified Version, as the publisher. + class="enumerate" id="x1-31006x3">State on the Title page the name of the publisher of the Modified Version, as the publisher. </li> <li - class="enumerate" id="x1-30008x4">Preserve all the copyright notices of the Document. + class="enumerate" id="x1-31008x4">Preserve all the copyright notices of the Document. </li> <li - class="enumerate" id="x1-30010x5">Add an appropriate copyright notice for your modifications adjacent to the other copyright + class="enumerate" id="x1-31010x5">Add an appropriate copyright notice for your modifications adjacent to the other copyright notices. </li> <li - class="enumerate" id="x1-30012x6">Include, immediately after the copyright notices, a license notice giving the public permission + class="enumerate" id="x1-31012x6">Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below. </li> <li - class="enumerate" id="x1-30014x7">Preserve in that license notice the full lists of Invariant Sections and required Cover Texts + class="enumerate" id="x1-31014x7">Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document’s license notice. </li> <li - class="enumerate" id="x1-30016x8">Include an unaltered copy of this License. + class="enumerate" id="x1-31016x8">Include an unaltered copy of this License. </li> <li - class="enumerate" id="x1-30018x9">Preserve the section Entitled “History”, Preserve its Title, and add to it an item stating at + class="enumerate" id="x1-31018x9">Preserve the section Entitled “History”, Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled “History” in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence. </li> <li - class="enumerate" id="x1-30020x10">Preserve the network location, if any, given in the Document for public access to a + class="enumerate" id="x1-31020x10">Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the “History” section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission. </li> <li - class="enumerate" id="x1-30022x11">For any section Entitled “Acknowledgements” or “Dedications”, Preserve the Title of the + class="enumerate" id="x1-31022x11">For any section Entitled “Acknowledgements” or “Dedications”, Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein. </li> <li - class="enumerate" id="x1-30024x12">Preserve all the Invariant Sections of the Document, unaltered in their text and in their + class="enumerate" id="x1-31024x12">Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles. </li> <li - class="enumerate" id="x1-30026x13">Delete any section Entitled “Endorsements”. Such a section may not be included in the + class="enumerate" id="x1-31026x13">Delete any section Entitled “Endorsements”. Such a section may not be included in the Modified Version. </li> <li - class="enumerate" id="x1-30028x14">Do not retitle any existing section to be Entitled “Endorsements” or to conflict in title with + class="enumerate" id="x1-31028x14">Do not retitle any existing section to be Entitled “Endorsements” or to conflict in title with any Invariant Section. </li> <li - class="enumerate" id="x1-30030x15">Preserve any Warranty Disclaimers. + class="enumerate" id="x1-31030x15">Preserve any Warranty Disclaimers. </li></ol> @@ -5092,10 +5317,10 @@ one. names for publicity for or to assert or imply endorsement of any Modified Version. <!--l. 275--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">10.5 </span> <a - id="x1-3100010.5"></a>Combining documents</h4> + id="x1-3200010.5"></a>Combining documents</h4> <!--l. 278--><p class="noindent" >You may combine the Document with other documents released under this License, under the terms defined in section <a -href="#x1-3000010.4">10.4<!--tex4ht:ref: modifications --></a> above for modified versions, provided that you include in the combination all of +href="#x1-3100010.4">10.4<!--tex4ht:ref: modifications --></a> above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers. @@ -5111,7 +5336,7 @@ documents, forming one section Entitled “History”; likewise combine “Endorsements”. <!--l. 302--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">10.6 </span> <a - id="x1-3200010.6"></a>Collections of documents</h4> + id="x1-3300010.6"></a>Collections of documents</h4> <!--l. 305--><p class="noindent" >You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each @@ -5121,7 +5346,7 @@ License, provided you insert a copy of this License into the extracted document, in all other respects regarding verbatim copying of that document. <!--l. 317--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">10.7 </span> <a - id="x1-3300010.7"></a>Aggregation with independent works</h4> + id="x1-3400010.7"></a>Aggregation with independent works</h4> <!--l. 320--><p class="noindent" >A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an “aggregate” if the copyright @@ -5130,17 +5355,17 @@ the individual works permit. When the Document is included in an aggregate, this apply to the other works in the aggregate which are not themselves derivative works of the Document. <!--l. 329--><p class="indent" > If the Cover Text requirement of section <a -href="#x1-2900010.3">10.3<!--tex4ht:ref: copying --></a> is applicable to these copies of the Document, then if +href="#x1-3000010.3">10.3<!--tex4ht:ref: copying --></a> is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document’s Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate. <!--l. 338--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">10.8 </span> <a - id="x1-3400010.8"></a>Translation</h4> + id="x1-3500010.8"></a>Translation</h4> <!--l. 341--><p class="noindent" >Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section <a -href="#x1-3000010.4">10.4<!--tex4ht:ref: modifications --></a>. Replacing Invariant Sections with translations requires special +href="#x1-3100010.4">10.4<!--tex4ht:ref: modifications --></a>. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, @@ -5150,12 +5375,12 @@ and the original version of this License or a notice or disclaimer, the original prevail. <!--l. 355--><p class="indent" > If a section in the Document is Entitled “Acknowledgements”, “Dedications”, or “History”, the requirement (section <a -href="#x1-3000010.4">10.4<!--tex4ht:ref: modifications --></a>) to Preserve its Title (section <a -href="#x1-2700010.1">10.1<!--tex4ht:ref: applicability --></a>) will typically require changing the actual +href="#x1-3100010.4">10.4<!--tex4ht:ref: modifications --></a>) to Preserve its Title (section <a +href="#x1-2800010.1">10.1<!--tex4ht:ref: applicability --></a>) will typically require changing the actual title. <!--l. 362--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">10.9 </span> <a - id="x1-3500010.9"></a>Termination</h4> + id="x1-3600010.9"></a>Termination</h4> <!--l. 365--><p class="noindent" >You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document is void, and will automatically terminate your rights under this License. However, parties who have received copies, or @@ -5163,7 +5388,7 @@ rights, from you under this License will not have their licenses terminated so l in full compliance. <!--l. 374--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">10.10 </span> <a - id="x1-3600010.10"></a>Future revisions of this license</h4> + id="x1-3700010.10"></a>Future revisions of this license</h4> <!--l. 377--><p class="noindent" >The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/. @@ -5177,7 +5402,7 @@ Foundation. <!--l. 393--><p class="noindent" > <h4 class="likesubsectionHead"><a - id="x1-3700010.10"></a>Addendum: how to use this license for your documents</h4> + id="x1-3800010.10"></a>Addendum: how to use this license for your documents</h4> <!--l. 395--><p class="noindent" >To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page: <!--l. 399--><p class="indent" > diff --git a/Master/texmf-dist/doc/latex/hyperref/manual.pdf b/Master/texmf-dist/doc/latex/hyperref/manual.pdf Binary files differindex d6066d7735f..1951b0a54f0 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 83cde6540f5..f66a98c8c1a 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual2.html +++ b/Master/texmf-dist/doc/latex/hyperref/manual2.html @@ -7,12 +7,12 @@ <meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)"> <!-- html --> <meta name="src" content="manual.tex"> -<meta name="date" content="2012-04-06 22:22:00"> +<meta name="date" content="2012-07-28 19:33:00"> <link rel="stylesheet" type="text/css" href="manual.css"> </head><body > <div class="footnote-text"> - <!--l. 174--><p class="indent" > <span class="footnote-mark"><a + <!--l. 196--><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 883ef08a961..8e1be79b083 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual3.html +++ b/Master/texmf-dist/doc/latex/hyperref/manual3.html @@ -7,12 +7,12 @@ <meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)"> <!-- html --> <meta name="src" content="manual.tex"> -<meta name="date" content="2012-04-06 22:22:00"> +<meta name="date" content="2012-07-28 19:33:00"> <link rel="stylesheet" type="text/css" href="manual.css"> </head><body > <div class="footnote-text"> - <!--l. 238--><p class="indent" > <span class="footnote-mark"><a + <!--l. 260--><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 8a0f6bfce67..7e982f7caa2 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 94847ba682a..6c8e221c050 100644 --- a/Master/texmf-dist/doc/latex/hyperref/options.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/options.pdf |