summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-10-03 20:02:31 +0000
committerKarl Berry <karl@freefriends.org>2009-10-03 20:02:31 +0000
commit928ca2b0722b3b7e40a0b528fb34a6224e1e3896 (patch)
treeea9e104185f2ef7c83245120bb80b9e3896300fd /Master/texmf-dist
parenta85d5283041655197a6e68853c096318cb9681dd (diff)
hyperref update (3oct09)
git-svn-id: svn://tug.org/texlive/trunk@15625 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/ChangeLog5
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdfbin305097 -> 305908 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/README10
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/README.pdfbin284459 -> 284968 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/backref.pdf4
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/hyperref.pdfbin3686704 -> 3687041 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/manual.html672
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/manual.pdfbin517038 -> 516923 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/manual2.html2
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/manual3.html2
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/nameref.pdf4
-rw-r--r--Master/texmf-dist/source/latex/hyperref/doc/manual.tex14
-rw-r--r--Master/texmf-dist/source/latex/hyperref/hyperref.dtx5
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hdvips.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hdvipson.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hdviwind.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hpdftex.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/htex4ht.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/htexture.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hvtex.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hyperref.sty3
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hypertex.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/nohyperref.sty2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/pd1enc.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/pdfmark.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/puarenc.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/puenc.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/puvnenc.def2
32 files changed, 390 insertions, 367 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog b/Master/texmf-dist/doc/latex/hyperref/ChangeLog
index 1ed6b8569fe..8a3a6eba2d9 100644
--- a/Master/texmf-dist/doc/latex/hyperref/ChangeLog
+++ b/Master/texmf-dist/doc/latex/hyperref/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-02 6.78w Heiko Oberdiek
+ * 6.78w
+ * Recognize `amsmidx' as multiple index package (David M. Jones).
+ * Manual fixes (Herbert Voss).
+
2009-09-22 6.78v Heiko Oberdiek
* 6.78v
* PDF objects needed for formulars are only allocated if
diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf
index b05fab64f9c..e9286e5fbcc 100644
--- a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf
+++ b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/hyperref/README b/Master/texmf-dist/doc/latex/hyperref/README
index ca729090d53..40e31f6e839 100644
--- a/Master/texmf-dist/doc/latex/hyperref/README
+++ b/Master/texmf-dist/doc/latex/hyperref/README
@@ -894,6 +894,16 @@ ltabptch
\usepackage{ltabptch}
\usepackage{hyperref}
+mathenv
+-------
+ Unsupported.
+
+ Both `mathenv' and `hyperref' messes around with
+ environment `eqnarray'. You can load `mathenv' after
+ `hyperref' to avoid an error message. But \label
+ will not work inside environment `eqnarray' properly,
+ for example.
+
minitoc-hyper
-------------
This package is obsolete, use the uptodate original
diff --git a/Master/texmf-dist/doc/latex/hyperref/README.pdf b/Master/texmf-dist/doc/latex/hyperref/README.pdf
index 65935a8d780..1ec51acf3a1 100644
--- a/Master/texmf-dist/doc/latex/hyperref/README.pdf
+++ b/Master/texmf-dist/doc/latex/hyperref/README.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/hyperref/backref.pdf b/Master/texmf-dist/doc/latex/hyperref/backref.pdf
index b3200edf376..e7a1204020d 100644
--- a/Master/texmf-dist/doc/latex/hyperref/backref.pdf
+++ b/Master/texmf-dist/doc/latex/hyperref/backref.pdf
@@ -10,7 +10,7 @@ endobj
endobj
5 0 obj<</S/GoTo/D[13 0 R/FitBH 752.95145]>>
endobj
-6 0 obj<</PTEX.Fullbanner(This is pdfTeX, Version 3.1415926-1.40.9-2.2 (Web2C 7.5.7) kpathsea version 3.5.7)/Trapped/False/Subject(Bibliographical back referencing)/ModDate(D:20090923032450+02'00')/Author(David Carlisle and Sebastian Rahtz)/Producer(pdfTeX-1.40.9)/Title(Back referencing from bibliographical citations)/Creator(LaTeX with hyperref package)/CreationDate(D:20090923032450+02'00')>>
+6 0 obj<</PTEX.Fullbanner(This is pdfTeX, Version 3.1415926-1.40.9-2.2 (Web2C 7.5.7) kpathsea version 3.5.7)/Trapped/False/Subject(Bibliographical back referencing)/ModDate(D:20091002234700+02'00')/Author(David Carlisle and Sebastian Rahtz)/Producer(pdfTeX-1.40.9)/Title(Back referencing from bibliographical citations)/Creator(LaTeX with hyperref package)/CreationDate(D:20091002234700+02'00')>>
endobj
7 0 obj<</Type/Pages/Kids[13 0 R 14 0 R 15 0 R 16 0 R 17 0 R 18 0 R]/Parent 2 0 R/Count 6>>
endobj
@@ -4086,7 +4086,7 @@ xref
0000239136 00000 n
0000239175 00000 n
trailer
-<</Size 1182/Root 1 0 R/Compress<</LengthO 278917/SpecO/1.4>>/Info 6 0 R/ID[(=ÑûÓD¼RôS\(^g)(­…¦
+<</Size 1182/Root 1 0 R/Compress<</LengthO 278917/SpecO/1.4>>/Info 6 0 R/ID[(®ÛKŠ»Èrd=·4©‰€)(D\rl$`RE:ó¢é‘Aÿ)]>>
startxref
239214
%%EOF
diff --git a/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf b/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf
index 8c2567d5a29..834f1657eb0 100644
--- a/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf
+++ b/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/hyperref/manual.html b/Master/texmf-dist/doc/latex/hyperref/manual.html
index 6b1d4f716e8..199de690867 100644
--- a/Master/texmf-dist/doc/latex/hyperref/manual.html
+++ b/Master/texmf-dist/doc/latex/hyperref/manual.html
@@ -7,7 +7,7 @@
<meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)">
<!-- html -->
<meta name="src" content="manual.tex">
-<meta name="date" content="2009-09-10 18:24:00">
+<meta name="date" content="2009-10-02 23:45:00">
<link rel="stylesheet" type="text/css" href="manual.css">
</head><body
>
@@ -23,7 +23,7 @@ class="E">E</span>X</span></span>: a manual for hyperref</h2>
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">September 2009</span></div>
+class="ec-lmr-12">October 2009</span></div>
</div>
<h3 class="likesectionHead"><a
id="x1-1000"></a>Contents</h3>
@@ -830,7 +830,7 @@ add something like this to hyperref.cfg:
<div class="verbatim" id="verbatim-6">
-\renewcommand{wwwbrowser}{C:\string\Program\space
+\renewcommand{\wwwbrowser}{C:\string\Program\space
&#x00A0;<br />&#x00A0;&#x00A0;Files\string\Plus!\string\Microsoft\space
&#x00A0;<br />&#x00A0;&#x00A0;Internet\string\iexplore.exe}
</div>
@@ -1607,10 +1607,12 @@ class="td11"> text </td><td style="white-space:nowrap; text-align:left
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-31-4"
class="td11">
- <!--l. 528--><p class="noindent" >page scaling option for print dialog;
- valid values are <span
+ <!--l. 528--><p class="noindent" >page scaling option for print
+ dialog (option /PrintScaling of viewer
+ preferences, PDF 1.6); valid values are
+ <span
class="ec-lmtt-10">None </span>and <span
-class="ec-lmtt-10">AppDefault</span> </td>
+class="ec-lmtt-10">AppDefault</span> </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-32-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-32-1"
class="td11"> <span
@@ -1619,7 +1621,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-32-4"
class="td11">
- <!--l. 531--><p class="noindent" >make PDF toolbar visible </td>
+ <!--l. 533--><p class="noindent" >make PDF toolbar visible </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-33-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-33-1"
class="td11"> <span
@@ -1628,7 +1630,7 @@ class="td11"> text </td><td style="white-space:nowrap; text-align:left
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-33-4"
class="td11">
- <!--l. 532--><p class="noindent" >set /ViewArea of viewer preferences </td>
+ <!--l. 534--><p class="noindent" >set /ViewArea 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"
class="td11"> <span
@@ -1637,7 +1639,7 @@ class="td11"> text </td><td style="white-space:nowrap; text-align:left
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-34-4"
class="td11">
- <!--l. 533--><p class="noindent" >set /ViewClip of viewer preferences </td>
+ <!--l. 535--><p class="noindent" >set /ViewClip 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"
class="td11"> <span
@@ -1646,7 +1648,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-35-4"
class="td11">
- <!--l. 534--><p class="noindent" >make PDF user interface elements
+ <!--l. 536--><p class="noindent" >make PDF user interface elements
visible </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-36-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-36-1"
@@ -1656,7 +1658,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-36-4"
class="td11">
- <!--l. 535--><p class="noindent" >Unicode encoded PDF strings </td>
+ <!--l. 537--><p class="noindent" >Unicode encoded PDF strings </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-37-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-37-1"
class="td11"> </td>
@@ -1669,9 +1671,10 @@ class="td11"> </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-40-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-40-1"
class="td11"> </td></tr>
- </table></div>
-<!--l. 538--><p class="indent" > Each link in Acrobat carries its own magnification level, which is set using PDF coordinate space,
+
+ </table></div>
+<!--l. 540--><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>&#8217;s. The unit is bp and the origin is in the lower left corner.
See also <span class="obeylines-h"><span class="verb"><span
@@ -1690,9 +1693,9 @@ class="ec-lmss-10">hyperref </span>passes in a value of -32768, which causes Acr
class="ec-lmtt-10">pdfview </span>and <span
class="ec-lmtt-10">pdfstartview</span>
parameters.
-<!--l. 550--><p class="noindent" >
+<!--l. 552--><p class="noindent" >
<a
- id="x1-10002r7"></a> <!--l. 551--><div class="longtable"> <table id="TBL-8" class="longtable"
+ id="x1-10002r7"></a> <!--l. 553--><div class="longtable"> <table id="TBL-8" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-8-1g"><col
id="TBL-8-1"><col
@@ -1705,7 +1708,7 @@ class="ec-lmtt-10">XYZ </span></td><td style="white-space:nowrap; text-align:
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="td11">
- <!--l. 551--><p class="noindent" >Sets a coordinate and a zoom factor. If any one
+ <!--l. 553--><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
@@ -1717,7 +1720,7 @@ class="td11"> <span
class="ec-lmtt-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="td11">
- <!--l. 553--><p class="noindent" >Fits the page to the window. </td>
+ <!--l. 555--><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"
class="td11"> <span
@@ -1725,7 +1728,7 @@ class="ec-lmtt-10">FitH </span></td><td style="white-space:nowrap; text-align:
class="td11"> <span
class="ec-lmri-10">top </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-3-3"
class="td11">
- <!--l. 554--><p class="noindent" >Fits the width of the page to the window. </td>
+ <!--l. 556--><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"
class="td11"> <span
@@ -1733,7 +1736,7 @@ class="ec-lmtt-10">FitV </span></td><td style="white-space:nowrap; text-align:
class="td11"> <span
class="ec-lmri-10">left </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-4-3"
class="td11">
- <!--l. 555--><p class="noindent" >Fits the height of the page to the window. </td>
+ <!--l. 557--><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"
class="td11"> <span
@@ -1741,7 +1744,7 @@ class="ec-lmtt-10">FitR </span></td><td style="white-space:nowrap; text-align:
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="td11">
- <!--l. 556--><p class="noindent" >Fits the rectangle specified by the four
+ <!--l. 558--><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"
@@ -1749,7 +1752,7 @@ class="td11"> <span
class="ec-lmtt-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="td11">
- <!--l. 557--><p class="noindent" >Fits the page bounding box to the window. </td>
+ <!--l. 559--><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"
class="td11"> <span
@@ -1757,7 +1760,7 @@ class="ec-lmtt-10">FitBH </span></td><td style="white-space:nowrap; text-align:
class="td11"> <span
class="ec-lmri-10">top </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-7-3"
class="td11">
- <!--l. 558--><p class="noindent" >Fits the width of the page bounding box to
+ <!--l. 560--><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"
@@ -1766,7 +1769,7 @@ class="ec-lmtt-10">FitBV </span></td><td style="white-space:nowrap; text-align:
class="td11"> <span
class="ec-lmri-10">left </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-8-3"
class="td11">
- <!--l. 559--><p class="noindent" >Fits the height of the page bounding box to
+ <!--l. 561--><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"
@@ -1786,11 +1789,11 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="T
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-13-3"
class="td11"></td></tr>
</table></div>
-<!--l. 562--><p class="indent" > The <span
+<!--l. 564--><p class="indent" > The <span
class="ec-lmtt-10">pdfpagelayout </span>can be one of the following values.
-<!--l. 564--><p class="noindent" >
+<!--l. 566--><p class="noindent" >
<a
- id="x1-10003r8"></a> <!--l. 565--><div class="longtable"> <table id="TBL-9" class="longtable"
+ id="x1-10003r8"></a> <!--l. 567--><div class="longtable"> <table id="TBL-9" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-9-1g"><col
id="TBL-9-1"><col
@@ -1800,43 +1803,43 @@ id="TBL-9-2"></colgroup>
class="td11"> <span
class="ec-lmtt-10">SinglePage </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-1-2"
class="td11">
- <!--l. 565--><p class="noindent" >Displays a single page; advancing flips the page </td>
+ <!--l. 567--><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"
class="td11"> <span
class="ec-lmtt-10">OneColumn </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-2-2"
class="td11">
- <!--l. 566--><p class="noindent" >Displays the document in one column; continuous scrolling. </td>
+ <!--l. 568--><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"
class="td11"> <span
class="ec-lmtt-10">TwoColumnLeft </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-3-2"
class="td11">
- <!--l. 567--><p class="noindent" >Displays the document in two columns, odd-numbered pages to
+ <!--l. 569--><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"
class="td11"> <span
class="ec-lmtt-10">TwoColumnRight </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-4-2"
class="td11">
- <!--l. 568--><p class="noindent" >Displays the document in two columns, odd-numbered pages to
+ <!--l. 570--><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"
class="td11"> <span
class="ec-lmtt-10">TwoPageLeft </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-5-2"
class="td11">
- <!--l. 569--><p class="noindent" >Displays two pages, odd-numbered pages to the left (since PDF
+ <!--l. 571--><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"
class="td11"> <span
class="ec-lmtt-10">TwoPageRight </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-6-2"
class="td11">
- <!--l. 570--><p class="noindent" >Displays two pages, odd-numbered pages to the right (since PDF
+ <!--l. 572--><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"
class="td11"> </td>
@@ -1851,7 +1854,7 @@ class="td11"> </td>
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-9-10-2"
class="td11"></td></tr>
</table></div>
-<!--l. 573--><p class="indent" > Finally, the <span
+<!--l. 575--><p class="indent" > Finally, the <span
class="ec-lmtt-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
@@ -1864,9 +1867,9 @@ class="ec-lmtt-10">Blinds /Dm /V</span>), and <span
class="ec-lmri-10">/M </span>is for motion, either in (<span
class="ec-lmtt-10">/I</span>) or out (<span
class="ec-lmtt-10">/O</span>).
-<!--l. 580--><p class="noindent" >
+<!--l. 582--><p class="noindent" >
<a
- id="x1-10004r9"></a> <!--l. 581--><div class="longtable"> <table id="TBL-10" class="longtable"
+ id="x1-10004r9"></a> <!--l. 583--><div class="longtable"> <table id="TBL-10" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-10-1g"><col
id="TBL-10-1"><col
@@ -1878,7 +1881,7 @@ class="td11"> <span
class="ec-lmtt-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="td11">
- <!--l. 581--><p class="noindent" >Multiple lines distributed evenly across the screen sweep
+ <!--l. 583--><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"
@@ -1886,14 +1889,14 @@ class="td11"> <span
class="ec-lmtt-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="td11">
- <!--l. 583--><p class="noindent" >A box sweeps in or out. </td>
+ <!--l. 585--><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"
class="td11"> <span
class="ec-lmtt-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="td11">
- <!--l. 584--><p class="noindent" >The page image dissolves in a piecemeal fashion to reveal
+ <!--l. 586--><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"
@@ -1901,7 +1904,7 @@ class="td11"> <span
class="ec-lmtt-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="td11">
- <!--l. 585--><p class="noindent" >Similar to Dissolve, except the effect sweeps across the
+ <!--l. 587--><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"
@@ -1909,14 +1912,14 @@ class="td11"> <span
class="ec-lmtt-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="td11">
- <!--l. 586--><p class="noindent" >Two lines sweep across the screen to reveal the new page. </td>
+ <!--l. 588--><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"
class="td11"> <span
class="ec-lmtt-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="td11">
- <!--l. 587--><p class="noindent" >A single line sweeps across the screen to reveal the new
+ <!--l. 589--><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"
@@ -1933,14 +1936,14 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" id
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-10-10-3"
class="td11"></td></tr>
</table></div>
-<!--l. 590--><p class="noindent" >
+<!--l. 592--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">3.7 </span> <a
id="x1-110003.7"></a>Big alphabetical list</h4>
-<!--l. 592--><p class="noindent" >The following is a complete listing of available options for <span
+<!--l. 594--><p class="noindent" >The following is a complete listing of available options for <span
class="ec-lmss-10">hyperref</span>, arranged alphabetically.
-<!--l. 595--><p class="noindent" >
+<!--l. 597--><p class="noindent" >
<a
- id="x1-11001r10"></a> <!--l. 596--><div class="longtable"> <table id="TBL-11" class="longtable"
+ id="x1-11001r10"></a> <!--l. 598--><div class="longtable"> <table id="TBL-11" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-11-1g"><col
id="TBL-11-1"><col
@@ -1952,14 +1955,14 @@ class="td11"> <span
class="ec-lmtt-10">a4paper </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-1-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-1-3"
class="td11">
- <!--l. 596--><p class="noindent" >use A4 paper </td>
+ <!--l. 598--><p class="noindent" >use A4 paper </td>
</tr><tr
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-lmtt-10">a5paper </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-2-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-2-3"
class="td11">
- <!--l. 597--><p class="noindent" >use A5 paper </td>
+ <!--l. 599--><p class="noindent" >use A5 paper </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-3-1"
class="td11"> <span
@@ -1967,14 +1970,14 @@ class="ec-lmtt-10">anchorcolor </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">black </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-3-3"
class="td11">
- <!--l. 598--><p class="noindent" >set color of anchors </td>
+ <!--l. 600--><p class="noindent" >set color of anchors </td>
</tr><tr
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-lmtt-10">b5paper </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-4-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-4-3"
class="td11">
- <!--l. 599--><p class="noindent" >use B5 paper </td>
+ <!--l. 601--><p class="noindent" >use B5 paper </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-5-1"
class="td11"> <span
@@ -1982,7 +1985,7 @@ class="ec-lmtt-10">backref </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-5-3"
class="td11">
- <!--l. 600--><p class="noindent" >do bibliographical back references </td>
+ <!--l. 602--><p class="noindent" >do bibliographical back references </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-6-1"
class="td11"> <span
@@ -1990,7 +1993,9 @@ class="ec-lmtt-10">baseurl </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-6-3"
class="td11">
- <!--l. 601--><p class="noindent" >set base URL for document </td>
+ <!--l. 603--><p class="noindent" >set base URL for document </td>
+
+
</tr><tr
style="vertical-align:baseline;" id="TBL-11-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-7-1"
class="td11"> <span
@@ -1998,7 +2003,7 @@ class="ec-lmtt-10">bookmarks </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-7-3"
class="td11">
- <!--l. 602--><p class="noindent" >make bookmarks </td>
+ <!--l. 604--><p class="noindent" >make bookmarks </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-8-1"
class="td11"> <span
@@ -2006,9 +2011,7 @@ class="ec-lmtt-10">bookmarksnumbered </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-8-3"
class="td11">
- <!--l. 603--><p class="noindent" >put section numbers in bookmarks </td>
-
-
+ <!--l. 605--><p class="noindent" >put section numbers in bookmarks </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-9-1"
class="td11"> <span
@@ -2016,7 +2019,7 @@ class="ec-lmtt-10">bookmarksopen </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-9-3"
class="td11">
- <!--l. 604--><p class="noindent" >open up bookmark tree </td>
+ <!--l. 606--><p class="noindent" >open up bookmark tree </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-10-1"
class="td11"> <span
@@ -2024,7 +2027,7 @@ class="ec-lmtt-10">bookmarksopenlevel </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmtt-10">\maxdimen </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-10-3"
class="td11">
- <!--l. 605--><p class="noindent" >level to which bookmarks are open </td>
+ <!--l. 607--><p class="noindent" >level to which bookmarks are open </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-11-1"
class="td11"> <span
@@ -2032,7 +2035,7 @@ class="ec-lmtt-10">bookmarkstype </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">toc </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-11-3"
class="td11">
- <!--l. 606--><p class="noindent" >to specify which &#8216;toc&#8217; file to mimic </td>
+ <!--l. 608--><p class="noindent" >to specify which &#8216;toc&#8217; file to mimic </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-12-1"
class="td11"> <span
@@ -2040,7 +2043,7 @@ class="ec-lmtt-10">breaklinks </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-12-3"
class="td11">
- <!--l. 607--><p class="noindent" >allow links to break over lines </td>
+ <!--l. 609--><p class="noindent" >allow links to break over lines </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-13-1"
class="td11"> <span
@@ -2048,7 +2051,7 @@ class="ec-lmtt-10">CJKbookmarks </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-13-3"
class="td11">
- <!--l. 608--><p class="noindent" >to produce CJK bookmarks </td>
+ <!--l. 610--><p class="noindent" >to produce CJK bookmarks </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="td11"> <span
@@ -2056,7 +2059,7 @@ class="ec-lmtt-10">citebordercolor </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">0 1 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-14-3"
class="td11">
- <!--l. 609--><p class="noindent" >color of border around cites </td>
+ <!--l. 611--><p class="noindent" >color of border around cites </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-15-1"
class="td11"> <span
@@ -2064,7 +2067,7 @@ class="ec-lmtt-10">citecolor </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">green </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-15-3"
class="td11">
- <!--l. 610--><p class="noindent" >color of citation links </td>
+ <!--l. 612--><p class="noindent" >color of citation links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-16-1"
class="td11"> <span
@@ -2072,14 +2075,14 @@ class="ec-lmtt-10">colorlinks </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-16-3"
class="td11">
- <!--l. 611--><p class="noindent" >color links </td>
+ <!--l. 613--><p class="noindent" >color links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-17-1"
class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-17-2"
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-17-3"
class="td11">
- <!--l. 612--><p class="noindent" >(<span
+ <!--l. 614--><p class="noindent" >(<span
class="ec-lmss-10">tex4ht</span>, <span
class="ec-lmss-10">dviwindo</span>) </td>
</tr><tr
@@ -2089,7 +2092,7 @@ class="ec-lmtt-10">debug </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-18-3"
class="td11">
- <!--l. 613--><p class="noindent" >provide details of anchors defined; same
+ <!--l. 615--><p class="noindent" >provide details of anchors defined; same
as verbose </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-19-1"
@@ -2098,14 +2101,14 @@ class="ec-lmtt-10">draft </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-19-3"
class="td11">
- <!--l. 614--><p class="noindent" >do not do any hyperlinking </td>
+ <!--l. 616--><p class="noindent" >do not do any hyperlinking </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-20-1"
class="td11"> <span
class="ec-lmtt-10">dvipdfm </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="td11">
- <!--l. 615--><p class="noindent" >use <span
+ <!--l. 617--><p class="noindent" >use <span
class="ec-lmss-10">dvipdfm </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"
@@ -2118,7 +2121,7 @@ class="td11"> <span
class="ec-lmtt-10">dvipdfmx </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="td11">
- <!--l. 616--><p class="noindent" >use <span
+ <!--l. 618--><p class="noindent" >use <span
class="ec-lmss-10">dvipdfmx </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"
@@ -2126,7 +2129,7 @@ class="td11"> <span
class="ec-lmtt-10">dvips </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="td11">
- <!--l. 617--><p class="noindent" >use <span
+ <!--l. 619--><p class="noindent" >use <span
class="ec-lmss-10">dvips </span>backend </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-24-1"
@@ -2134,7 +2137,7 @@ class="td11"> <span
class="ec-lmtt-10">dvipsone </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-24-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-24-3"
class="td11">
- <!--l. 618--><p class="noindent" >use <span
+ <!--l. 620--><p class="noindent" >use <span
class="ec-lmss-10">dvipsone </span>backend </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-25-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-25-1"
@@ -2142,7 +2145,7 @@ class="td11"> <span
class="ec-lmtt-10">dviwindo </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-25-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-25-3"
class="td11">
- <!--l. 619--><p class="noindent" >use <span
+ <!--l. 621--><p class="noindent" >use <span
class="ec-lmss-10">dviwindo </span>backend </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-26-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-26-1"
@@ -2150,14 +2153,14 @@ class="td11"> <span
class="ec-lmtt-10">encap </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-26-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-26-3"
class="td11">
- <!--l. 620--><p class="noindent" >to set encap character for hyperindex </td>
+ <!--l. 622--><p class="noindent" >to set encap character for hyperindex </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-27-1"
class="td11"> <span
class="ec-lmtt-10">executivepaper </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-27-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-27-3"
class="td11">
- <!--l. 621--><p class="noindent" >use executivepaper </td>
+ <!--l. 623--><p class="noindent" >use executivepaper </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-28-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-28-1"
class="td11"> <span
@@ -2165,7 +2168,7 @@ class="ec-lmtt-10">extension </span></td><td style="white-space:nowrap; t
class="td11"> <span
class="ec-lmri-10">dvi </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-28-3"
class="td11">
- <!--l. 622--><p class="noindent" >suffix of linked files </td>
+ <!--l. 624--><p class="noindent" >suffix of linked files </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-29-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-29-1"
class="td11"> <span
@@ -2173,7 +2176,7 @@ class="ec-lmtt-10">filebordercolor </span></td><td style="white-space:nowrap; t
class="td11"> <span
class="ec-lmri-10">0 .5 .5 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-29-3"
class="td11">
- <!--l. 623--><p class="noindent" >color of border around file links </td>
+ <!--l. 625--><p class="noindent" >color of border around file 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"
class="td11"> <span
@@ -2181,7 +2184,7 @@ class="ec-lmtt-10">filecolor </span></td><td style="white-space:nowrap; t
class="td11"> <span
class="ec-lmri-10">cyan </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-30-3"
class="td11">
- <!--l. 624--><p class="noindent" >color of file links </td>
+ <!--l. 626--><p class="noindent" >color of file links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-31-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-31-1"
class="td11"> <span
@@ -2189,7 +2192,7 @@ class="ec-lmtt-10">final </span></td><td style="white-space:nowrap; t
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-31-3"
class="td11">
- <!--l. 625--><p class="noindent" >opposite of option draft </td>
+ <!--l. 627--><p class="noindent" >opposite of option draft </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-32-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-32-1"
class="td11"> <span
@@ -2197,7 +2200,7 @@ class="ec-lmtt-10">frenchlinks </span></td><td style="white-space:nowrap; t
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-32-3"
class="td11">
- <!--l. 626--><p class="noindent" >use small caps instead of color for links </td>
+ <!--l. 628--><p class="noindent" >use small caps instead of color for links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-33-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-33-1"
class="td11"> <span
@@ -2205,7 +2208,7 @@ class="ec-lmtt-10">hyperfigures </span></td><td style="white-space:nowrap; t
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-33-3"
class="td11">
- <!--l. 627--><p class="noindent" >make figures hyper links </td>
+ <!--l. 629--><p class="noindent" >make figures hyper 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"
class="td11"> <span
@@ -2213,7 +2216,7 @@ class="ec-lmtt-10">hyperfootnotes </span></td><td style="white-space:nowrap; t
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-34-3"
class="td11">
- <!--l. 628--><p class="noindent" >set up hyperlinked footnotes </td>
+ <!--l. 630--><p class="noindent" >set up hyperlinked footnotes </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-35-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-35-1"
class="td11"> <span
@@ -2221,14 +2224,14 @@ class="ec-lmtt-10">hyperindex </span></td><td style="white-space:nowrap; t
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-35-3"
class="td11">
- <!--l. 629--><p class="noindent" >set up hyperlinked indices </td>
+ <!--l. 631--><p class="noindent" >set up hyperlinked indices </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-36-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-36-1"
class="td11"> <span
class="ec-lmtt-10">hypertex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-36-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-36-3"
class="td11">
- <!--l. 630--><p class="noindent" >use <span
+ <!--l. 632--><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
@@ -2241,7 +2244,9 @@ class="ec-lmtt-10">hypertexnames </span></td><td style="white-space:nowrap; t
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-37-3"
class="td11">
- <!--l. 631--><p class="noindent" >use guessable names for links </td>
+ <!--l. 633--><p class="noindent" >use guessable names for 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"
class="td11"> <span
@@ -2249,7 +2254,7 @@ class="ec-lmtt-10">implicit </span></td><td style="white-space:nowrap; t
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-38-3"
class="td11">
- <!--l. 632--><p class="noindent" >redefine <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
+ <!--l. 634--><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>&#x00A0;internals </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-39-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-39-1"
@@ -2257,7 +2262,7 @@ class="td11"> <span
class="ec-lmtt-10">latex2html </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-39-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-39-3"
class="td11">
- <!--l. 633--><p class="noindent" >use <span class="LATEX"><span
+ <!--l. 635--><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
@@ -2265,22 +2270,20 @@ class="E"><span
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-40-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-40-1"
class="td11"> <span
class="ec-lmtt-10">legalpaper </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-40-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-40-3"
class="td11">
- <!--l. 634--><p class="noindent" >use legalpaper </td>
+ <!--l. 636--><p class="noindent" >use legalpaper </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-41-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-41-1"
class="td11"> <span
class="ec-lmtt-10">letterpaper </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-41-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-41-3"
class="td11">
- <!--l. 635--><p class="noindent" >use letterpaper </td>
+ <!--l. 637--><p class="noindent" >use letterpaper </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="td11"> </td></tr>
@@ -2291,7 +2294,7 @@ class="ec-lmtt-10">linkbordercolor </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-43-3"
class="td11">
- <!--l. 636--><p class="noindent" >color of border around links </td>
+ <!--l. 638--><p class="noindent" >color of border around 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"
class="td11"> <span
@@ -2299,7 +2302,7 @@ class="ec-lmtt-10">linkcolor </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-44-3"
class="td11">
- <!--l. 637--><p class="noindent" >color of links </td>
+ <!--l. 639--><p class="noindent" >color 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"
class="td11"> <span
@@ -2307,7 +2310,7 @@ class="ec-lmtt-10">linktocpage </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-45-3"
class="td11">
- <!--l. 638--><p class="noindent" >make page number, not text, be link on
+ <!--l. 640--><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-46-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-46-1"
@@ -2316,7 +2319,7 @@ class="ec-lmtt-10">menubordercolor </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-46-3"
class="td11">
- <!--l. 639--><p class="noindent" >color of border around menu links </td>
+ <!--l. 641--><p class="noindent" >color of border around menu links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-47-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-47-1"
class="td11"> <span
@@ -2324,7 +2327,7 @@ class="ec-lmtt-10">menucolor </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-47-3"
class="td11">
- <!--l. 640--><p class="noindent" >color for menu links </td>
+ <!--l. 642--><p class="noindent" >color for menu links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-48-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-48-1"
class="td11"> <span
@@ -2332,7 +2335,7 @@ class="ec-lmtt-10">nativepdf </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-48-3"
class="td11">
- <!--l. 641--><p class="noindent" >an alias for <span
+ <!--l. 643--><p class="noindent" >an alias for <span
class="ec-lmss-10">dvips</span> </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-49-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-49-1"
@@ -2341,7 +2344,7 @@ class="ec-lmtt-10">naturalnames </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-49-3"
class="td11">
- <!--l. 642--><p class="noindent" >use <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
+ <!--l. 644--><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-50-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-50-1"
@@ -2350,7 +2353,7 @@ class="ec-lmtt-10">nesting </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-50-3"
class="td11">
- <!--l. 643--><p class="noindent" >allow nesting of links </td>
+ <!--l. 645--><p class="noindent" >allow nesting of links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-51-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-51-1"
class="td11"> <span
@@ -2358,7 +2361,7 @@ class="ec-lmtt-10">pageanchor </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-51-3"
class="td11">
- <!--l. 644--><p class="noindent" >put an anchor on every page </td>
+ <!--l. 646--><p class="noindent" >put an anchor on every page </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="td11"> <span
@@ -2366,7 +2369,7 @@ class="ec-lmtt-10">pagebackref </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-52-3"
class="td11">
- <!--l. 645--><p class="noindent" >backreference by page number </td>
+ <!--l. 647--><p class="noindent" >backreference by page number </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="td11"> <span
@@ -2374,7 +2377,7 @@ class="ec-lmtt-10">pdfauthor </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-53-3"
class="td11">
- <!--l. 646--><p class="noindent" >text for PDF Author field </td>
+ <!--l. 648--><p class="noindent" >text for PDF Author field </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-54-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-54-1"
class="td11"> <span
@@ -2382,14 +2385,14 @@ class="ec-lmtt-10">pdfborder </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">0 0 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-54-3"
class="td11">
- <!--l. 647--><p class="noindent" >width of PDF link border </td>
+ <!--l. 649--><p class="noindent" >width of PDF link border </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-55-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-55-1"
class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-55-2"
class="td11"> <span
class="ec-lmri-10">0 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-55-3"
class="td11">
- <!--l. 648--><p class="noindent" >(<span
+ <!--l. 650--><p class="noindent" >(<span
class="ec-lmtt-10">colorlinks)</span> </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-56-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-56-1"
@@ -2398,7 +2401,7 @@ class="ec-lmtt-10">pdfcenterwindow </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-56-3"
class="td11">
- <!--l. 649--><p class="noindent" >position the document window in the
+ <!--l. 651--><p class="noindent" >position the document window in the
center of the screen </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-57-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-57-1"
@@ -2407,21 +2410,21 @@ class="ec-lmtt-10">pdfcreator </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">LaTeX with </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-57-3"
class="td11">
- <!--l. 650--><p class="noindent" >text for PDF Creator field </td>
+ <!--l. 652--><p class="noindent" >text for PDF Creator field </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-58-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-58-1"
class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-58-2"
class="td11"> <span
class="ec-lmri-10">hyperref </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-58-3"
class="td11">
- <!--l. 652--><p class="noindent" > </td>
+ <!--l. 654--><p class="noindent" > </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-59-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-59-1"
class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-59-2"
class="td11"> <span
class="ec-lmri-10">package </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-59-3"
class="td11">
- <!--l. 653--><p class="noindent" > </td>
+ <!--l. 655--><p class="noindent" > </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-60-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-60-1"
class="td11"> <span
@@ -2429,7 +2432,7 @@ class="ec-lmtt-10">pdfdirection </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-60-3"
class="td11">
- <!--l. 653--><p class="noindent" >direction setting </td>
+ <!--l. 655--><p class="noindent" >direction setting </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-61-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-61-1"
class="td11"> <span
@@ -2437,7 +2440,7 @@ class="ec-lmtt-10">pdfdisplaydoctitle </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-61-3"
class="td11">
- <!--l. 654--><p class="noindent" >display document title instead of file
+ <!--l. 656--><p class="noindent" >display document title instead of file
name in title bar </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-62-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-62-1"
@@ -2446,7 +2449,7 @@ class="ec-lmtt-10">pdfduplex </span></td><td style="white-space:nowrap
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-62-3"
class="td11">
- <!--l. 656--><p class="noindent" >paper handling option for print dialog </td>
+ <!--l. 658--><p class="noindent" >paper handling option for print dialog </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="td11"> </td></tr>
@@ -2457,7 +2460,7 @@ class="ec-lmtt-10">pdffitwindow </span></td><td style="white-space:
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-64-3"
class="td11">
- <!--l. 658--><p class="noindent" >resize document window to fit
+ <!--l. 660--><p class="noindent" >resize document window to fit
document size </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-65-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-65-1"
@@ -2466,7 +2469,7 @@ class="ec-lmtt-10">pdfhighlight </span></td><td style="white-space:
class="td11"> <span
class="ec-lmri-10">/I </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-65-3"
class="td11">
- <!--l. 659--><p class="noindent" >set highlighting of PDF links </td>
+ <!--l. 661--><p class="noindent" >set highlighting of PDF links </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="td11"> <span
@@ -2474,7 +2477,7 @@ class="ec-lmtt-10">pdfkeywords </span></td><td style="white-space:
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-66-3"
class="td11">
- <!--l. 660--><p class="noindent" >text for PDF Keywords field </td>
+ <!--l. 662--><p class="noindent" >text for PDF Keywords field </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="td11"> <span
@@ -2482,7 +2485,9 @@ class="ec-lmtt-10">pdflang </span></td><td style="white-space:
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-67-3"
class="td11">
- <!--l. 661--><p class="noindent" >PDF language identifier (RFC 3066) </td>
+ <!--l. 663--><p class="noindent" >PDF language identifier (RFC 3066) </td>
+
+
</tr><tr
style="vertical-align:baseline;" id="TBL-11-68-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-68-1"
class="td11"> <span
@@ -2490,7 +2495,7 @@ class="ec-lmtt-10">pdfmark </span></td><td style="white-space:
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-68-3"
class="td11">
- <!--l. 662--><p class="noindent" >an alias for <span
+ <!--l. 664--><p class="noindent" >an alias for <span
class="ec-lmss-10">dvips</span> </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-69-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-69-1"
@@ -2499,9 +2504,7 @@ class="ec-lmtt-10">pdfmenubar </span></td><td style="white-space:
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-69-3"
class="td11">
- <!--l. 663--><p class="noindent" >make PDF viewer&#8217;s menu bar visible </td>
-
-
+ <!--l. 665--><p class="noindent" >make PDF viewer&#8217;s menu bar visible </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-70-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-70-1"
class="td11"> <span
@@ -2509,13 +2512,13 @@ class="ec-lmtt-10">pdfnewwindow </span></td><td style="white-space:
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-70-3"
class="td11">
- <!--l. 664--><p class="noindent" >make links that open another PDF </td>
+ <!--l. 666--><p class="noindent" >make links that open another PDF </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-71-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-71-1"
class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-71-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-71-3"
class="td11">
- <!--l. 665--><p class="noindent" >file start a new window </td>
+ <!--l. 667--><p class="noindent" >file start a new window </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-72-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-72-1"
class="td11"> <span
@@ -2523,7 +2526,7 @@ class="ec-lmtt-10">pdfnonfullscreenpagemode </span></td><td style="white-space:
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-72-3"
class="td11">
- <!--l. 667--><p class="noindent" >page mode setting on exiting full-screen
+ <!--l. 669--><p class="noindent" >page mode setting on exiting full-screen
mode </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-73-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-73-1"
@@ -2532,7 +2535,7 @@ class="ec-lmtt-10">pdfnumcopies </span></td><td style="white-space:
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-73-3"
class="td11">
- <!--l. 669--><p class="noindent" >number of printed copies </td>
+ <!--l. 671--><p class="noindent" >number of printed copies </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-74-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-74-1"
class="td11"> <span
@@ -2540,7 +2543,7 @@ class="ec-lmtt-10">pdfpagelayout </span></td><td style="white-space:
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-74-3"
class="td11">
- <!--l. 670--><p class="noindent" >set layout of PDF pages </td>
+ <!--l. 672--><p class="noindent" >set layout of PDF pages </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-75-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-75-1"
class="td11"> <span
@@ -2548,7 +2551,7 @@ class="ec-lmtt-10">pdfpagemode </span></td><td style="white-space:
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-75-3"
class="td11">
- <!--l. 671--><p class="noindent" >set default mode of PDF display </td>
+ <!--l. 673--><p class="noindent" >set default mode of PDF display </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-76-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-76-1"
class="td11"> <span
@@ -2556,7 +2559,7 @@ class="ec-lmtt-10">pdfpagelabels </span></td><td style="white-space:
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-76-3"
class="td11">
- <!--l. 672--><p class="noindent" >set PDF page labels </td>
+ <!--l. 674--><p class="noindent" >set PDF page labels </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-77-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-77-1"
class="td11"> <span
@@ -2564,7 +2567,7 @@ class="ec-lmtt-10">pdfpagescrop </span></td><td style="white-space:
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-77-3"
class="td11">
- <!--l. 673--><p class="noindent" >set crop size of PDF document </td>
+ <!--l. 675--><p class="noindent" >set crop size of PDF document </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-78-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-78-1"
class="td11"> <span
@@ -2572,7 +2575,7 @@ class="ec-lmtt-10">pdfpagetransition </span></td><td style="white-space:
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-78-3"
class="td11">
- <!--l. 674--><p class="noindent" >set PDF page transition style </td>
+ <!--l. 676--><p class="noindent" >set PDF page transition style </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-79-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-79-1"
class="td11"> <span
@@ -2580,7 +2583,7 @@ class="ec-lmtt-10">pdfpicktrackbypdfsize </span></td><td style="white-space:
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-79-3"
class="td11">
- <!--l. 676--><p class="noindent" >set option for print dialog </td>
+ <!--l. 678--><p class="noindent" >set 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"
class="td11"> <span
@@ -2588,7 +2591,7 @@ class="ec-lmtt-10">pdfprintarea </span></td><td style="white-space:
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-80-3"
class="td11">
- <!--l. 677--><p class="noindent" >set /PrintArea of viewer preferences </td>
+ <!--l. 679--><p class="noindent" >set /PrintArea of viewer preferences </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-81-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-81-1"
class="td11"> <span
@@ -2596,7 +2599,7 @@ class="ec-lmtt-10">pdfprintclip </span></td><td style="white-space:
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-81-3"
class="td11">
- <!--l. 678--><p class="noindent" >set /PrintClip of viewer preferences </td>
+ <!--l. 680--><p class="noindent" >set /PrintClip of viewer preferences </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-82-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-82-1"
class="td11"> <span
@@ -2604,7 +2607,7 @@ class="ec-lmtt-10">pdfprintpagerange </span></td><td style="white-space:
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-82-3"
class="td11">
- <!--l. 679--><p class="noindent" >set /PrintPageRange of viewer
+ <!--l. 681--><p class="noindent" >set /PrintPageRange of viewer
preferences </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-83-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-83-1"
@@ -2613,7 +2616,7 @@ class="ec-lmtt-10">pdfprintscaling </span></td><td style="white-space:
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-83-3"
class="td11">
- <!--l. 680--><p class="noindent" >page scaling option for print dialog </td>
+ <!--l. 682--><p class="noindent" >page scaling option for print dialog </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-84-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-84-1"
class="td11"> </td></tr>
@@ -2624,7 +2627,7 @@ class="ec-lmtt-10">pdfproducer </span></td><td style="white-space:nowrap; te
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-85-3"
class="td11">
- <!--l. 681--><p class="noindent" >text for PDF Producer field </td>
+ <!--l. 683--><p class="noindent" >text for PDF Producer field </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-86-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-86-1"
class="td11"> <span
@@ -2632,7 +2635,7 @@ class="ec-lmtt-10">pdfstartpage </span></td><td style="white-space:nowrap; te
class="td11"> <span
class="ec-lmri-10">1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-86-3"
class="td11">
- <!--l. 682--><p class="noindent" >page at which PDF document opens </td>
+ <!--l. 684--><p class="noindent" >page at which PDF document opens </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-87-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-87-1"
class="td11"> <span
@@ -2640,7 +2643,7 @@ class="ec-lmtt-10">pdfstartview </span></td><td style="white-space:nowrap; te
class="td11"> <span
class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-87-3"
class="td11">
- <!--l. 683--><p class="noindent" >starting view of PDF document </td>
+ <!--l. 685--><p class="noindent" >starting view of PDF document </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-88-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-88-1"
class="td11"> <span
@@ -2648,14 +2651,14 @@ class="ec-lmtt-10">pdfsubject </span></td><td style="white-space:nowrap; te
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-88-3"
class="td11">
- <!--l. 684--><p class="noindent" >text for PDF Subject field </td>
+ <!--l. 686--><p class="noindent" >text for PDF Subject field </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-89-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-89-1"
class="td11"> <span
class="ec-lmtt-10">pdftex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-89-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-89-3"
class="td11">
- <!--l. 685--><p class="noindent" >use <span
+ <!--l. 687--><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
@@ -2668,7 +2671,7 @@ class="ec-lmtt-10">pdftitle </span></td><td style="white-space:nowrap; te
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-90-3"
class="td11">
- <!--l. 686--><p class="noindent" >text for PDF Title field </td>
+ <!--l. 688--><p class="noindent" >text for PDF Title field </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-91-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-91-1"
class="td11"> <span
@@ -2676,7 +2679,7 @@ class="ec-lmtt-10">pdftoolbar </span></td><td style="white-space:nowrap; te
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-91-3"
class="td11">
- <!--l. 687--><p class="noindent" >make PDF toolbar visible </td>
+ <!--l. 689--><p class="noindent" >make PDF toolbar visible </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-92-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-92-1"
class="td11"> <span
@@ -2684,7 +2687,7 @@ class="ec-lmtt-10">pdfview </span></td><td style="white-space:nowrap; te
class="td11"> <span
class="ec-lmri-10">XYZ </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-92-3"
class="td11">
- <!--l. 688--><p class="noindent" >PDF &#8216;view&#8217; when on link traversal </td>
+ <!--l. 690--><p class="noindent" >PDF &#8216;view&#8217; when on link traversal </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-93-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-93-1"
class="td11"> <span
@@ -2692,7 +2695,7 @@ class="ec-lmtt-10">pdfviewarea </span></td><td style="white-space:nowrap; te
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-93-3"
class="td11">
- <!--l. 689--><p class="noindent" >set /ViewArea of viewer preferences </td>
+ <!--l. 691--><p class="noindent" >set /ViewArea of viewer preferences </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-94-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-94-1"
class="td11"> <span
@@ -2700,7 +2703,7 @@ class="ec-lmtt-10">pdfviewclip </span></td><td style="white-space:nowrap; te
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-94-3"
class="td11">
- <!--l. 690--><p class="noindent" >set /ViewClip of viewer preferences </td>
+ <!--l. 692--><p class="noindent" >set /ViewClip of viewer preferences </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-95-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-95-1"
class="td11"> <span
@@ -2708,7 +2711,7 @@ class="ec-lmtt-10">pdfwindowui </span></td><td style="white-space:nowrap; te
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-95-3"
class="td11">
- <!--l. 691--><p class="noindent" >make PDF user interface elements
+ <!--l. 693--><p class="noindent" >make PDF user interface elements
visible </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-96-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-96-1"
@@ -2717,15 +2720,17 @@ class="ec-lmtt-10">plainpages </span></td><td style="white-space:nowrap; te
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-96-3"
class="td11">
- <!--l. 692--><p class="noindent" >do page number anchors as plain arabic </td>
+ <!--l. 694--><p class="noindent" >do page number anchors as plain arabic </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-97-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-97-1"
class="td11"> <span
class="ec-lmtt-10">ps2pdf </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-97-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-97-3"
class="td11">
- <!--l. 693--><p class="noindent" >use <span
+ <!--l. 695--><p class="noindent" >use <span
class="ec-lmss-10">ps2pdf </span>backend </td>
+
+
</tr><tr
style="vertical-align:baseline;" id="TBL-11-98-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-98-1"
class="td11"> <span
@@ -2733,7 +2738,7 @@ class="ec-lmtt-10">raiselinks </span></td><td style="white-space:nowrap; te
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-98-3"
class="td11">
- <!--l. 694--><p class="noindent" >raise up links (for <span
+ <!--l. 696--><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
@@ -2746,9 +2751,7 @@ class="ec-lmtt-10">runbordercolor </span></td><td style="white-space:nowrap; te
class="td11"> <span
class="ec-lmri-10">0 .7 .7 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-99-3"
class="td11">
- <!--l. 695--><p class="noindent" >color of border around &#8216;run&#8217; links </td>
-
-
+ <!--l. 697--><p class="noindent" >color of border around &#8216;run&#8217; links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-100-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-100-1"
class="td11"> <span
@@ -2756,7 +2759,7 @@ class="ec-lmtt-10">runcolor </span></td><td style="white-space:nowrap; te
class="td11"> <span
class="ec-lmri-10">filecolor </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-100-3"
class="td11">
- <!--l. 696--><p class="noindent" >color of &#8216;run&#8217; links </td>
+ <!--l. 698--><p class="noindent" >color of &#8216;run&#8217; links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-101-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-101-1"
class="td11"> <span
@@ -2764,7 +2767,7 @@ class="ec-lmtt-10">setpagesize </span></td><td style="white-space:nowrap; te
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-101-3"
class="td11">
- <!--l. 697--><p class="noindent" >set page size by special driver
+ <!--l. 699--><p class="noindent" >set page size by special driver
commands </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-102-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-102-1"
@@ -2772,7 +2775,7 @@ class="td11"> <span
class="ec-lmtt-10">tex4ht </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-102-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-102-3"
class="td11">
- <!--l. 698--><p class="noindent" >use <span class="TEX"><span
+ <!--l. 700--><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
@@ -2784,7 +2787,7 @@ class="td11"> <span
class="ec-lmtt-10">textures </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-103-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-103-3"
class="td11">
- <!--l. 699--><p class="noindent" >use <span
+ <!--l. 701--><p class="noindent" >use <span
class="ec-lmss-10">Textures </span>backend </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-104-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-104-1"
@@ -2793,7 +2796,7 @@ class="ec-lmtt-10">unicode </span></td><td style="white-space:nowrap; te
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-104-3"
class="td11">
- <!--l. 700--><p class="noindent" >Unicode encoded pdf strings </td>
+ <!--l. 702--><p class="noindent" >Unicode encoded pdf strings </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="td11"> </td></tr>
@@ -2804,7 +2807,7 @@ class="ec-lmtt-10">urlbordercolor </span></td><td style="white-space:nowrap; te
class="td11"> <span
class="ec-lmri-10">0 1 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-106-3"
class="td11">
- <!--l. 701--><p class="noindent" >color of border around URL links </td>
+ <!--l. 703--><p class="noindent" >color of border around URL links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-107-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-107-1"
class="td11"> <span
@@ -2812,7 +2815,7 @@ class="ec-lmtt-10">urlcolor </span></td><td style="white-space:nowrap; te
class="td11"> <span
class="ec-lmri-10">magenta </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-107-3"
class="td11">
- <!--l. 702--><p class="noindent" >color of URL links </td>
+ <!--l. 704--><p class="noindent" >color of URL links </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="td11"> <span
@@ -2820,14 +2823,14 @@ class="ec-lmtt-10">verbose </span></td><td style="white-space:nowrap; te
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-108-3"
class="td11">
- <!--l. 703--><p class="noindent" >be chatty </td>
+ <!--l. 705--><p class="noindent" >be chatty </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="td11"> <span
class="ec-lmtt-10">vtex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-109-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-109-3"
class="td11">
- <!--l. 704--><p class="noindent" >use <span
+ <!--l. 706--><p class="noindent" >use <span
class="ec-lmss-10">VTeX </span>backend </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-110-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-110-1"
@@ -2835,7 +2838,7 @@ class="td11"> <span
class="ec-lmtt-10">xetex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-110-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-110-3"
class="td11">
- <!--l. 705--><p class="noindent" >use <span
+ <!--l. 707--><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
@@ -2857,12 +2860,12 @@ class="td11"> </td>
style="vertical-align:baseline;" id="TBL-11-115-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-115-1"
class="td11"> </td></tr>
</table></div>
-<!--l. 708--><p class="noindent" >
+<!--l. 710--><p class="noindent" >
<h3 class="sectionHead"><span class="titlemark">4 </span> <a
id="x1-120004"></a>Additional user macros</h3>
-<!--l. 710--><p class="noindent" >If you need to make references to URLs, or write explicit links, the following low-level user macros are
+<!--l. 712--><p class="noindent" >If you need to make references to URLs, or write explicit links, the following low-level user macros are
provided:
-<!--l. 713--><p class="noindent" >
+<!--l. 715--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-12" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-12-1g"><col
@@ -2875,12 +2878,12 @@ class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td></tr></table> </div></span>
-<!--l. 717--><p class="noindent" >The <span
+<!--l. 719--><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 &#x02DC; do <span
class="ec-lmri-10">not </span>need to be escaped in any way.
-<!--l. 722--><p class="noindent" >
+<!--l. 724--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-13" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-13-1g"><col
@@ -2891,7 +2894,7 @@ class="ec-lmtt-10">\url</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">{</span></span></span><span
class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td></tr></table> </div></span>
-<!--l. 726--><p class="noindent" >Similar to <span
+<!--l. 728--><p class="noindent" >Similar to <span
class="ec-lmtt-10">\href</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">{</span></span></span><span
class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span
@@ -2902,7 +2905,7 @@ class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}}</span></span></span>. Depending on the driver <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\href</span></span></span> also tries to detect the
link type. Thus the result can be a url link, file link, &#x2026;
-<!--l. 731--><p class="noindent" >
+<!--l. 733--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-14" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-14-1g"><col
@@ -2913,10 +2916,12 @@ class="ec-lmtt-10">\nolinkurl</span><span class="obeylines-h"><span class="verb"
class="ec-lmtt-10">{</span></span></span><span
class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td></tr></table> </div></span>
-<!--l. 735--><p class="noindent" >Write <span
+<!--l. 737--><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-lmtt-10">\url</span></span></span>, without creating a hyperlink.
-<!--l. 738--><p class="noindent" >
+
+
+<!--l. 740--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-15" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-15-1g"><col
@@ -2928,11 +2933,10 @@ class="ec-lmtt-10">{</span></span></span><span
class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 742--><p class="noindent" >A base <span
+<!--l. 744--><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. 745--><p class="noindent" >
+<!--l. 747--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-16" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-16-1g"><col
@@ -2946,12 +2950,12 @@ class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 749--><p class="noindent" >The link to the image referenced by the URL is inserted, using <span
+<!--l. 751--><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. 752--><p class="indent" > For drivers that produce HTML, the image itself is inserted by the browser, with the <span
+<!--l. 754--><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. 755--><p class="noindent" >
+<!--l. 757--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-17" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-17-1g"><col
@@ -2967,10 +2971,10 @@ class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 759--><p class="noindent" >A target area of the document (the <span
+<!--l. 761--><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. 762--><p class="noindent" >
+<!--l. 764--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-18" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-18-1g"><col
@@ -2988,10 +2992,10 @@ class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 766--><p class="noindent" ><span
+<!--l. 768--><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. 768--><p class="noindent" >
+<!--l. 770--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-19" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-19-1g"><col
@@ -3005,12 +3009,12 @@ class="ec-lmtt-10">]{</span></span></span><span
class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 772--><p class="noindent" ><span
+<!--l. 774--><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-lmtt-10">\ref{</span></span></span><span
class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> would be linked.
-<!--l. 776--><p class="noindent" >
+<!--l. 778--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-20" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-20-1g"><col
@@ -3024,7 +3028,7 @@ class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 779--><p class="noindent" >
+<!--l. 781--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-21" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-21-1g"><col
@@ -3038,7 +3042,7 @@ class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 783--><p class="noindent" >A simple internal link is created with <span class="obeylines-h"><span class="verb"><span
+<!--l. 785--><p class="noindent" >A simple internal link is created with <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hypertarget</span></span></span>, with two parameters of an anchor <span
class="ec-lmri-10">name</span>, and
anchor <span
@@ -3047,11 +3051,11 @@ class="ec-lmtt-10">\hyperlink</span></span></span> has two arguments, the name o
<span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hypertarget</span></span></span>, and the <span
class="ec-lmri-10">text </span>which be used as the link on the page.
-<!--l. 789--><p class="indent" > Note that in HTML parlance, the <span class="obeylines-h"><span class="verb"><span
+<!--l. 791--><p class="indent" > Note that in HTML parlance, the <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-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-lmtt-10">\href</span></span></span> expects a full URL.
-<!--l. 793--><p class="noindent" >
+<!--l. 795--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-22" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-22-1g"><col
@@ -3060,7 +3064,7 @@ id="TBL-22-1"></colgroup><tr
class="td11"> <span
class="ec-lmtt-10">\phantomsection </span></td>
</tr></table> </div></span>
-<!--l. 797--><p class="noindent" >This sets an anchor at this location. It works similar to <span class="obeylines-h"><span class="verb"><span
+<!--l. 799--><p class="noindent" >This sets an anchor at this location. It works similar to <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hypertarget{}{}</span></span></span> with an automatically
choosen anchor name. Often it is used in conjunction with <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\addcontentsline</span></span></span> for sectionlike things
@@ -3076,10 +3080,10 @@ is set. Example:
&#x00A0;<br />\addcontentsline{toc}{chapter}{\indexname}
&#x00A0;<br />\printindex
</div>
- <!--l. 810--><p class="nopar" ></div>
-<!--l. 812--><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. 812--><p class="nopar" ></div>
+<!--l. 814--><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. 816--><p class="noindent" >
+<!--l. 818--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-23" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-23-1g"><col
@@ -3090,11 +3094,11 @@ class="ec-lmtt-10">\autoref</span><span class="obeylines-h"><span class="verb"><
class="ec-lmtt-10">{</span></span></span><span
class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td></tr></table> </div></span>
-<!--l. 820--><p class="noindent" >This is a replacement for the usual <span class="obeylines-h"><span class="verb"><span
+<!--l. 822--><p class="noindent" >This is a replacement for the usual <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-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.&#x00A0;&#8216;section 2&#8217; instead of merely
the number &#8216;2&#8217;).
-<!--l. 826--><p class="indent" > The label is worked out from the context of the original <span class="obeylines-h"><span class="verb"><span
+<!--l. 828--><p class="indent" > The label is worked out from the context of the original <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-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
@@ -3102,16 +3106,16 @@ macros listed below (shown with their default values). The macros can be (re)def
class="ec-lmtt-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&#8217;s
practice.
-<!--l. 834--><p class="indent" > For each macro below, <span
+<!--l. 836--><p class="indent" > For each macro below, <span
class="ec-lmss-10">hyperref </span>checks <span
class="ec-lmtt-10">\*autorefname </span>before <span
class="ec-lmtt-10">\*name</span>. For instance, it looks for
<span
class="ec-lmtt-10">\figureautorefname </span>before <span
class="ec-lmtt-10">\figurename</span>.
-<!--l. 838--><p class="noindent" >
+<!--l. 840--><p class="noindent" >
<a
- id="x1-12001r11"></a> <!--l. 839--><div class="longtable"> <table id="TBL-24" class="longtable"
+ id="x1-12001r11"></a> <!--l. 841--><div class="longtable"> <table id="TBL-24" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-24-1g"><col
id="TBL-24-1"><col
@@ -3121,99 +3125,99 @@ id="TBL-24-2"></colgroup>
class="td11"> <span
class="ec-lmri-10">Macro </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-1-2"
class="td11">
- <!--l. 839--><p class="noindent" ><span
+ <!--l. 841--><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"
class="td11"> <span
class="ec-lmtt-10">\figurename </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-2-2"
class="td11">
- <!--l. 840--><p class="noindent" >Figure </td>
+ <!--l. 842--><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"
class="td11"> <span
class="ec-lmtt-10">\tablename </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-3-2"
class="td11">
- <!--l. 841--><p class="noindent" >Table </td>
+ <!--l. 843--><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"
class="td11"> <span
class="ec-lmtt-10">\partname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-4-2"
class="td11">
- <!--l. 842--><p class="noindent" >Part </td>
+ <!--l. 844--><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"
class="td11"> <span
class="ec-lmtt-10">\appendixname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-5-2"
class="td11">
- <!--l. 843--><p class="noindent" >Appendix </td>
+ <!--l. 845--><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"
class="td11"> <span
class="ec-lmtt-10">\equationname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-6-2"
class="td11">
- <!--l. 844--><p class="noindent" >Equation </td>
+ <!--l. 846--><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"
class="td11"> <span
class="ec-lmtt-10">\Itemname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-7-2"
class="td11">
- <!--l. 845--><p class="noindent" >item </td>
+ <!--l. 847--><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"
class="td11"> <span
class="ec-lmtt-10">\chaptername </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-8-2"
class="td11">
- <!--l. 846--><p class="noindent" >chapter </td>
+ <!--l. 848--><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"
class="td11"> <span
class="ec-lmtt-10">\sectionname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-9-2"
class="td11">
- <!--l. 847--><p class="noindent" >section </td>
+ <!--l. 849--><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"
class="td11"> <span
class="ec-lmtt-10">\subsectionname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-10-2"
class="td11">
- <!--l. 848--><p class="noindent" >subsection </td>
+ <!--l. 850--><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"
class="td11"> <span
class="ec-lmtt-10">\subsubsectionname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-11-2"
class="td11">
- <!--l. 849--><p class="noindent" >subsubsection </td>
+ <!--l. 851--><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"
class="td11"> <span
class="ec-lmtt-10">\paragraphname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-12-2"
class="td11">
- <!--l. 850--><p class="noindent" >paragraph </td>
+ <!--l. 852--><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"
class="td11"> <span
class="ec-lmtt-10">\Hfootnotename </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-13-2"
class="td11">
- <!--l. 851--><p class="noindent" >footnote </td>
+ <!--l. 853--><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"
class="td11"> <span
class="ec-lmtt-10">\AMSname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-14-2"
class="td11">
- <!--l. 852--><p class="noindent" >Equation </td>
+ <!--l. 854--><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"
class="td11"> <span
class="ec-lmtt-10">\theoremname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-15-2"
class="td11">
- <!--l. 853--><p class="noindent" >Theorem </td>
+ <!--l. 855--><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"
class="td11"> <span
class="ec-lmtt-10">\page </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-16-2"
class="td11">
- <!--l. 854--><p class="noindent" >page </td>
+ <!--l. 856--><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"
class="td11"> </td>
@@ -3231,7 +3235,7 @@ class="td11"> </td>
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-24-21-2"
class="td11"></td></tr>
</table></div>
-<!--l. 857--><p class="indent" > Example for a redefinition if <span
+<!--l. 859--><p class="indent" > Example for a redefinition if <span
class="ec-lmss-10">babel </span>is used:
<div class="quote">
@@ -3242,8 +3246,8 @@ class="ec-lmss-10">babel </span>is used:
&#x00A0;<br />&#x00A0;&#x00A0;\def\subsectionautorefname{Unterkapitel}%
&#x00A0;<br />}
</div>
- <!--l. 864--><p class="nopar" ></div>
-<!--l. 867--><p class="indent" > Hint: <span class="obeylines-h"><span class="verb"><span
+ <!--l. 866--><p class="nopar" ></div>
+<!--l. 869--><p class="indent" > Hint: <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-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-lmtt-10">\autoref</span></span></span>
chooses the wrong name, if the counter is used for different things. For example, it happens with
@@ -3283,8 +3287,8 @@ lemmas:
&#x00A0;<br />
&#x00A0;<br />\end{document}
</div>
- <!--l. 902--><p class="nopar" ></div>
-<!--l. 905--><p class="noindent" >
+ <!--l. 904--><p class="nopar" ></div>
+<!--l. 907--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-25" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-25-1g"><col
@@ -3296,14 +3300,14 @@ class="ec-lmtt-10">{</span></span></span><span
class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 909--><p class="noindent" >It replaces <span class="obeylines-h"><span class="verb"><span
+<!--l. 911--><p class="noindent" >It replaces <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\pageref</span></span></span> and adds the name for page in front of the page reference. First <span
class="ec-lmtt-10">\pageautorefname</span>
is checked before <span
class="ec-lmtt-10">\pagename</span>.
-<!--l. 914--><p class="indent" > For instances where you want a reference to use the correct counter, but not to create a link, there
+<!--l. 916--><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. 917--><p class="noindent" >
+<!--l. 919--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-26" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-26-1g"><col
@@ -3314,7 +3318,7 @@ class="ec-lmtt-10">\ref*</span><span class="obeylines-h"><span class="verb"><spa
class="ec-lmtt-10">{</span></span></span><span
class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td></tr></table> </div></span>
-<!--l. 921--><p class="noindent" >
+<!--l. 923--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-27" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-27-1g"><col
@@ -3326,7 +3330,7 @@ class="ec-lmtt-10">{</span></span></span><span
class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 925--><p class="noindent" >
+<!--l. 927--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-28" class="tabular"
@@ -3339,7 +3343,7 @@ class="ec-lmtt-10">\autoref*</span><span class="obeylines-h"><span class="verb">
class="ec-lmtt-10">{</span></span></span><span
class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td></tr></table> </div></span>
-<!--l. 929--><p class="noindent" >
+<!--l. 931--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-29" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-29-1g"><col
@@ -3351,18 +3355,18 @@ class="ec-lmtt-10">{</span></span></span><span
class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 933--><p class="indent" > A typical use would be to write
+<!--l. 935--><p class="indent" > A typical use would be to write
<div class="verbatim" id="verbatim-11">
\hyperref[other]{that&#x00A0;nice&#x00A0;section&#x00A0;(\ref*{other})&#x00A0;we&#x00A0;read&#x00A0;before}
</div>
-<!--l. 936--><p class="nopar" >
-<!--l. 938--><p class="indent" > We want <span class="obeylines-h"><span class="verb"><span
+<!--l. 938--><p class="nopar" >
+<!--l. 940--><p class="indent" > We want <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-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-lmtt-10">\hyperref</span>.
-<!--l. 941--><p class="noindent" >
+<!--l. 943--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-30" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-30-1g"><col
@@ -3380,7 +3384,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-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 945--><p class="indent" > <span
+<!--l. 947--><p class="indent" > <span
class="ec-lmtt-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:
@@ -3424,24 +3428,24 @@ class="ec-lmtt-10">\textbf</span></span></span>, etc.
<li class="itemize">Support for <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\xspace</span></span></span> provided by the <span
class="ec-lmss-10">xspace </span>package</li></ul>
-<!--l. 961--><p class="indent" > In addition, parentheses are protected to avoid the danger of unsafe unbalanced parentheses in
+<!--l. 963--><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&#8217;s Euro<span class="TEX">T<span
class="E">E</span>X</span>&#x00A0;paper distributed with
<span
class="ec-lmss-10">hyperref</span>.
-<!--l. 965--><p class="noindent" >
+<!--l. 967--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">4.1 </span> <a
id="x1-130004.1"></a>Bookmark macros</h4>
-<!--l. 967--><p class="noindent" >
+<!--l. 969--><p class="noindent" >
<h5 class="subsubsectionHead"><span class="titlemark">4.1.1 </span> <a
id="x1-140004.1.1"></a>Setting bookmarks</h5>
-<!--l. 969--><p class="noindent" >Usually <span
+<!--l. 971--><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-lmtt-10">\section</span></span></span> and similar macros. But they can also set
manually.
-<!--l. 972--><p class="noindent" >
+<!--l. 974--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-31" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-31-1g"><col
@@ -3456,11 +3460,11 @@ class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 975--><p class="indent" > creates a bookmark with the specified text and at the given level (defaul is 0). As name for the
+<!--l. 977--><p class="indent" > creates a bookmark with the specified text and at the given level (defaul 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-lmtt-10">\label</span></span></span>).
-<!--l. 979--><p class="noindent" >
+<!--l. 981--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-32" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-32-1g"><col
@@ -3474,8 +3478,8 @@ class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 982--><p class="indent" > creates a bookmark at the current level.
-<!--l. 984--><p class="noindent" >
+<!--l. 984--><p class="indent" > creates a bookmark at the current level.
+<!--l. 986--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-33" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-33-1g"><col
@@ -3489,25 +3493,25 @@ class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 987--><p class="indent" > creates a bookmark one step down in the bookmark hierarchy. Internally the current level is increased
+<!--l. 989--><p class="indent" > creates a bookmark one step down in the bookmark hierarchy. Internally the current level is increased
by one.
-<!--l. 990--><p class="noindent" >
+<!--l. 992--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-34" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-34-1g"><col
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-lmtt-10">\subpdfbookmark</span><span class="obeylines-h"><span class="verb"><span
+class="ec-lmtt-10">\belowpdfbookmark</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">{</span></span></span><span
class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 993--><p class="indent" > creates a bookmark below the current bookmark level. However after the command the current
+<!--l. 995--><p class="indent" > creates a bookmark below the current bookmark level. However after the command the current
bookmark level has not changed.
-<!--l. 996--><p class="noindent" ><span
+<!--l. 998--><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>&#8217;s bookmark organization by a new algorithm:
@@ -3518,16 +3522,16 @@ class="E">E</span>X</span></span>&#x00A0;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, &#x2026;).</li></ul>
-<!--l. 1004--><p class="noindent" >Therefore I recommend using this package.
-<!--l. 1006--><p class="noindent" >
+<!--l. 1006--><p class="noindent" >Therefore I recommend using this package.
+<!--l. 1008--><p class="noindent" >
<h5 class="subsubsectionHead"><span class="titlemark">4.1.2 </span> <a
id="x1-150004.1.2"></a>Replacement macros</h5>
-<!--l. 1008--><p class="noindent" ><span
+<!--l. 1010--><p class="noindent" ><span
class="ec-lmss-10">hyperref </span>takes the text for bookmarks from the arguments of commands like <span
class="ec-lmtt-10">\section</span>, which can
contain things like math, colors, or font changes, none of which will display in bookmarks as
is.
-<!--l. 1012--><p class="noindent" >
+<!--l. 1014--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-35" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-35-1g"><col
@@ -3545,7 +3549,7 @@ class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">PDFstring</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 1016--><p class="indent" > For example,
+<!--l. 1018--><p class="indent" > For example,
<div class="verbatim" id="verbatim-12">
\section{Pythagoras:
@@ -3556,8 +3560,8 @@ class="ec-lmtt-10">}</span></span></span> </td>
&#x00A0;<br />}
&#x00A0;<br />\section{\texorpdfstring{\textcolor{red}}{}{Red}&#x00A0;Mars}
</div>
-<!--l. 1025--><p class="nopar" >
-<!--l. 1027--><p class="indent" > <span
+<!--l. 1027--><p class="nopar" >
+<!--l. 1029--><p class="indent" > <span
class="ec-lmtt-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.
@@ -3569,8 +3573,8 @@ perform additional tasks or to disable additional commands.
&#x00A0;<br />&#x00A0;&#x00A0;\renewcommand{\mycommand}[1]{}%
&#x00A0;<br />}
</div>
-<!--l. 1037--><p class="nopar" >
-<!--l. 1039--><p class="indent" > However, for disabling commands, an easier way is via <span
+<!--l. 1039--><p class="nopar" >
+<!--l. 1041--><p class="indent" > However, for disabling commands, an easier way is via <span
class="ec-lmtt-10">\pdfstringdefDisableCommands</span>, which adds
its argument to the definition of <span
class="ec-lmtt-10">\pdfstringdefPreHook </span>(&#8216;@&#8217; can here be used as letter in command
@@ -3580,15 +3584,15 @@ names):
<div class="verbatim" id="verbatim-14">
\pdfstringdefDisableCommands{%
&#x00A0;<br />&#x00A0;&#x00A0;\let~\textasciitilde
-&#x00A0;<br />&#x00A0;&#x00A0;\def\url{\pdfstringdefwarn\url}%
+&#x00A0;<br />&#x00A0;&#x00A0;\def\url{\pdfstringdefWarn\url}%
&#x00A0;<br />&#x00A0;&#x00A0;\let\textcolor\@gobble
&#x00A0;<br />}
</div>
-<!--l. 1050--><p class="nopar" >
-<!--l. 1052--><p class="noindent" >
+<!--l. 1052--><p class="nopar" >
+<!--l. 1054--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">4.2 </span> <a
id="x1-160004.2"></a>Utility macros</h4>
-<!--l. 1055--><p class="noindent" >
+<!--l. 1057--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-36" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-36-1g"><col
@@ -3600,7 +3604,7 @@ class="ec-lmtt-10">{</span></span></span><span
class="ec-lmri-10">dimen specification</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 1058--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span
+<!--l. 1060--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hypercalcbp</span></span></span> takes a <span class="TEX">T<span
class="E">E</span>X</span>&#x00A0;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
@@ -3615,9 +3619,9 @@ class="ec-lmtt-10">pdfview</span></span></span>. Example:
&#x00A0;<br />&#x00A0;&#x00A0;&#x00A0;&#x00A0;-\headheight-\headsep}
&#x00A0;<br />}
</div>
- <!--l. 1069--><p class="nopar" ></div>
-<!--l. 1071--><p class="noindent" >The origin of the PDF coordinate system is the lower left corner.
-<!--l. 1073--><p class="indent" > Note, for calculations you need either package |calc| or <span
+ <!--l. 1071--><p class="nopar" ></div>
+<!--l. 1073--><p class="noindent" >The origin of the PDF coordinate system is the lower left corner.
+<!--l. 1075--><p class="indent" > Note, for calculations you need either package |calc| or <span
class="lmmi-10">&#x03B5;</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
@@ -3626,7 +3630,7 @@ class="lmmi-10">&#x03B5;</span>-<span class="TEX">T<span
class="E">E</span>X</span>, please, look in the source
documentation <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">hyperref.dtx</span></span></span> for further limitations.
-<!--l. 1079--><p class="indent" > Also <span class="obeylines-h"><span class="verb"><span
+<!--l. 1081--><p class="indent" > Also <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hypercalcbp</span></span></span> cannot be used in option specifications of <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\documentclass</span></span></span> and <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\usepackage</span></span></span>,
@@ -3634,12 +3638,12 @@ because <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
class="E">E</span>X</span></span>&#x00A0;expands the option lists of these commands. However package <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">hyperref</span></span></span> is not yet
loaded and an undefined control sequence error would arise.
-<!--l. 1085--><p class="noindent" >
+<!--l. 1087--><p class="noindent" >
<h3 class="sectionHead"><span class="titlemark">5 </span> <a
id="x1-170005"></a>Acrobat-specific behavior</h3>
-<!--l. 1086--><p class="noindent" >If you want to access the menu options of Acrobat Reader or Exchange, the following macro is provided
+<!--l. 1088--><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. 1089--><p class="noindent" >
+<!--l. 1091--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-37" class="tabular"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-37-1g"><col
@@ -3653,14 +3657,14 @@ class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 1093--><p class="noindent" >The <span
+<!--l. 1095--><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&#8212;comparison of this with the menus in Acrobat Reader or Exchange will
show what they do. Obviously some are only appropriate to Exchange.
-<!--l. 1096--><p class="noindent" >
+<!--l. 1098--><p class="noindent" >
<a
- id="x1-17001r12"></a> <!--l. 1097--><div class="longtable"> <table id="TBL-38" class="longtable"
+ id="x1-17001r12"></a> <!--l. 1099--><div class="longtable"> <table id="TBL-38" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-38-1g"><col
id="TBL-38-1"><col
@@ -3669,40 +3673,40 @@ id="TBL-38-2"></colgroup>
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"
class="td11">
- <!--l. 1097--><p class="noindent" >Open, Close, Scan, Save, SaveAs, Optimizer:SaveAsOpt,
+ <!--l. 1099--><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"
class="td11"> File<span
class="lmsy-10">&#x2192;</span>Import </td><td style="white-space:wrap; text-align:left;" id="TBL-38-2-2"
class="td11">
- <!--l. 1098--><p class="noindent" >ImportImage, ImportNotes, AcroForm:ImportFDF </td>
+ <!--l. 1100--><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"
class="td11"> File<span
class="lmsy-10">&#x2192;</span>Export </td><td style="white-space:wrap; text-align:left;" id="TBL-38-3-2"
class="td11">
- <!--l. 1099--><p class="noindent" >ExportNotes, AcroForm:ExportFDF </td>
+ <!--l. 1101--><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"
class="td11"> File<span
class="lmsy-10">&#x2192;</span>DocumentInfo </td><td style="white-space:wrap; text-align:left;" id="TBL-38-4-2"
class="td11">
- <!--l. 1100--><p class="noindent" >GeneralInfo, OpenInfo, FontsInfo, SecurityInfo,
+ <!--l. 1102--><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"
class="td11"> File<span
class="lmsy-10">&#x2192;</span>Preferences </td><td style="white-space:wrap; text-align:left;" id="TBL-38-5-2"
class="td11">
- <!--l. 1101--><p class="noindent" >GeneralPrefs, NotePrefs, FullScreenPrefs, Weblink:Prefs,
+ <!--l. 1103--><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"
class="td11">
- <!--l. 1103--><p class="noindent" >Undo, Cut, Copy, Paste, Clear, SelectAll, Ole:CopyFile,
+ <!--l. 1105--><p class="noindent" >Undo, Cut, Copy, Paste, Clear, SelectAll, Ole:CopyFile,
TouchUp:TextAttributes,
TouchUp:FitTextToSelection, TouchUp:ShowLineMarkers,
TouchUp:ShowCaptureSuspects, TouchUp:FindSuspect, </td>
@@ -3712,18 +3716,18 @@ class="td11">
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"
class="td11">
- <!--l. 1106--><p class="noindent" >Properties </td>
+ <!--l. 1108--><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"
class="td11"> Edit<span
class="lmsy-10">&#x2192;</span>Fields </td><td style="white-space:wrap; text-align:left;" id="TBL-38-8-2"
class="td11">
- <!--l. 1107--><p class="noindent" >AcroForm:Duplicate, AcroForm:TabOrder </td>
+ <!--l. 1109--><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"
class="td11">
- <!--l. 1108--><p class="noindent" >Cpt:CapturePages,
+ <!--l. 1110--><p class="noindent" >Cpt:CapturePages,
AcroForm:Actions, CropPages, RotatePages, InsertPages,
ExtractPages, ReplacePages, DeletePages, NewBookmark,
SetBookmarkDest, CreateAllThumbs, DeleteAllThumbs </td>
@@ -3731,7 +3735,7 @@ class="td11">
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"
class="td11">
- <!--l. 1111--><p class="noindent" >ActualSize, FitVisible, FitWidth, FitPage, ZoomTo,
+ <!--l. 1113--><p class="noindent" >ActualSize, FitVisible, FitWidth, FitPage, ZoomTo,
FullScreen, FirstPage, PrevPage, NextPage, LastPage,
GoToPage, GoBack, GoForward, SinglePage, OneColumn,
TwoColumns, ArticleThreads, PageOnly, ShowBookmarks,
@@ -3740,7 +3744,7 @@ class="td11">
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"
class="td11">
- <!--l. 1114--><p class="noindent" >Hand, ZoomIn, ZoomOut, SelectText, SelectGraphics,
+ <!--l. 1116--><p class="noindent" >Hand, ZoomIn, ZoomOut, SelectText, SelectGraphics,
Note, Link, Thread, AcroForm:Tool,
Acro_Movie:MoviePlayer, TouchUp:TextTool, Find,
FindAgain, FindNextNote, CreateNotesFile </td>
@@ -3749,28 +3753,28 @@ class="td11">
class="td11"> Tools<span
class="lmsy-10">&#x2192;</span>Search </td><td style="white-space:wrap; text-align:left;" id="TBL-38-12-2"
class="td11">
- <!--l. 1117--><p class="noindent" >AcroSrch:Query, AcroSrch:Indexes, AcroSrch:Results,
+ <!--l. 1119--><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"
class="td11">
- <!--l. 1119--><p class="noindent" >ShowHideToolBar, ShowHideMenuBar,
+ <!--l. 1121--><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"
class="td11">
- <!--l. 1121--><p class="noindent" >HelpUserGuide, HelpTutorial, HelpExchange, HelpScan,
+ <!--l. 1123--><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"
class="td11">
- <!--l. 1123--><p class="noindent" >About </td>
+ <!--l. 1125--><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"
class="td11"> </td>
@@ -3785,13 +3789,13 @@ class="td11"> </td>
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-38-19-2"
class="td11"></td></tr>
</table></div>
-<!--l. 1126--><p class="noindent" >
+<!--l. 1128--><p class="noindent" >
<h3 class="sectionHead"><span class="titlemark">6 </span> <a
id="x1-180006"></a>PDF and HTML forms</h3>
-<!--l. 1127--><p class="noindent" >You must put your fields inside a <span
+<!--l. 1129--><p class="noindent" >You must put your fields inside a <span
class="ec-lmtt-10">Form </span>environment (only one per file).
-<!--l. 1129--><p class="indent" > There are six macros to prepare fields:
-<!--l. 1131--><p class="noindent" >
+<!--l. 1131--><p class="indent" > There are six macros to prepare fields:
+<!--l. 1133--><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
@@ -3805,7 +3809,7 @@ class="ec-lmtt-10">]{</span></span></span><span
class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 1135--><p class="noindent" >
+<!--l. 1137--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-40" class="tabular"
@@ -3821,7 +3825,7 @@ class="ec-lmtt-10">]{</span></span></span><span
class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 1139--><p class="noindent" >
+<!--l. 1141--><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
@@ -3837,7 +3841,7 @@ class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">choices</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 1143--><p class="noindent" >
+<!--l. 1145--><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
@@ -3851,7 +3855,7 @@ class="ec-lmtt-10">]{</span></span></span><span
class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 1147--><p class="noindent" >
+<!--l. 1149--><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
@@ -3865,7 +3869,7 @@ class="ec-lmtt-10">]{</span></span></span><span
class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 1151--><p class="noindent" >
+<!--l. 1153--><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
@@ -3879,8 +3883,8 @@ class="ec-lmtt-10">]{</span></span></span><span
class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 1155--><p class="indent" > The way forms and their labels are laid out is determined by:
-<!--l. 1156--><p class="noindent" >
+<!--l. 1157--><p class="indent" > The way forms and their labels are laid out is determined by:
+<!--l. 1158--><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
@@ -3894,7 +3898,7 @@ class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">field</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 1160--><p class="noindent" >
+<!--l. 1162--><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
@@ -3908,7 +3912,7 @@ class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">field</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 1164--><p class="noindent" >
+<!--l. 1166--><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
@@ -3922,9 +3926,9 @@ class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">field</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 1168--><p class="indent" > These macros default to #1 #2
-<!--l. 1170--><p class="indent" > What is actually shown in as the field is determined by:
-<!--l. 1171--><p class="noindent" >
+<!--l. 1170--><p class="indent" > These macros default to #1 #2
+<!--l. 1172--><p class="indent" > What is actually shown in as the field is determined by:
+<!--l. 1173--><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
@@ -3938,7 +3942,7 @@ class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 1175--><p class="noindent" >
+<!--l. 1177--><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
@@ -3952,7 +3956,7 @@ class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 1178--><p class="noindent" >
+<!--l. 1180--><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
@@ -3966,7 +3970,7 @@ class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 1181--><p class="noindent" >
+<!--l. 1183--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-51" class="tabular"
@@ -3982,7 +3986,7 @@ class="ec-lmtt-10">}{</span></span></span><span
class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td>
</tr></table> </div></span>
-<!--l. 1185--><p class="noindent" >
+<!--l. 1187--><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
@@ -3993,7 +3997,7 @@ class="ec-lmtt-10">\MakeButtonField</span><span class="obeylines-h"><span class=
class="ec-lmtt-10">{</span></span></span><span
class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">}</span></span></span> </td></tr></table> </div></span>
-<!--l. 1189--><p class="indent" > These macros default to <span class="obeylines-h"><span class="verb"><span
+<!--l. 1191--><p class="indent" > These macros default to <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\vbox</span><span
class="ec-lmtt-10">&#x00A0;to</span><span
class="ec-lmtt-10">&#x00A0;#2{\hbox</span><span
@@ -4002,7 +4006,7 @@ class="ec-lmtt-10">&#x00A0;#1{\hfill}\vfill}</span></span></span>, except the la
to #1; it is used for buttons, and the special <span
class="ec-lmtt-10">\Submit </span>and <span
class="ec-lmtt-10">\Reset </span>macros.
-<!--l. 1193--><p class="indent" > You may also want to redefine the following macros:
+<!--l. 1195--><p class="indent" > You may also want to redefine the following macros:
<div class="verbatim" id="verbatim-16">
@@ -4018,13 +4022,13 @@ class="ec-lmtt-10">\Reset </span>macros.
&#x00A0;<br />\def\DefaultHeightofTextMultiline{4\baselineskip}
&#x00A0;<br />\def\DefaultWidthofText{3cm}
</div>
-<!--l. 1206--><p class="nopar" >
-<!--l. 1208--><p class="noindent" >
+<!--l. 1208--><p class="nopar" >
+<!--l. 1210--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">6.1 </span> <a
id="x1-190006.1"></a>Forms environment parameters</h4>
-<!--l. 1210--><p class="noindent" >
+<!--l. 1212--><p class="noindent" >
<a
- id="x1-19001r13"></a> <!--l. 1211--><div class="longtable"> <table id="TBL-53" class="longtable"
+ id="x1-19001r13"></a> <!--l. 1213--><div class="longtable"> <table id="TBL-53" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-53-1g"><col
id="TBL-53-1"><col
@@ -4037,7 +4041,7 @@ class="ec-lmtt-10">action </span></td><td style="white-space:nowrap; text-ali
class="td11"> <span
class="ec-lmri-10">URL </span></td><td style="white-space:wrap; text-align:left;" id="TBL-53-1-3"
class="td11">
- <!--l. 1211--><p class="noindent" >The URL that will receive the form data if a <span
+ <!--l. 1213--><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
@@ -4047,7 +4051,7 @@ class="ec-lmtt-10">encoding </span></td><td style="white-space:nowrap; text-ali
class="td11"> <span
class="ec-lmri-10">name </span></td><td style="white-space:wrap; text-align:left;" id="TBL-53-2-3"
class="td11">
- <!--l. 1212--><p class="noindent" >The encoding for the string set to the URL; FDF-encoding
+ <!--l. 1214--><p class="noindent" >The encoding for the string set to the URL; FDF-encoding
is usual, and <span
class="ec-lmtt-10">html </span>is the only valid value </td>
</tr><tr
@@ -4057,7 +4061,7 @@ class="ec-lmtt-10">method </span></td><td style="white-space:nowrap; text-ali
class="td11"> <span
class="ec-lmri-10">name </span></td><td style="white-space:wrap; text-align:left;" id="TBL-53-3-3"
class="td11">
- <!--l. 1214--><p class="noindent" >Used only when generating HTML; values can be <span
+ <!--l. 1216--><p class="noindent" >Used only when generating HTML; values can be <span
class="ec-lmtt-10">post </span>or
<span
class="ec-lmtt-10">get</span> </td>
@@ -4079,16 +4083,16 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" id
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-53-8-3"
class="td11"></td></tr>
</table></div>
-<!--l. 1217--><p class="noindent" >
+<!--l. 1219--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">6.2 </span> <a
id="x1-200006.2"></a>Forms optional parameters</h4>
-<!--l. 1218--><p class="noindent" >Note that all colors must be expressed as RGB triples, in the range 0..1 (i.e.&#x00A0;<span
+<!--l. 1220--><p class="noindent" >Note that all colors must be expressed as RGB triples, in the range 0..1 (i.e.&#x00A0;<span
class="ec-lmtt-10">color=0 0</span>
<span
class="ec-lmtt-10">0.5</span>)
-<!--l. 1221--><p class="noindent" >
+<!--l. 1223--><p class="noindent" >
<a
- id="x1-20001r14"></a> <!--l. 1222--><div class="longtable"> <table id="TBL-54" class="longtable"
+ id="x1-20001r14"></a> <!--l. 1224--><div class="longtable"> <table id="TBL-54" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-54-1g"><col
id="TBL-54-1"><col
@@ -4445,27 +4449,27 @@ class="td11"> </td>
style="vertical-align:baseline;" id="TBL-54-51-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-51-1"
class="td11"> </td></tr>
</table></div>
-<!--l. 1270--><p class="noindent" >
+<!--l. 1272--><p class="noindent" >
<h3 class="sectionHead"><span class="titlemark">7 </span> <a
id="x1-210007"></a>Defining a new driver</h3>
-<!--l. 1271--><p class="noindent" >A hyperref driver has to provide definitions for eight macros:
-<!--l. 1274--><p class="noindent" >1. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1273--><p class="noindent" >A hyperref driver has to provide definitions for eight macros:
+<!--l. 1276--><p class="noindent" >1. <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hyper@anchor</span></span></span>
-<!--l. 1276--><p class="noindent" >2. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1278--><p class="noindent" >2. <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hyper@link</span></span></span>
-<!--l. 1278--><p class="noindent" >3. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1280--><p class="noindent" >3. <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hyper@linkfile</span></span></span>
-<!--l. 1280--><p class="noindent" >4. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1282--><p class="noindent" >4. <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hyper@linkurl</span></span></span>
-<!--l. 1282--><p class="noindent" >5. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1284--><p class="noindent" >5. <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hyper@anchorstart</span></span></span>
-<!--l. 1284--><p class="noindent" >6. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1286--><p class="noindent" >6. <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hyper@anchorend</span></span></span>
-<!--l. 1286--><p class="noindent" >7. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1288--><p class="noindent" >7. <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hyper@linkstart</span></span></span>
-<!--l. 1288--><p class="noindent" >8. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1290--><p class="noindent" >8. <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hyper@linkend</span></span></span>
-<!--l. 1291--><p class="indent" > The draft option defines the macros as follows
+<!--l. 1293--><p class="indent" > The draft option defines the macros as follows
<div class="verbatim" id="verbatim-17">
@@ -4478,11 +4482,11 @@ class="ec-lmtt-10">\hyper@linkend</span></span></span>
&#x00A0;<br />\let\hyper@linkstart\@gobbletwo
&#x00A0;<br />\let\hyper@linkend\@empty
</div>
-<!--l. 1301--><p class="nopar" >
-<!--l. 1303--><p class="noindent" >
+<!--l. 1303--><p class="nopar" >
+<!--l. 1305--><p class="noindent" >
<h3 class="sectionHead"><span class="titlemark">8 </span> <a
id="x1-220008"></a>Special support for other packages</h3>
-<!--l. 1305--><p class="noindent" ><span
+<!--l. 1307--><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
<ul class="itemize1">
@@ -4505,7 +4509,7 @@ class="ec-lmtt-10">implicit=false </span>for these
packages to work.
</li>
<li class="itemize">Packages that do anything serious with the index.</li></ul>
-<!--l. 1325--><p class="indent" > The <span
+<!--l. 1327--><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
@@ -4513,10 +4517,10 @@ class="ec-lmss-10">minitoc</span>, which support crossdocument links using <span
class="E">E</span>X</span></span>&#8217;s normal
<span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\label/\ref</span></span></span> mechanisms and per-chapter tables of contents, respectively.
-<!--l. 1331--><p class="noindent" >
+<!--l. 1333--><p class="noindent" >
<h3 class="sectionHead"><span class="titlemark">9 </span> <a
id="x1-230009"></a>History and acknowledgments</h3>
-<!--l. 1333--><p class="noindent" >The original authors of <span
+<!--l. 1335--><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
@@ -4535,7 +4539,7 @@ Various other people are mentioned at the point in the source where I had to cha
versions because of problems they found.
-<!--l. 1347--><p class="indent" > Tanmoy found a great many of the bugs, and (even better) often provided fixes, which has made the
+<!--l. 1349--><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>&#x00A0;are entirely due to him! The investigations of Bill
Moss (<span
@@ -4543,7 +4547,7 @@ class="ec-lmtt-10">bmoss@math.clemson.edu</span>) into the later versions includ
many bugs, and his testing is appreciated. Hans Hagen (<span
class="ec-lmtt-10">pragma@pi.net</span>) provided a lot of insight into
PDF.
-<!--l. 1355--><p class="indent" > Berthold Horn provided help, encouragement and sponsorship for the <span
+<!--l. 1357--><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
@@ -4557,14 +4561,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. 1364--><p class="indent" > The forms creation section owes a great deal to: T.&#x00A0;V.&#x00A0;Raman, for encouragement, support and
+<!--l. 1366--><p class="indent" > The forms creation section owes a great deal to: T.&#x00A0;V.&#x00A0;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.&#x00A0;P.&#x00A0;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. 1370--><p class="indent" > Steve Dandy recreated the manual source in July 2003 after it had been lost.
-<!--l. 1373--><p class="indent" > Especial extra thanks to David Carlisle for the <span
+<!--l. 1372--><p class="indent" > Steve Dandy recreated the manual source in July 2003 after it had been lost.
+<!--l. 1375--><p class="indent" > Especial extra thanks to David Carlisle for the <span
class="ec-lmss-10">backref </span>module, the ps2pdf and dviwindo support,
frequent general rewrites of my bad code, and for working on changes to the <span
class="ec-lmss-10">xr </span>package to suit
diff --git a/Master/texmf-dist/doc/latex/hyperref/manual.pdf b/Master/texmf-dist/doc/latex/hyperref/manual.pdf
index ce7c831130e..e2e6c9ae86c 100644
--- a/Master/texmf-dist/doc/latex/hyperref/manual.pdf
+++ b/Master/texmf-dist/doc/latex/hyperref/manual.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/hyperref/manual2.html b/Master/texmf-dist/doc/latex/hyperref/manual2.html
index 2243b9f8d2b..28eb21753fa 100644
--- a/Master/texmf-dist/doc/latex/hyperref/manual2.html
+++ b/Master/texmf-dist/doc/latex/hyperref/manual2.html
@@ -7,7 +7,7 @@
<meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)">
<!-- html -->
<meta name="src" content="manual.tex">
-<meta name="date" content="2009-09-10 18:24:00">
+<meta name="date" content="2009-10-02 23:45:00">
<link rel="stylesheet" type="text/css" href="manual.css">
</head><body
>
diff --git a/Master/texmf-dist/doc/latex/hyperref/manual3.html b/Master/texmf-dist/doc/latex/hyperref/manual3.html
index db4c3add5fe..24926dadaf9 100644
--- a/Master/texmf-dist/doc/latex/hyperref/manual3.html
+++ b/Master/texmf-dist/doc/latex/hyperref/manual3.html
@@ -7,7 +7,7 @@
<meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)">
<!-- html -->
<meta name="src" content="manual.tex">
-<meta name="date" content="2009-09-10 18:24:00">
+<meta name="date" content="2009-10-02 23:45:00">
<link rel="stylesheet" type="text/css" href="manual.css">
</head><body
>
diff --git a/Master/texmf-dist/doc/latex/hyperref/nameref.pdf b/Master/texmf-dist/doc/latex/hyperref/nameref.pdf
index 1f548d79b88..4f4f5ac1976 100644
--- a/Master/texmf-dist/doc/latex/hyperref/nameref.pdf
+++ b/Master/texmf-dist/doc/latex/hyperref/nameref.pdf
@@ -10,7 +10,7 @@ endobj
endobj
5 0 obj<</S/GoTo/D[12 0 R/FitBH 752.95145]>>
endobj
-6 0 obj<</PTEX.Fullbanner(This is pdfTeX, Version 3.1415926-1.40.9-2.2 (Web2C 7.5.7) kpathsea version 3.5.7)/Trapped/False/Subject(Cross-referencing by name of section)/ModDate(D:20090923032504+02'00')/Author(Sebastian Rahtz)/Producer(pdfTeX-1.40.9)/Title(Section name references in LaTeX)/Creator(LaTeX with hyperref package)/CreationDate(D:20090923032504+02'00')>>
+6 0 obj<</PTEX.Fullbanner(This is pdfTeX, Version 3.1415926-1.40.9-2.2 (Web2C 7.5.7) kpathsea version 3.5.7)/Trapped/False/Subject(Cross-referencing by name of section)/ModDate(D:20091002234705+02'00')/Author(Sebastian Rahtz)/Producer(pdfTeX-1.40.9)/Title(Section name references in LaTeX)/Creator(LaTeX with hyperref package)/CreationDate(D:20091002234705+02'00')>>
endobj
7 0 obj<</Type/Pages/Kids[12 0 R 13 0 R 14 0 R 15 0 R 16 0 R 17 0 R]/Parent 2 0 R/Count 6>>
endobj
@@ -4045,7 +4045,7 @@ xref
0000230439 00000 n
0000230478 00000 n
trailer
-<</Size 1182/Root 1 0 R/Compress<</LengthO 270328/SpecO/1.4>>/Info 6 0 R/ID[(éû»i“ôæ«ê9›)(}UÉgÿ€]9šI/ypO,‰)]>>
+<</Size 1182/Root 1 0 R/Compress<</LengthO 270328/SpecO/1.4>>/Info 6 0 R/ID[(Šc0"DÞ;ØŒ'‰0Q8l)(!iÏ«œ\\h—¶”È`„š)]>>
startxref
230517
%%EOF
diff --git a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
index 38ac35a0057..7a6d42e1580 100644
--- a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
+++ b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
@@ -11,7 +11,7 @@
%
% Manual updates:
% * Steve Peter and Karl Berry, 7/03.
-% * Heiko Oberdiek, 2006-2008.
+% * Heiko Oberdiek, 2006-2009.
%
\RequirePackage{ifpdf}
@@ -118,7 +118,7 @@
\title{Hypertext marks in \LaTeX: a manual for \textsf{hyperref}}
\author{Sebastian Rahtz \and Heiko Oberdiek}
-\date{September 2009}
+\date{October 2009}
\begin{document}
@@ -383,7 +383,7 @@ If you use \textsf{dviwindo}, you may need to redefine the macro
Explorer might add something like this to hyperref.cfg:
\begin{verbatim}
-\renewcommand{wwwbrowser}{C:\string\Program\space
+\renewcommand{\wwwbrowser}{C:\string\Program\space
Files\string\Plus!\string\Microsoft\space
Internet\string\iexplore.exe}
\end{verbatim}
@@ -525,7 +525,9 @@ pdfprintclip & text & empty & set /PrintClip of viewer preferences \\
pdfprintpagerange & n n (n n)*
& empty & set /PrintPageRange of viewer
preferences\\
-pdfprintscaling & text & empty & page scaling option for print dialog;
+pdfprintscaling & text & empty & page scaling option for print dialog
+ (option /PrintScaling of viewer
+ preferences, PDF 1.6);
valid values are \texttt{None} and
\texttt{AppDefault} \\
pdftoolbar & boolean & true & make PDF toolbar visible \\
@@ -988,7 +990,7 @@ creates a bookmark one step down in the bookmark hierarchy.
Internally the current level is increased by one.
\begin{cmdsyntax}
-\ci{subpdfbookmark}\verb|{|\emph{text}\verb|}{|\emph{name}\verb|}|
+\ci{belowpdfbookmark}\verb|{|\emph{text}\verb|}{|\emph{name}\verb|}|
\end{cmdsyntax}
creates a bookmark below the current bookmark level. However after the
command the current bookmark level has not changed.
@@ -1044,7 +1046,7 @@ command names):
\begin{verbatim}
\pdfstringdefDisableCommands{%
\let~\textasciitilde
- \def\url{\pdfstringdefwarn\url}%
+ \def\url{\pdfstringdefWarn\url}%
\let\textcolor\@gobble
}
\end{verbatim}
diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
index 93dd23b856d..0511c525e35 100644
--- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
+++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
@@ -38,7 +38,7 @@
%<puenc>\ProvidesFile{puenc.def}
%<puvnenc>\ProvidesFile{puvnenc.def}
%<puarenc>\ProvidesFile{puarenc.def}
-%<!none> [2009/09/23 v6.78v
+%<!none> [2009/10/02 v6.78w
%<package> Hypertext links for LaTeX]
%<nohyperref> Dummy hyperref (SR)]
%<driver> Hyperref documentation driver file]
@@ -114,7 +114,7 @@
\end{document}
%</driver>
% \fi
-% \CheckSum{24602}
+% \CheckSum{24604}
%
% \MakeShortVerb{|}
% \StopEventually{}
@@ -9717,6 +9717,7 @@
\Hy@nextfalse
\@ifpackageloaded{multind}{\Hy@nexttrue}{}%
\@ifpackageloaded{index}{\Hy@nexttrue}{}%
+ \@ifpackageloaded{amsmidx}{\Hy@nexttrue}{}%
\begingroup
\lccode`\|=\expandafter`\HyInd@EncapChar\relax
\lowercase{\endgroup
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
index 4e0f9678836..b08cf8792a4 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
@@ -24,7 +24,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdvipdfm.def}
- [2009/09/23 v6.78v
+ [2009/10/02 v6.78w
Hyperref driver for dvipdfm]
\def\Hy@PutCatalog#1{\@pdfm@mark{docview << #1 >>}}
\ifHy@pagelabels
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvips.def b/Master/texmf-dist/tex/latex/hyperref/hdvips.def
index df40c816686..0bd1ef6abad 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hdvips.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hdvips.def
@@ -24,7 +24,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdvips.def}
- [2009/09/23 v6.78v
+ [2009/10/02 v6.78w
Hyperref driver for dvips]
\providecommand*{\XR@ext}{pdf}
\def\Hy@raisedlink{}
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipson.def b/Master/texmf-dist/tex/latex/hyperref/hdvipson.def
index 366376c967e..fbbcbe81685 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hdvipson.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hdvipson.def
@@ -24,7 +24,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdvipson.def}
- [2009/09/23 v6.78v
+ [2009/10/02 v6.78w
Hyperref driver for dvipsone]
\providecommand*{\XR@ext}{pdf}
\def\Hy@raisedlink{}
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdviwind.def b/Master/texmf-dist/tex/latex/hyperref/hdviwind.def
index 299c44c5964..ff2d6439444 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hdviwind.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hdviwind.def
@@ -24,7 +24,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdviwind.def}
- [2009/09/23 v6.78v
+ [2009/10/02 v6.78w
Hyperref driver for dviwindo]
\begingroup
\toks@\expandafter{\Hy@FirstPageHook}%
diff --git a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def
index 0061de97281..10a5b62b8ef 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def
@@ -24,7 +24,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hpdftex.def}
- [2009/09/23 v6.78v
+ [2009/10/02 v6.78w
Hyperref driver for pdfTeX]
\let\Hy@PutCatalog\pdfcatalog
\ifHy@pagelabels
diff --git a/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg b/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg
index 355f17b6945..302a6acd76c 100644
--- a/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg
+++ b/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg
@@ -24,7 +24,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{htex4ht.cfg}
- [2009/09/23 v6.78v
+ [2009/10/02 v6.78w
Hyperref configuration file for TeX4ht]
\IfFileExists{\jobname.cfg}{\endinput}{}
\Preamble{html}
diff --git a/Master/texmf-dist/tex/latex/hyperref/htex4ht.def b/Master/texmf-dist/tex/latex/hyperref/htex4ht.def
index 9a143191950..ab5782b519b 100644
--- a/Master/texmf-dist/tex/latex/hyperref/htex4ht.def
+++ b/Master/texmf-dist/tex/latex/hyperref/htex4ht.def
@@ -24,7 +24,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{htex4ht.def}
- [2009/09/23 v6.78v
+ [2009/10/02 v6.78w
Hyperref driver for TeX4ht]
\providecommand*{\XR@ext}{html}
\def\Hy@raisedlink{}
diff --git a/Master/texmf-dist/tex/latex/hyperref/htexture.def b/Master/texmf-dist/tex/latex/hyperref/htexture.def
index df417abb99d..4da6ac27491 100644
--- a/Master/texmf-dist/tex/latex/hyperref/htexture.def
+++ b/Master/texmf-dist/tex/latex/hyperref/htexture.def
@@ -24,7 +24,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{htexture.def}
- [2009/09/23 v6.78v
+ [2009/10/02 v6.78w
Hyperref driver for Textures]
\providecommand*{\XR@ext}{pdf}
\begingroup
diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtex.def b/Master/texmf-dist/tex/latex/hyperref/hvtex.def
index 88e5bf8b26c..8681a2287fb 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hvtex.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hvtex.def
@@ -24,7 +24,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hvtex.def}
- [2009/09/23 v6.78v
+ [2009/10/02 v6.78w
Hyperref driver for VTeX in PDF/PS mode]
\providecommand*{\XR@ext}{pdf}
\edef\Hy@VTeXversion{%
diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def
index cd27b65271c..5d1adc4fe2d 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def
@@ -24,7 +24,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hvtexhtml.def}
- [2009/09/23 v6.78v
+ [2009/10/02 v6.78w
Hyperref driver for VTeX in HTML mode]
\providecommand*{\XR@ext}{htm}
\RequirePackage{vtexhtml}
diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def b/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def
index 36afab08063..2283cb45cab 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def
@@ -24,7 +24,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hvtexmrk.def}
- [2009/09/23 v6.78v
+ [2009/10/02 v6.78w
Hyperref driver for VTeX in PDF/PS mode (pdfmark specials)]
\providecommand*{\XR@ext}{pdf}
\def\Hy@raisedlink{}
diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
index 3ab7b0ba20b..617c1c9f6a4 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
+++ b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
@@ -25,7 +25,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{hyperref}
- [2009/09/23 v6.78v
+ [2009/10/02 v6.78w
Hypertext links for LaTeX]
\begingroup
\@makeother\`%
@@ -5854,6 +5854,7 @@
\Hy@nextfalse
\@ifpackageloaded{multind}{\Hy@nexttrue}{}%
\@ifpackageloaded{index}{\Hy@nexttrue}{}%
+ \@ifpackageloaded{amsmidx}{\Hy@nexttrue}{}%
\begingroup
\lccode`\|=\expandafter`\HyInd@EncapChar\relax
\lowercase{\endgroup
diff --git a/Master/texmf-dist/tex/latex/hyperref/hypertex.def b/Master/texmf-dist/tex/latex/hyperref/hypertex.def
index bb51b442b72..3eb253473c6 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hypertex.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hypertex.def
@@ -24,7 +24,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hypertex.def}
- [2009/09/23 v6.78v
+ [2009/10/02 v6.78w
Hyperref driver for HyperTeX specials]
\providecommand*{\XR@ext}{dvi}
\def\PDF@FinishDoc{}
diff --git a/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty b/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty
index 29cf6109a15..31edce75d89 100644
--- a/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty
+++ b/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty
@@ -25,7 +25,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{nohyperref}
- [2009/09/23 v6.78v
+ [2009/10/02 v6.78w
Dummy hyperref (SR)]
\let\hyper@@anchor\@gobble
\def\hyper@link#1#2#3{#3}%
diff --git a/Master/texmf-dist/tex/latex/hyperref/pd1enc.def b/Master/texmf-dist/tex/latex/hyperref/pd1enc.def
index 81a58ef470b..a5e258662f0 100644
--- a/Master/texmf-dist/tex/latex/hyperref/pd1enc.def
+++ b/Master/texmf-dist/tex/latex/hyperref/pd1enc.def
@@ -24,7 +24,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{pd1enc.def}
- [2009/09/23 v6.78v
+ [2009/10/02 v6.78w
Hyperref: PDFDocEncoding definition (HO)]
\DeclareFontEncoding{PD1}{}{}
\DeclareTextAccent{\`}{PD1}{\textasciigrave}
diff --git a/Master/texmf-dist/tex/latex/hyperref/pdfmark.def b/Master/texmf-dist/tex/latex/hyperref/pdfmark.def
index 484c427d390..91f38f225a7 100644
--- a/Master/texmf-dist/tex/latex/hyperref/pdfmark.def
+++ b/Master/texmf-dist/tex/latex/hyperref/pdfmark.def
@@ -24,7 +24,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{pdfmark.def}
- [2009/09/23 v6.78v
+ [2009/10/02 v6.78w
Hyperref definitions for pdfmark specials]
\begingroup
\toks@\expandafter{\Hy@FirstPageHook}%
diff --git a/Master/texmf-dist/tex/latex/hyperref/puarenc.def b/Master/texmf-dist/tex/latex/hyperref/puarenc.def
index 5d1594762b9..4ddc629be66 100644
--- a/Master/texmf-dist/tex/latex/hyperref/puarenc.def
+++ b/Master/texmf-dist/tex/latex/hyperref/puarenc.def
@@ -24,7 +24,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{puarenc.def}
- [2009/09/23 v6.78v
+ [2009/10/02 v6.78w
Hyperref: Additions to puenc.def for Arabi]
\DeclareTextCommand{\hamza}{PU}{\86\041}% 0621;afii57409;ARABIC LETTER HAMZA
\DeclareTextCommand{\alefmadda}{PU}{\86\042}% 0622;afii57410;ARABIC LETTER ALEF WITH MADDA ABOVE
diff --git a/Master/texmf-dist/tex/latex/hyperref/puenc.def b/Master/texmf-dist/tex/latex/hyperref/puenc.def
index 364d470bd20..fb25e13e3a6 100644
--- a/Master/texmf-dist/tex/latex/hyperref/puenc.def
+++ b/Master/texmf-dist/tex/latex/hyperref/puenc.def
@@ -24,7 +24,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{puenc.def}
- [2009/09/23 v6.78v
+ [2009/10/02 v6.78w
Hyperref: PDF Unicode definition (HO)]
\DeclareFontEncoding{PU}{}{}
\DeclareTextCommand{\`}{PU}[1]{#1\83\000}% U+0300
diff --git a/Master/texmf-dist/tex/latex/hyperref/puvnenc.def b/Master/texmf-dist/tex/latex/hyperref/puvnenc.def
index 1e5f6b7198c..8cdcd22d505 100644
--- a/Master/texmf-dist/tex/latex/hyperref/puvnenc.def
+++ b/Master/texmf-dist/tex/latex/hyperref/puvnenc.def
@@ -24,7 +24,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{puvnenc.def}
- [2009/09/23 v6.78v
+ [2009/10/02 v6.78w
Hyperref: Additions to puenc.def for VnTeX]
\DeclareTextCommand{\abreve}{PU}{\81\003}
\DeclareTextCommand{\acircumflex}{PU}{\80\342}