summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-16 00:54:43 +0000
committerKarl Berry <karl@freefriends.org>2009-12-16 00:54:43 +0000
commit266ba94198bf87cad9d0e5618c09f1ceac410c97 (patch)
treee39e34e412bbad804bacd72d6eb7e53ed59b7ee7
parent5d71e79720301a8f2d96c9e573d4ff8bbc7a2b74 (diff)
hyperref update (15dec09)
git-svn-id: svn://tug.org/texlive/trunk@16418 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/ChangeLog23
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdfbin324381 -> 325762 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/README4
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/README.pdfbin294285 -> 294417 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/backref.pdf4
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/hyperref.pdfbin3803668 -> 3811498 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/manual.html1476
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/manual.pdfbin533216 -> 547442 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/doc/latex/hyperref/options.pdfbin42323 -> 41582 bytes
-rw-r--r--Master/texmf-dist/source/latex/hyperref/doc/manual.tex12
-rw-r--r--Master/texmf-dist/source/latex/hyperref/doc/options.tex6
-rw-r--r--Master/texmf-dist/source/latex/hyperref/hyperref.dtx334
-rw-r--r--Master/texmf-dist/source/latex/hyperref/hyperref.ins1
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def19
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hdvips.def17
-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.def14
-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.def74
-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/hxetex.def1593
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hyperref.sty133
-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
36 files changed, 2664 insertions, 1082 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog b/Master/texmf-dist/doc/latex/hyperref/ChangeLog
index d21a5720238..198ecd0354e 100644
--- a/Master/texmf-dist/doc/latex/hyperref/ChangeLog
+++ b/Master/texmf-dist/doc/latex/hyperref/ChangeLog
@@ -1,3 +1,26 @@
+2009-12-15 6.79p Heiko Oberdiek
+ * 6.79p
+ * hxetex: PDFDocEncoding is not supported, only
+ option `unicode', `pdfencoding=unicode' or `pdfencoding=auto'.
+ In the latter case, PDFDocEncoding is only used, if the
+ string is an ascii string (7-bit characters).
+ No idea, how to get rid of the warning
+ "Failed to convert input string to UTF16...".
+ The strings are already in UTF16, thus an additional conversion
+ have to fail.
+ * Missing package dependency added: intcalc (Vladimir Volovich).
+
+2009-12-14 6.79o Heiko Oberdiek
+ * 6.79o
+ * Paper options `a4paper', `a5paper' are ignored.
+ Setting the page size is done by using \paperwidth
+ and \paperheight. Or in case of memoir \stockwidth and
+ \stockheight are used. Evaluation time for setting the page size
+ is at begin of document or first page (driver dependant).
+ * XeTeX has its own driver file `hxetex.def' (based on hdvipdfm.def).
+ * hxetex.def uses pdfTeX's \pdfpagewidth and \pagepageheight
+ for setting the media size.
+
2009-12-10 6.79n Heiko Oberdiek
* 6.79n
* Use of package `rerunfilecheck'.
diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf
index 636e9ea845e..70272208b22 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 cfa2be58289..bb594ecaf1a 100644
--- a/Master/texmf-dist/doc/latex/hyperref/README
+++ b/Master/texmf-dist/doc/latex/hyperref/README
@@ -1,4 +1,4 @@
-README for hyperref bundle, 2009/10/09
+README for hyperref bundle, 2009/12/14
TABLE OF CONTENTS
@@ -138,6 +138,8 @@ other packages:
* infwarerr.sty (loaded by packages `etexcmds', `stringenc',
`atbegshi', `bitset'):
CTAN:macros/latex/contrib/oberdiek/infwarerr.pdf
+* intcalc.sty:
+ CTAN:macros/latex/contrib/oberdiek/intcalc.pdf
* ifpdf.sty (loaded by package `atbegshi'):
CTAN:macros/latex/contrib/oberdiek/atbegshi.pdf
* ifvtex.sty:
diff --git a/Master/texmf-dist/doc/latex/hyperref/README.pdf b/Master/texmf-dist/doc/latex/hyperref/README.pdf
index 3d11e1eb1f4..de53197211a 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 e0f1abbacdf..721cb689d19 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.10-2.2 (TeX Live 2009) kpathsea version 5.0.0)/Trapped/False/Subject(Bibliographical back referencing)/ModDate(D:20091212095642+01'00')/Author(David Carlisle and Sebastian Rahtz)/Producer(pdfTeX-1.40.10)/Title(Back referencing from bibliographical citations)/Creator(LaTeX with hyperref package)/CreationDate(D:20091212095642+01'00')>>
+6 0 obj<</PTEX.Fullbanner(This is pdfTeX, Version 3.1415926-1.40.10-2.2 (TeX Live 2009) kpathsea version 5.0.0)/Trapped/False/Subject(Bibliographical back referencing)/ModDate(D:20091214234810+01'00')/Author(David Carlisle and Sebastian Rahtz)/Producer(pdfTeX-1.40.10)/Title(Back referencing from bibliographical citations)/Creator(LaTeX with hyperref package)/CreationDate(D:20091214234810+01'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
@@ -4536,7 +4536,7 @@ xref
0000354372 00000 n
0000354411 00000 n
trailer
-<</Size 1208/Root 1 0 R/Compress<</LengthO 394925/SpecO/1.4>>/Info 6 0 R/ID[(h*r% 2!BZ)(jlTa]Ao6B")]>>
+<</Size 1208/Root 1 0 R/Compress<</LengthO 394925/SpecO/1.4>>/Info 6 0 R/ID[(-a̵!6\rE> )(nBd}'ɉXh:t)]>>
startxref
354450
%%EOF
diff --git a/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf b/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf
index c84881d4409..c1386eb4860 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 8383f55b2eb..dd1927551a2 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-11-21 19:49:00">
+<meta name="date" content="2009-12-14 14:08: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">November 2009</span></div>
+class="ec-lmr-12">December 2009</span></div>
</div>
<h3 class="likesectionHead"><a
id="x1-1000"></a>Contents</h3>
@@ -432,7 +432,7 @@ id="TBL-2-4"></colgroup>
<tr
style="vertical-align:baseline;" id="TBL-2-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-1-1"
class="td11"> <span
-class="ec-lmtt-10">draft </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-1-2"
+class="ec-lmtt-10">draft </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-1-2"
class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-1-3"
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-1-4"
@@ -440,7 +440,7 @@ class="td11"> all hypertext options are turned off </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-2-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-2-1"
class="td11"> <span
-class="ec-lmtt-10">final </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-2-2"
+class="ec-lmtt-10">final </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-2-2"
class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-2-3"
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-2-4"
@@ -448,21 +448,21 @@ class="td11"> all hypertext options are turned on </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-2-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-3-1"
class="td11"> <span
-class="ec-lmtt-10">debug </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-3-2"
+class="ec-lmtt-10">debug </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-3-2"
class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-3-3"
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-3-4"
class="td11"> extra diagnostic messages are printed in </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-2-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-4-1"
-class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-4-2"
+class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-4-2"
class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-4-3"
class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-4-4"
class="td11"> the log file </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-2-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-5-1"
class="td11"> <span
-class="ec-lmtt-10">verbose </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-5-2"
+class="ec-lmtt-10">verbose </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-5-2"
class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-5-3"
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-5-4"
@@ -470,7 +470,7 @@ class="td11"> same as debug </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-2-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-6-1"
class="td11"> <span
-class="ec-lmtt-10">implicit </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-6-2"
+class="ec-lmtt-10">implicit </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-6-2"
class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-6-3"
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-6-4"
@@ -479,7 +479,7 @@ class="E">E</span>X</span></span>&#x00A0;internals </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-2-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-7-1"
class="td11"> <span
-class="ec-lmtt-10">hypertexnames </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-7-2"
+class="ec-lmtt-10">hypertexnames </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-7-2"
class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-7-3"
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-7-4"
@@ -487,7 +487,7 @@ class="td11"> use guessable names for links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-2-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-8-1"
class="td11"> <span
-class="ec-lmtt-10">naturalnames </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-8-2"
+class="ec-lmtt-10">naturalnames </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-8-2"
class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-8-3"
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-8-4"
@@ -496,95 +496,39 @@ class="E">E</span>X</span></span>-computed names for links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-2-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-9-1"
class="td11"> <span
-class="ec-lmtt-10">a4paper </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-9-2"
+class="ec-lmtt-10">setpagesize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-9-2"
class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-9-3"
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-9-4"
-class="td11"> sets paper size to 210mm <span
-class="lmsy-10">&#x00D7; </span>297mm </td>
+class="td11"> sets page size by special driver commands </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-2-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-10-1"
-class="td11"> <span
-class="ec-lmtt-10">a5paper </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-10-2"
-class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-10-3"
-class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-10-4"
-class="td11"> sets paper size to 148mm <span
-class="lmsy-10">&#x00D7; </span>210mm </td>
+class="td11"> </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-2-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-11-1"
-class="td11"> <span
-class="ec-lmtt-10">b5paper </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-11-2"
-class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-11-3"
-class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-11-4"
-class="td11"> sets paper size to 176mm <span
-class="lmsy-10">&#x00D7; </span>250mm </td>
+class="td11"> </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-2-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-12-1"
-class="td11"> <span
-class="ec-lmtt-10">letterpaper </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-12-2"
-class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-12-3"
-class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-12-4"
-class="td11"> sets paper size to 8.5in <span
-class="lmsy-10">&#x00D7; </span>11in </td>
+class="td11"> </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-2-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-13-1"
-class="td11"> <span
-class="ec-lmtt-10">legalpaper </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-13-2"
-class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-13-3"
-class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-13-4"
-class="td11"> sets paper size to 8.5in <span
-class="lmsy-10">&#x00D7; </span>14in </td>
-</tr><tr
- style="vertical-align:baseline;" id="TBL-2-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-14-1"
-class="td11"> <span
-class="ec-lmtt-10">executivepaper </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-14-2"
-class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-14-3"
-class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-14-4"
-class="td11"> sets paper size to 7.25in <span
-class="lmsy-10">&#x00D7; </span>10.5in </td>
-</tr><tr
- style="vertical-align:baseline;" id="TBL-2-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-15-1"
-class="td11"> <span
-class="ec-lmtt-10">setpagesize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-15-2"
-class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-15-3"
-class="td11"> <span
-class="ec-lmri-10">true </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-2-15-4"
-class="td11"> sets page size by special driver commands </td>
-</tr><tr
- style="vertical-align:baseline;" id="TBL-2-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-16-1"
-class="td11"> </td>
-</tr><tr
- style="vertical-align:baseline;" id="TBL-2-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-17-1"
-class="td11"> </td>
-</tr><tr
- style="vertical-align:baseline;" id="TBL-2-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-18-1"
-class="td11"> </td>
-</tr><tr
- style="vertical-align:baseline;" id="TBL-2-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-19-1"
-class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-19-2"
-class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-19-3"
-class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-19-4"
+class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-13-2"
+class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-13-3"
+class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-13-4"
class="td11"></td></tr>
</table></div>
-<!--l. 343--><p class="noindent" >
+<!--l. 337--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">3.2 </span> <a
id="x1-60003.2"></a>Configuration options</h4>
-<!--l. 345--><p class="noindent" >
+<!--l. 339--><p class="noindent" >
<a
- id="x1-6001r2"></a> <!--l. 346--><div class="longtable"> <table id="TBL-3" class="longtable"
+ id="x1-6001r2"></a> <!--l. 340--><div class="longtable"> <table id="TBL-3" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-3-1g"><col
id="TBL-3-1"><col
id="TBL-3-2"><col
id="TBL-3-3"><col
id="TBL-3-4"></colgroup>
-
-
<tr
style="vertical-align:baseline;" id="TBL-3-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-1-1"
class="td11"> <span
@@ -593,13 +537,15 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-3-1-4"
class="td11">
- <!--l. 346--><p class="noindent" >In the hypertex driver, the height of links is
+ <!--l. 340--><p class="noindent" >In the hypertex driver, the height of links is
normally calculcated by the driver as simply
the base line of contained text; this options
forces <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\special</span></span></span> commands to reflect the real
height of the link (which could contain a
graphic) </td>
+
+
</tr><tr
style="vertical-align:baseline;" id="TBL-3-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-2-1"
class="td11"> <span
@@ -608,7 +554,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-3-2-4"
class="td11">
- <!--l. 349--><p class="noindent" >Allows link text to break across lines; since
+ <!--l. 343--><p class="noindent" >Allows link text to break across lines; since
this cannot be accommodated in PDF, it is
only set true by default if the pdftex driver is
used. This makes links on multiple lines into
@@ -621,7 +567,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-3-3-4"
class="td11">
- <!--l. 352--><p class="noindent" >Determines whether every page is given an
+ <!--l. 346--><p class="noindent" >Determines whether every page is given an
implicit anchor at the top left corner. If this is
turned off, <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\printindex</span></span></span> will not contain valid
@@ -634,7 +580,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-3-4-4"
class="td11">
- <!--l. 355--><p class="noindent" >Forces page anchors to be named by the arabic
+ <!--l. 349--><p class="noindent" >Forces page anchors to be named by the arabic
form of the page number, rather than the
formatted form. </td>
</tr><tr
@@ -645,7 +591,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-3-5-4"
class="td11">
- <!--l. 357--><p class="noindent" >Allows links to be nested; no drivers currently
+ <!--l. 351--><p class="noindent" >Allows links to be nested; no drivers currently
support this. </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-3-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-6-1"
@@ -663,18 +609,18 @@ 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-3-9-4"
class="td11"></td></tr>
</table></div>
-<!--l. 360--><p class="indent" > Note for option <span class="obeylines-h"><span class="verb"><span
+<!--l. 354--><p class="indent" > Note for option <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">breaklinks</span></span></span>: The correct value is automatically set according to the driver features.
It can be overwritten for drivers that do not support broken links. However, at any case, the link area
will be wrong and displaced.
-<!--l. 365--><p class="noindent" >
+<!--l. 359--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">3.3 </span> <a
id="x1-70003.3"></a>Backend drivers</h4>
-<!--l. 367--><p class="noindent" >If no driver is specified, the package defaults to loading the <span
+<!--l. 361--><p class="noindent" >If no driver is specified, the package defaults to loading the <span
class="ec-lmss-10">hypertex </span>driver.
-<!--l. 370--><p class="noindent" >
+<!--l. 364--><p class="noindent" >
<a
- id="x1-7001r3"></a> <!--l. 371--><div class="longtable"> <table id="TBL-4" class="longtable"
+ id="x1-7001r3"></a> <!--l. 365--><div class="longtable"> <table id="TBL-4" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-4-1g"><col
id="TBL-4-1"><col
@@ -684,7 +630,7 @@ id="TBL-4-2"></colgroup>
class="td11"> <span
class="ec-lmtt-10">dvipdfm </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-1-2"
class="td11">
- <!--l. 371--><p class="noindent" >Sets up <span
+ <!--l. 365--><p class="noindent" >Sets up <span
class="ec-lmss-10">hyperref </span>for use with the <span
class="ec-lmss-10">dvipdfm </span>driver. </td>
</tr><tr
@@ -692,7 +638,7 @@ class="ec-lmss-10">dvipdfm </span>driver.
class="td11"> <span
class="ec-lmtt-10">dvipdfmx </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-2-2"
class="td11">
- <!--l. 372--><p class="noindent" >Sets up <span
+ <!--l. 366--><p class="noindent" >Sets up <span
class="ec-lmss-10">hyperref </span>for use with the <span
class="ec-lmss-10">dvipdfmx </span>driver. </td>
</tr><tr
@@ -700,7 +646,7 @@ class="ec-lmss-10">dvipdfmx </span>driver.
class="td11"> <span
class="ec-lmtt-10">dvips </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-3-2"
class="td11">
- <!--l. 373--><p class="noindent" >Sets up <span
+ <!--l. 367--><p class="noindent" >Sets up <span
class="ec-lmss-10">hyperref </span>for use with the <span
class="ec-lmss-10">dvips </span>driver. </td>
</tr><tr
@@ -708,7 +654,7 @@ class="ec-lmss-10">dvips </span>driver.
class="td11"> <span
class="ec-lmtt-10">dvipsone </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-4-2"
class="td11">
- <!--l. 374--><p class="noindent" >Sets up <span
+ <!--l. 368--><p class="noindent" >Sets up <span
class="ec-lmss-10">hyperref </span>for use with the <span
class="ec-lmss-10">dvipsone </span>driver. </td>
</tr><tr
@@ -716,7 +662,7 @@ class="ec-lmss-10">dvipsone </span>driver.
class="td11"> <span
class="ec-lmtt-10">dviwindo </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-5-2"
class="td11">
- <!--l. 375--><p class="noindent" >Sets up <span
+ <!--l. 369--><p class="noindent" >Sets up <span
class="ec-lmss-10">hyperref </span>for use with the <span
class="ec-lmss-10">dviwindo </span>Windows previewer. </td>
</tr><tr
@@ -724,7 +670,7 @@ class="ec-lmss-10">dviwindo </span>Windows previewer. </td>
class="td11"> <span
class="ec-lmtt-10">hypertex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-6-2"
class="td11">
- <!--l. 376--><p class="noindent" >Sets up <span
+ <!--l. 370--><p class="noindent" >Sets up <span
class="ec-lmss-10">hyperref </span>for use with the Hyper<span class="TEX">T<span
class="E">E</span>X</span>-compliant drivers. </td>
</tr><tr
@@ -732,30 +678,28 @@ class="E">E</span>X</span>-compliant drivers. </td>
class="td11"> <span
class="ec-lmtt-10">latex2html </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-7-2"
class="td11">
- <!--l. 377--><p class="noindent" >Redefines a few macros for compatibility with <span
+ <!--l. 371--><p class="noindent" >Redefines a few macros for compatibility with <span
class="ec-lmss-10">latex2html</span>. </td>
-
-
</tr><tr
style="vertical-align:baseline;" id="TBL-4-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-8-1"
class="td11"> <span
class="ec-lmtt-10">nativepdf </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-8-2"
class="td11">
- <!--l. 378--><p class="noindent" >An alias for <span
+ <!--l. 372--><p class="noindent" >An alias for <span
class="ec-lmss-10">dvips</span> </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-4-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-9-1"
class="td11"> <span
class="ec-lmtt-10">pdfmark </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-9-2"
class="td11">
- <!--l. 379--><p class="noindent" >An alias for <span
+ <!--l. 373--><p class="noindent" >An alias for <span
class="ec-lmss-10">dvips</span> </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-4-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-10-1"
class="td11"> <span
class="ec-lmtt-10">pdftex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-10-2"
class="td11">
- <!--l. 380--><p class="noindent" >Sets up <span
+ <!--l. 374--><p class="noindent" >Sets up <span
class="ec-lmss-10">hyperref </span>for use with the <span
class="ec-lmss-10">pdftex </span>program. </td>
</tr><tr
@@ -763,15 +707,17 @@ class="ec-lmss-10">pdftex </span>program.
class="td11"> <span
class="ec-lmtt-10">ps2pdf </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-11-2"
class="td11">
- <!--l. 381--><p class="noindent" >Redefines a few macros for compatibility with Ghostscript&#8217;s PDF writer,
+ <!--l. 375--><p class="noindent" >Redefines a few macros for compatibility with Ghostscript&#8217;s PDF writer,
otherwise identical to <span
class="ec-lmss-10">dvips</span>. </td>
+
+
</tr><tr
style="vertical-align:baseline;" id="TBL-4-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-12-1"
class="td11"> <span
class="ec-lmtt-10">tex4ht </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-12-2"
class="td11">
- <!--l. 384--><p class="noindent" >For use with <span class="TEX"><span
+ <!--l. 378--><p class="noindent" >For use with <span class="TEX"><span
class="ec-lmss-10">T</span><span
class="E"><span
class="ec-lmss-10">E</span></span><span
@@ -782,14 +728,14 @@ class="ec-lmss-10">4ht</span>
class="td11"> <span
class="ec-lmtt-10">textures </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-13-2"
class="td11">
- <!--l. 385--><p class="noindent" >For use with <span
+ <!--l. 379--><p class="noindent" >For use with <span
class="ec-lmss-10">Textures</span> </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-4-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-14-1"
class="td11"> <span
class="ec-lmtt-10">vtex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-14-2"
class="td11">
- <!--l. 386--><p class="noindent" >For use with MicroPress&#8217; <span
+ <!--l. 380--><p class="noindent" >For use with MicroPress&#8217; <span
class="ec-lmss-10">VTeX</span>; the PDF and HTML backends are detected
automatically. </td>
</tr><tr
@@ -797,14 +743,14 @@ class="ec-lmss-10">VTeX</span>; the PDF and HTML backends are detected
class="td11"> <span
class="ec-lmtt-10">vtexpdfmark </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-15-2"
class="td11">
- <!--l. 388--><p class="noindent" >For use with <span
+ <!--l. 382--><p class="noindent" >For use with <span
class="ec-lmss-10">VTeX</span>&#8217;s PostScript backend. </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-4-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-16-1"
class="td11"> <span
class="ec-lmtt-10">xetex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-4-16-2"
class="td11">
- <!--l. 389--><p class="noindent" >For use with Xe<span class="TEX">T<span
+ <!--l. 383--><p class="noindent" >For use with Xe<span class="TEX">T<span
class="E">E</span>X</span>(using backend for dvipdfm). </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-4-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-17-1"
@@ -820,7 +766,7 @@ class="td11"> </td>
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-4-20-2"
class="td11"></td></tr>
</table></div>
-<!--l. 393--><p class="indent" > If you use <span
+<!--l. 387--><p class="indent" > If you use <span
class="ec-lmss-10">dviwindo</span>, you may need to redefine the macro <span
class="ec-lmtt-10">\wwwbrowser </span>(the default is
<span class="obeylines-h"><span class="verb"><span
@@ -834,13 +780,13 @@ add something like this to hyperref.cfg:
&#x00A0;<br />&#x00A0;&#x00A0;Files\string\Plus!\string\Microsoft\space
&#x00A0;<br />&#x00A0;&#x00A0;Internet\string\iexplore.exe}
</div>
-<!--l. 402--><p class="nopar" >
-<!--l. 404--><p class="noindent" >
+<!--l. 396--><p class="nopar" >
+<!--l. 398--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">3.4 </span> <a
id="x1-80003.4"></a>Extension options</h4>
-<!--l. 405--><p class="noindent" >
+<!--l. 399--><p class="noindent" >
<a
- id="x1-8001r4"></a> <!--l. 406--><div class="longtable"> <table id="TBL-5" class="longtable"
+ id="x1-8001r4"></a> <!--l. 400--><div class="longtable"> <table id="TBL-5" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-5-1g"><col
id="TBL-5-1"><col
@@ -854,7 +800,7 @@ class="ec-lmtt-10">extension </span></td><td style="whi
class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-1-3"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-5-1-4"
class="td11">
- <!--l. 406--><p class="noindent" >Set the file extension (e.g.&#x00A0;<span
+ <!--l. 400--><p class="noindent" >Set the file extension (e.g.&#x00A0;<span
class="ec-lmss-10">dvi</span>) which
will be appended to file links created if
you use the <span
@@ -866,7 +812,7 @@ class="ec-lmtt-10">hyperfigures </span></td><td style="whi
class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-2-3"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-5-2-4"
class="td11">
- <!--l. 409--><p class="noindent" > </td>
+ <!--l. 403--><p class="noindent" > </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-5-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-3-1"
class="td11"> <span
@@ -875,7 +821,7 @@ class="td11"> text </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-3-4"
class="td11">
- <!--l. 409--><p class="noindent" >Adds &#8216;backlink&#8217; text to the end of each
+ <!--l. 403--><p class="noindent" >Adds &#8216;backlink&#8217; text to the end of each
item in the bibliography, as a list of
section numbers. This can only work
properly <span
@@ -899,7 +845,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-4-4"
class="td11">
- <!--l. 413--><p class="noindent" >Adds &#8216;backlink&#8217; text to the end of each
+ <!--l. 407--><p class="noindent" >Adds &#8216;backlink&#8217; text to the end of each
item in the bibliography, as a list of
page numbers. </td>
</tr><tr
@@ -910,7 +856,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-5-4"
class="td11">
- <!--l. 415--><p class="noindent" >Makes the page numbers of index
+ <!--l. 409--><p class="noindent" >Makes the page numbers of index
entries into hyperlinks. Relays on
unique page anchors (<span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">pageanchor</span></span></span>, &#x2026;) </td>
@@ -929,7 +875,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-7-4"
class="td11">
- <!--l. 418--><p class="noindent" >Makes the footnote marks into
+ <!--l. 412--><p class="noindent" >Makes the footnote marks into
hyperlinks to the footnote text. Easily
broken &#x2026; </td>
</tr><tr
@@ -939,7 +885,7 @@ class="ec-lmtt-10">encap </span></td><td style="whi
class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-8-3"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-5-8-4"
class="td11">
- <!--l. 420--><p class="noindent" >Sets encap character for hyperindex </td>
+ <!--l. 414--><p class="noindent" >Sets encap character for hyperindex </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-5-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-9-1"
class="td11"> <span
@@ -948,7 +894,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-9-4"
class="td11">
- <!--l. 421--><p class="noindent" >make page number, not text, be link on
+ <!--l. 415--><p class="noindent" >make page number, not text, be link on
TOC, LOF and LOT </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-5-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-10-1"
@@ -958,7 +904,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-10-4"
class="td11">
- <!--l. 422--><p class="noindent" >allow links to break over lines by
+ <!--l. 416--><p class="noindent" >allow links to break over lines by
making links over multiple lines into
PDF links to the same target </td>
@@ -971,7 +917,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-11-4"
class="td11">
- <!--l. 424--><p class="noindent" >Colors the text of links and anchors.
+ <!--l. 418--><p class="noindent" >Colors the text of links and anchors.
The colors chosen depend on the the
type of link. At present the only types
of link distinguished are citations, page
@@ -987,7 +933,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-12-4"
class="td11">
- <!--l. 429--><p class="noindent" >Color for normal internal links. </td>
+ <!--l. 423--><p class="noindent" >Color for normal internal links. </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-5-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-13-1"
class="td11"> <span
@@ -996,7 +942,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">black </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-13-4"
class="td11">
- <!--l. 430--><p class="noindent" >Color for anchor text. </td>
+ <!--l. 424--><p class="noindent" >Color for anchor text. </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-5-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-14-1"
class="td11"> <span
@@ -1005,7 +951,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">green </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-14-4"
class="td11">
- <!--l. 431--><p class="noindent" >Color for bibliographical citations in
+ <!--l. 425--><p class="noindent" >Color for bibliographical citations in
text. </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-5-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-15-1"
@@ -1015,7 +961,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">cyan </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-15-4"
class="td11">
- <!--l. 432--><p class="noindent" >Color for URLs which open local files. </td>
+ <!--l. 426--><p class="noindent" >Color for URLs which open local files. </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-5-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-16-1"
class="td11"> <span
@@ -1024,7 +970,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-16-4"
class="td11">
- <!--l. 433--><p class="noindent" >Color for Acrobat menu items. </td>
+ <!--l. 427--><p class="noindent" >Color for Acrobat menu items. </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-5-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-17-1"
class="td11"> <span
@@ -1033,7 +979,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">filecolor </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-17-4"
class="td11">
- <!--l. 434--><p class="noindent" >Color for run links (launch
+ <!--l. 428--><p class="noindent" >Color for run links (launch
annotations). </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-5-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-18-1"
@@ -1043,7 +989,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">magenta </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-18-4"
class="td11">
- <!--l. 435--><p class="noindent" >Color for linked URLs. </td>
+ <!--l. 429--><p class="noindent" >Color for linked URLs. </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-5-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-19-1"
class="td11"> <span
@@ -1052,7 +998,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-5-19-4"
class="td11">
- <!--l. 436--><p class="noindent" >use small caps instead of color for links </td>
+ <!--l. 430--><p class="noindent" >use small caps instead of color for links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-5-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-20-1"
class="td11"> </td>
@@ -1069,16 +1015,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-5-23-4"
class="td11"></td></tr>
</table></div>
-<!--l. 439--><p class="indent" > Note that all color names must be defined before use, following the normal system of the standard
+<!--l. 433--><p class="indent" > Note that all color names must be defined before use, following the normal system of the standard
<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
class="E">E</span>X</span></span>&#x00A0;<span
class="ec-lmss-10">color </span>package.
-<!--l. 442--><p class="noindent" >
+<!--l. 436--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">3.5 </span> <a
id="x1-90003.5"></a>PDF-specific display options</h4>
-<!--l. 443--><p class="noindent" >
+<!--l. 437--><p class="noindent" >
<a
- id="x1-9001r5"></a> <!--l. 444--><div class="longtable"> <table id="TBL-6" class="longtable"
+ id="x1-9001r5"></a> <!--l. 438--><div class="longtable"> <table id="TBL-6" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-6-1g"><col
id="TBL-6-1"><col
@@ -1093,7 +1039,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-6-1-4"
class="td10">
- <!--l. 444--><p class="noindent" >A set of Acrobat bookmarks are written, in a
+ <!--l. 438--><p class="noindent" >A set of Acrobat bookmarks are written, in a
manner similar to the table of contents, requiring
two passes of <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
class="E">E</span>X</span></span>. Some postprocessing of
@@ -1116,7 +1062,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-6-2-4"
class="td10">
- <!--l. 450--><p class="noindent" >If Acrobat bookmarks are requested, show them
+ <!--l. 444--><p class="noindent" >If Acrobat bookmarks are requested, show them
with all the subtrees expanded. </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-6-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-3-1"
@@ -1125,7 +1071,7 @@ class="ec-lmtt-10">bookmarksopenlevel </span></td><td style="white-space:nowrap
class="td11"> parameter </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-3-3"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-6-3-4"
class="td10">
- <!--l. 452--><p class="noindent" >level (<span
+ <!--l. 446--><p class="noindent" >level (<span
class="ec-lmtt-10">\maxdimen</span>) to which bookmarks are open </td>
@@ -1137,7 +1083,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-6-4-4"
class="td10">
- <!--l. 453--><p class="noindent" >If Acrobat bookmarks are requested, include
+ <!--l. 447--><p class="noindent" >If Acrobat bookmarks are requested, include
section numbers. </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-6-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-5-1"
@@ -1147,7 +1093,7 @@ class="td11"> text </td><td style="white-space:nowrap; text-align:left
class="td11"> <span
class="ec-lmri-10">toc </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-5-4"
class="td10">
- <!--l. 454--><p class="noindent" >to specify which &#8216;toc&#8217; file to mimic </td>
+ <!--l. 448--><p class="noindent" >to specify which &#8216;toc&#8217; file to mimic </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-6-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-6-1"
class="td01"><span
@@ -1156,7 +1102,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-6-6-4"
class="td10">
- <!--l. 456--><p class="noindent" >This option should be used to produce CJK
+ <!--l. 450--><p class="noindent" >This option should be used to produce CJK
bookmarks. Package <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">hyperref</span></span></span> supports both
normal and preprocessed mode of the CJK
@@ -1171,7 +1117,7 @@ class="ec-lmtt-10">hyperref</span></span></span> supports both
notably Acroread itself) support this. Also note
that option &#8216;CJKbookmarks&#8217; cannot be used
together with option &#8216;unicode&#8217;.
- <!--l. 468--><p class="noindent" >No mechanism is provided to
+ <!--l. 462--><p class="noindent" >No mechanism is provided to
translate non-Unicode bookmarks to Unicode; for
portable PDF documents only Unicode encoding
should be used. </td>
@@ -1183,7 +1129,7 @@ class="td11"> name </td><td style="white-space:nowrap; text-align:left;
class="td11"> <span
class="ec-lmri-10">/I </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-7-4"
class="td10">
- <!--l. 471--><p class="noindent" >How link buttons behave when selected; /I is
+ <!--l. 465--><p class="noindent" >How link buttons behave when selected; /I is
for inverse (the default); the other possibilities
are /N (no effect), /O (outline), and /P (inset
highlighting). </td>
@@ -1195,7 +1141,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">0 1 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-8-4"
class="td10">
- <!--l. 474--><p class="noindent" >The color of the box around citations </td>
+ <!--l. 468--><p class="noindent" >The color of the box around citations </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-6-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-9-1"
class="td01"><span
@@ -1204,7 +1150,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">0 .5 .5 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-9-4"
class="td10">
- <!--l. 475--><p class="noindent" >The color of the box around links to files </td>
+ <!--l. 469--><p class="noindent" >The color of the box around links to files </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-6-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-10-1"
class="td01"><span
@@ -1213,7 +1159,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-10-4"
class="td10">
- <!--l. 476--><p class="noindent" >The color of the box around normal links </td>
+ <!--l. 470--><p class="noindent" >The color of the box around normal links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-6-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-11-1"
class="td01"><span
@@ -1222,7 +1168,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-11-4"
class="td10">
- <!--l. 477--><p class="noindent" >The color of the box around Acrobat menu links</td>
+ <!--l. 471--><p class="noindent" >The color of the box around Acrobat menu links</td>
</tr><tr
style="vertical-align:baseline;" id="TBL-6-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-12-1"
class="td01"><span
@@ -1231,7 +1177,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">0 1 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-12-4"
class="td10">
- <!--l. 478--><p class="noindent" >The color of the box around links to URLs </td>
+ <!--l. 472--><p class="noindent" >The color of the box around links to URLs </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-6-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-13-1"
class="td01"><span
@@ -1240,7 +1186,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">0 .7 .7 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-13-4"
class="td10">
- <!--l. 479--><p class="noindent" >color of border around &#8216;run&#8217; links </td>
+ <!--l. 473--><p class="noindent" >color of border around &#8216;run&#8217; links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-6-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-14-1"
class="td01"><span
@@ -1249,7 +1195,7 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" i
class="td11"> <span
class="ec-lmri-10">0 0 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-6-14-4"
class="td10">
- <!--l. 480--><p class="noindent" >The style of box around links; defaults to a box
+ <!--l. 474--><p class="noindent" >The style of box around links; defaults to a box
with lines of 1pt thickness, but the colorlinks
option resets it to produce no border. </td>
</tr><tr
@@ -1268,7 +1214,7 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" i
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-6-18-4"
class="td10"></td></tr>
</table></div>
-<!--l. 484--><p class="indent" > Note that the color of link borders can be specified <span
+<!--l. 478--><p class="indent" > Note that the color of link borders can be specified <span
class="ec-lmri-10">only </span>as 3 numbers in the range 0..1, giving an
RGB color. You cannot use colors defined in <span class="TEX">T<span
class="E">E</span>X</span>. Since version 6.76a this is no longer true. Especially
@@ -1277,7 +1223,7 @@ class="ec-lmss-10">xcolor </span>the usual color specifications of package <span
class="ec-lmss-10">(x)color </span>can be used. For further
information see description of package <span
class="ec-lmss-10">hycolor</span>.
-<!--l. 491--><p class="indent" > The bookmark commands are stored in a file called <span
+<!--l. 485--><p class="indent" > The bookmark commands are stored in a file called <span
class="ec-lmri-10">jobname</span><span
class="ec-lmtt-10">.out</span>. The files is not processed by
<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
@@ -1293,13 +1239,13 @@ class="newline" />
<div class="verbatim" id="verbatim-7">
\let\WriteBookmarks\relax
</div>
-<!--l. 499--><p class="nopar" >
-<!--l. 501--><p class="noindent" >
+<!--l. 493--><p class="nopar" >
+<!--l. 495--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">3.6 </span> <a
id="x1-100003.6"></a>PDF display and information options</h4>
-<!--l. 502--><p class="noindent" >
+<!--l. 496--><p class="noindent" >
<a
- id="x1-10001r6"></a> <!--l. 503--><div class="longtable"> <table id="TBL-7" class="longtable"
+ id="x1-10001r6"></a> <!--l. 497--><div class="longtable"> <table id="TBL-7" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-7-1g"><col
id="TBL-7-1"><col
@@ -1313,7 +1259,7 @@ class="ec-lmtt-10">baseurl </span></td><td style="white-space:nowrap
class="td11"> URL </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-1-3"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-1-4"
class="td11">
- <!--l. 503--><p class="noindent" >Sets the base URL of the PDF
+ <!--l. 497--><p class="noindent" >Sets the base URL of the PDF
document </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-2-1"
@@ -1323,7 +1269,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-2-4"
class="td11">
- <!--l. 504--><p class="noindent" >Determines how the file is opening in
+ <!--l. 498--><p class="noindent" >Determines how the file is opening in
Acrobat; the possibilities are <span
class="ec-lmtt-10">UseNone</span>,
<span
@@ -1346,7 +1292,7 @@ class="ec-lmtt-10">pdftitle </span></td><td style="white-space:nowrap
class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-3-3"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-3-4"
class="td11">
- <!--l. 509--><p class="noindent" >Sets the document information Title
+ <!--l. 503--><p class="noindent" >Sets the document information Title
field </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-4-1"
@@ -1355,7 +1301,7 @@ class="ec-lmtt-10">pdfauthor </span></td><td style="white-space:nowrap
class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-4-3"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-4-4"
class="td11">
- <!--l. 510--><p class="noindent" >Sets the document information Author
+ <!--l. 504--><p class="noindent" >Sets the document information Author
field </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-5-1"
@@ -1364,7 +1310,7 @@ class="ec-lmtt-10">pdfsubject </span></td><td style="white-space:nowrap
class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-5-3"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-5-4"
class="td11">
- <!--l. 511--><p class="noindent" >Sets the document information Subject
+ <!--l. 505--><p class="noindent" >Sets the document information Subject
field </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-6-1"
@@ -1373,7 +1319,7 @@ class="ec-lmtt-10">pdfcreator </span></td><td style="white-space:nowrap
class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-6-3"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-6-4"
class="td11">
- <!--l. 512--><p class="noindent" >Sets the document information Creator
+ <!--l. 506--><p class="noindent" >Sets the document information Creator
field </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-7-1"
@@ -1382,7 +1328,7 @@ class="ec-lmtt-10">pdfproducer </span></td><td style="white-space:nowrap
class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-7-3"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-7-4"
class="td11">
- <!--l. 513--><p class="noindent" >Sets the document information
+ <!--l. 507--><p class="noindent" >Sets the document information
Producer field </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-8-1"
@@ -1391,7 +1337,7 @@ class="ec-lmtt-10">pdfkeywords </span></td><td style="white-space:nowrap
class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-8-3"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-8-4"
class="td11">
- <!--l. 514--><p class="noindent" >Sets the document information
+ <!--l. 508--><p class="noindent" >Sets the document information
Keywords field </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-9-1"
@@ -1401,7 +1347,7 @@ class="td11"> text </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">XYZ </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-9-4"
class="td11">
- <!--l. 515--><p class="noindent" >Sets the default PDF &#8216;view&#8217; for each
+ <!--l. 509--><p class="noindent" >Sets the default PDF &#8216;view&#8217; for each
link </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-10-1"
@@ -1411,7 +1357,7 @@ class="td11"> text </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-10-4"
class="td11">
- <!--l. 516--><p class="noindent" >Determines on which page the PDF file
+ <!--l. 510--><p class="noindent" >Determines on which page the PDF file
is opened. </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-11-1"
@@ -1421,7 +1367,7 @@ class="td11"> text </td><td style="white-space:nowrap; text-align:left;"
class="td11"> <span
class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-11-4"
class="td11">
- <!--l. 517--><p class="noindent" >Set the startup page view </td>
+ <!--l. 511--><p class="noindent" >Set the startup page view </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-12-1"
class="td11"> <span
@@ -1429,7 +1375,7 @@ class="ec-lmtt-10">pdfpagescrop </span></td><td style="white-space:nowrap
class="td11"> n n n n </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-12-3"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-12-4"
class="td11">
- <!--l. 518--><p class="noindent" >Sets the default PDF crop box for
+ <!--l. 512--><p class="noindent" >Sets the default PDF crop box for
pages. This should be a set of four
numbers </td>
@@ -1442,7 +1388,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-13-4"
class="td11">
- <!--l. 519--><p class="noindent" >position the document window in the
+ <!--l. 513--><p class="noindent" >position the document window in the
center of the screen </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-14-1"
@@ -1452,7 +1398,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-14-4"
class="td11">
- <!--l. 520--><p class="noindent" >direction setting </td>
+ <!--l. 514--><p class="noindent" >direction setting </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-15-1"
class="td11"> <span
@@ -1461,7 +1407,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-15-4"
class="td11">
- <!--l. 521--><p class="noindent" >display document title instead of file
+ <!--l. 515--><p class="noindent" >display document title instead of file
name in title bar </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-16-1"
@@ -1471,7 +1417,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-16-4"
class="td11">
- <!--l. 523--><p class="noindent" >paper handling option for print dialog </td>
+ <!--l. 517--><p class="noindent" >paper handling option for print dialog </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-17-1"
class="td11"> <span
@@ -1480,7 +1426,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-17-4"
class="td11">
- <!--l. 524--><p class="noindent" >resize document window to fit
+ <!--l. 518--><p class="noindent" >resize document window to fit
document size </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-18-1"
@@ -1490,7 +1436,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-18-4"
class="td11">
- <!--l. 525--><p class="noindent" >PDF language identifier (RFC 3066) </td>
+ <!--l. 519--><p class="noindent" >PDF language identifier (RFC 3066) </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-19-1"
class="td11"> <span
@@ -1499,7 +1445,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-19-4"
class="td11">
- <!--l. 526--><p class="noindent" >make PDF viewer&#8217;s menu bar visible </td>
+ <!--l. 520--><p class="noindent" >make PDF viewer&#8217;s menu bar visible </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-20-1"
class="td11"> <span
@@ -1508,7 +1454,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-20-4"
class="td11">
- <!--l. 527--><p class="noindent" >make links that open another PDF file
+ <!--l. 521--><p class="noindent" >make links that open another PDF file
start a new window </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-21-1"
@@ -1524,7 +1470,7 @@ class="td11"> boolean </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-22-4"
class="td11">
- <!--l. 529--><p class="noindent" >page mode setting on exiting full-screen
+ <!--l. 523--><p class="noindent" >page mode setting on exiting full-screen
mode </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-23-1"
@@ -1534,7 +1480,7 @@ class="td11"> integer </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-23-4"
class="td11">
- <!--l. 531--><p class="noindent" >number of printed copies </td>
+ <!--l. 525--><p class="noindent" >number of printed copies </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-24-1"
class="td11"> <span
@@ -1543,7 +1489,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-24-4"
class="td11">
- <!--l. 532--><p class="noindent" >set layout of PDF pages </td>
+ <!--l. 526--><p class="noindent" >set layout of PDF pages </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-25-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-25-1"
class="td11"> <span
@@ -1552,7 +1498,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-25-4"
class="td11">
- <!--l. 533--><p class="noindent" >set PDF page labels </td>
+ <!--l. 527--><p class="noindent" >set PDF page labels </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-26-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-26-1"
class="td11"> <span
@@ -1561,7 +1507,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-26-4"
class="td11">
- <!--l. 534--><p class="noindent" >set PDF page transition style </td>
+ <!--l. 528--><p class="noindent" >set PDF page transition style </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-27-1"
class="td11"> <span
@@ -1570,7 +1516,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-27-4"
class="td11">
- <!--l. 535--><p class="noindent" >set option for print dialog </td>
+ <!--l. 529--><p class="noindent" >set option for print dialog </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-28-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-28-1"
class="td11"> <span
@@ -1579,7 +1525,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-28-4"
class="td11">
- <!--l. 536--><p class="noindent" >set /PrintArea of viewer preferences </td>
+ <!--l. 530--><p class="noindent" >set /PrintArea of viewer preferences </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-29-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-29-1"
class="td11"> <span
@@ -1588,7 +1534,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-29-4"
class="td11">
- <!--l. 537--><p class="noindent" >set /PrintClip of viewer preferences </td>
+ <!--l. 531--><p class="noindent" >set /PrintClip of viewer preferences </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-30-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-30-1"
class="td11"> <span
@@ -1597,7 +1543,7 @@ class="td11"> n n (n n)* </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-30-4"
class="td11">
- <!--l. 539--><p class="noindent" >set /PrintPageRange of viewer
+ <!--l. 533--><p class="noindent" >set /PrintPageRange of viewer
preferences </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-7-31-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-31-1"
@@ -1607,7 +1553,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-31-4"
class="td11">
- <!--l. 541--><p class="noindent" >page scaling option for print
+ <!--l. 535--><p class="noindent" >page scaling option for print
dialog (option /PrintScaling of viewer
preferences, PDF 1.6); valid values are
<span
@@ -1621,7 +1567,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. 546--><p class="noindent" >make PDF toolbar visible </td>
+ <!--l. 540--><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
@@ -1630,7 +1576,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. 547--><p class="noindent" >set /ViewArea of viewer preferences </td>
+ <!--l. 541--><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
@@ -1639,7 +1585,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. 548--><p class="noindent" >set /ViewClip of viewer preferences </td>
+ <!--l. 542--><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
@@ -1648,7 +1594,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. 549--><p class="noindent" >make PDF user interface elements
+ <!--l. 543--><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"
@@ -1658,7 +1604,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. 550--><p class="noindent" >Unicode encoded PDF strings </td>
+ <!--l. 544--><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>
@@ -1674,7 +1620,7 @@ class="td11"> </td></tr>
</table></div>
-<!--l. 553--><p class="indent" > Each link in Acrobat carries its own magnification level, which is set using PDF coordinate space,
+<!--l. 547--><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
@@ -1693,9 +1639,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. 565--><p class="noindent" >
+<!--l. 559--><p class="noindent" >
<a
- id="x1-10002r7"></a> <!--l. 566--><div class="longtable"> <table id="TBL-8" class="longtable"
+ id="x1-10002r7"></a> <!--l. 560--><div class="longtable"> <table id="TBL-8" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-8-1g"><col
id="TBL-8-1"><col
@@ -1708,7 +1654,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. 566--><p class="noindent" >Sets a coordinate and a zoom factor. If any one
+ <!--l. 560--><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
@@ -1720,7 +1666,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. 568--><p class="noindent" >Fits the page to the window. </td>
+ <!--l. 562--><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
@@ -1728,7 +1674,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. 569--><p class="noindent" >Fits the width of the page to the window. </td>
+ <!--l. 563--><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
@@ -1736,7 +1682,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. 570--><p class="noindent" >Fits the height of the page to the window. </td>
+ <!--l. 564--><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
@@ -1744,7 +1690,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. 571--><p class="noindent" >Fits the rectangle specified by the four
+ <!--l. 565--><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"
@@ -1752,7 +1698,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. 572--><p class="noindent" >Fits the page bounding box to the window. </td>
+ <!--l. 566--><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
@@ -1760,7 +1706,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. 573--><p class="noindent" >Fits the width of the page bounding box to
+ <!--l. 567--><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"
@@ -1769,7 +1715,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. 574--><p class="noindent" >Fits the height of the page bounding box to
+ <!--l. 568--><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"
@@ -1789,11 +1735,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. 577--><p class="indent" > The <span
+<!--l. 571--><p class="indent" > The <span
class="ec-lmtt-10">pdfpagelayout </span>can be one of the following values.
-<!--l. 579--><p class="noindent" >
+<!--l. 573--><p class="noindent" >
<a
- id="x1-10003r8"></a> <!--l. 580--><div class="longtable"> <table id="TBL-9" class="longtable"
+ id="x1-10003r8"></a> <!--l. 574--><div class="longtable"> <table id="TBL-9" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-9-1g"><col
id="TBL-9-1"><col
@@ -1803,33 +1749,33 @@ 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. 580--><p class="noindent" >Displays a single page; advancing flips the page </td>
+ <!--l. 574--><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. 581--><p class="noindent" >Displays the document in one column; continuous scrolling. </td>
+ <!--l. 575--><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. 582--><p class="noindent" >Displays the document in two columns, odd-numbered pages to
+ <!--l. 576--><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. 583--><p class="noindent" >Displays the document in two columns, odd-numbered pages to
+ <!--l. 577--><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. 584--><p class="noindent" >Displays two pages, odd-numbered pages to the left (since PDF
+ <!--l. 578--><p class="noindent" >Displays two pages, odd-numbered pages to the left (since PDF
1.5). </td>
@@ -1838,7 +1784,7 @@ class="td11">
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. 585--><p class="noindent" >Displays two pages, odd-numbered pages to the right (since PDF
+ <!--l. 579--><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"
@@ -1854,7 +1800,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. 588--><p class="indent" > Finally, the <span
+<!--l. 582--><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
@@ -1867,9 +1813,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. 595--><p class="noindent" >
+<!--l. 589--><p class="noindent" >
<a
- id="x1-10004r9"></a> <!--l. 596--><div class="longtable"> <table id="TBL-10" class="longtable"
+ id="x1-10004r9"></a> <!--l. 590--><div class="longtable"> <table id="TBL-10" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-10-1g"><col
id="TBL-10-1"><col
@@ -1881,7 +1827,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. 596--><p class="noindent" >Multiple lines distributed evenly across the screen sweep
+ <!--l. 590--><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"
@@ -1889,14 +1835,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. 598--><p class="noindent" >A box sweeps in or out. </td>
+ <!--l. 592--><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. 599--><p class="noindent" >The page image dissolves in a piecemeal fashion to reveal
+ <!--l. 593--><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"
@@ -1904,7 +1850,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. 600--><p class="noindent" >Similar to Dissolve, except the effect sweeps across the
+ <!--l. 594--><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"
@@ -1912,14 +1858,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. 601--><p class="noindent" >Two lines sweep across the screen to reveal the new page. </td>
+ <!--l. 595--><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. 602--><p class="noindent" >A single line sweeps across the screen to reveal the new
+ <!--l. 596--><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"
@@ -1936,14 +1882,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. 605--><p class="noindent" >
+<!--l. 599--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">3.7 </span> <a
id="x1-110003.7"></a>Big alphabetical list</h4>
-<!--l. 607--><p class="noindent" >The following is a complete listing of available options for <span
+<!--l. 601--><p class="noindent" >The following is a complete listing of available options for <span
class="ec-lmss-10">hyperref</span>, arranged alphabetically.
-<!--l. 610--><p class="noindent" >
+<!--l. 604--><p class="noindent" >
<a
- id="x1-11001r10"></a> <!--l. 611--><div class="longtable"> <table id="TBL-11" class="longtable"
+ id="x1-11001r10"></a> <!--l. 605--><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,164 +1898,167 @@ id="TBL-11-3"></colgroup>
<tr
style="vertical-align:baseline;" id="TBL-11-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-1-1"
class="td11"> <span
-class="ec-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="ec-lmtt-10">anchorcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-1-2"
+class="td11"> <span
+class="ec-lmri-10">black </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-1-3"
class="td11">
- <!--l. 611--><p class="noindent" >use A4 paper </td>
+ <!--l. 605--><p class="noindent" >set color of anchors </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-2-1"
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="ec-lmtt-10">backref </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-2-2"
+class="td11"> <span
+class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-2-3"
class="td11">
- <!--l. 612--><p class="noindent" >use A5 paper </td>
+ <!--l. 606--><p class="noindent" >do bibliographical back references </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-3-1"
class="td11"> <span
-class="ec-lmtt-10">anchorcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-3-2"
+class="ec-lmtt-10">baseurl </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-3-2"
class="td11"> <span
-class="ec-lmri-10">black </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-3-3"
+class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-3-3"
class="td11">
- <!--l. 613--><p class="noindent" >set color of anchors </td>
+ <!--l. 607--><p class="noindent" >set base URL for document </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-4-1"
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="ec-lmtt-10">bookmarks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-4-2"
+class="td11"> <span
+class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-4-3"
class="td11">
- <!--l. 614--><p class="noindent" >use B5 paper </td>
+ <!--l. 608--><p class="noindent" >make bookmarks </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-5-1"
class="td11"> <span
-class="ec-lmtt-10">backref </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-5-2"
+class="ec-lmtt-10">bookmarksnumbered </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-5-2"
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-5-3"
class="td11">
- <!--l. 615--><p class="noindent" >do bibliographical back references </td>
+ <!--l. 609--><p class="noindent" >put section numbers in bookmarks </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-6-1"
class="td11"> <span
-class="ec-lmtt-10">baseurl </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-6-2"
+class="ec-lmtt-10">bookmarksopen </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-6-2"
class="td11"> <span
-class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-6-3"
+class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-6-3"
class="td11">
- <!--l. 616--><p class="noindent" >set base URL for document </td>
+ <!--l. 610--><p class="noindent" >open up bookmark tree </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-7-1"
class="td11"> <span
-class="ec-lmtt-10">bookmarks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-7-2"
+class="ec-lmtt-10">bookmarksopenlevel </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-7-2"
class="td11"> <span
-class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-7-3"
+class="ec-lmtt-10">\maxdimen </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-7-3"
class="td11">
- <!--l. 617--><p class="noindent" >make bookmarks </td>
+ <!--l. 611--><p class="noindent" >level to which bookmarks are open </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-8-1"
class="td11"> <span
-class="ec-lmtt-10">bookmarksnumbered </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-8-2"
+class="ec-lmtt-10">bookmarkstype </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-8-2"
class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-8-3"
+class="ec-lmri-10">toc </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-8-3"
class="td11">
- <!--l. 618--><p class="noindent" >put section numbers in bookmarks </td>
+ <!--l. 612--><p class="noindent" >to specify which &#8216;toc&#8217; file to mimic </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-9-1"
class="td11"> <span
-class="ec-lmtt-10">bookmarksopen </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-9-2"
+class="ec-lmtt-10">breaklinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-9-2"
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-9-3"
class="td11">
- <!--l. 619--><p class="noindent" >open up bookmark tree </td>
+ <!--l. 613--><p class="noindent" >allow links to break over lines </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-10-1"
class="td11"> <span
-class="ec-lmtt-10">bookmarksopenlevel </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-10-2"
+class="ec-lmtt-10">CJKbookmarks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-10-2"
class="td11"> <span
-class="ec-lmtt-10">\maxdimen </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-10-3"
+class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-10-3"
class="td11">
- <!--l. 620--><p class="noindent" >level to which bookmarks are open </td>
+ <!--l. 614--><p class="noindent" >to produce CJK bookmarks </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-11-1"
class="td11"> <span
-class="ec-lmtt-10">bookmarkstype </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-11-2"
+class="ec-lmtt-10">citebordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-11-2"
class="td11"> <span
-class="ec-lmri-10">toc </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-11-3"
+class="ec-lmri-10">0 1 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-11-3"
class="td11">
- <!--l. 621--><p class="noindent" >to specify which &#8216;toc&#8217; file to mimic </td>
+ <!--l. 615--><p class="noindent" >color of border around cites </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-12-1"
class="td11"> <span
-class="ec-lmtt-10">breaklinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-12-2"
+class="ec-lmtt-10">citecolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-12-2"
class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-12-3"
+class="ec-lmri-10">green </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-12-3"
class="td11">
- <!--l. 622--><p class="noindent" >allow links to break over lines </td>
+ <!--l. 616--><p class="noindent" >color of citation links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-13-1"
class="td11"> <span
-class="ec-lmtt-10">CJKbookmarks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-13-2"
+class="ec-lmtt-10">colorlinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-13-2"
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-13-3"
class="td11">
- <!--l. 623--><p class="noindent" >to produce CJK bookmarks </td>
+ <!--l. 617--><p class="noindent" >color links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-14-1"
+class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-14-2"
class="td11"> <span
-class="ec-lmtt-10">citebordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-14-2"
-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="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-14-3"
class="td11">
- <!--l. 624--><p class="noindent" >color of border around cites </td>
+ <!--l. 618--><p class="noindent" >(<span
+class="ec-lmss-10">tex4ht</span>, <span
+class="ec-lmss-10">dviwindo</span>) </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-15-1"
class="td11"> <span
-class="ec-lmtt-10">citecolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-15-2"
+class="ec-lmtt-10">debug </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-15-2"
class="td11"> <span
-class="ec-lmri-10">green </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-15-3"
+class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-15-3"
class="td11">
- <!--l. 625--><p class="noindent" >color of citation links </td>
+ <!--l. 619--><p class="noindent" >provide details of anchors defined; same
+ as verbose </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-16-1"
class="td11"> <span
-class="ec-lmtt-10">colorlinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-16-2"
+class="ec-lmtt-10">draft </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-16-2"
class="td11"> <span
class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-16-3"
class="td11">
- <!--l. 626--><p class="noindent" >color links </td>
+ <!--l. 620--><p class="noindent" >do not do any hyperlinking </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="ec-lmtt-10">dvipdfm </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-17-2"
+class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-17-3"
class="td11">
- <!--l. 627--><p class="noindent" >(<span
-class="ec-lmss-10">tex4ht</span>, <span
-class="ec-lmss-10">dviwindo</span>) </td>
+ <!--l. 621--><p class="noindent" >use <span
+class="ec-lmss-10">dvipdfm </span>backend </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-18-1"
class="td11"> <span
-class="ec-lmtt-10">debug </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-18-2"
-class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-18-3"
+class="ec-lmtt-10">dvipdfmx </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-18-2"
+class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-18-3"
class="td11">
- <!--l. 628--><p class="noindent" >provide details of anchors defined; same
- as verbose </td>
+ <!--l. 622--><p class="noindent" >use <span
+class="ec-lmss-10">dvipdfmx </span>backend </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-19-1"
class="td11"> <span
-class="ec-lmtt-10">draft </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-19-2"
-class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-19-3"
+class="ec-lmtt-10">dvips </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-19-2"
+class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-19-3"
class="td11">
- <!--l. 629--><p class="noindent" >do not do any hyperlinking </td>
+ <!--l. 623--><p class="noindent" >use <span
+class="ec-lmss-10">dvips </span>backend </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-20-1"
class="td11"> <span
-class="ec-lmtt-10">dvipdfm </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-20-2"
+class="ec-lmtt-10">dvipsone </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-20-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-20-3"
class="td11">
- <!--l. 630--><p class="noindent" >use <span
-class="ec-lmss-10">dvipdfm </span>backend </td>
+ <!--l. 624--><p class="noindent" >use <span
+class="ec-lmss-10">dvipsone </span>backend </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-21-1"
class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-21-2"
@@ -2118,754 +2067,723 @@ class="td11"></td></tr>
<tr
style="vertical-align:baseline;" id="TBL-11-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-22-1"
class="td11"> <span
-class="ec-lmtt-10">dvipdfmx </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-22-2"
+class="ec-lmtt-10">dviwindo </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-22-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-22-3"
class="td11">
- <!--l. 631--><p class="noindent" >use <span
-class="ec-lmss-10">dvipdfmx </span>backend </td>
+ <!--l. 625--><p class="noindent" >use <span
+class="ec-lmss-10">dviwindo </span>backend </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-23-1"
class="td11"> <span
-class="ec-lmtt-10">dvips </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-23-2"
+class="ec-lmtt-10">encap </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-23-2"
class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-23-3"
class="td11">
- <!--l. 632--><p class="noindent" >use <span
-class="ec-lmss-10">dvips </span>backend </td>
+ <!--l. 626--><p class="noindent" >to set encap character for hyperindex </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-24-1"
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="ec-lmtt-10">extension </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-24-2"
+class="td11"> <span
+class="ec-lmri-10">dvi </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-24-3"
class="td11">
- <!--l. 633--><p class="noindent" >use <span
-class="ec-lmss-10">dvipsone </span>backend </td>
+ <!--l. 627--><p class="noindent" >suffix of linked files </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-25-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-25-1"
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="ec-lmtt-10">filebordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-25-2"
+class="td11"> <span
+class="ec-lmri-10">0 .5 .5 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-25-3"
class="td11">
- <!--l. 634--><p class="noindent" >use <span
-class="ec-lmss-10">dviwindo </span>backend </td>
+ <!--l. 628--><p class="noindent" >color of border around file links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-26-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-26-1"
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="ec-lmtt-10">filecolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-26-2"
+class="td11"> <span
+class="ec-lmri-10">cyan </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-26-3"
class="td11">
- <!--l. 635--><p class="noindent" >to set encap character for hyperindex </td>
+ <!--l. 629--><p class="noindent" >color of file links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-27-1"
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="ec-lmtt-10">final </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-27-2"
+class="td11"> <span
+class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-27-3"
class="td11">
- <!--l. 636--><p class="noindent" >use executivepaper </td>
+ <!--l. 630--><p class="noindent" >opposite of option draft </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-28-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-28-1"
class="td11"> <span
-class="ec-lmtt-10">extension </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-28-2"
+class="ec-lmtt-10">frenchlinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-28-2"
class="td11"> <span
-class="ec-lmri-10">dvi </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-28-3"
+class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-28-3"
class="td11">
- <!--l. 637--><p class="noindent" >suffix of linked files </td>
+ <!--l. 631--><p class="noindent" >use small caps instead of color for links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-29-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-29-1"
class="td11"> <span
-class="ec-lmtt-10">filebordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-29-2"
+class="ec-lmtt-10">hyperfigures </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-29-2"
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="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-29-3"
class="td11">
- <!--l. 638--><p class="noindent" >color of border around file links </td>
+ <!--l. 632--><p class="noindent" >make figures hyper links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-30-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-30-1"
class="td11"> <span
-class="ec-lmtt-10">filecolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-30-2"
+class="ec-lmtt-10">hyperfootnotes </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-30-2"
class="td11"> <span
-class="ec-lmri-10">cyan </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-30-3"
+class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-30-3"
class="td11">
- <!--l. 639--><p class="noindent" >color of file links </td>
+ <!--l. 633--><p class="noindent" >set up hyperlinked footnotes </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-31-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-31-1"
class="td11"> <span
-class="ec-lmtt-10">final </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-31-2"
+class="ec-lmtt-10">hyperindex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-31-2"
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-31-3"
class="td11">
- <!--l. 640--><p class="noindent" >opposite of option draft </td>
+ <!--l. 634--><p class="noindent" >set up hyperlinked indices </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-32-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-32-1"
class="td11"> <span
-class="ec-lmtt-10">frenchlinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-32-2"
-class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-32-3"
+class="ec-lmtt-10">hypertex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-32-2"
+class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-32-3"
class="td11">
- <!--l. 641--><p class="noindent" >use small caps instead of color for links </td>
+ <!--l. 635--><p class="noindent" >use <span
+class="ec-lmss-10">Hyper</span><span class="TEX"><span
+class="ec-lmss-10">T</span><span
+class="E"><span
+class="ec-lmss-10">E</span></span><span
+class="ec-lmss-10">X</span></span> backend </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-33-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-33-1"
class="td11"> <span
-class="ec-lmtt-10">hyperfigures </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-33-2"
+class="ec-lmtt-10">hypertexnames </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-33-2"
class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-33-3"
+class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-33-3"
class="td11">
- <!--l. 642--><p class="noindent" >make figures hyper links </td>
+ <!--l. 636--><p class="noindent" >use guessable names for links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-34-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-34-1"
class="td11"> <span
-class="ec-lmtt-10">hyperfootnotes </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-34-2"
+class="ec-lmtt-10">implicit </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-34-2"
class="td11"> <span
class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-34-3"
class="td11">
- <!--l. 643--><p class="noindent" >set up hyperlinked footnotes </td>
+ <!--l. 637--><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-35-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-35-1"
class="td11"> <span
-class="ec-lmtt-10">hyperindex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-35-2"
-class="td11"> <span
-class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-35-3"
+class="ec-lmtt-10">latex2html </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-35-2"
+class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-35-3"
class="td11">
- <!--l. 644--><p class="noindent" >set up hyperlinked indices </td>
+ <!--l. 638--><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
+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-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="ec-lmtt-10">legalpaper </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. 645--><p class="noindent" >use <span
-class="ec-lmss-10">Hyper</span><span class="TEX"><span
-class="ec-lmss-10">T</span><span
-class="E"><span
-class="ec-lmss-10">E</span></span><span
-class="ec-lmss-10">X</span></span> backend </td>
+ <!--l. 639--><p class="noindent" >use legalpaper </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-37-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-37-1"
class="td11"> <span
-class="ec-lmtt-10">hypertexnames </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-37-2"
-class="td11"> <span
-class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-37-3"
+class="ec-lmtt-10">letterpaper </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-37-2"
+class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-37-3"
class="td11">
- <!--l. 646--><p class="noindent" >use guessable names for links </td>
+ <!--l. 640--><p class="noindent" >use letterpaper </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
-class="ec-lmtt-10">implicit </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-38-2"
+class="ec-lmtt-10">linkbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-38-2"
class="td11"> <span
-class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-38-3"
+class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-38-3"
class="td11">
- <!--l. 647--><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>
+ <!--l. 641--><p class="noindent" >color of border around links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-39-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-39-1"
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="ec-lmtt-10">linkcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-39-2"
+class="td11"> <span
+class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-39-3"
class="td11">
- <!--l. 648--><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
-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>
+ <!--l. 642--><p class="noindent" >color of links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-40-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-40-1"
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="ec-lmtt-10">linktocpage </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-40-2"
+class="td11"> <span
+class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-40-3"
class="td11">
- <!--l. 649--><p class="noindent" >use legalpaper </td>
+ <!--l. 643--><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-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="ec-lmtt-10">menubordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-41-2"
+class="td11"> <span
+class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-41-3"
class="td11">
- <!--l. 650--><p class="noindent" >use letterpaper </td>
+ <!--l. 644--><p class="noindent" >color of border around menu links </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>
<tr
style="vertical-align:baseline;" id="TBL-11-43-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-43-1"
class="td11"> <span
-class="ec-lmtt-10">linkbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-43-2"
+class="ec-lmtt-10">menucolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-43-2"
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="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-43-3"
class="td11">
- <!--l. 651--><p class="noindent" >color of border around links </td>
+ <!--l. 645--><p class="noindent" >color for menu 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
-class="ec-lmtt-10">linkcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-44-2"
+class="ec-lmtt-10">nativepdf </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-44-2"
class="td11"> <span
-class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-44-3"
+class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-44-3"
class="td11">
- <!--l. 652--><p class="noindent" >color of links </td>
+ <!--l. 646--><p class="noindent" >an alias for <span
+class="ec-lmss-10">dvips</span> </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
-class="ec-lmtt-10">linktocpage </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-45-2"
+class="ec-lmtt-10">naturalnames </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-45-2"
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. 653--><p class="noindent" >make page number, not text, be link on
- TOC, LOF and LOT </td>
+ <!--l. 647--><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-46-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-46-1"
class="td11"> <span
-class="ec-lmtt-10">menubordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-46-2"
+class="ec-lmtt-10">nesting </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-46-2"
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="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-46-3"
class="td11">
- <!--l. 654--><p class="noindent" >color of border around menu links </td>
+ <!--l. 648--><p class="noindent" >allow nesting of 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
-class="ec-lmtt-10">menucolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-47-2"
+class="ec-lmtt-10">pageanchor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-47-2"
class="td11"> <span
-class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-47-3"
+class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-47-3"
class="td11">
- <!--l. 655--><p class="noindent" >color for menu links </td>
+ <!--l. 649--><p class="noindent" >put an anchor on every page </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
-class="ec-lmtt-10">nativepdf </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-48-2"
+class="ec-lmtt-10">pagebackref </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-48-2"
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. 656--><p class="noindent" >an alias for <span
-class="ec-lmss-10">dvips</span> </td>
+ <!--l. 650--><p class="noindent" >backreference by page number </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-49-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-49-1"
class="td11"> <span
-class="ec-lmtt-10">naturalnames </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-49-2"
+class="ec-lmtt-10">pdfauthor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-49-2"
class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-49-3"
+class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-49-3"
class="td11">
- <!--l. 657--><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>
+ <!--l. 651--><p class="noindent" >text for PDF Author field </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-50-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-50-1"
class="td11"> <span
-class="ec-lmtt-10">nesting </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-50-2"
+class="ec-lmtt-10">pdfborder </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-50-2"
class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-50-3"
+class="ec-lmri-10">0 0 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-50-3"
class="td11">
- <!--l. 658--><p class="noindent" >allow nesting of links </td>
+ <!--l. 652--><p class="noindent" >width of PDF link border </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"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-51-2"
class="td11"> <span
-class="ec-lmtt-10">pageanchor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-51-2"
-class="td11"> <span
-class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-51-3"
+class="ec-lmri-10">0 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-51-3"
class="td11">
- <!--l. 659--><p class="noindent" >put an anchor on every page </td>
+ <!--l. 653--><p class="noindent" >(<span
+class="ec-lmtt-10">colorlinks)</span> </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
-class="ec-lmtt-10">pagebackref </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-52-2"
+class="ec-lmtt-10">pdfcenterwindow </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-52-2"
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. 660--><p class="noindent" >backreference by page number </td>
+ <!--l. 654--><p class="noindent" >position the document window in the
+ center of the screen </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
-class="ec-lmtt-10">pdfauthor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-53-2"
+class="ec-lmtt-10">pdfcreator </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-53-2"
class="td11"> <span
-class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-53-3"
+class="ec-lmri-10">LaTeX with </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-53-3"
class="td11">
- <!--l. 661--><p class="noindent" >text for PDF Author field </td>
+ <!--l. 655--><p class="noindent" >text for PDF Creator 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"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-54-2"
class="td11"> <span
-class="ec-lmtt-10">pdfborder </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-54-2"
-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="ec-lmri-10">hyperref </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-54-3"
class="td11">
- <!--l. 662--><p class="noindent" >width of PDF link border </td>
+ <!--l. 657--><p class="noindent" > </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="ec-lmri-10">package </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-55-3"
class="td11">
- <!--l. 663--><p class="noindent" >(<span
-class="ec-lmtt-10">colorlinks)</span> </td>
+ <!--l. 658--><p class="noindent" > </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-56-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-56-1"
class="td11"> <span
-class="ec-lmtt-10">pdfcenterwindow </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-56-2"
+class="ec-lmtt-10">pdfdirection </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-56-2"
class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-56-3"
+class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-56-3"
class="td11">
- <!--l. 664--><p class="noindent" >position the document window in the
- center of the screen </td>
+ <!--l. 658--><p class="noindent" >direction setting </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-57-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-57-1"
class="td11"> <span
-class="ec-lmtt-10">pdfcreator </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-57-2"
+class="ec-lmtt-10">pdfdisplaydoctitle </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-57-2"
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="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-57-3"
class="td11">
- <!--l. 665--><p class="noindent" >text for PDF Creator field </td>
+ <!--l. 659--><p class="noindent" >display document title instead of file
+ name in title bar </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="ec-lmtt-10">pdfduplex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-58-2"
+class="td11"> <span
+class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-58-3"
class="td11">
- <!--l. 667--><p class="noindent" > </td>
+ <!--l. 661--><p class="noindent" >paper handling option for print dialog </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="ec-lmtt-10">pdffitwindow </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-59-2"
+class="td11"> <span
+class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-59-3"
class="td11">
- <!--l. 668--><p class="noindent" > </td>
+ <!--l. 663--><p class="noindent" >resize document window to fit
+ document size </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
-class="ec-lmtt-10">pdfdirection </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-60-2"
+class="ec-lmtt-10">pdfhighlight </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-60-2"
class="td11"> <span
-class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-60-3"
+class="ec-lmri-10">/I </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-60-3"
class="td11">
- <!--l. 668--><p class="noindent" >direction setting </td>
+ <!--l. 664--><p class="noindent" >set highlighting of PDF links </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
-class="ec-lmtt-10">pdfdisplaydoctitle </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-61-2"
+class="ec-lmtt-10">pdfkeywords </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-61-2"
class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-61-3"
+class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-61-3"
class="td11">
- <!--l. 669--><p class="noindent" >display document title instead of file
- name in title bar </td>
+ <!--l. 665--><p class="noindent" >text for PDF Keywords field </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-62-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-62-1"
class="td11"> <span
-class="ec-lmtt-10">pdfduplex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-62-2"
+class="ec-lmtt-10">pdflang </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-62-2"
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. 671--><p class="noindent" >paper handling option for print dialog </td>
+ <!--l. 666--><p class="noindent" >PDF language identifier (RFC 3066) </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>
<tr
style="vertical-align:baseline;" id="TBL-11-64-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-64-1"
class="td11"> <span
-class="ec-lmtt-10">pdffitwindow </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-64-2"
+class="ec-lmtt-10">pdfmark </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-64-2"
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. 673--><p class="noindent" >resize document window to fit
- document size </td>
+ <!--l. 667--><p class="noindent" >an alias for <span
+class="ec-lmss-10">dvips</span> </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-65-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-65-1"
class="td11"> <span
-class="ec-lmtt-10">pdfhighlight </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-65-2"
+class="ec-lmtt-10">pdfmenubar </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-65-2"
class="td11"> <span
-class="ec-lmri-10">/I </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-65-3"
+class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-65-3"
class="td11">
- <!--l. 674--><p class="noindent" >set highlighting of PDF links </td>
+ <!--l. 668--><p class="noindent" >make PDF viewer&#8217;s menu bar visible </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
-class="ec-lmtt-10">pdfkeywords </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-66-2"
+class="ec-lmtt-10">pdfnewwindow </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-66-2"
class="td11"> <span
-class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-66-3"
+class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-66-3"
class="td11">
- <!--l. 675--><p class="noindent" >text for PDF Keywords field </td>
+ <!--l. 669--><p class="noindent" >make links that open another PDF </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
-class="ec-lmtt-10">pdflang </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-67-2"
-class="td11"> <span
-class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-67-3"
+class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-67-2"
+class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-67-3"
class="td11">
- <!--l. 676--><p class="noindent" >PDF language identifier (RFC 3066) </td>
+ <!--l. 670--><p class="noindent" >file start a new window </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-68-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-68-1"
class="td11"> <span
-class="ec-lmtt-10">pdfmark </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-68-2"
+class="ec-lmtt-10">pdfnonfullscreenpagemode </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-68-2"
class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-68-3"
+class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-68-3"
class="td11">
- <!--l. 677--><p class="noindent" >an alias for <span
-class="ec-lmss-10">dvips</span> </td>
+ <!--l. 672--><p class="noindent" >page mode setting on exiting full-screen
+ mode </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-69-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-69-1"
class="td11"> <span
-class="ec-lmtt-10">pdfmenubar </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-69-2"
+class="ec-lmtt-10">pdfnumcopies </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-69-2"
class="td11"> <span
-class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-69-3"
+class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-69-3"
class="td11">
- <!--l. 678--><p class="noindent" >make PDF viewer&#8217;s menu bar visible </td>
+ <!--l. 674--><p class="noindent" >number of printed copies </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-70-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-70-1"
class="td11"> <span
-class="ec-lmtt-10">pdfnewwindow </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-70-2"
+class="ec-lmtt-10">pdfpagelayout </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-70-2"
class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-70-3"
+class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-70-3"
class="td11">
- <!--l. 679--><p class="noindent" >make links that open another PDF </td>
+ <!--l. 675--><p class="noindent" >set layout of PDF pages </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-71-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-71-1"
-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"> <span
+class="ec-lmtt-10">pdfpagemode </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-71-2"
+class="td11"> <span
+class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-71-3"
class="td11">
- <!--l. 680--><p class="noindent" >file start a new window </td>
+ <!--l. 676--><p class="noindent" >set default mode of PDF display </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-72-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-72-1"
class="td11"> <span
-class="ec-lmtt-10">pdfnonfullscreenpagemode </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-72-2"
+class="ec-lmtt-10">pdfpagelabels </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-72-2"
class="td11"> <span
-class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-72-3"
+class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-72-3"
class="td11">
- <!--l. 682--><p class="noindent" >page mode setting on exiting full-screen
- mode </td>
+ <!--l. 677--><p class="noindent" >set PDF page labels </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-73-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-73-1"
class="td11"> <span
-class="ec-lmtt-10">pdfnumcopies </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-73-2"
+class="ec-lmtt-10">pdfpagescrop </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-73-2"
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-73-3"
class="td11">
- <!--l. 684--><p class="noindent" >number of printed copies </td>
+ <!--l. 678--><p class="noindent" >set crop size of PDF document </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-74-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-74-1"
class="td11"> <span
-class="ec-lmtt-10">pdfpagelayout </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-74-2"
+class="ec-lmtt-10">pdfpagetransition </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-74-2"
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-74-3"
class="td11">
- <!--l. 685--><p class="noindent" >set layout of PDF pages </td>
+ <!--l. 679--><p class="noindent" >set PDF page transition style </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-75-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-75-1"
class="td11"> <span
-class="ec-lmtt-10">pdfpagemode </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-75-2"
+class="ec-lmtt-10">pdfpicktraybypdfsize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-75-2"
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-75-3"
class="td11">
- <!--l. 686--><p class="noindent" >set default mode of PDF display </td>
+ <!--l. 681--><p class="noindent" >set option for print dialog </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-76-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-76-1"
class="td11"> <span
-class="ec-lmtt-10">pdfpagelabels </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-76-2"
+class="ec-lmtt-10">pdfprintarea </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-76-2"
class="td11"> <span
-class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-76-3"
+class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-76-3"
class="td11">
- <!--l. 687--><p class="noindent" >set PDF page labels </td>
+ <!--l. 682--><p class="noindent" >set /PrintArea of viewer preferences </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-77-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-77-1"
class="td11"> <span
-class="ec-lmtt-10">pdfpagescrop </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-77-2"
+class="ec-lmtt-10">pdfprintclip </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-77-2"
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-77-3"
class="td11">
- <!--l. 688--><p class="noindent" >set crop size of PDF document </td>
+ <!--l. 683--><p class="noindent" >set /PrintClip of viewer preferences </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-78-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-78-1"
class="td11"> <span
-class="ec-lmtt-10">pdfpagetransition </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-78-2"
+class="ec-lmtt-10">pdfprintpagerange </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-78-2"
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-78-3"
class="td11">
- <!--l. 689--><p class="noindent" >set PDF page transition style </td>
+ <!--l. 684--><p class="noindent" >set /PrintPageRange of viewer
+ preferences </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-79-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-79-1"
class="td11"> <span
-class="ec-lmtt-10">pdfpicktraybypdfsize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-79-2"
+class="ec-lmtt-10">pdfprintscaling </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-79-2"
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-79-3"
class="td11">
- <!--l. 691--><p class="noindent" >set option for print dialog </td>
+ <!--l. 685--><p class="noindent" >page scaling option for print dialog </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-80-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-80-1"
class="td11"> <span
-class="ec-lmtt-10">pdfprintarea </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-80-2"
+class="ec-lmtt-10">pdfproducer </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-80-2"
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. 692--><p class="noindent" >set /PrintArea of viewer preferences </td>
+ <!--l. 686--><p class="noindent" >text for PDF Producer field </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-81-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-81-1"
class="td11"> <span
-class="ec-lmtt-10">pdfprintclip </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-81-2"
+class="ec-lmtt-10">pdfstartpage </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-81-2"
class="td11"> <span
-class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-81-3"
+class="ec-lmri-10">1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-81-3"
class="td11">
- <!--l. 693--><p class="noindent" >set /PrintClip of viewer preferences </td>
+ <!--l. 687--><p class="noindent" >page at which PDF document opens </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
-class="ec-lmtt-10">pdfprintpagerange </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-82-2"
+class="ec-lmtt-10">pdfstartview </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-82-2"
class="td11"> <span
-class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-82-3"
+class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-82-3"
class="td11">
- <!--l. 694--><p class="noindent" >set /PrintPageRange of viewer
- preferences </td>
+ <!--l. 688--><p class="noindent" >starting view of PDF document </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-83-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-83-1"
class="td11"> <span
-class="ec-lmtt-10">pdfprintscaling </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-83-2"
+class="ec-lmtt-10">pdfsubject </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-83-2"
class="td11"> <span
class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-83-3"
class="td11">
- <!--l. 695--><p class="noindent" >page scaling option for print dialog </td>
+ <!--l. 689--><p class="noindent" >text for PDF Subject field </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>
<tr
style="vertical-align:baseline;" id="TBL-11-85-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-85-1"
class="td11"> <span
-class="ec-lmtt-10">pdfproducer </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-85-2"
-class="td11"> <span
-class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-85-3"
+class="ec-lmtt-10">pdftex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-85-2"
+class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-85-3"
class="td11">
- <!--l. 696--><p class="noindent" >text for PDF Producer field </td>
+ <!--l. 690--><p class="noindent" >use <span
+class="ec-lmss-10">pdf</span><span class="TEX"><span
+class="ec-lmss-10">T</span><span
+class="E"><span
+class="ec-lmss-10">E</span></span><span
+class="ec-lmss-10">X</span></span> backend </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-86-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-86-1"
class="td11"> <span
-class="ec-lmtt-10">pdfstartpage </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-86-2"
+class="ec-lmtt-10">pdftitle </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-86-2"
class="td11"> <span
-class="ec-lmri-10">1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-86-3"
+class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-86-3"
class="td11">
- <!--l. 697--><p class="noindent" >page at which PDF document opens </td>
+ <!--l. 691--><p class="noindent" >text for PDF Title field </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-87-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-87-1"
class="td11"> <span
-class="ec-lmtt-10">pdfstartview </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-87-2"
+class="ec-lmtt-10">pdftoolbar </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-87-2"
class="td11"> <span
-class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-87-3"
+class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-87-3"
class="td11">
- <!--l. 698--><p class="noindent" >starting view of PDF document </td>
+ <!--l. 692--><p class="noindent" >make PDF toolbar visible </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-88-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-88-1"
class="td11"> <span
-class="ec-lmtt-10">pdfsubject </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-88-2"
+class="ec-lmtt-10">pdfview </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-88-2"
class="td11"> <span
-class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-88-3"
+class="ec-lmri-10">XYZ </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-88-3"
class="td11">
- <!--l. 699--><p class="noindent" >text for PDF Subject field </td>
+ <!--l. 693--><p class="noindent" >PDF &#8216;view&#8217; when on link traversal </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="ec-lmtt-10">pdfviewarea </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-89-2"
+class="td11"> <span
+class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-89-3"
class="td11">
- <!--l. 700--><p class="noindent" >use <span
-class="ec-lmss-10">pdf</span><span class="TEX"><span
-class="ec-lmss-10">T</span><span
-class="E"><span
-class="ec-lmss-10">E</span></span><span
-class="ec-lmss-10">X</span></span> backend </td>
+ <!--l. 694--><p class="noindent" >set /ViewArea of viewer preferences </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-90-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-90-1"
class="td11"> <span
-class="ec-lmtt-10">pdftitle </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-90-2"
+class="ec-lmtt-10">pdfviewclip </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-90-2"
class="td11"> <span
-class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-90-3"
+class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-90-3"
class="td11">
- <!--l. 701--><p class="noindent" >text for PDF Title field </td>
+ <!--l. 695--><p class="noindent" >set /ViewClip of viewer preferences </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-91-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-91-1"
class="td11"> <span
-class="ec-lmtt-10">pdftoolbar </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-91-2"
+class="ec-lmtt-10">pdfwindowui </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-91-2"
class="td11"> <span
-class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-91-3"
+class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-91-3"
class="td11">
- <!--l. 702--><p class="noindent" >make PDF toolbar visible </td>
+ <!--l. 696--><p class="noindent" >make PDF user interface elements
+ 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
-class="ec-lmtt-10">pdfview </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-92-2"
+class="ec-lmtt-10">plainpages </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-92-2"
class="td11"> <span
-class="ec-lmri-10">XYZ </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-92-3"
+class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-92-3"
class="td11">
- <!--l. 703--><p class="noindent" >PDF &#8216;view&#8217; when on link traversal </td>
+ <!--l. 697--><p class="noindent" >do page number anchors as plain arabic </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
-class="ec-lmtt-10">pdfviewarea </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-93-2"
-class="td11"> <span
-class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-93-3"
+class="ec-lmtt-10">ps2pdf </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-93-2"
+class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-93-3"
class="td11">
- <!--l. 704--><p class="noindent" >set /ViewArea of viewer preferences </td>
+ <!--l. 698--><p class="noindent" >use <span
+class="ec-lmss-10">ps2pdf </span>backend </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
-class="ec-lmtt-10">pdfviewclip </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-94-2"
+class="ec-lmtt-10">raiselinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-94-2"
class="td11"> <span
-class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-94-3"
+class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-94-3"
class="td11">
- <!--l. 705--><p class="noindent" >set /ViewClip of viewer preferences </td>
+ <!--l. 699--><p class="noindent" >raise up links (for <span
+class="ec-lmss-10">Hyper</span><span class="TEX"><span
+class="ec-lmss-10">T</span><span
+class="E"><span
+class="ec-lmss-10">E</span></span><span
+class="ec-lmss-10">X</span></span> backend) </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-95-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-95-1"
class="td11"> <span
-class="ec-lmtt-10">pdfwindowui </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-95-2"
+class="ec-lmtt-10">runbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-95-2"
class="td11"> <span
-class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-95-3"
+class="ec-lmri-10">0 .7 .7 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-95-3"
class="td11">
- <!--l. 706--><p class="noindent" >make PDF user interface elements
- visible </td>
+ <!--l. 700--><p class="noindent" >color of border around &#8216;run&#8217; links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-96-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-96-1"
class="td11"> <span
-class="ec-lmtt-10">plainpages </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-96-2"
+class="ec-lmtt-10">runcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-96-2"
class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-96-3"
+class="ec-lmri-10">filecolor </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-96-3"
class="td11">
- <!--l. 707--><p class="noindent" >do page number anchors as plain arabic </td>
+ <!--l. 701--><p class="noindent" >color of &#8216;run&#8217; links </td>
+
+
</tr><tr
style="vertical-align:baseline;" id="TBL-11-97-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-97-1"
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="ec-lmtt-10">setpagesize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-97-2"
+class="td11"> <span
+class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-97-3"
class="td11">
- <!--l. 708--><p class="noindent" >use <span
-class="ec-lmss-10">ps2pdf </span>backend </td>
-
-
+ <!--l. 702--><p class="noindent" >set page size by special driver
+ commands </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
-class="ec-lmtt-10">raiselinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-98-2"
-class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-98-3"
+class="ec-lmtt-10">tex4ht </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-98-2"
+class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-98-3"
class="td11">
- <!--l. 709--><p class="noindent" >raise up links (for <span
-class="ec-lmss-10">Hyper</span><span class="TEX"><span
+ <!--l. 703--><p class="noindent" >use <span class="TEX"><span
class="ec-lmss-10">T</span><span
class="E"><span
class="ec-lmss-10">E</span></span><span
-class="ec-lmss-10">X</span></span> backend) </td>
+class="ec-lmss-10">X</span></span><span
+class="ec-lmss-10">4ht </span>backend </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-99-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-99-1"
class="td11"> <span
-class="ec-lmtt-10">runbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-99-2"
-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="ec-lmtt-10">textures </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-99-2"
+class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-99-3"
class="td11">
- <!--l. 710--><p class="noindent" >color of border around &#8216;run&#8217; links </td>
+ <!--l. 704--><p class="noindent" >use <span
+class="ec-lmss-10">Textures </span>backend </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-100-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-100-1"
class="td11"> <span
-class="ec-lmtt-10">runcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-100-2"
+class="ec-lmtt-10">unicode </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-100-2"
class="td11"> <span
-class="ec-lmri-10">filecolor </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-100-3"
+class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-100-3"
class="td11">
- <!--l. 711--><p class="noindent" >color of &#8216;run&#8217; links </td>
+ <!--l. 705--><p class="noindent" >Unicode encoded pdf strings </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
-class="ec-lmtt-10">setpagesize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-101-2"
+class="ec-lmtt-10">urlbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-101-2"
class="td11"> <span
-class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-101-3"
+class="ec-lmri-10">0 1 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-101-3"
class="td11">
- <!--l. 712--><p class="noindent" >set page size by special driver
- commands </td>
+ <!--l. 706--><p class="noindent" >color of border around URL links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-102-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-102-1"
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="ec-lmtt-10">urlcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-102-2"
+class="td11"> <span
+class="ec-lmri-10">magenta </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-102-3"
class="td11">
- <!--l. 713--><p class="noindent" >use <span class="TEX"><span
-class="ec-lmss-10">T</span><span
-class="E"><span
-class="ec-lmss-10">E</span></span><span
-class="ec-lmss-10">X</span></span><span
-class="ec-lmss-10">4ht </span>backend </td>
+ <!--l. 707--><p class="noindent" >color of URL links </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-103-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-103-1"
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="ec-lmtt-10">verbose </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-103-2"
+class="td11"> <span
+class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-103-3"
class="td11">
- <!--l. 714--><p class="noindent" >use <span
-class="ec-lmss-10">Textures </span>backend </td>
+ <!--l. 708--><p class="noindent" >be chatty </td>
</tr><tr
style="vertical-align:baseline;" id="TBL-11-104-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-104-1"
class="td11"> <span
-class="ec-lmtt-10">unicode </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-104-2"
-class="td11"> <span
-class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-104-3"
+class="ec-lmtt-10">vtex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-104-2"
+class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-104-3"
class="td11">
- <!--l. 715--><p class="noindent" >Unicode encoded pdf strings </td>
+ <!--l. 709--><p class="noindent" >use <span
+class="ec-lmss-10">VTeX </span>backend </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>
<tr
style="vertical-align:baseline;" id="TBL-11-106-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-106-1"
class="td11"> <span
-class="ec-lmtt-10">urlbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-106-2"
-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. 716--><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
-class="ec-lmtt-10">urlcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-107-2"
-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. 717--><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
-class="ec-lmtt-10">verbose </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-108-2"
-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. 718--><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. 719--><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"
-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="ec-lmtt-10">xetex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-106-2"
+class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-106-3"
class="td11">
- <!--l. 720--><p class="noindent" >use <span
+ <!--l. 710--><p class="noindent" >use <span
class="ec-lmss-10">Xe</span><span class="TEX"><span
class="ec-lmss-10">T</span><span
class="E"><span
class="ec-lmss-10">E</span></span><span
class="ec-lmss-10">X</span></span> backend </td>
</tr><tr
- style="vertical-align:baseline;" id="TBL-11-111-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-111-1"
-class="td11"> </td>
+ style="vertical-align:baseline;" id="TBL-11-107-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-107-1"
+class="td11"> </td>
</tr><tr
- style="vertical-align:baseline;" id="TBL-11-112-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-112-1"
-class="td11"> </td>
+ style="vertical-align:baseline;" id="TBL-11-108-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-108-1"
+class="td11"> </td>
</tr><tr
- style="vertical-align:baseline;" id="TBL-11-113-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-113-1"
-class="td11"> </td>
+ style="vertical-align:baseline;" id="TBL-11-109-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-109-1"
+class="td11"> </td>
</tr><tr
- style="vertical-align:baseline;" id="TBL-11-114-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-114-1"
-class="td11"> </td>
+ style="vertical-align:baseline;" id="TBL-11-110-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-110-1"
+class="td11"> </td>
</tr><tr
- 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>
+ style="vertical-align:baseline;" id="TBL-11-111-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-111-1"
+class="td11"> </td></tr>
</table></div>
-<!--l. 723--><p class="noindent" >
+<!--l. 713--><p class="noindent" >
<h3 class="sectionHead"><span class="titlemark">4 </span> <a
id="x1-120004"></a>Additional user macros</h3>
-<!--l. 725--><p class="noindent" >If you need to make references to URLs, or write explicit links, the following low-level user macros are
+<!--l. 715--><p class="noindent" >If you need to make references to URLs, or write explicit links, the following low-level user macros are
provided:
-<!--l. 728--><p class="noindent" >
+<!--l. 718--><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
@@ -2878,12 +2796,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. 732--><p class="noindent" >The <span
+<!--l. 722--><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. 737--><p class="noindent" >
+<!--l. 727--><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
@@ -2894,7 +2812,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. 741--><p class="noindent" >Similar to <span
+<!--l. 731--><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
@@ -2905,7 +2823,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. 746--><p class="noindent" >
+<!--l. 736--><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
@@ -2916,12 +2834,10 @@ 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. 750--><p class="noindent" >Write <span
+<!--l. 740--><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. 753--><p class="noindent" >
+<!--l. 743--><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
@@ -2933,10 +2849,12 @@ 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. 757--><p class="noindent" >A base <span
+<!--l. 747--><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. 760--><p class="noindent" >
+
+
+<!--l. 750--><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
@@ -2950,12 +2868,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. 764--><p class="noindent" >The link to the image referenced by the URL is inserted, using <span
+<!--l. 754--><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. 767--><p class="indent" > For drivers that produce HTML, the image itself is inserted by the browser, with the <span
+<!--l. 757--><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. 770--><p class="noindent" >
+<!--l. 760--><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
@@ -2971,10 +2889,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. 774--><p class="noindent" >A target area of the document (the <span
+<!--l. 764--><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. 777--><p class="noindent" >
+<!--l. 767--><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
@@ -2992,10 +2910,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. 781--><p class="noindent" ><span
+<!--l. 771--><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. 783--><p class="noindent" >
+<!--l. 773--><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
@@ -3009,12 +2927,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. 787--><p class="noindent" ><span
+<!--l. 777--><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. 791--><p class="noindent" >
+<!--l. 781--><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
@@ -3028,7 +2946,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. 794--><p class="noindent" >
+<!--l. 784--><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
@@ -3042,7 +2960,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. 798--><p class="noindent" >A simple internal link is created with <span class="obeylines-h"><span class="verb"><span
+<!--l. 788--><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
@@ -3051,11 +2969,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. 804--><p class="indent" > Note that in HTML parlance, the <span class="obeylines-h"><span class="verb"><span
+<!--l. 794--><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. 808--><p class="noindent" >
+<!--l. 798--><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
@@ -3064,7 +2982,7 @@ id="TBL-22-1"></colgroup><tr
class="td11"> <span
class="ec-lmtt-10">\phantomsection </span></td>
</tr></table> </div></span>
-<!--l. 812--><p class="noindent" >This sets an anchor at this location. It works similar to <span class="obeylines-h"><span class="verb"><span
+<!--l. 802--><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
@@ -3080,10 +2998,10 @@ is set. Example:
&#x00A0;<br />\addcontentsline{toc}{chapter}{\indexname}
&#x00A0;<br />\printindex
</div>
- <!--l. 825--><p class="nopar" ></div>
-<!--l. 827--><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. 815--><p class="nopar" ></div>
+<!--l. 817--><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. 831--><p class="noindent" >
+<!--l. 821--><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
@@ -3094,11 +3012,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. 835--><p class="noindent" >This is a replacement for the usual <span class="obeylines-h"><span class="verb"><span
+<!--l. 825--><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. 841--><p class="indent" > The label is worked out from the context of the original <span class="obeylines-h"><span class="verb"><span
+<!--l. 831--><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
@@ -3106,16 +3024,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. 849--><p class="indent" > For each macro below, <span
+<!--l. 839--><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. 853--><p class="noindent" >
+<!--l. 843--><p class="noindent" >
<a
- id="x1-12001r11"></a> <!--l. 854--><div class="longtable"> <table id="TBL-24" class="longtable"
+ id="x1-12001r11"></a> <!--l. 844--><div class="longtable"> <table id="TBL-24" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-24-1g"><col
id="TBL-24-1"><col
@@ -3125,99 +3043,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. 854--><p class="noindent" ><span
+ <!--l. 844--><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. 855--><p class="noindent" >Figure </td>
+ <!--l. 845--><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. 856--><p class="noindent" >Table </td>
+ <!--l. 846--><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. 857--><p class="noindent" >Part </td>
+ <!--l. 847--><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. 858--><p class="noindent" >Appendix </td>
+ <!--l. 848--><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. 859--><p class="noindent" >Equation </td>
+ <!--l. 849--><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. 860--><p class="noindent" >item </td>
+ <!--l. 850--><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. 861--><p class="noindent" >chapter </td>
+ <!--l. 851--><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. 862--><p class="noindent" >section </td>
+ <!--l. 852--><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. 863--><p class="noindent" >subsection </td>
+ <!--l. 853--><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. 864--><p class="noindent" >subsubsection </td>
+ <!--l. 854--><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. 865--><p class="noindent" >paragraph </td>
+ <!--l. 855--><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. 866--><p class="noindent" >footnote </td>
+ <!--l. 856--><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. 867--><p class="noindent" >Equation </td>
+ <!--l. 857--><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. 868--><p class="noindent" >Theorem </td>
+ <!--l. 858--><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. 869--><p class="noindent" >page </td>
+ <!--l. 859--><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>
@@ -3235,7 +3153,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. 872--><p class="indent" > Example for a redefinition if <span
+<!--l. 862--><p class="indent" > Example for a redefinition if <span
class="ec-lmss-10">babel </span>is used:
<div class="quote">
@@ -3246,8 +3164,8 @@ class="ec-lmss-10">babel </span>is used:
&#x00A0;<br />&#x00A0;&#x00A0;\def\subsectionautorefname{Unterkapitel}%
&#x00A0;<br />}
</div>
- <!--l. 879--><p class="nopar" ></div>
-<!--l. 882--><p class="indent" > Hint: <span class="obeylines-h"><span class="verb"><span
+ <!--l. 869--><p class="nopar" ></div>
+<!--l. 872--><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
@@ -3287,8 +3205,8 @@ lemmas:
&#x00A0;<br />
&#x00A0;<br />\end{document}
</div>
- <!--l. 917--><p class="nopar" ></div>
-<!--l. 920--><p class="noindent" >
+ <!--l. 907--><p class="nopar" ></div>
+<!--l. 910--><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
@@ -3300,14 +3218,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. 924--><p class="noindent" >It replaces <span class="obeylines-h"><span class="verb"><span
+<!--l. 914--><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. 929--><p class="indent" > For instances where you want a reference to use the correct counter, but not to create a link, there
+<!--l. 919--><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. 932--><p class="noindent" >
+<!--l. 922--><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
@@ -3318,7 +3236,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. 936--><p class="noindent" >
+<!--l. 926--><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
@@ -3330,7 +3248,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. 940--><p class="noindent" >
+<!--l. 930--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-28" class="tabular"
@@ -3343,7 +3261,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. 944--><p class="noindent" >
+<!--l. 934--><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
@@ -3355,18 +3273,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. 948--><p class="indent" > A typical use would be to write
+<!--l. 938--><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. 951--><p class="nopar" >
-<!--l. 953--><p class="indent" > We want <span class="obeylines-h"><span class="verb"><span
+<!--l. 941--><p class="nopar" >
+<!--l. 943--><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. 956--><p class="noindent" >
+<!--l. 946--><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
@@ -3384,7 +3302,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. 960--><p class="indent" > <span
+<!--l. 950--><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:
@@ -3428,24 +3346,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. 976--><p class="indent" > In addition, parentheses are protected to avoid the danger of unsafe unbalanced parentheses in
+<!--l. 966--><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. 980--><p class="noindent" >
+<!--l. 970--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">4.1 </span> <a
id="x1-130004.1"></a>Bookmark macros</h4>
-<!--l. 982--><p class="noindent" >
+<!--l. 972--><p class="noindent" >
<h5 class="subsubsectionHead"><span class="titlemark">4.1.1 </span> <a
id="x1-140004.1.1"></a>Setting bookmarks</h5>
-<!--l. 984--><p class="noindent" >Usually <span
+<!--l. 974--><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. 987--><p class="noindent" >
+<!--l. 977--><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
@@ -3460,11 +3378,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. 990--><p class="indent" > creates a bookmark with the specified text and at the given level (defaul is 0). As name for the
+<!--l. 980--><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. 994--><p class="noindent" >
+<!--l. 984--><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
@@ -3478,8 +3396,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. 997--><p class="indent" > creates a bookmark at the current level.
-<!--l. 999--><p class="noindent" >
+<!--l. 987--><p class="indent" > creates a bookmark at the current level.
+<!--l. 989--><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
@@ -3493,9 +3411,9 @@ 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. 1002--><p class="indent" > creates a bookmark one step down in the bookmark hierarchy. Internally the current level is increased
+<!--l. 992--><p class="indent" > creates a bookmark one step down in the bookmark hierarchy. Internally the current level is increased
by one.
-<!--l. 1005--><p class="noindent" >
+<!--l. 995--><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
@@ -3509,9 +3427,9 @@ 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. 1008--><p class="indent" > creates a bookmark below the current bookmark level. However after the command the current
+<!--l. 998--><p class="indent" > creates a bookmark below the current bookmark level. However after the command the current
bookmark level has not changed.
-<!--l. 1011--><p class="noindent" ><span
+<!--l. 1001--><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:
@@ -3522,16 +3440,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. 1019--><p class="noindent" >Therefore I recommend using this package.
-<!--l. 1021--><p class="noindent" >
+<!--l. 1009--><p class="noindent" >Therefore I recommend using this package.
+<!--l. 1011--><p class="noindent" >
<h5 class="subsubsectionHead"><span class="titlemark">4.1.2 </span> <a
id="x1-150004.1.2"></a>Replacement macros</h5>
-<!--l. 1023--><p class="noindent" ><span
+<!--l. 1013--><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. 1027--><p class="noindent" >
+<!--l. 1017--><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
@@ -3549,7 +3467,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. 1031--><p class="indent" > For example,
+<!--l. 1021--><p class="indent" > For example,
<div class="verbatim" id="verbatim-12">
\section{Pythagoras:
@@ -3560,8 +3478,8 @@ class="ec-lmtt-10">}</span></span></span> </td>
&#x00A0;<br />}
&#x00A0;<br />\section{\texorpdfstring{\textcolor{red}}{}{Red}&#x00A0;Mars}
</div>
-<!--l. 1040--><p class="nopar" >
-<!--l. 1042--><p class="indent" > <span
+<!--l. 1030--><p class="nopar" >
+<!--l. 1032--><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.
@@ -3573,8 +3491,8 @@ perform additional tasks or to disable additional commands.
&#x00A0;<br />&#x00A0;&#x00A0;\renewcommand{\mycommand}[1]{}%
&#x00A0;<br />}
</div>
-<!--l. 1052--><p class="nopar" >
-<!--l. 1054--><p class="indent" > However, for disabling commands, an easier way is via <span
+<!--l. 1042--><p class="nopar" >
+<!--l. 1044--><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
@@ -3588,11 +3506,11 @@ names):
&#x00A0;<br />&#x00A0;&#x00A0;\let\textcolor\@gobble
&#x00A0;<br />}
</div>
-<!--l. 1065--><p class="nopar" >
-<!--l. 1067--><p class="noindent" >
+<!--l. 1055--><p class="nopar" >
+<!--l. 1057--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">4.2 </span> <a
id="x1-160004.2"></a>Utility macros</h4>
-<!--l. 1070--><p class="noindent" >
+<!--l. 1060--><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
@@ -3604,7 +3522,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. 1073--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span
+<!--l. 1063--><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
@@ -3619,9 +3537,9 @@ class="ec-lmtt-10">pdfview</span></span></span>. Example:
&#x00A0;<br />&#x00A0;&#x00A0;&#x00A0;&#x00A0;-\headheight-\headsep}
&#x00A0;<br />}
</div>
- <!--l. 1084--><p class="nopar" ></div>
-<!--l. 1086--><p class="noindent" >The origin of the PDF coordinate system is the lower left corner.
-<!--l. 1088--><p class="indent" > Note, for calculations you need either package |calc| or <span
+ <!--l. 1074--><p class="nopar" ></div>
+<!--l. 1076--><p class="noindent" >The origin of the PDF coordinate system is the lower left corner.
+<!--l. 1078--><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
@@ -3630,7 +3548,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. 1094--><p class="indent" > Also <span class="obeylines-h"><span class="verb"><span
+<!--l. 1084--><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>,
@@ -3638,12 +3556,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. 1100--><p class="noindent" >
+<!--l. 1090--><p class="noindent" >
<h3 class="sectionHead"><span class="titlemark">5 </span> <a
id="x1-170005"></a>Acrobat-specific behavior</h3>
-<!--l. 1101--><p class="noindent" >If you want to access the menu options of Acrobat Reader or Exchange, the following macro is provided
+<!--l. 1091--><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. 1104--><p class="noindent" >
+<!--l. 1094--><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
@@ -3657,14 +3575,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. 1108--><p class="noindent" >The <span
+<!--l. 1098--><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. 1111--><p class="noindent" >
+<!--l. 1101--><p class="noindent" >
<a
- id="x1-17001r12"></a> <!--l. 1112--><div class="longtable"> <table id="TBL-38" class="longtable"
+ id="x1-17001r12"></a> <!--l. 1102--><div class="longtable"> <table id="TBL-38" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-38-1g"><col
id="TBL-38-1"><col
@@ -3673,40 +3591,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. 1112--><p class="noindent" >Open, Close, Scan, Save, SaveAs, Optimizer:SaveAsOpt,
+ <!--l. 1102--><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. 1113--><p class="noindent" >ImportImage, ImportNotes, AcroForm:ImportFDF </td>
+ <!--l. 1103--><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. 1114--><p class="noindent" >ExportNotes, AcroForm:ExportFDF </td>
+ <!--l. 1104--><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. 1115--><p class="noindent" >GeneralInfo, OpenInfo, FontsInfo, SecurityInfo,
+ <!--l. 1105--><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. 1116--><p class="noindent" >GeneralPrefs, NotePrefs, FullScreenPrefs, Weblink:Prefs,
+ <!--l. 1106--><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. 1118--><p class="noindent" >Undo, Cut, Copy, Paste, Clear, SelectAll, Ole:CopyFile,
+ <!--l. 1108--><p class="noindent" >Undo, Cut, Copy, Paste, Clear, SelectAll, Ole:CopyFile,
TouchUp:TextAttributes,
TouchUp:FitTextToSelection, TouchUp:ShowLineMarkers,
TouchUp:ShowCaptureSuspects, TouchUp:FindSuspect, </td>
@@ -3716,18 +3634,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. 1121--><p class="noindent" >Properties </td>
+ <!--l. 1111--><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. 1122--><p class="noindent" >AcroForm:Duplicate, AcroForm:TabOrder </td>
+ <!--l. 1112--><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. 1123--><p class="noindent" >Cpt:CapturePages,
+ <!--l. 1113--><p class="noindent" >Cpt:CapturePages,
AcroForm:Actions, CropPages, RotatePages, InsertPages,
ExtractPages, ReplacePages, DeletePages, NewBookmark,
SetBookmarkDest, CreateAllThumbs, DeleteAllThumbs </td>
@@ -3735,7 +3653,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. 1126--><p class="noindent" >ActualSize, FitVisible, FitWidth, FitPage, ZoomTo,
+ <!--l. 1116--><p class="noindent" >ActualSize, FitVisible, FitWidth, FitPage, ZoomTo,
FullScreen, FirstPage, PrevPage, NextPage, LastPage,
GoToPage, GoBack, GoForward, SinglePage, OneColumn,
TwoColumns, ArticleThreads, PageOnly, ShowBookmarks,
@@ -3744,7 +3662,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. 1129--><p class="noindent" >Hand, ZoomIn, ZoomOut, SelectText, SelectGraphics,
+ <!--l. 1119--><p class="noindent" >Hand, ZoomIn, ZoomOut, SelectText, SelectGraphics,
Note, Link, Thread, AcroForm:Tool,
Acro_Movie:MoviePlayer, TouchUp:TextTool, Find,
FindAgain, FindNextNote, CreateNotesFile </td>
@@ -3753,28 +3671,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. 1132--><p class="noindent" >AcroSrch:Query, AcroSrch:Indexes, AcroSrch:Results,
+ <!--l. 1122--><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. 1134--><p class="noindent" >ShowHideToolBar, ShowHideMenuBar,
+ <!--l. 1124--><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. 1136--><p class="noindent" >HelpUserGuide, HelpTutorial, HelpExchange, HelpScan,
+ <!--l. 1126--><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. 1138--><p class="noindent" >About </td>
+ <!--l. 1128--><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>
@@ -3789,13 +3707,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. 1141--><p class="noindent" >
+<!--l. 1131--><p class="noindent" >
<h3 class="sectionHead"><span class="titlemark">6 </span> <a
id="x1-180006"></a>PDF and HTML forms</h3>
-<!--l. 1142--><p class="noindent" >You must put your fields inside a <span
+<!--l. 1132--><p class="noindent" >You must put your fields inside a <span
class="ec-lmtt-10">Form </span>environment (only one per file).
-<!--l. 1144--><p class="indent" > There are six macros to prepare fields:
-<!--l. 1146--><p class="noindent" >
+<!--l. 1134--><p class="indent" > There are six macros to prepare fields:
+<!--l. 1136--><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
@@ -3809,7 +3727,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. 1150--><p class="noindent" >
+<!--l. 1140--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-40" class="tabular"
@@ -3825,7 +3743,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. 1154--><p class="noindent" >
+<!--l. 1144--><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
@@ -3841,7 +3759,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. 1158--><p class="noindent" >
+<!--l. 1148--><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
@@ -3855,7 +3773,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. 1162--><p class="noindent" >
+<!--l. 1152--><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
@@ -3869,7 +3787,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. 1166--><p class="noindent" >
+<!--l. 1156--><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
@@ -3883,8 +3801,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. 1170--><p class="indent" > The way forms and their labels are laid out is determined by:
-<!--l. 1171--><p class="noindent" >
+<!--l. 1160--><p class="indent" > The way forms and their labels are laid out is determined by:
+<!--l. 1161--><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
@@ -3898,7 +3816,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. 1175--><p class="noindent" >
+<!--l. 1165--><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
@@ -3912,7 +3830,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. 1179--><p class="noindent" >
+<!--l. 1169--><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
@@ -3926,9 +3844,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. 1183--><p class="indent" > These macros default to #1 #2
-<!--l. 1185--><p class="indent" > What is actually shown in as the field is determined by:
-<!--l. 1186--><p class="noindent" >
+<!--l. 1173--><p class="indent" > These macros default to #1 #2
+<!--l. 1175--><p class="indent" > What is actually shown in as the field is determined by:
+<!--l. 1176--><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
@@ -3942,7 +3860,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. 1190--><p class="noindent" >
+<!--l. 1180--><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
@@ -3956,7 +3874,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. 1193--><p class="noindent" >
+<!--l. 1183--><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
@@ -3970,7 +3888,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. 1196--><p class="noindent" >
+<!--l. 1186--><p class="noindent" >
<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-51" class="tabular"
@@ -3986,7 +3904,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. 1200--><p class="noindent" >
+<!--l. 1190--><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
@@ -3997,7 +3915,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. 1204--><p class="indent" > These macros default to <span class="obeylines-h"><span class="verb"><span
+<!--l. 1194--><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
@@ -4006,7 +3924,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. 1208--><p class="indent" > You may also want to redefine the following macros:
+<!--l. 1198--><p class="indent" > You may also want to redefine the following macros:
<div class="verbatim" id="verbatim-16">
@@ -4022,13 +3940,13 @@ class="ec-lmtt-10">\Reset </span>macros.
&#x00A0;<br />\def\DefaultHeightofTextMultiline{4\baselineskip}
&#x00A0;<br />\def\DefaultWidthofText{3cm}
</div>
-<!--l. 1221--><p class="nopar" >
-<!--l. 1223--><p class="noindent" >
+<!--l. 1211--><p class="nopar" >
+<!--l. 1213--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">6.1 </span> <a
id="x1-190006.1"></a>Forms environment parameters</h4>
-<!--l. 1225--><p class="noindent" >
+<!--l. 1215--><p class="noindent" >
<a
- id="x1-19001r13"></a> <!--l. 1226--><div class="longtable"> <table id="TBL-53" class="longtable"
+ id="x1-19001r13"></a> <!--l. 1216--><div class="longtable"> <table id="TBL-53" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-53-1g"><col
id="TBL-53-1"><col
@@ -4041,7 +3959,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. 1226--><p class="noindent" >The URL that will receive the form data if a <span
+ <!--l. 1216--><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
@@ -4051,7 +3969,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. 1227--><p class="noindent" >The encoding for the string set to the URL; FDF-encoding
+ <!--l. 1217--><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
@@ -4061,7 +3979,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. 1229--><p class="noindent" >Used only when generating HTML; values can be <span
+ <!--l. 1219--><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>
@@ -4083,16 +4001,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. 1232--><p class="noindent" >
+<!--l. 1222--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">6.2 </span> <a
id="x1-200006.2"></a>Forms optional parameters</h4>
-<!--l. 1233--><p class="noindent" >Note that all colors must be expressed as RGB triples, in the range 0..1 (i.e.&#x00A0;<span
+<!--l. 1223--><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. 1236--><p class="noindent" >
+<!--l. 1226--><p class="noindent" >
<a
- id="x1-20001r14"></a> <!--l. 1237--><div class="longtable"> <table id="TBL-54" class="longtable"
+ id="x1-20001r14"></a> <!--l. 1227--><div class="longtable"> <table id="TBL-54" class="longtable"
cellspacing="0" cellpadding="0"
><colgroup id="TBL-54-1g"><col
id="TBL-54-1"><col
@@ -4507,28 +4425,28 @@ class="td11"> </td>
style="vertical-align:baseline;" id="TBL-54-58-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-58-1"
class="td11"> </td></tr>
</table></div>
-<!--l. 1291--><p class="noindent" >
+<!--l. 1281--><p class="noindent" >
<h3 class="sectionHead"><span class="titlemark">7 </span> <a
id="x1-210007"></a>Defining a new driver</h3>
-<!--l. 1292--><p class="noindent" >A hyperref driver has to provide definitions for eight macros:
-<!--l. 1295--><p class="noindent" >1. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1282--><p class="noindent" >A hyperref driver has to provide definitions for eight macros:
+<!--l. 1285--><p class="noindent" >1. <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hyper@anchor</span></span></span>
-<!--l. 1297--><p class="noindent" >2. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1287--><p class="noindent" >2. <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hyper@link</span></span></span>
-<!--l. 1299--><p class="noindent" >3. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1289--><p class="noindent" >3. <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hyper@linkfile</span></span></span>
-<!--l. 1301--><p class="noindent" >4. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1291--><p class="noindent" >4. <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hyper@linkurl</span></span></span>
-<!--l. 1303--><p class="noindent" >5. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1293--><p class="noindent" >5. <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hyper@anchorstart</span></span></span>
-<!--l. 1305--><p class="noindent" >6. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1295--><p class="noindent" >6. <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hyper@anchorend</span></span></span>
-<!--l. 1307--><p class="noindent" >7. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1297--><p class="noindent" >7. <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hyper@linkstart</span></span></span>
-<!--l. 1309--><p class="noindent" >8. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1299--><p class="noindent" >8. <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\hyper@linkend</span></span></span>
-<!--l. 1312--><p class="indent" > The draft option defines the macros as follows
+<!--l. 1302--><p class="indent" > The draft option defines the macros as follows
<div class="verbatim" id="verbatim-17">
@@ -4541,11 +4459,11 @@ class="ec-lmtt-10">\hyper@linkend</span></span></span>
&#x00A0;<br />\let\hyper@linkstart\@gobbletwo
&#x00A0;<br />\let\hyper@linkend\@empty
</div>
-<!--l. 1322--><p class="nopar" >
-<!--l. 1324--><p class="noindent" >
+<!--l. 1312--><p class="nopar" >
+<!--l. 1314--><p class="noindent" >
<h3 class="sectionHead"><span class="titlemark">8 </span> <a
id="x1-220008"></a>Special support for other packages</h3>
-<!--l. 1326--><p class="noindent" ><span
+<!--l. 1316--><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">
@@ -4568,7 +4486,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. 1346--><p class="indent" > The <span
+<!--l. 1336--><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
@@ -4576,10 +4494,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. 1352--><p class="noindent" >
+<!--l. 1342--><p class="noindent" >
<h3 class="sectionHead"><span class="titlemark">9 </span> <a
id="x1-230009"></a>History and acknowledgments</h3>
-<!--l. 1354--><p class="noindent" >The original authors of <span
+<!--l. 1344--><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
@@ -4598,7 +4516,7 @@ Various other people are mentioned at the point in the source where I had to cha
versions because of problems they found.
-<!--l. 1368--><p class="indent" > Tanmoy found a great many of the bugs, and (even better) often provided fixes, which has made the
+<!--l. 1358--><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
@@ -4606,7 +4524,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. 1376--><p class="indent" > Berthold Horn provided help, encouragement and sponsorship for the <span
+<!--l. 1366--><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
@@ -4620,14 +4538,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. 1385--><p class="indent" > The forms creation section owes a great deal to: T.&#x00A0;V.&#x00A0;Raman, for encouragement, support and
+<!--l. 1375--><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. 1391--><p class="indent" > Steve Dandy recreated the manual source in July 2003 after it had been lost.
-<!--l. 1394--><p class="indent" > Especial extra thanks to David Carlisle for the <span
+<!--l. 1381--><p class="indent" > Steve Dandy recreated the manual source in July 2003 after it had been lost.
+<!--l. 1384--><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 afa9b25620b..b98a26acb01 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 adab4164c4c..68e6379b680 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-11-21 19:49:00">
+<meta name="date" content="2009-12-14 14:08: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 88ecad3d8b9..c58b9b8d1da 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-11-21 19:49:00">
+<meta name="date" content="2009-12-14 14:08: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 fffb9f490ef..667fe7946a1 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.10-2.2 (TeX Live 2009) kpathsea version 5.0.0)/Trapped/False/Subject(Cross-referencing by name of section)/ModDate(D:20091212095650+01'00')/Author(Sebastian Rahtz)/Producer(pdfTeX-1.40.10)/Title(Section name references in LaTeX)/Creator(LaTeX with hyperref package)/CreationDate(D:20091212095650+01'00')>>
+6 0 obj<</PTEX.Fullbanner(This is pdfTeX, Version 3.1415926-1.40.10-2.2 (TeX Live 2009) kpathsea version 5.0.0)/Trapped/False/Subject(Cross-referencing by name of section)/ModDate(D:20091214234815+01'00')/Author(Sebastian Rahtz)/Producer(pdfTeX-1.40.10)/Title(Section name references in LaTeX)/Creator(LaTeX with hyperref package)/CreationDate(D:20091214234815+01'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
@@ -4497,7 +4497,7 @@ xref
0000349458 00000 n
0000349497 00000 n
trailer
-<</Size 1202/Root 1 0 R/Compress<</LengthO 389774/SpecO/1.4>>/Info 6 0 R/ID[( vq;0r)(JE'@L)]>>
+<</Size 1202/Root 1 0 R/Compress<</LengthO 389774/SpecO/1.4>>/Info 6 0 R/ID[(]z.;:)(r
startxref
349536
%%EOF
diff --git a/Master/texmf-dist/doc/latex/hyperref/options.pdf b/Master/texmf-dist/doc/latex/hyperref/options.pdf
index 03bec317394..da64dc95e5c 100644
--- a/Master/texmf-dist/doc/latex/hyperref/options.pdf
+++ b/Master/texmf-dist/doc/latex/hyperref/options.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
index 4cc6a06c89d..cd572f4357f 100644
--- a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
+++ b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
@@ -131,7 +131,7 @@
\title{Hypertext marks in \LaTeX: a manual for \textsf{hyperref}}
\author{Sebastian Rahtz \and Heiko Oberdiek}
-\date{November 2009}
+\date{December 2009}
\begin{document}
@@ -331,12 +331,6 @@ verbose & boolean & false & same as debug \\
implicit & boolean & true & redefines \LaTeX\ internals \\
hypertexnames & boolean & true & use guessable names for links \\
naturalnames & boolean & false & use \LaTeX-computed names for links \\
-a4paper & boolean & true & sets paper size to 210mm $\times$ 297mm \\
-a5paper & boolean & false & sets paper size to 148mm $\times$ 210mm \\
-b5paper & boolean & false & sets paper size to 176mm $\times$ 250mm \\
-letterpaper & boolean & false & sets paper size to 8.5in $\times$ 11in \\
-legalpaper & boolean & false & sets paper size to 8.5in $\times$ 14in \\
-executivepaper & boolean & false & sets paper size to 7.25in $\times$ 10.5in \\
setpagesize & boolean & true & sets page size by special driver commands
\end{longtable}
@@ -608,10 +602,7 @@ The following is a complete listing of available options for
\textsf{hyperref}, arranged alphabetically.
\noindent\begin{longtable}{>{\ttfamily}llp{6cm}}
-a4paper & & use A4 paper \\
-a5paper & & use A5 paper \\
anchorcolor & \textit{black} & set color of anchors \\
-b5paper & & use B5 paper \\
backref & \textit{false} & do bibliographical back references \\
baseurl & \textit{empty} & set base URL for document \\
bookmarks & \textit{true} & make bookmarks \\
@@ -633,7 +624,6 @@ dvips & & use \textsf{dvips} backend \\
dvipsone & & use \textsf{dvipsone} backend \\
dviwindo & & use \textsf{dviwindo} backend \\
encap & & to set encap character for hyperindex \\
-executivepaper & & use executivepaper \\
extension & \textit{dvi} & suffix of linked files \\
filebordercolor & \textit{0 .5 .5} & color of border around file links \\
filecolor & \textit{cyan} & color of file links \\
diff --git a/Master/texmf-dist/source/latex/hyperref/doc/options.tex b/Master/texmf-dist/source/latex/hyperref/doc/options.tex
index 62bfb885d3c..4f2f47dd368 100644
--- a/Master/texmf-dist/source/latex/hyperref/doc/options.tex
+++ b/Master/texmf-dist/source/latex/hyperref/doc/options.tex
@@ -10,17 +10,14 @@
\usepackage{pslatex}
\title{hyperref package options}
\author{Sebastian Rahtz et. al.}
-\date{July 12th 2008}% HO
+\date{December 14th 2009}% HO
\newcommand{\optempty}{{\rmfamily\textit{empty}}}
\newcommand*{\for}[1]{{\rmfamily(#1)}}
\begin{document}
\maketitle
\begin{longtable}{@{}>{\ttfamily}lp{70mm}>{\ttfamily}l@{}}
\hline
-a4paper &use A4 paper\\
-a5paper &use A5 paper\\
anchorcolor &set color of anchors&black\\
-b5paper &use B5 paper\\
backref &do bibliographical back references&false\\
baseurl &set base URL for document&\optempty\\
bookmarks &make bookmarks&true\\
@@ -42,7 +39,6 @@ dvips &use dvips backend\\
dvipsone &use dvipsone backend\\
dviwindo &use dviwindo backend\\
encap &to set encap character for hyperindex\\
-executivepaper &use executivepaper\\
extension &suffix of linked files&dvi\\
filebordercolor &color of border around file links& 0 .5 .5\\
filecolor &color of file links&cyan\\
diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
index d2681407366..35fd59c0e66 100644
--- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
+++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
@@ -30,6 +30,7 @@
%<textures>\ProvidesFile{htexture.def}
%<dviwindo>\ProvidesFile{hdviwind.def}
%<dvipdfm>\ProvidesFile{hdvipdfm.def}
+%<xetex>\ProvidesFile{hxetex.def}
%<vtex>\ProvidesFile{hvtex.def}
%<vtexhtml>\ProvidesFile{hvtexhtml.def}
%<tex4ht>\ProvidesFile{htex4ht.def}
@@ -38,7 +39,7 @@
%<puenc>\ProvidesFile{puenc.def}
%<puvnenc>\ProvidesFile{puvnenc.def}
%<puarenc>\ProvidesFile{puarenc.def}
-%<!none> [2009/12/10 v6.79n
+%<!none> [2009/12/15 v6.79p
%<package> Hypertext links for LaTeX]
%<nohyperref> Dummy hyperref (SR)]
%<driver> Hyperref documentation driver file]
@@ -52,6 +53,7 @@
%<textures> Hyperref driver for Textures]
%<dviwindo> Hyperref driver for dviwindo]
%<dvipdfm> Hyperref driver for dvipdfm]
+%<xetex> Hyperref driver for XeTeX]
%<vtex> Hyperref driver for VTeX in PDF/PS mode]
%<vtexhtml> Hyperref driver for VTeX in HTML mode]
%<tex4ht> Hyperref driver for TeX4ht]
@@ -115,7 +117,7 @@
\end{document}
%</driver>
% \fi
-% \CheckSum{24960}
+% \CheckSum{24974}
%
% \MakeShortVerb{|}
% \StopEventually{}
@@ -1616,12 +1618,15 @@
\@ifundefined{StringEncodingConvertTest}{%
}{%
\EdefUnescapeString\HyPsd@temp#1%
- \StringEncodingConvertTest\HyPsd@temp\HyPsd@temp
- {utf16be}{pdfdoc}{%
- \EdefEscapeString\HyPsd@temp\HyPsd@temp
- \global\let#1\HyPsd@temp
- \Hy@unicodefalse
- }{}%
+ \ifxetex
+ \StringEncodingConvertTest\HyPsd@temp\HyPsd@temp
+ {utf16be}{ascii}{%
+ \EdefEscapeString\HyPsd@temp\HyPsd@temp
+ \global\let#1\HyPsd@temp
+ \Hy@unicodefalse
+ }{}%
+ \else
+ \fi
}%
\fi
\fi
@@ -3292,6 +3297,7 @@
% \end{macro}
% \begin{macro}{\HyPsd@Char}
% \begin{macrocode}
+\RequirePackage{intcalc}[2007/09/27]
\begingroup
\catcode0=9 %
\catcode`\^=7 %
@@ -3897,30 +3903,8 @@
\Hy@boolkey{final}{#1}%
}
\let\KV@Hyp@nolinks\KV@Hyp@draft
-\define@key{Hyp}{a4paper}[true]{%
- \def\special@paper{210mm,297mm}%
- \def\Hy@pageheight{842}%
-}
-\define@key{Hyp}{a5paper}[true]{%
- \def\special@paper{148mm,210mm}%
- \def\Hy@pageheight{595}%
-}
-\define@key{Hyp}{b5paper}[true]{%
- \def\special@paper{176mm,250mm}%
- \def\Hy@pageheight{709}%
-}
-\define@key{Hyp}{letterpaper}[true]{%
- \def\special@paper{8.5in,11in}%
- \def\Hy@pageheight{792}%
-}
-\define@key{Hyp}{legalpaper}[true]{%
- \def\special@paper{8.5in,14in}%
- \def\Hy@pageheight{1008}%
-}
-\define@key{Hyp}{executivepaper}[true]{%
- \def\special@paper{7.25in,10.5in}%
- \def\Hy@pageheight{720}%
-}
+% \end{macrocode}
+% \begin{macrocode}
\define@key{Hyp}{setpagesize}[true]{%
\Hy@boolkey{setpagesize}{#1}%
}
@@ -4195,7 +4179,7 @@
\fi
}
\define@key{Hyp}{xetex}[true]{%
- \def\Hy@driver{hdvipdfm}%
+ \def\Hy@driver{hxetex}%
}
\define@key{Hyp}{pdfmark}[true]{%
\def\Hy@driver{hdvips}%
@@ -5117,10 +5101,36 @@
\define@key{Hyp}{pdfusetitle}[true]{%
\Hy@boolkey[pdfusetitle]{usetitle}{#1}%
}
-\define@key{Hyp}{pdftitle}{\pdfstringdef\@pdftitle{#1}}
-\define@key{Hyp}{pdfauthor}{\pdfstringdef\@pdfauthor{#1}}
-\define@key{Hyp}{pdfproducer}{\pdfstringdef\@pdfproducer{#1}}
-\define@key{Hyp}{pdfcreator}{\pdfstringdef\@pdfcreator{#1}}
+\def\HyXeTeX@CheckUnicode{%
+ \ifxetex
+ \ifHy@unicode
+ \else
+ \Hy@WarningNoLine{%
+ XeTeX driver only supports unicode.\MessageBreak
+ Enabling option `unicode'%
+ }%
+ \setkeys{Hyp}{unicode}%
+ \fi
+ \else
+ \let\HyXeTeX@CheckUnicode\relax
+ \fi
+}
+\define@key{Hyp}{pdftitle}{%
+ \HyXeTeX@CheckUnicode
+ \pdfstringdef\@pdftitle{#1}%
+}
+\define@key{Hyp}{pdfauthor}{%
+ \HyXeTeX@CheckUnicode
+ \pdfstringdef\@pdfauthor{#1}%
+}
+\define@key{Hyp}{pdfproducer}{%
+ \HyXeTeX@CheckUnicode
+ \pdfstringdef\@pdfproducer{#1}%
+}
+\define@key{Hyp}{pdfcreator}{%
+ \HyXeTeX@CheckUnicode
+ \pdfstringdef\@pdfcreator{#1}%
+}
\define@key{Hyp}{pdfcreationdate}{%
\begingroup
\Hy@unicodefalse
@@ -5133,8 +5143,14 @@
\pdfstringdef\@pdfmoddate{#1}%
\endgroup
}
-\define@key{Hyp}{pdfsubject}{\pdfstringdef\@pdfsubject{#1}}
-\define@key{Hyp}{pdfkeywords}{\pdfstringdef\@pdfkeywords{#1}}
+\define@key{Hyp}{pdfsubject}{%
+ \HyXeTeX@CheckUnicode
+ \pdfstringdef\@pdfsubject{#1}%
+}
+\define@key{Hyp}{pdfkeywords}{%
+ \HyXeTeX@CheckUnicode
+ \pdfstringdef\@pdfkeywords{#1}%
+}
\define@key{Hyp}{pdfview}{\calculate@pdfview#1 \\}
\define@key{Hyp}{pdflinkmargin}{\setpdflinkmargin{#1}}
\let\setpdflinkmargin\@gobble
@@ -5252,34 +5268,23 @@
\let\phantomsection\@empty
\let\special@paper\@empty
\def\HyperDestNameFilter#1{#1}
-\@ifundefined{stockwidth}{%
- \ifdim\paperwidth>\z@
- \ifdim\paperheight>\z@
- \edef\special@paper{\the\paperwidth,\the\paperheight}%
- \fi
- \fi
-}{%
- \ifdim\stockwidth>\z@
- \ifdim\stockheight>\z@
- \edef\special@paper{\the\stockwidth,\the\stockheight}%
+\AtBeginDocument{%
+ \begingroup
+ \edef\x{\@ifundefined{stockheight}\paperheight\stockheight}%
+ \dimen@=\x\relax
+ \ifdim\dimen@>\z@
+ \else
+ \dimen@=11in\relax
+ \Hy@WarningNoLine{%
+ Height of page (\expandafter\string\x) %
+ is invalid (\the\x),\MessageBreak
+ using 11in%
+ }%
\fi
- \fi
+ \dimen@=0.99626401\dimen@
+ \xdef\Hy@pageheight{\strip@pt\dimen@}%
+ \endgroup
}
-\begingroup
- \edef\x{\@ifundefined{stockheight}\paperheight\stockheight}%
- \dimen@=\x\relax
- \ifdim\dimen@>\z@
- \else
- \dimen@=11in\relax
- \Hy@WarningNoLine{%
- Height of page (\expandafter\string\x) %
- is invalid (\the\x),\MessageBreak
- using 11in%
- }%
- \fi
- \dimen@=0.99626401\dimen@
- \xdef\Hy@pageheight{\strip@pt\dimen@}%
-\endgroup
\def\HyInd@EncapChar{\|}
% \end{macrocode}
%
@@ -5562,7 +5567,7 @@
\fi
\ifx\Hy@driver\@empty
\else
- \def\Hy@temp{hdvipdfm}%
+ \def\Hy@temp{hxetex}%
\ifxetex
\ifx\Hy@driver\Hy@temp
\else
@@ -5609,7 +5614,7 @@
\def\Hy@driver{hpdftex}%
\else
\ifxetex
- \def\Hy@driver{hdvipdfm}%
+ \def\Hy@driver{hxetex}%
\else
\ifvtexhtml
\def\Hy@driver{hvtexhtm}%
@@ -8031,7 +8036,48 @@
%</pdftex|vtex>
% \end{macrocode}
%
-% \subsubsection{pdfmarkbase, dvipdfm}
+% \subsubsection{xetex}
+%
+% \begin{macrocode}
+%<*xetex>
+\HyPsd@LoadUnicode
+\Hy@unicodetrue
+\ifx\HyPsd@pdfencoding\HyPsd@pdfencoding@auto
+\else
+ \let\HyPsd@pdfencoding\HyPsd@pdfencoding@unicode
+\fi
+\define@key{Hyp}{unicode}[true]{%
+ \Hy@boolkey{unicode}{#1}%
+ \ifHy@unicode
+ \else
+ \Hy@Warning{%
+ XeTeX driver only supports `unicode=true'.\MessageBreak
+ Ignoring option setting `unicode=false'%
+ }%
+ \Hy@unicodetrue
+ \fi
+}
+\define@key{Hyp}{pdfencoding}{%
+ \edef\HyPsd@temp{#1}%
+ \ifx\HyPsd@temp\HyPsd@pdfencoding@unicode
+ \let\HyPsd@pdfencoding\HyPsd@temp
+ \else
+ \ifx\HyPsd@temp\HyPsd@pdfencoding@auto
+ \let\HyPsd@pdfencoding\HyPsd@temp
+ \else
+ \HyWarning{%
+ XeTeX driver only supports `pdfencoding=unicode|auto.%
+ \MessageBreak
+ Ignoring option setting `pdfencoding=\HyPsd@temp'%
+ }%
+ \fi
+ \fi
+}
+\let\HyXeTeX@CheckUnicode\relax
+%</xetex>
+% \end{macrocode}
+%
+% \subsubsection{pdfmarkbase, dvipdfm, xetex}
%
% \begin{macrocode}
%<*pdfmarkbase>
@@ -8056,7 +8102,7 @@
%
% \begin{macro}{\Hy@PutCatalog}
% \begin{macrocode}
-%<dvipdfm>\def\Hy@PutCatalog#1{\@pdfm@mark{docview << #1 >>}}
+%<dvipdfm|xetex>\def\Hy@PutCatalog#1{\@pdfm@mark{docview << #1 >>}}
%<*pdfmarkbase>
\def\Hy@PutCatalog#1{%
\pdfmark{pdfmark=/PUT,Raw={\string{Catalog\string} << #1 >>}}%
@@ -8066,7 +8112,7 @@
% \end{macro}
%
% \begin{macrocode}
-%<*pdfmarkbase|dvipdfm>
+%<*pdfmarkbase|dvipdfm|xetex>
\ifHy@pagelabels
% \end{macrocode}
%
@@ -8119,7 +8165,7 @@
%
% \begin{macrocode}
\fi
-%</pdfmarkbase|dvipdfm>
+%</pdfmarkbase|dvipdfm|xetex>
% \end{macrocode}
%
% \begin{macrocode}
@@ -10513,7 +10559,7 @@
% argument is the string that needs protecting.
% Since version 1.30.0 pdf\TeX\ offers \cs{pdfescapestring}.
% \begin{macrocode}
-%<*pdftex|dvipdfm|vtex|pdfmarkbase|dviwindo>
+%<*pdftex|dvipdfm|xetex|vtex|pdfmarkbase|dviwindo>
\RequirePackage{pdftexcmds}[2009/04/10]
\begingroup\expandafter\expandafter\expandafter\endgroup
\expandafter\ifx\csname pdf@escapestring\endcsname\relax
@@ -10572,7 +10618,7 @@
\let#1\Hy@gtemp
}%
\fi
-%</pdftex|dvipdfm|vtex|pdfmarkbase|dviwindo>
+%</pdftex|dvipdfm|xetex|vtex|pdfmarkbase|dviwindo>
% \end{macrocode}
% \end{macro}
%
@@ -11262,7 +11308,11 @@
}
% \end{macrocode}
%
+% Also Xe\TeX\ support \cs{pdfpagewidth} and \cs{pdfpageheight},
+% but it does not provide \cs{pdfhorigin} and \cs{pdfvorigin}.
% \begin{macrocode}
+%</pdftex>
+%<*pdftex|xetex>
\AtBeginDocument{%
\ifHy@setpagesize
\expandafter\@firstofone
@@ -11271,8 +11321,10 @@
\fi
{%
\@ifclassloaded{seminar}{%
+%<*pdftex>
\setlength{\pdfhorigin}{1truein}%
\setlength{\pdfvorigin}{1truein}%
+%</pdftex>
\ifportrait
\ifdim\paperwidth=\z@
\else
@@ -11294,21 +11346,17 @@
\fi
}{%
\@ifundefined{stockwidth}{%
- \ifdim\paperwidth=\z@
- \else
+ \ifdim\paperwidth>\z@
\setlength{\pdfpagewidth}{\paperwidth}%
\fi
- \ifdim\paperheight=\z@
- \else
+ \ifdim\paperheight>\z@
\setlength{\pdfpageheight}{\paperheight}%
\fi
}{%
- \ifdim\stockwidth=\z@
- \else
+ \ifdim\stockwidth>\z@
\setlength{\pdfpagewidth}{\stockwidth}%
\fi
- \ifdim\stockheight=\z@
- \else
+ \ifdim\stockheight>\z@
\setlength{\pdfpageheight}{\stockheight}%
\fi
}%
@@ -11316,6 +11364,8 @@
}%
\Hy@DisableOption{setpagesize}%
}
+%</pdftex|xetex>
+%<*pdftex>
\def\Acrobatmenu#1#2{%
\Hy@Acrobatmenu{#1}{#2}{%
\pdfstartlink
@@ -11769,9 +11819,9 @@
}%
}
%</dviwindo>
-%<*dvipdfm>
+%<*dvipdfm|xetex>
% \end{macrocode}
-% \subsection{dvipdfm dvi to PDF converter}
+% \subsection{dvipdfm/xetex dvi to PDF converter}
% Provided by Mark Wicks (mwicks@kettering.edu)
% \begin{macrocode}
\providecommand*{\XR@ext}{pdf}
@@ -12197,21 +12247,26 @@
\@pdfm@mark{put @pages <</CropBox[\@pdfpagescrop]>>}%
\fi
}
+%</dvipdfm|xetex>
% \end{macrocode}
+% Xe\TeX\ uses pdf\TeX's method \cs{pdfpagewidth}
+% and \cs{pdfpageheight} for setting the paper size.
% \begin{macrocode}
+%<*dvipdfm>
\AtBeginShipoutFirst{%
\ifHy@setpagesize
\begingroup
\@ifundefined{stockwidth}{%
- \ifx\special@paper\@empty
- \special{papersize=\the\paperwidth,\the\paperheight}%
- \else
- \special{papersize=\special@paper}%
+ \ifdim\paperwidth>\z@
+ \ifdim\paperheight>\z@
+ \special{papersize=\the\paperwidth,\the\paperheight}%
+ \fi
\fi
}{%
- \ifdim\stockwidth=\z@
- \else
- \special{papersize=\the\stockwidth,\the\stockheight}%
+ \ifdim\stockwidth>\z@
+ \ifdim\stockheight>\z@
+ \special{papersize=\the\stockwidth,\the\stockheight}%
+ \fi
\fi
}%
\endgroup
@@ -13835,15 +13890,16 @@
\ifHy@setpagesize
\begingroup
\@ifundefined{stockwidth}{%
- \ifx\special@paper\@empty
- \special{papersize=\the\paperwidth,\the\paperheight}%
- \else
- \special{papersize=\special@paper}%
+ \ifdim\paperwidth>\z@
+ \ifdim\paperheight>\z@
+ \special{papersize=\the\paperwidth,\the\paperheight}%
+ \fi
\fi
}{%
- \ifdim\stockwidth=\z@
- \else
- \special{papersize=\the\stockwidth,\the\stockheight}%
+ \ifdim\stockwidth>\z@
+ \ifdim\stockheight>\z@
+ \special{papersize=\the\stockwidth,\the\stockheight}%
+ \fi
\fi
}%
\endgroup
@@ -14061,46 +14117,48 @@
% The Rect pair are called at the LL and UR corners of a box
% known to \TeX.
% \begin{macrocode}
-\headerps@out{%
+\AfterBeginDocument{%
+ \headerps@out{%
% \end{macrocode}
% Textures lives in normal points, I think. So conversion from one
% coordinate system to another involves doing nothing.
%
% \begin{macrocode}
- /vsize {\Hy@pageheight} def%
- /DvipsToPDF {} def%
- /PDFToDvips {} def%
- /BPToDvips {} def%
- /HyperBorder { 1 PDFToDvips } def\Hy@ps@CR
- /H.V {pdf@hoff pdf@voff null} def\Hy@ps@CR
- /H.B {/Rect[pdf@llx pdf@lly pdf@urx pdf@ury]} def\Hy@ps@CR
- /H.S {%
- currentpoint %
- HyperBorder add /pdf@lly exch def %
- dup DvipsToPDF 72 add /pdf@hoff exch def %
- HyperBorder sub /pdf@llx exch def%
- } def\Hy@ps@CR
- /H.L {%
- 2 sub %
- PDFToDvips /HyperBase exch def %
- currentpoint %
- HyperBase sub /pdf@ury exch def%
- /pdf@urx exch def%
- } def\Hy@ps@CR
- /H.A {%
- H.L %
- currentpoint exch pop %
- vsize 72 sub exch DvipsToPDF %
- HyperBase sub % baseline skip
- sub /pdf@voff exch def%
- } def\Hy@ps@CR
- /H.R {%
- currentpoint %
- HyperBorder sub /pdf@ury exch def %
- HyperBorder add /pdf@urx exch def %
- currentpoint exch pop vsize 72 sub %
- exch DvipsToPDF sub /pdf@voff exch def%
- } def\Hy@ps@CR
+ /vsize {\Hy@pageheight} def%
+ /DvipsToPDF {} def%
+ /PDFToDvips {} def%
+ /BPToDvips {} def%
+ /HyperBorder { 1 PDFToDvips } def\Hy@ps@CR
+ /H.V {pdf@hoff pdf@voff null} def\Hy@ps@CR
+ /H.B {/Rect[pdf@llx pdf@lly pdf@urx pdf@ury]} def\Hy@ps@CR
+ /H.S {%
+ currentpoint %
+ HyperBorder add /pdf@lly exch def %
+ dup DvipsToPDF 72 add /pdf@hoff exch def %
+ HyperBorder sub /pdf@llx exch def%
+ } def\Hy@ps@CR
+ /H.L {%
+ 2 sub %
+ PDFToDvips /HyperBase exch def %
+ currentpoint %
+ HyperBase sub /pdf@ury exch def%
+ /pdf@urx exch def%
+ } def\Hy@ps@CR
+ /H.A {%
+ H.L %
+ currentpoint exch pop %
+ vsize 72 sub exch DvipsToPDF %
+ HyperBase sub % baseline skip
+ sub /pdf@voff exch def%
+ } def\Hy@ps@CR
+ /H.R {%
+ currentpoint %
+ HyperBorder sub /pdf@ury exch def %
+ HyperBorder add /pdf@urx exch def %
+ currentpoint exch pop vsize 72 sub %
+ exch DvipsToPDF sub /pdf@voff exch def%
+ } def\Hy@ps@CR
+ }%
}
% \end{macrocode}
% \begin{macrocode}
@@ -15470,17 +15528,17 @@
%</pdftex>
% \end{macrocode}
%
-% \subsection{dvipdfm}
+% \subsection{dvipdfm, xetex}
% D. P. Story adapted the pdf\TeX{} forms part for dvipdfm, of which
% version 0.12.7b or higher is required because of a bug.
% \begin{macrocode}
-%<*dvipdfm>
+%<*dvipdfm|xetex>
% \end{macrocode}
%
% \begin{macro}{\@Gauge}
% \begin{macrocode}
\def\@Gauge[#1]#2#3#4{% parameters, label, minimum, maximum
- \typeout{Sorry, dvipdfm does not support FORM gauges}%
+ \typeout{Sorry, dvipdfm/XeTeX does not support FORM gauges}%
}
% \end{macrocode}
% \end{macro}
@@ -15914,7 +15972,7 @@
}%
\global\let\Hy@FormObjects\relax
}
-%</dvipdfm>
+%</dvipdfm|xetex>
% \end{macrocode}
%
% \subsection{Common forms part}
@@ -16645,7 +16703,7 @@
Title=\expandafter\strip@prefix\meaning\Hy@temp
}%
%</pdfmark>
-%<*dvipdfm>
+%<*dvipdfm|xetex>
\Hy@pstringdef\Hy@pstringName{\HyperDestNameFilter{##3}}%
\@pdfm@mark{%
outline \ifHy@DvipdfmxOutlineOpen
@@ -16664,7 +16722,7 @@
>>%
>>%
}%
-%</dvipdfm>
+%</dvipdfm|xetex>
}%
{%
\def\WriteBookmarks{0}%
diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.ins b/Master/texmf-dist/source/latex/hyperref/hyperref.ins
index 2f6a594d085..2e5a77f699d 100644
--- a/Master/texmf-dist/source/latex/hyperref/hyperref.ins
+++ b/Master/texmf-dist/source/latex/hyperref/hyperref.ins
@@ -70,6 +70,7 @@
\file{hvtex.def}{\from{hyperref.dtx}{vtex,outlines}}
\file{hvtexhtm.def}{\from{hyperref.dtx}{vtexhtml}}
\file{hdvipdfm.def}{\from{hyperref.dtx}{dvipdfm,pdfform,outlines}}
+ \file{hxetex.def}{\from{hyperref.dtx}{xetex,pdfform,outlines}}
\file{pd1enc.def}{\from{hyperref.dtx}{pd1enc}}
\file{puenc.def}{\from{hyperref.dtx}{puenc}}
\file{puvnenc.def}{\from{hyperref.dtx}{puvnenc}}
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
index a1990827965..c8b98a996d2 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/12/10 v6.79n
+ [2009/12/15 v6.79p
Hyperref driver for dvipdfm]
\def\Hy@PutCatalog#1{\@pdfm@mark{docview << #1 >>}}
\ifHy@pagelabels
@@ -529,15 +529,16 @@
\ifHy@setpagesize
\begingroup
\@ifundefined{stockwidth}{%
- \ifx\special@paper\@empty
- \special{papersize=\the\paperwidth,\the\paperheight}%
- \else
- \special{papersize=\special@paper}%
+ \ifdim\paperwidth>\z@
+ \ifdim\paperheight>\z@
+ \special{papersize=\the\paperwidth,\the\paperheight}%
+ \fi
\fi
}{%
- \ifdim\stockwidth=\z@
- \else
- \special{papersize=\the\stockwidth,\the\stockheight}%
+ \ifdim\stockwidth>\z@
+ \ifdim\stockheight>\z@
+ \special{papersize=\the\stockwidth,\the\stockheight}%
+ \fi
\fi
}%
\endgroup
@@ -545,7 +546,7 @@
\Hy@DisableOption{setpagesize}%
}
\def\@Gauge[#1]#2#3#4{% parameters, label, minimum, maximum
- \typeout{Sorry, dvipdfm does not support FORM gauges}%
+ \typeout{Sorry, dvipdfm/XeTeX does not support FORM gauges}%
}
\def\@Form[#1]{%
\@ifundefined{textcolor}{\let\textcolor\@gobble}{}%
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvips.def b/Master/texmf-dist/tex/latex/hyperref/hdvips.def
index 22b56e992a6..a9a45cdc943 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/12/10 v6.79n
+ [2009/12/15 v6.79p
Hyperref driver for dvips]
\providecommand*{\XR@ext}{pdf}
\def\Hy@raisedlink{}
@@ -87,15 +87,16 @@
\ifHy@setpagesize
\begingroup
\@ifundefined{stockwidth}{%
- \ifx\special@paper\@empty
- \special{papersize=\the\paperwidth,\the\paperheight}%
- \else
- \special{papersize=\special@paper}%
+ \ifdim\paperwidth>\z@
+ \ifdim\paperheight>\z@
+ \special{papersize=\the\paperwidth,\the\paperheight}%
+ \fi
\fi
}{%
- \ifdim\stockwidth=\z@
- \else
- \special{papersize=\the\stockwidth,\the\stockheight}%
+ \ifdim\stockwidth>\z@
+ \ifdim\stockheight>\z@
+ \special{papersize=\the\stockwidth,\the\stockheight}%
+ \fi
\fi
}%
\endgroup
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipson.def b/Master/texmf-dist/tex/latex/hyperref/hdvipson.def
index bfda8a9a933..c42ddee914f 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/12/10 v6.79n
+ [2009/12/15 v6.79p
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 c6b5eb668ba..5a0db4c4782 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/12/10 v6.79n
+ [2009/12/15 v6.79p
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 53dc7d7d091..92b897eb473 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/12/10 v6.79n
+ [2009/12/15 v6.79p
Hyperref driver for pdfTeX]
\let\Hy@PutCatalog\pdfcatalog
\ifHy@pagelabels
@@ -680,21 +680,17 @@
\fi
}{%
\@ifundefined{stockwidth}{%
- \ifdim\paperwidth=\z@
- \else
+ \ifdim\paperwidth>\z@
\setlength{\pdfpagewidth}{\paperwidth}%
\fi
- \ifdim\paperheight=\z@
- \else
+ \ifdim\paperheight>\z@
\setlength{\pdfpageheight}{\paperheight}%
\fi
}{%
- \ifdim\stockwidth=\z@
- \else
+ \ifdim\stockwidth>\z@
\setlength{\pdfpagewidth}{\stockwidth}%
\fi
- \ifdim\stockheight=\z@
- \else
+ \ifdim\stockheight>\z@
\setlength{\pdfpageheight}{\stockheight}%
\fi
}%
diff --git a/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg b/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg
index 686640cac26..1ddec45b157 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/12/10 v6.79n
+ [2009/12/15 v6.79p
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 af9183d6ab3..5324716ce5b 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/12/10 v6.79n
+ [2009/12/15 v6.79p
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 d3ec2c3ff89..783d2e3d25b 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/12/10 v6.79n
+ [2009/12/15 v6.79p
Hyperref driver for Textures]
\providecommand*{\XR@ext}{pdf}
\begingroup
@@ -67,41 +67,43 @@
\providecommand*\@pdfborderstyle{}
\providecommand*\@pdfview{XYZ}
\providecommand*\@pdfviewparams{ H.V}
-\headerps@out{%
- /vsize {\Hy@pageheight} def%
- /DvipsToPDF {} def%
- /PDFToDvips {} def%
- /BPToDvips {} def%
- /HyperBorder { 1 PDFToDvips } def\Hy@ps@CR
- /H.V {pdf@hoff pdf@voff null} def\Hy@ps@CR
- /H.B {/Rect[pdf@llx pdf@lly pdf@urx pdf@ury]} def\Hy@ps@CR
- /H.S {%
- currentpoint %
- HyperBorder add /pdf@lly exch def %
- dup DvipsToPDF 72 add /pdf@hoff exch def %
- HyperBorder sub /pdf@llx exch def%
- } def\Hy@ps@CR
- /H.L {%
- 2 sub %
- PDFToDvips /HyperBase exch def %
- currentpoint %
- HyperBase sub /pdf@ury exch def%
- /pdf@urx exch def%
- } def\Hy@ps@CR
- /H.A {%
- H.L %
- currentpoint exch pop %
- vsize 72 sub exch DvipsToPDF %
- HyperBase sub % baseline skip
- sub /pdf@voff exch def%
- } def\Hy@ps@CR
- /H.R {%
- currentpoint %
- HyperBorder sub /pdf@ury exch def %
- HyperBorder add /pdf@urx exch def %
- currentpoint exch pop vsize 72 sub %
- exch DvipsToPDF sub /pdf@voff exch def%
- } def\Hy@ps@CR
+\AfterBeginDocument{%
+ \headerps@out{%
+ /vsize {\Hy@pageheight} def%
+ /DvipsToPDF {} def%
+ /PDFToDvips {} def%
+ /BPToDvips {} def%
+ /HyperBorder { 1 PDFToDvips } def\Hy@ps@CR
+ /H.V {pdf@hoff pdf@voff null} def\Hy@ps@CR
+ /H.B {/Rect[pdf@llx pdf@lly pdf@urx pdf@ury]} def\Hy@ps@CR
+ /H.S {%
+ currentpoint %
+ HyperBorder add /pdf@lly exch def %
+ dup DvipsToPDF 72 add /pdf@hoff exch def %
+ HyperBorder sub /pdf@llx exch def%
+ } def\Hy@ps@CR
+ /H.L {%
+ 2 sub %
+ PDFToDvips /HyperBase exch def %
+ currentpoint %
+ HyperBase sub /pdf@ury exch def%
+ /pdf@urx exch def%
+ } def\Hy@ps@CR
+ /H.A {%
+ H.L %
+ currentpoint exch pop %
+ vsize 72 sub exch DvipsToPDF %
+ HyperBase sub % baseline skip
+ sub /pdf@voff exch def%
+ } def\Hy@ps@CR
+ /H.R {%
+ currentpoint %
+ HyperBorder sub /pdf@ury exch def %
+ HyperBorder add /pdf@urx exch def %
+ currentpoint exch pop vsize 72 sub %
+ exch DvipsToPDF sub /pdf@voff exch def%
+ } def\Hy@ps@CR
+ }%
}
\AfterBeginDocument{%
\ifHy@colorlinks
diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtex.def b/Master/texmf-dist/tex/latex/hyperref/hvtex.def
index 244da9f25e9..4f6ab7c133d 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/12/10 v6.79n
+ [2009/12/15 v6.79p
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 dc724c57421..3bcbe4a6d6a 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/12/10 v6.79n
+ [2009/12/15 v6.79p
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 5b52d6389fb..0701d9c7594 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/12/10 v6.79n
+ [2009/12/15 v6.79p
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/hxetex.def b/Master/texmf-dist/tex/latex/hyperref/hxetex.def
new file mode 100644
index 00000000000..396ded8546c
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/hyperref/hxetex.def
@@ -0,0 +1,1593 @@
+%%
+%% This is file `hxetex.def',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% hyperref.dtx (with options: `xetex,pdfform,outlines')
+%%
+%% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz,
+%% with portions written by David Carlisle and Heiko Oberdiek,
+%% 2001-2009 Heiko Oberdiek.
+%%
+%% This file is part of the `Hyperref Bundle'.
+%% -------------------------------------------
+%%
+%% It may be distributed under the conditions of the LaTeX Project Public
+%% License, either version 1.2 of this license or (at your option) any
+%% later version. The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.2 or later is part of all distributions of LaTeX
+%% version 1999/12/01 or later.
+%%
+%% The list of all files belonging to the `Hyperref Bundle' is
+%% given in the file `manifest.txt'.
+%%
+\ProvidesFile{hxetex.def}
+ [2009/12/15 v6.79p
+ Hyperref driver for XeTeX]
+\HyPsd@LoadUnicode
+\Hy@unicodetrue
+\ifx\HyPsd@pdfencoding\HyPsd@pdfencoding@auto
+\else
+ \let\HyPsd@pdfencoding\HyPsd@pdfencoding@unicode
+\fi
+\define@key{Hyp}{unicode}[true]{%
+ \Hy@boolkey{unicode}{#1}%
+ \ifHy@unicode
+ \else
+ \Hy@Warning{%
+ XeTeX driver only supports `unicode=true'.\MessageBreak
+ Ignoring option setting `unicode=false'%
+ }%
+ \Hy@unicodetrue
+ \fi
+}
+\define@key{Hyp}{pdfencoding}{%
+ \edef\HyPsd@temp{#1}%
+ \ifx\HyPsd@temp\HyPsd@pdfencoding@unicode
+ \let\HyPsd@pdfencoding\HyPsd@temp
+ \else
+ \ifx\HyPsd@temp\HyPsd@pdfencoding@auto
+ \let\HyPsd@pdfencoding\HyPsd@temp
+ \else
+ \HyWarning{%
+ XeTeX driver only supports `pdfencoding=unicode|auto.%
+ \MessageBreak
+ Ignoring option setting `pdfencoding=\HyPsd@temp'%
+ }%
+ \fi
+ \fi
+}
+\let\HyXeTeX@CheckUnicode\relax
+\def\Hy@PutCatalog#1{\@pdfm@mark{docview << #1 >>}}
+\ifHy@pagelabels
+ \def\HyPL@StorePageLabel#1{%
+ \if@filesw
+ \begingroup
+ \edef\Hy@tempa{\the\Hy@abspage<<#1>>}%
+ \immediate\write\@mainaux{%
+ \string\HyPL@Entry{\Hy@tempa}%
+ }%
+ \endgroup
+ \fi
+ }%
+ \AfterBeginDocument{%
+ \if@filesw
+ \immediate\write\@mainaux{%
+ \string\providecommand\string*\string\HyPL@Entry[1]{}%
+ }%
+ \fi
+ \ifx\HyPL@Labels\@empty
+ \Hy@WarningNoLine{Rerun to get /PageLabels entry}%
+ \else
+ \HyPL@SetPageLabels
+ \fi
+ \let\HyPL@Entry\@gobble
+ }%
+ \def\HyPL@Entry#1{%
+ \expandafter\gdef\expandafter\HyPL@Labels\expandafter{%
+ \HyPL@Labels
+ #1%
+ }%
+ }%
+\fi
+\RequirePackage{pdftexcmds}[2009/04/10]
+\begingroup\expandafter\expandafter\expandafter\endgroup
+\expandafter\ifx\csname pdf@escapestring\endcsname\relax
+ \begingroup
+ \catcode`\|=0 %
+ \@makeother\\%
+ |@firstofone{|endgroup
+ |def|Hy@pstringdef#1#2{%
+ |begingroup
+ |edef~{|string~}%
+ |xdef|Hy@gtemp{#2}%
+ |endgroup
+ |let#1|Hy@gtemp
+ |@onelevel@sanitize#1%
+ |edef#1{|expandafter|Hy@ExchangeBackslash#1\|@nil}%
+ |edef#1{|expandafter|Hy@ExchangeLeftParenthesis#1(|@nil}%
+ |edef#1{|expandafter|Hy@ExchangeRightParenthesis#1)|@nil}%
+ }%
+ |def|Hy@ExchangeBackslash#1\#2|@nil{%
+ #1%
+ |ifx|\#2|\%%
+ |else
+ \\%
+ |Hy@ReturnAfterFi{%
+ |Hy@ExchangeBackslash#2|@nil
+ }%
+ |fi
+ }%
+ }%
+ \def\Hy@ExchangeLeftParenthesis#1(#2\@nil{%
+ #1%
+ \ifx\\#2\\%
+ \else
+ \@backslashchar(%
+ \Hy@ReturnAfterFi{%
+ \Hy@ExchangeLeftParenthesis#2\@nil
+ }%
+ \fi
+ }%
+ \def\Hy@ExchangeRightParenthesis#1)#2\@nil{%
+ #1%
+ \ifx\\#2\\%
+ \else
+ \@backslashchar)%
+ \Hy@ReturnAfterFi{%
+ \Hy@ExchangeRightParenthesis#2\@nil
+ }%
+ \fi
+ }%
+\else
+ \def\Hy@pstringdef#1#2{%
+ \begingroup
+ \edef~{\string~}%
+ \xdef\Hy@gtemp{\pdf@escapestring{#2}}%
+ \endgroup
+ \let#1\Hy@gtemp
+ }%
+\fi
+\AtBeginDocument{%
+ \ifHy@setpagesize
+ \expandafter\@firstofone
+ \else
+ \expandafter\@gobble
+ \fi
+ {%
+ \@ifclassloaded{seminar}{%
+ \ifportrait
+ \ifdim\paperwidth=\z@
+ \else
+ \setlength{\pdfpagewidth}{\strip@pt\paperwidth truept}%
+ \fi
+ \ifdim\paperheight=\z@
+ \else
+ \setlength{\pdfpageheight}{\strip@pt\paperheight truept}%
+ \fi
+ \else
+ \ifdim\paperheight=\z@
+ \else
+ \setlength{\pdfpagewidth}{\strip@pt\paperheight truept}%
+ \fi
+ \ifdim\paperwidth=\z@
+ \else
+ \setlength{\pdfpageheight}{\strip@pt\paperwidth truept}%
+ \fi
+ \fi
+ }{%
+ \@ifundefined{stockwidth}{%
+ \ifdim\paperwidth>\z@
+ \setlength{\pdfpagewidth}{\paperwidth}%
+ \fi
+ \ifdim\paperheight>\z@
+ \setlength{\pdfpageheight}{\paperheight}%
+ \fi
+ }{%
+ \ifdim\stockwidth>\z@
+ \setlength{\pdfpagewidth}{\stockwidth}%
+ \fi
+ \ifdim\stockheight>\z@
+ \setlength{\pdfpageheight}{\stockheight}%
+ \fi
+ }%
+ }%
+ }%
+ \Hy@DisableOption{setpagesize}%
+}
+\providecommand*{\XR@ext}{pdf}
+\Hy@setbreaklinks{true}
+\newsavebox{\pdfm@box}
+\def\@pdfm@mark#1{\special{pdf:#1}}
+\def\@pdfm@dest#1{%
+ \Hy@SaveLastskip
+ \begingroup
+ \Hy@pstringdef\Hy@pstringDest{\HyperDestNameFilter{#1}}%
+ \def\x{XYZ}%
+ \ifx\x\@pdfview
+ \def\x{XYZ @xpos @ypos null}%
+ \else
+ \def\x{FitH}%
+ \ifx\x\@pdfview
+ \def\x{FitH @ypos}%
+ \else
+ \def\x{FitBH}%
+ \ifx\x\@pdfview
+ \def\x{FitBH @ypos}%
+ \else
+ \def\x{FitV}%
+ \ifx\x\@pdfview
+ \def\x{FitV @xpos}%
+ \else
+ \def\x{FitBV}%
+ \ifx\x\@pdfview
+ \def\x{FitBV @xpos}%
+ \else
+ \def\x{Fit}%
+ \ifx\x\@pdfview
+ \let\x\@pdfview
+ \else
+ \def\x{FitB}%
+ \ifx\x\@pdfview
+ \let\x\@pdfview
+ \else
+ \def\x{FitR}%
+ \ifx\x\@pdfview
+ \Hy@Warning{`pdfview=FitR' is not supported}%
+ \def\x{XYZ @xpos @ypos null}%
+ \else
+ \@onelevel@sanitize\@pdfview
+ \Hy@Warning{Unknown value `\@pdfview' for pdfview}%
+ \def\x{XYZ @xpos @ypos null}%
+ \fi
+ \fi
+ \fi
+ \fi
+ \fi
+ \fi
+ \fi
+ \fi
+ \@pdfm@mark{dest (\Hy@pstringDest) [@thispage /\x]}%
+ \endgroup
+ \Hy@RestoreLastskip
+}
+\providecommand*\@pdfview{XYZ}
+\providecommand*\@pdfborder{0 0 1}
+\providecommand*\@pdfborderstyle{}
+\def\hyper@anchor#1{%
+ \@pdfm@dest{#1}%
+}
+\def\hyper@anchorstart#1{%
+ \Hy@activeanchortrue
+ \@pdfm@dest{#1}%
+}
+\def\hyper@anchorend{%
+ \Hy@activeanchorfalse
+}
+\newcounter{Hy@AnnotLevel}
+\ifHy@ocgcolorlinks
+ \def\OBJ@OCG@view{@OCG@view}%
+ \@pdfm@mark{%
+ obj \OBJ@OCG@view <<%
+ /Type/OCG%
+ /Name(View)%
+ /Usage<<%
+ /Print<<%
+ /PrintState/OFF%
+ >>%
+ /View<<%
+ /ViewState/ON%
+ >>%
+ >>%
+ >>%
+ }%
+ \@pdfm@mark{close \OBJ@OCG@view}%
+ \def\OBJ@OCG@print{@OCG@print}%
+ \@pdfm@mark{%
+ obj \OBJ@OCG@print <<%
+ /Type/OCG%
+ /Name(Print)%
+ /Usage<<%
+ /Print<<%
+ /PrintState/ON%
+ >>%
+ /View<<%
+ /ViewState/OFF%
+ >>%
+ >>%
+ >>%
+ }%
+ \@pdfm@mark{close \OBJ@OCG@print}%
+ \def\OBJ@OCGs{@OCGs}%
+ \@pdfm@mark{%
+ obj \OBJ@OCGs [%
+ \OBJ@OCG@view\space\OBJ@OCG@print
+ ]%
+ }%
+ \@pdfm@mark{close \OBJ@OCGs}%
+ \@pdfm@mark{%
+ put @catalog <<%
+ /OCProperties<<%
+ /OCGs \OBJ@OCGs
+ /D<<%
+ /OFF[\OBJ@OCG@print]%
+ /AS[%
+ <<%
+ /Event/View%
+ /OCGs \OBJ@OCGs
+ /Category[/View]%
+ >>%
+ <<%
+ /Event/Print%
+ /OCGs \OBJ@OCGs
+ /Category[/Print]%
+ >>%
+ <<%
+ /Event/Export%
+ /OCGs \OBJ@OCGs
+ /Category[/Print]%
+ >>%
+ ]%
+ >>%
+ >>%
+ >>%
+ }%
+ \AtBeginShipout{%
+ \setbox\AtBeginShipoutBox=\hbox{%
+ \copy\AtBeginShipoutBox
+ \@pdfm@mark{%
+ put @resources <<%
+ /Properties<<%
+ /OCView \OBJ@OCG@view
+ /OCPrint \OBJ@OCG@print
+ >>%
+ >>%
+ }%
+ }%
+ }%
+ \AtBeginDocument{%
+ \def\Hy@colorlink#1{%
+ \begingroup
+ \ifHy@ocgcolorlinks
+ \def\Hy@ocgcolor{#1}%
+ \setbox0=\color@hbox
+ \else
+ \HyColor@UseColor#1%
+ \fi
+ }%
+ \def\Hy@endcolorlink{%
+ \ifHy@ocgcolorlinks
+ \color@endbox
+ \mbox{%
+ \@pdfm@mark{content /OC/OCPrint BDC}%
+ \rlap{\copy0}%
+ \@pdfm@mark{content EMC/OC/OCView BDC}%
+ \begingroup
+ \expandafter\HyColor@UseColor\Hy@ocgcolor
+ \box0 %
+ \endgroup
+ \@pdfm@mark{content EMC}%
+ }%
+ \fi
+ \endgroup
+ }%
+ }%
+\else
+ \Hy@DisableOption{ocgcolorlinks}%
+\fi
+\def\Hy@BeginAnnot#1{%
+ \stepcounter{Hy@AnnotLevel}%
+ \ifnum\value{Hy@AnnotLevel}=\@ne
+ #1%
+ \fi
+}
+\def\Hy@EndAnnot{%
+ \ifnum\value{Hy@AnnotLevel}=\@ne
+ \Hy@endcolorlink
+ \@pdfm@mark{eann}%
+ \fi
+ \addtocounter{Hy@AnnotLevel}\m@ne
+}
+\def\Hy@undefinedname{UNDEFINED}
+\def\hyper@linkstart#1#2{%
+ \Hy@BeginAnnot{%
+ \protected@edef\Hy@testname{#2}%
+ \ifx\Hy@testname\@empty
+ \Hy@Warning{%
+ Empty destination name,\MessageBreak
+ using `\Hy@undefinedname'%
+ }%
+ \let\Hy@testname\Hy@undefinedname
+ \else
+ \Hy@pstringdef\Hy@testname{%
+ \expandafter\HyperDestNameFilter\expandafter{\Hy@testname}%
+ }%
+ \fi
+ \@pdfm@mark{%
+ bann<<%
+ /Type/Annot%
+ /Subtype/Link%
+ \ifHy@pdfa /F 4\fi
+ \Hy@setpdfborder
+ \expandafter\ifx\csname @#1bordercolor\endcsname\relax
+ \else
+ /C[\csname @#1bordercolor\endcsname]%
+ \fi
+ /A<<%
+ /S/GoTo%
+ /D(\Hy@testname)%
+ >>%
+ >>%
+ }%
+ \expandafter\Hy@colorlink\csname @#1color\endcsname
+ }%
+}
+\def\hyper@linkend{\Hy@EndAnnot}%
+\def\hyper@link#1#2#3{%
+ \hyper@linkstart{#1}{#2}#3\hyper@linkend
+}
+\def\hyper@linkfile#1#2#3{%
+ \leavevmode
+ \Hy@BeginAnnot{%
+ \Hy@pstringdef\Hy@pstringF{#2}%
+ \Hy@pstringdef\Hy@pstringD{#3}%
+ \@pdfm@mark{%
+ bann<<%
+ /Type/Annot%
+ /Subtype/Link%
+ \ifHy@pdfa /F 4\fi
+ \Hy@setpdfborder
+ \ifx\@filebordercolor\relax
+ \else
+ /C[\@filebordercolor]%
+ \fi
+ /A<<%
+ /S/GoToR%
+ /F(\Hy@pstringF)%
+ /D\ifx\\#3\\[0 \@pdfstartview]\else(\Hy@pstringD)\fi
+ \Hy@SetNewWindow
+ >>%
+ >>%
+ }%
+ \Hy@colorlink\@filecolor
+ }%
+ #1%
+ \Hy@EndAnnot
+}
+\def\hyper@linkurl#1#2{%
+ \leavevmode
+ \Hy@BeginAnnot{%
+ \Hy@pstringdef\Hy@pstringURI{#2}%
+ \@pdfm@mark{%
+ bann<<%
+ /Type/Annot%
+ /Subtype/Link%
+ \ifHy@pdfa /F 4\fi
+ \Hy@setpdfborder
+ \ifx\@urlbordercolor\relax
+ \else
+ /C[\@urlbordercolor]%
+ \fi
+ /A<<%
+ /S/URI%
+ /URI(\Hy@pstringURI)%
+ >>%
+ >>%
+ }%
+ \Hy@colorlink\@urlcolor
+ }%
+ #1%
+ \Hy@EndAnnot
+}
+\def\Acrobatmenu#1#2{%
+ \Hy@Acrobatmenu{#1}{#2}{%
+ \Hy@BeginAnnot{%
+ \@pdfm@mark{%
+ bann<<%
+ /Type/Annot%
+ /Subtype/Link%
+ \ifHy@pdfa /F 4\fi
+ /A<<%
+ /S/Named%
+ /N/#1%
+ >>%
+ \Hy@setpdfborder
+ \ifx\@menubordercolor\relax
+ \relax
+ /C[\@menubordercolor]%
+ \fi
+ >>%
+ }%
+ \Hy@colorlink\@menucolor
+ }%
+ #2%
+ \Hy@EndAnnot
+ }%
+}
+\ifx\@pdfproducer\relax
+ \def\@pdfproducer{dvipdfm}%
+ \begingroup\expandafter\expandafter\expandafter\endgroup
+ \expandafter\ifx\csname XeTeXversion\endcsname\relax
+ \else
+ \edef\@pdfproducer{XeTeX \the\XeTeXversion\XeTeXrevision}%
+ \fi
+\fi
+\def\PDF@FinishDoc{%
+ \Hy@UseMaketitleInfos
+ \@pdfm@mark{%
+ docinfo<<%
+ /Title(\@pdftitle)%
+ /Subject(\@pdfsubject)%
+ /Creator(\@pdfcreator)%
+ \ifx\@pdfcreationdate\@empty
+ \else
+ /CreationDate(\@pdfcreationdate)%
+ \fi
+ \ifx\@pdfmoddate\@empty
+ \else
+ /ModDate(\@pdfmoddate)%
+ \fi
+ /Author(\@pdfauthor)%
+ \ifx\@pdfproducer\relax
+ \else
+ /Producer(\@pdfproducer)%
+ \fi
+ /Keywords(\@pdfkeywords)%
+ >>%
+ }%
+ \Hy@DisableOption{pdfauthor}%
+ \Hy@DisableOption{pdftitle}%
+ \Hy@DisableOption{pdfsubject}%
+ \Hy@DisableOption{pdfcreator}%
+ \Hy@DisableOption{pdfcreationdate}%
+ \Hy@DisableOption{pdfmoddate}%
+ \Hy@DisableOption{pdfproducer}%
+ \Hy@DisableOption{pdfkeywords}%
+}
+\def\PDF@SetupDoc{%
+ \edef\Hy@temp{%
+ \ifHy@toolbar\else /HideToolbar true\fi
+ \ifHy@menubar\else /HideMenubar true\fi
+ \ifHy@windowui\else /HideWindowUI true\fi
+ \ifHy@fitwindow /FitWindow true\fi
+ \ifHy@centerwindow /CenterWindow true\fi
+ \ifHy@displaydoctitle /DisplayDocTitle true\fi
+ \Hy@UseNameKey{NonFullScreenPageMode}\@pdfnonfullscreenpagemode
+ \Hy@UseNameKey{Direction}\@pdfdirection
+ \Hy@UseNameKey{ViewArea}\@pdfviewarea
+ \Hy@UseNameKey{ViewClip}\@pdfviewclip
+ \Hy@UseNameKey{PrintArea}\@pdfprintarea
+ \Hy@UseNameKey{PrintClip}\@pdfprintclip
+ \Hy@UseNameKey{PrintScaling}\@pdfprintscaling
+ \Hy@UseNameKey{Duplex}\@pdfduplex
+ \ifx\@pdfpicktraybypdfsize\@empty
+ \else
+ /PickTrayByPDFSize \@pdfpicktraybypdfsize
+ \fi
+ \ifx\@pdfprintpagerange\@empty
+ \else
+ /PrintPageRange[\@pdfprintpagerange]%
+ \fi
+ \ifx\@pdfnumcopies\@empty
+ \else
+ /NumCopies \@pdfnumcopies
+ \fi
+ }%
+ \Hy@pstringdef\Hy@pstringB{\@baseurl}%
+ \@pdfm@mark{%
+ docview<<%
+ \ifx\@pdfstartpage\@empty
+ \else
+ \ifx\@pdfstartview\@empty
+ \else
+ /OpenAction[@page\@pdfstartpage\@pdfstartview]%
+ \fi
+ \fi
+ \ifx\@baseurl\@empty
+ \else
+ /URI<</Base(\Hy@pstringB)>>%
+ \fi
+ /PageMode/\@pdfpagemode
+ \ifx\Hy@temp\@empty
+ \else
+ /ViewerPreferences<<\Hy@temp>>%
+ \fi
+ \Hy@UseNameKey{PageLayout}\@pdfpagelayout
+ \ifx\@pdflang\@empty
+ \else
+ /Lang(\@pdflang)%
+ \fi
+ >>%
+ }%
+ \ifx\@pdfpagescrop\@empty
+ \else
+ \@pdfm@mark{put @pages <</CropBox[\@pdfpagescrop]>>}%
+ \fi
+}
+\def\@Gauge[#1]#2#3#4{% parameters, label, minimum, maximum
+ \typeout{Sorry, dvipdfm/XeTeX does not support FORM gauges}%
+}
+\def\@Form[#1]{%
+ \@ifundefined{textcolor}{\let\textcolor\@gobble}{}%
+ \setkeys{Form}{#1}%
+ \Hy@FormObjects
+ \@pdfm@mark{obj @afields []}%
+ \@pdfm@mark{obj @corder []}%
+ \@pdfm@mark{%
+ obj @aform <<%
+ /Fields @afields%
+ /DR<<%
+ /Font<<%
+ /ZaDb @OBJZaDb%
+ /Helv @OBJHelv%
+ >>%
+ >>%
+ /DA(/Helv 10 Tf 0 g)%
+ /CO @corder%
+ \ifHy@pdfa
+ \else
+ /NeedAppearances true%
+ \fi
+ >>%
+ }%
+ \@pdfm@mark{put @catalog <</AcroForm @aform>>}%
+}
+\def\@endForm{}
+\def\dvipdfm@setdim{%
+ height \the\ht\pdfm@box\space
+ width \the\wd\pdfm@box\space
+ depth \the\dp\pdfm@box\space
+}
+\newcount\HyField@AnnotCount
+\HyField@AnnotCount=\z@
+\def\HyField@AdvanceAnnotCount{%
+ \global\advance\HyField@AnnotCount\@ne
+}
+\def\HyField@TheAnnotCount{%
+ \the\HyField@AnnotCount
+}
+\def\@TextField[#1]#2{% parameters, label
+ \def\Fld@name{#2}%
+ \def\Fld@default{}%
+ \let\Fld@value\@empty
+ \def\Fld@width{\DefaultWidthofText}%
+ \def\Fld@height{%
+ \ifFld@multiline
+ \DefaultHeightofTextMultiline
+ \else
+ \DefaultHeightofText
+ \fi
+ }%
+ \begingroup
+ \Field@toks={ }%
+ \expandafter\HyField@SetKeys\expandafter{%
+ \DefaultOptionsofText,#1%
+ }%
+ \PDFForm@Name
+ \HyField@FlagsText
+ \ifFld@hidden\def\Fld@width{1sp}\fi
+ \ifx\Fld@value\@empty\def\Fld@value{\Fld@default}\fi
+ \setbox\pdfm@box=\hbox{%
+ \MakeTextField{\Fld@width}{\Fld@height}%
+ }%
+ \HyField@AdvanceAnnotCount
+ \LayoutTextField{#2}{%
+ \Hy@escapeform\PDFForm@Text
+ \@pdfm@mark{%
+ ann @text\HyField@TheAnnotCount\space
+ \dvipdfm@setdim << \PDFForm@Text >>%
+ }%
+ }%
+ \unhbox\pdfm@box
+ \@pdfm@mark{put @afields @text\HyField@TheAnnotCount}%
+ % record in @afields array
+ \endgroup
+}
+\def\@ChoiceMenu[#1]#2#3{% parameters, label, choices
+ \def\Fld@name{#2}%
+ \let\Fld@default\relax
+ \let\Fld@value\relax
+ \def\Fld@width{\DefaultWidthofChoiceMenu}%
+ \def\Fld@height{\DefaultHeightofChoiceMenu}%
+ \begingroup
+ \Fld@menulength=0 %
+ \@tempdima\z@
+ \@for\@curropt:=#3\do{%
+ \expandafter\Fld@checkequals\@curropt==\\%
+ \Hy@StepCount\Fld@menulength
+ \settowidth{\@tempdimb}{\@currDisplay}%
+ \ifdim\@tempdimb>\@tempdima\@tempdima\@tempdimb\fi
+ }%
+ \advance\@tempdima by 15\p@
+ \Field@toks={ }%
+ \begingroup
+ \HyField@SetKeys{#1}%
+ \edef\x{\endgroup
+ \noexpand\expandafter
+ \noexpand\HyField@SetKeys
+ \noexpand\expandafter{%
+ \expandafter\noexpand\csname DefaultOptionsof%
+ \ifFld@radio
+ Radio%
+ \else
+ \ifFld@combo
+ \ifFld@popdown
+ PopdownBox%
+ \else
+ ComboBox%
+ \fi
+ \else
+ ListBox%
+ \fi
+ \fi
+ \endcsname
+ }%
+ }\x
+ \HyField@SetKeys{#1}%
+ \PDFForm@Name
+ \ifFld@hidden\def\Fld@width{1sp}\fi
+ \ifx\Fld@value\relax
+ \let\Fld@value\Fld@default
+ \fi
+ \LayoutChoiceField{#2}{%
+ \ifFld@radio
+ \HyField@FlagsRadioButton
+ \@@Radio{#3}%
+ \else
+ \begingroup
+ \HyField@FlagsChoice
+ \ifdim\Fld@width<\@tempdima
+ \ifdim\@tempdima<1cm\@tempdima1cm\fi
+ \edef\Fld@width{\the\@tempdima}%
+ \fi
+ \ifFld@combo
+ \else
+ \@tempdima=\the\Fld@menulength\Fld@charsize
+ \advance\@tempdima by \Fld@borderwidth bp %
+ \advance\@tempdima by \Fld@borderwidth bp %
+ \edef\Fld@height{\the\@tempdima}%
+ \fi
+ \@@Listbox{#3}%
+ \endgroup
+ \fi
+ }%
+ \endgroup
+}
+\def\@@Radio#1{%
+ \Fld@listcount=0 %
+ \setbox\pdfm@box=\hbox{\MakeRadioField{\Fld@width}{\Fld@height}}%
+ \@for\@curropt:=#1\do{%
+ \expandafter\Fld@checkequals\@curropt==\\%
+ \Hy@StepCount\Fld@listcount
+ \@currDisplay\space
+ \leavevmode
+ \Hy@escapeform\PDFForm@Radio
+ \ifnum\Fld@listcount=1 %
+ \HyField@AdvanceAnnotCount
+ \fi
+ \@pdfm@mark{%
+ ann \ifnum\Fld@listcount=1 @radio\HyField@TheAnnotCount\space\fi
+ \dvipdfm@setdim
+ <<%
+ \PDFForm@Radio
+ /AP<</N<</\@currValue /null>>>>%
+ >>%
+ }%
+ \unhcopy\pdfm@box\space% deliberate space between radio buttons
+ \ifnum\Fld@listcount=1 %
+ \@pdfm@mark{put @afields @radio\HyField@TheAnnotCount}%
+ \fi
+ }%
+}
+\newcount\Fld@listcount
+\def\@@Listbox#1{%
+ \HyField@PDFChoices{#1}%
+ \setbox\pdfm@box=\hbox{\MakeChoiceField{\Fld@width}{\Fld@height}}%
+ \leavevmode
+ \Hy@escapeform\PDFForm@List
+ \HyField@AdvanceAnnotCount
+ \@pdfm@mark{%
+ ann @list\HyField@TheAnnotCount\space
+ \dvipdfm@setdim
+ <<\PDFForm@List>>%
+ }%
+ \unhbox\pdfm@box
+ \@pdfm@mark{put @afields @list\HyField@TheAnnotCount}%
+}
+\def\@PushButton[#1]#2{% parameters, label
+ \def\Fld@name{#2}%
+ \begingroup
+ \Field@toks={ }%
+ \expandafter\HyField@SetKeys\expandafter{%
+ \DefaultOptionsofPushButton,#1%
+ }%
+ \PDFForm@Name
+ \ifHy@pdfa
+ \PackageError{hyperref}{%
+ PDF/A: Push button with JavaScript is prohibited%
+ }\@ehc
+ \LayoutPushButtonField{%
+ \leavevmode
+ \MakeButtonField{#2}%
+ }%
+ \else
+ \setbox\pdfm@box=\hbox{\MakeButtonField{#2}}%
+ \HyField@FlagsPushButton
+ \ifFld@hidden\def\Fld@width{1sp}\fi
+ \HyField@AdvanceAnnotCount
+ \LayoutPushButtonField{%
+ \leavevmode
+ \Hy@escapeform\PDFForm@Push
+ \@pdfm@mark{%
+ ann @push\HyField@TheAnnotCount\space
+ \dvipdfm@setdim
+ <<\PDFForm@Push>>%
+ }%
+ }%
+ \unhbox\pdfm@box
+ \@pdfm@mark{put @afields @push\HyField@TheAnnotCount}%
+ \fi
+ \endgroup
+}
+\def\@Submit[#1]#2{%
+ \Field@toks={ }%
+ \def\Fld@width{\DefaultWidthofSubmit}%
+ \def\Fld@height{\DefaultHeightofSubmit}%
+ \begingroup
+ \expandafter\HyField@SetKeys\expandafter{%
+ \DefaultOptionsofSubmit,#1%
+ }%
+ \HyField@FlagsPushButton
+ \HyField@FlagsSubmit
+ \ifFld@hidden\def\Fld@width{1sp}\fi
+ \setbox\pdfm@box=\hbox{\MakeButtonField{#2}}%
+ \leavevmode
+ \Hy@escapeform\PDFForm@Submit
+ \HyField@AdvanceAnnotCount
+ \@pdfm@mark{%
+ ann @submit\HyField@TheAnnotCount\space
+ \dvipdfm@setdim
+ <<\PDFForm@Submit>>%
+ }%
+ \unhbox\pdfm@box%
+ \@pdfm@mark{put @afields @submit\HyField@TheAnnotCount}%
+ \endgroup
+}
+\def\@Reset[#1]#2{%
+ \Field@toks={ }%
+ \def\Fld@width{\DefaultWidthofReset}%
+ \def\Fld@height{\DefaultHeightofReset}%
+ \begingroup
+ \expandafter\HyField@SetKeys\expandafter{%
+ \DefaultOptionsofReset,#1%
+ }%
+ \leavevmode
+ \ifHy@pdfa
+ \PackageError{hyperref}{%
+ PDF/A: Reset action is prohibited%
+ }\@ehc
+ \MakeButtonField{#2}%
+ \else
+ \HyField@FlagsPushButton
+ \ifFld@hidden\def\Fld@width{1sp}\fi
+ \setbox\pdfm@box=\hbox{\MakeButtonField{#2}}%
+ \Hy@escapeform\PDFForm@Reset
+ \HyField@AdvanceAnnotCount
+ \@pdfm@mark{%
+ ann @reset\HyField@TheAnnotCount\space
+ \dvipdfm@setdim
+ <<\PDFForm@Reset>>%
+ }%
+ \unhbox\pdfm@box
+ \@pdfm@mark{put @afields @reset\HyField@TheAnnotCount}%
+ \fi
+ \endgroup
+}
+\def\@CheckBox[#1]#2{% parameters, label
+ \def\Fld@name{#2}%
+ \def\Fld@default{0}%
+ \begingroup
+ \def\Fld@width{\DefaultWidthofCheckBox}%
+ \def\Fld@height{\DefaultHeightofCheckBox}%
+ \Field@toks={ }%
+ \expandafter\HyField@SetKeys\expandafter{%
+ \DefaultOptionsofCheckBox,#1%
+ }%
+ \PDFForm@Name
+ \HyField@FlagsCheckBox
+ \ifFld@hidden\def\Fld@width{1sp}\fi
+ \setbox\pdfm@box=\hbox{\MakeCheckField{\Fld@width}{\Fld@height}}%
+ \HyField@AdvanceAnnotCount
+ \LayoutCheckField{#2}{%
+ \Hy@escapeform\PDFForm@Check
+ \@pdfm@mark{%
+ ann @check\HyField@TheAnnotCount\space
+ \dvipdfm@setdim
+ <<\PDFForm@Check>>%
+ }%
+ \unhbox\pdfm@box
+ \@pdfm@mark{put @afields @check\HyField@TheAnnotCount}%
+ }%
+ \endgroup
+}
+\def\Hy@FormObjects{%
+ \@pdfm@mark{obj @OBJpdfdocencoding%
+ <<%
+ /Type/Encoding%
+ /Differences[%
+ 24/breve/caron/circumflex/dotaccent/hungarumlaut/ogonek/ring/tilde %
+ 39/quotesingle %
+ 96/grave %
+ 128/bullet/dagger/daggerdbl/ellipsis/emdash/endash/florin%
+ /fraction/guilsinglleft/guilsinglright/minus/perthousand%
+ /quotedblbase/quotedblleft/quotedblright/quoteleft/quoteright%
+ /quotesinglbase/trademark/fi/fl/Lslash/OE/Scaron/Ydieresis%
+ /Zcaron/dotlessi/lslash/oe/scaron/zcaron %
+ 164/currency %
+ 166/brokenbar %
+ 168/dieresis/copyright/ordfeminine %
+ 172/logicalnot/.notdef/registered/macron/degree/plusminus%
+ /twosuperior/threesuperior/acute/mu %
+ 183/periodcentered/cedilla/onesuperior/ordmasculine %
+ 188/onequarter/onehalf/threequarters %
+ 192/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE%
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute%
+ /Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex%
+ /Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex%
+ /Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex%
+ /atilde/adieresis/aring/ae/ccedilla/egrave/eacute%
+ /ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis%
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis%
+ /divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute%
+ /thorn/ydieresis%
+ ]%
+ >>%
+ }%
+ \@pdfm@mark{obj @OBJZaDb%
+ <<%
+ /Type/Font%
+ /Subtype/Type1%
+ /Name/ZaDb%
+ /BaseFont/ZapfDingbats%
+ >>%
+ }%
+ \@pdfm@mark{obj @OBJHelv%
+ <<%
+ /Type/Font%
+ /Subtype/Type1%
+ /Name/Helv%
+ /BaseFont/Helvetica%
+ /Encoding @OBJpdfdocencoding%
+ >>%
+ }%
+ \global\let\Hy@FormObjects\relax
+}
+\begingroup\expandafter\expandafter\expandafter\endgroup
+\expandafter\ifx\csname pdfescapestring\endcsname\relax
+ \let\Hy@escapestring\@firstofone
+ \def\Hy@escapeform#1{%
+ \ifHy@escapeform
+ \def\Hy@escapestring##1{%
+ \noexpand\Hy@escapestring{\noexpand##1}%
+ }%
+ \edef\Hy@temp{#1}%
+ \expandafter\Hy@@escapeform\Hy@temp\Hy@escapestring{}\@nil
+ \def\Hy@escapestring##1{%
+ \@ifundefined{Hy@esc@\string##1}{%
+ ##1%
+ \ThisShouldNotHappen
+ }{%
+ \csname Hy@esc@\string##1\endcsname
+ }%
+ }%
+ \else
+ \let\Hy@escapestring\@firstofone
+ \fi
+ }%
+ \def\Hy@@escapeform#1\Hy@escapestring#2#3\@nil{%
+ \ifx\\#3\\%
+ \else
+ \expandafter\Hy@pstringdef\csname Hy@esc@\string#2\endcsname{#2}%
+ \Hy@ReturnAfterFi{%
+ \Hy@@escapeform#3\@nil
+ }%
+ \fi
+ }%
+\else
+ \def\Hy@escapeform#1{%
+ \ifHy@escapeform
+ \let\Hy@escapestring\pdfescapestring
+ \else
+ \let\Hy@escapestring\@firstofone
+ \fi
+ }%
+ \Hy@escapeform{}%
+\fi
+\def\PDFForm@Name{%
+ \begingroup
+ \ifnum\Hy@pdfversion<5 % implementation note 117, PDF spec 1.7
+ \ifHy@unicode
+ \Hy@unicodefalse
+ \fi
+ \fi
+ \pdfstringdef\Hy@gtemp\Fld@name
+ \endgroup
+ \let\Fld@name\Hy@gtemp
+}
+\def\PDFForm@Check{%
+ /Subtype/Widget%
+ \Fld@annotflags
+ /T(\Fld@name)%
+ /FT/Btn%
+ \Fld@flags
+ /Q \Fld@align
+ /BS<</W \Fld@borderwidth /S/\Fld@borderstyle>>%
+ /MK<<%
+ \ifnum\Fld@rotation=\z@
+ \else
+ /R \Fld@rotation
+ \fi
+ \ifx\Fld@bordercolor\relax
+ \else
+ /BC[\Fld@bordercolor]%
+ \fi
+ \ifx\Fld@bcolor\relax
+ \else
+ /BG[\Fld@bcolor]%
+ \fi
+ /CA(\Hy@escapestring{\Fld@cbsymbol})%
+ >>%
+ /DA(/ZaDb \strip@pt\Fld@charsize\space Tf%
+ \ifx\Fld@color\@empty\else\space\Fld@color\fi)%
+ /H/P%
+ \ifFld@checked /V/Yes\else /V/Off\fi
+}
+\ifHy@pdfa
+\else
+ \def\PDFForm@Push{%
+ /Subtype/Widget%
+ \Fld@annotflags
+ /T(\Fld@name)%
+ /FT/Btn%
+ \Fld@flags
+ /H/P%
+ /BS<</W \Fld@borderwidth/S/\Fld@borderstyle>>%
+ \ifcase0\ifnum\Fld@rotation=\z@ \else 1\fi
+ \ifx\Fld@bordercolor\relax\else 1\fi
+ \space
+ \else
+ /MK<<%
+ \ifnum\Fld@rotation=\z@
+ \else
+ /R \Fld@rotation
+ \fi
+ \ifx\Fld@bordercolor\relax
+ \else
+ /BC[\Fld@bordercolor]%
+ \fi
+ >>%
+ \fi
+ /A<</S/JavaScript/JS(\Hy@escapestring{\Fld@onclick@code})>>%
+ }%
+\fi
+\def\Fld@@additionalactions{%
+ \ifx\Fld@keystroke@code\@empty
+ \else
+ /K<</S/JavaScript/JS(\Hy@escapestring{\Fld@keystroke@code})>>%
+ \fi
+ \ifx\Fld@format@code\@empty
+ \else
+ /F<</S/JavaScript/JS(\Hy@escapestring{\Fld@format@code})>>%
+ \fi
+ \ifx\Fld@validate@code\@empty
+ \else
+ /V<</S/JavaScript/JS(\Hy@escapestring{\Fld@validate@code})>>%
+ \fi
+ \ifx\Fld@calculate@code\@empty
+ \else
+ /C<</S/JavaScript/JS(\Hy@escapestring{\Fld@calculate@code})>>%
+ \fi
+ \ifx\Fld@onfocus@code\@empty
+ \else
+ /Fo<</S/JavaScript/JS(\Hy@escapestring{\Fld@onfocus@code})>>%
+ \fi
+ \ifx\Fld@onblur@code\@empty
+ \else
+ /Bl<</S/JavaScript/JS(\Hy@escapestring{\Fld@onblur@code})>>%
+ \fi
+ \ifx\Fld@onmousedown@code\@empty
+ \else
+ /D<</S/JavaScript/JS(\Hy@escapestring{\Fld@onmousedown@code})>>%
+ \fi
+ \ifx\Fld@onmouseup@code\@empty
+ \else
+ /U<</S/JavaScript/JS(\Hy@escapestring{\Fld@onmouseup@code})>>%
+ \fi
+ \ifx\Fld@onenter@code\@empty
+ \else
+ /E<</S/JavaScript/JS(\Hy@escapestring{\Fld@onenter@code})>>%
+ \fi
+ \ifx\Fld@onexit@code\@empty
+ \else
+ /X<</S/JavaScript/JS(\Hy@escapestring{\Fld@onexit@code})>>%
+ \fi
+}
+\def\Fld@additionalactions{%
+ \if-\Fld@@additionalactions-%
+ \else
+ \ifHy@pdfa
+ \else
+ /AA<<\Fld@@additionalactions>>%
+ \fi
+ \fi
+}
+\def\PDFForm@List{%
+ /Subtype/Widget%
+ \Fld@annotflags
+ /T(\Fld@name)%
+ /FT/Ch%
+ \Fld@flags
+ /Q \Fld@align
+ /BS<</W \Fld@borderwidth/S/\Fld@borderstyle>>%
+ \ifcase0\ifnum\Fld@rotation=\z@ \else 1\fi
+ \ifx\Fld@bordercolor\relax\else 1\fi
+ \ifx\fld@bcolor\relax \else 1\fi
+ \space
+ \else
+ /MK<<%
+ \ifnum\Fld@rotation=\z@
+ \else
+ /R \Fld@rotation
+ \fi
+ \ifx\Fld@bordercolor\relax
+ \else
+ /BC[\Fld@bordercolor]%
+ \fi
+ \ifx\Fld@bcolor\relax
+ \else
+ /BG[\Fld@bcolor]%
+ \fi
+ >>%
+ \fi
+ /DA(/Helv \strip@pt\Fld@charsize\space Tf%
+ \ifx\Fld@color\@empty\else\space\Fld@color\fi)%
+ \Fld@choices
+ \Fld@additionalactions
+}
+\def\PDFForm@Radio{%
+ /Subtype/Widget%
+ \Fld@annotflags
+ /T(\Fld@name)%
+ /FT/Btn%
+ \Fld@flags
+ /H/P%
+ /BS<</W \Fld@borderwidth/S/\Fld@borderstyle>>%
+ /MK<<%
+ \ifnum\Fld@rotation=\z@
+ \else
+ /R \Fld@rotation
+ \fi
+ \ifx\Fld@bordercolor\relax
+ \else
+ /BC[\Fld@bordercolor]%
+ \fi
+ \ifx\Fld@bcolor\relax
+ \else
+ /BG[\Fld@bcolor]%
+ \fi
+ /CA(\Fld@radiosymbol)%
+ >>%
+ /DA(/ZaDb \strip@pt\Fld@charsize\space Tf%
+ \ifx\Fld@color\@empty\else\space\Fld@color\fi)%
+ \ifx\@currValue\Fld@default
+ /V/\Fld@default
+ \else
+ /V/Off%
+ \fi
+ \Fld@additionalactions
+}
+\def\PDFForm@Text{%
+ /Subtype/Widget%
+ \Fld@annotflags
+ /T(\Fld@name)%
+ /FT/Tx%
+ \Fld@flags
+ /Q \Fld@align
+ /BS<</W \Fld@borderwidth\space /S /\Fld@borderstyle>>%
+ \ifcase0\ifnum\Fld@rotation=\z@ \else 1\fi
+ \ifx\Fld@bordercolor\relax\else 1\fi
+ \ifx\Fld@bcolor\relax \else 1\fi
+ \space
+ \else
+ /MK<<%
+ \ifnum\Fld@rotation=\z@
+ \else
+ /R \Fld@rotation
+ \fi
+ \ifx\Fld@bordercolor\relax
+ \else
+ /BC[\Fld@bordercolor]%
+ \fi
+ \ifx\Fld@bcolor\relax
+ \else
+ /BG[\Fld@bcolor]%
+ \fi
+ >>%
+ \fi
+ /DA(/Helv \strip@pt\Fld@charsize\space Tf%
+ \ifx\Fld@color\@empty\else\space\Fld@color\fi)%
+ /DV(\Hy@escapestring{\Fld@default})%
+ /V(\Hy@escapestring{\Fld@value})%
+ \Fld@additionalactions
+ \ifnum\Fld@maxlen>\z@/MaxLen \Fld@maxlen \fi
+}
+\def\PDFForm@Submit{%
+ /Subtype/Widget%
+ \Fld@annotflags
+ /T(\Fld@name)%
+ /FT/Btn%
+ \Fld@flags
+ /H/P%
+ /BS<</W \Fld@borderwidth/S/\Fld@borderstyle>>%
+ \ifcase0\ifnum\Fld@rotation=\z@ \else 1\fi
+ \ifx\Fld@bordercolor\relax\else 1\fi
+ \space
+ \else
+ /MK<<%
+ \ifnum\Fld@rotation=\z@
+ \else
+ /R \Fld@rotation
+ \fi
+ \ifx\Fld@bordercolor\relax
+ \else
+ /BC[\Fld@bordercolor]%
+ \fi
+ >>%
+ \fi
+ /A<<%
+ /S/SubmitForm%
+ /F<<%
+ /FS/URL%
+ /F(\Hy@escapestring{\Form@action})%
+ >>%
+ \Fld@submitflags
+ >>%
+}
+\ifHy@pdfa
+\else
+ \def\PDFForm@Reset{%
+ /Subtype/Widget%
+ \Fld@annotflags
+ /T(\Fld@name)%
+ /FT/Btn%
+ \Fld@flags
+ /H/P%
+ /DA(/Helv \strip@pt\Fld@charsize\space Tf 0 0 1 rg)%
+ \ifcase0\ifnum\Fld@rotation=\z@ \else 1\fi
+ \ifx\Fld@bordercolor\relax\else 1\fi
+ \space
+ \else
+ /MK<<%
+ \ifnum\Fld@rotation=\z@
+ \else
+ /R \Fld@rotation
+ \fi
+ \ifx\Fld@bordercolor\relax
+ \else
+ /BC[\Fld@bordercolor]%
+ \fi
+ >>%
+ \fi
+ /BS<</W \Fld@borderwidth/S/\Fld@borderstyle>>%
+ /A<</S/ResetForm>>%
+ }%
+\fi
+\def\Hy@writebookmark#1#2#3#4#5{%
+ % section number, text, label, level, file
+ \ifx\WriteBookmarks\relax%
+ \else
+ \ifnum#4>\Hy@bookmarksdepth\relax
+ \else
+ \@@writetorep{#1}{#2}{#3}{#4}{#5}%
+ \fi
+ \fi
+}
+\def\Hy@currentbookmarklevel{0}
+\def\Hy@numberline#1{#1 }
+\def\@@writetorep#1#2#3#4#5{%
+ \begingroup
+ \edef\Hy@tempa{#5}%
+ \ifx\Hy@tempa\Hy@bookmarkstype
+ \edef\Hy@level{#4}%
+ \ifx\Hy@levelcheck Y%
+ \@tempcnta\Hy@level\relax
+ \advance\@tempcnta by -1 %
+ \ifnum\Hy@currentbookmarklevel<\@tempcnta
+ \advance\@tempcnta by -\Hy@currentbookmarklevel\relax
+ \advance\@tempcnta by 1 %
+ \Hy@Warning{%
+ Difference (\the\@tempcnta) between bookmark levels is %
+ greater \MessageBreak than one, level fixed%
+ }%
+ \@tempcnta\Hy@currentbookmarklevel
+ \advance\@tempcnta by 1 %
+ \edef\Hy@level{\the\@tempcnta}%
+ \fi
+ \else
+ \global\let\Hy@levelcheck Y%
+ \fi
+ \global\let\Hy@currentbookmarklevel\Hy@level
+ \@tempcnta\Hy@level\relax
+ \expandafter\xdef\csname Parent\Hy@level\endcsname{#3}%
+ \advance\@tempcnta by -1 %
+ \edef\Hy@tempa{#3}%
+ \edef\Hy@tempb{\csname Parent\the\@tempcnta\endcsname}%
+ \ifx\Hy@tempa\Hy@tempb
+ \Hy@Warning{%
+ The anchor of a bookmark and its parent's must not%
+ \MessageBreak be the same. Added a new anchor%
+ }%
+ \phantomsection
+ \fi
+ \ifHy@bookmarksnumbered
+ \let\numberline\Hy@numberline
+ \let\partnumberline\Hy@numberline
+ \let\chapternumberline\Hy@numberline
+ \else
+ \let\numberline\@gobble
+ \let\partnumberline\@gobble
+ \let\chapternumberline\@gobble
+ \fi
+ \pdfstringdef\Hy@tempa{#2}%
+ \if@filesw
+ \stepcounter{bookmark@seq@number}%
+ \protected@write\@outlinefile{}{%
+ \protect\BOOKMARK
+ [\Hy@level][\@bookmarkopenstatus{\Hy@level}]{#3}%
+ {\Hy@tempa}{\Hy@tempb}%
+ \@percentchar\space\thebookmark@seq@number
+ }%
+ \fi
+ \fi
+ \endgroup
+}
+\newcounter{bookmark@seq@number}
+\newcommand{\currentpdfbookmark}{%
+ \pdfbookmark[\Hy@currentbookmarklevel]%
+}
+\newcommand{\subpdfbookmark}{%
+ \@tempcnta\Hy@currentbookmarklevel
+ \Hy@StepCount\@tempcnta
+ \expandafter\pdfbookmark\expandafter[\the\@tempcnta]%
+}
+\newcommand{\belowpdfbookmark}[2]{%
+ \@tempcnta\Hy@currentbookmarklevel
+ \Hy@StepCount\@tempcnta
+ \expandafter\pdfbookmark\expandafter[\the\@tempcnta]{#1}{#2}%
+ \advance\@tempcnta by -1 %
+ \xdef\Hy@currentbookmarklevel{\the\@tempcnta}%
+}
+\renewcommand\pdfbookmark[3][0]{%
+ \Hy@writebookmark{}{#2}{#3.#1}{#1}{toc}%
+ \hyper@anchorstart{#3.#1}\hyper@anchorend
+}
+\def\BOOKMARK{\@ifnextchar[{\@BOOKMARK}{\@@BOOKMARK[1][-]}}
+\def\@BOOKMARK[#1]{\@ifnextchar[{\@@BOOKMARK[#1]}{\@@BOOKMARK[#1][-]}}
+\RequirePackage{rerunfilecheck}[2009/12/10]
+\def\Hy@OutlineRerunCheck{%
+ \RerunFileCheck{\jobname.out}{%
+ \immediate\closeout\@outlinefile
+ }{%
+ Rerun to get outlines right\MessageBreak
+ or use package `bookmark'%
+ }%
+}
+\def\ReadBookmarks{%
+ \begingroup
+ \escapechar=`\\%
+ \let\escapechar\@gobble %
+ \def\@@BOOKMARK[##1][##2]##3##4##5{\calc@bm@number{##5}}%
+ \InputIfFileExists{\jobname.out}{}{}%
+ \ifx\WriteBookmarks\relax
+ \global\let\WriteBookmarks\relax
+ \fi
+ \def\@@BOOKMARK[##1][##2]##3##4##5{%
+ \def\Hy@temp{##4}%
+ \Hy@pstringdef\Hy@pstringName{\HyperDestNameFilter{##3}}%
+ \@pdfm@mark{%
+ outline \ifHy@DvipdfmxOutlineOpen
+ [%
+ \ifnum##21>\z@
+ \else
+ -%
+ \fi
+ ] %
+ \fi
+ ##1<<%
+ /Title(\expandafter\strip@prefix\meaning\Hy@temp)%
+ /A<<%
+ /S/GoTo%
+ /D(\Hy@pstringName)%
+ >>%
+ >>%
+ }%
+ }%
+ {%
+ \def\WriteBookmarks{0}%
+ \InputIfFileExists{\jobname.out}{}{}%
+ }%
+ %{\escapechar\m@ne\InputIfFileExists{\jobname.out}{}{}}%
+ \ifx\WriteBookmarks\relax
+ \else
+ \if@filesw
+ \newwrite\@outlinefile
+ \Hy@OutlineRerunCheck
+ \immediate\openout\@outlinefile=\jobname.out\relax
+ \ifHy@typexml
+ \immediate\write\@outlinefile{<relaxxml>\relax}%
+ \fi
+ \fi
+ \fi
+ \endgroup
+}
+\def\check@bm@number#1{%
+ \expandafter\ifx\csname B_#1\endcsname\relax
+ 0%
+ \else
+ \csname B_#1\endcsname
+ \fi
+}
+\def\calc@bm@number#1{%
+ \@tempcnta=\check@bm@number{#1}\relax
+ \advance\@tempcnta by 1 %
+ \expandafter\xdef\csname B_#1\endcsname{\the\@tempcnta}%
+}
+\ifHy@implicit
+\else
+ \expandafter\endinput
+\fi
+\newlength\Hy@SectionHShift
+\def\Hy@SectionAnchor{%
+ \ifx\protect\@typeset@protect
+ \Hy@@SectionAnchor
+ \fi
+}
+\DeclareRobustCommand*{\Hy@@SectionAnchor}{%
+ \leavevmode
+ \hbox to 0pt{%
+ \kern-\Hy@SectionHShift
+ \Hy@raisedlink{%
+ \hyper@anchorstart{\@currentHref}\hyper@anchorend
+ }%
+ \hss
+ }%
+}
+\let\H@old@ssect\@ssect
+\def\@ssect#1#2#3#4#5{%
+ \Hy@GlobalStepCount\Hy@linkcounter
+ \xdef\@currentHref{section*.\the\Hy@linkcounter}%
+ \setlength{\Hy@SectionHShift}{#1}%
+ \H@old@ssect{#1}{#2}{#3}{#4}{\Hy@SectionAnchor#5}%
+}
+\let\H@old@schapter\@schapter
+\def\@schapter#1{%
+ \begingroup
+ \let\@mkboth\@gobbletwo
+ \Hy@GlobalStepCount\Hy@linkcounter
+ \xdef\@currentHref{\Hy@chapapp*.\the\Hy@linkcounter}%
+ \Hy@raisedlink{%
+ \hyper@anchorstart{\@currentHref}\hyper@anchorend
+ }%
+ \endgroup
+ \H@old@schapter{#1}%
+}
+\@ifundefined{@chapter}{}{%
+ \let\Hy@org@chapter\@chapter
+ \def\@chapter{%
+ \def\Hy@next{%
+ \Hy@GlobalStepCount\Hy@linkcounter
+ \xdef\@currentHref{\Hy@chapapp*.\the\Hy@linkcounter}%
+ \Hy@raisedlink{%
+ \hyper@anchorstart{\@currentHref}\hyper@anchorend
+ }%
+ }%
+ \ifnum\c@secnumdepth>\m@ne
+ \@ifundefined{if@mainmatter}%
+ \iftrue{\csname if@mainmatter\endcsname}%
+ \let\Hy@next\relax
+ \fi
+ \fi
+ \Hy@next
+ \Hy@org@chapter
+ }%
+}
+\let\H@old@part\@part
+\begingroup\expandafter\expandafter\expandafter\endgroup
+\expandafter\ifx\csname chapter\endcsname\relax
+ \let\Hy@secnum@part\z@
+\else
+ \let\Hy@secnum@part\m@ne
+\fi
+\def\@part{%
+ \ifnum\Hy@secnum@part>\c@secnumdepth
+ \phantomsection
+ \fi
+ \H@old@part
+}
+\let\H@old@spart\@spart
+\def\@spart#1{%
+ \Hy@GlobalStepCount\Hy@linkcounter
+ \xdef\@currentHref{part*.\the\Hy@linkcounter}%
+ \Hy@raisedlink{%
+ \hyper@anchorstart{\@currentHref}\hyper@anchorend
+ }%
+ \H@old@spart{#1}%
+}
+\let\H@old@sect\@sect
+\def\@sect#1#2#3#4#5#6[#7]#8{%
+ \ifnum #2>\c@secnumdepth
+ \expandafter\@firstoftwo
+ \else
+ \expandafter\@secondoftwo
+ \fi
+ {%
+ \Hy@GlobalStepCount\Hy@linkcounter
+ \xdef\@currentHref{section*.\the\Hy@linkcounter}%
+ \setlength{\Hy@SectionHShift}{#3}%
+ \H@old@sect{#1}{#2}{#3}{#4}{#5}{#6}[{#7}]{\Hy@SectionAnchor#8}%
+ }{%
+ \H@old@sect{#1}{#2}{#3}{#4}{#5}{#6}[{#7}]{#8}%
+ }%
+}
+\expandafter\def\csname Parent-4\endcsname{}
+\expandafter\def\csname Parent-3\endcsname{}
+\expandafter\def\csname Parent-2\endcsname{}
+\expandafter\def\csname Parent-1\endcsname{}
+\expandafter\def\csname Parent0\endcsname{}
+\expandafter\def\csname Parent1\endcsname{}
+\expandafter\def\csname Parent2\endcsname{}
+\expandafter\def\csname Parent3\endcsname{}
+\expandafter\def\csname Parent4\endcsname{}
+\def\Hy@tempa{%
+ \def\@addchap[##1]##2{%
+ \typeout{##2}%
+ \if@twoside
+ \@mkboth{##1}{}%
+ \else
+ \@mkboth{}{##1}%
+ \fi
+ \addtocontents{lof}{\protect\addvspace{10\p@}}%
+ \addtocontents{lot}{\protect\addvspace{10\p@}}%
+ \Hy@GlobalStepCount\Hy@linkcounter
+ \xdef\@currentHref{\Hy@chapapp*.\the\Hy@linkcounter}%
+ \Hy@raisedlink{%
+ \hyper@anchorstart{\@currentHref}\hyper@anchorend
+ }%
+ \if@twocolumn
+ \@topnewpage[\@makeschapterhead{##2}]%
+ \else
+ \@makeschapterhead{##2}%
+ \@afterheading
+ \fi
+ \addcontentsline{toc}{chapter}{##1}%
+ }%
+}
+\@ifclassloaded{scrbook}{%
+ \@ifclasslater{scrbook}{2001/01/01}{%
+ \let\Hy@tempa\@empty
+ }{}%
+}{%
+ \@ifclassloaded{scrreprt}{%
+ \@ifclasslater{scrreprt}{2001/01/01}{%
+ \let\Hy@tempa\@empty
+ }{}%
+ }{%
+ \let\Hy@tempa\@empty
+ }%
+}%
+\Hy@tempa
+\endinput
+%%
+%% End of file `hxetex.def'.
diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
index aa81645e0fe..8dee55e1f6d 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/12/10 v6.79n
+ [2009/12/15 v6.79p
Hypertext links for LaTeX]
\begingroup
\@makeother\`%
@@ -478,12 +478,15 @@
\@ifundefined{StringEncodingConvertTest}{%
}{%
\EdefUnescapeString\HyPsd@temp#1%
- \StringEncodingConvertTest\HyPsd@temp\HyPsd@temp
- {utf16be}{pdfdoc}{%
- \EdefEscapeString\HyPsd@temp\HyPsd@temp
- \global\let#1\HyPsd@temp
- \Hy@unicodefalse
- }{}%
+ \ifxetex
+ \StringEncodingConvertTest\HyPsd@temp\HyPsd@temp
+ {utf16be}{ascii}{%
+ \EdefEscapeString\HyPsd@temp\HyPsd@temp
+ \global\let#1\HyPsd@temp
+ \Hy@unicodefalse
+ }{}%
+ \else
+ \fi
}%
\fi
\fi
@@ -1438,6 +1441,7 @@
\xdef#4{#4#1#2}%
\HyPsd@@ConvertToUnicode#3\END#4%
}
+\RequirePackage{intcalc}[2007/09/27]
\begingroup
\catcode0=9 %
\catcode`\^=7 %
@@ -1842,30 +1846,6 @@
\Hy@boolkey{final}{#1}%
}
\let\KV@Hyp@nolinks\KV@Hyp@draft
-\define@key{Hyp}{a4paper}[true]{%
- \def\special@paper{210mm,297mm}%
- \def\Hy@pageheight{842}%
-}
-\define@key{Hyp}{a5paper}[true]{%
- \def\special@paper{148mm,210mm}%
- \def\Hy@pageheight{595}%
-}
-\define@key{Hyp}{b5paper}[true]{%
- \def\special@paper{176mm,250mm}%
- \def\Hy@pageheight{709}%
-}
-\define@key{Hyp}{letterpaper}[true]{%
- \def\special@paper{8.5in,11in}%
- \def\Hy@pageheight{792}%
-}
-\define@key{Hyp}{legalpaper}[true]{%
- \def\special@paper{8.5in,14in}%
- \def\Hy@pageheight{1008}%
-}
-\define@key{Hyp}{executivepaper}[true]{%
- \def\special@paper{7.25in,10.5in}%
- \def\Hy@pageheight{720}%
-}
\define@key{Hyp}{setpagesize}[true]{%
\Hy@boolkey{setpagesize}{#1}%
}
@@ -2093,7 +2073,7 @@
\fi
}
\define@key{Hyp}{xetex}[true]{%
- \def\Hy@driver{hdvipdfm}%
+ \def\Hy@driver{hxetex}%
}
\define@key{Hyp}{pdfmark}[true]{%
\def\Hy@driver{hdvips}%
@@ -2733,10 +2713,36 @@
\define@key{Hyp}{pdfusetitle}[true]{%
\Hy@boolkey[pdfusetitle]{usetitle}{#1}%
}
-\define@key{Hyp}{pdftitle}{\pdfstringdef\@pdftitle{#1}}
-\define@key{Hyp}{pdfauthor}{\pdfstringdef\@pdfauthor{#1}}
-\define@key{Hyp}{pdfproducer}{\pdfstringdef\@pdfproducer{#1}}
-\define@key{Hyp}{pdfcreator}{\pdfstringdef\@pdfcreator{#1}}
+\def\HyXeTeX@CheckUnicode{%
+ \ifxetex
+ \ifHy@unicode
+ \else
+ \Hy@WarningNoLine{%
+ XeTeX driver only supports unicode.\MessageBreak
+ Enabling option `unicode'%
+ }%
+ \setkeys{Hyp}{unicode}%
+ \fi
+ \else
+ \let\HyXeTeX@CheckUnicode\relax
+ \fi
+}
+\define@key{Hyp}{pdftitle}{%
+ \HyXeTeX@CheckUnicode
+ \pdfstringdef\@pdftitle{#1}%
+}
+\define@key{Hyp}{pdfauthor}{%
+ \HyXeTeX@CheckUnicode
+ \pdfstringdef\@pdfauthor{#1}%
+}
+\define@key{Hyp}{pdfproducer}{%
+ \HyXeTeX@CheckUnicode
+ \pdfstringdef\@pdfproducer{#1}%
+}
+\define@key{Hyp}{pdfcreator}{%
+ \HyXeTeX@CheckUnicode
+ \pdfstringdef\@pdfcreator{#1}%
+}
\define@key{Hyp}{pdfcreationdate}{%
\begingroup
\Hy@unicodefalse
@@ -2749,8 +2755,14 @@
\pdfstringdef\@pdfmoddate{#1}%
\endgroup
}
-\define@key{Hyp}{pdfsubject}{\pdfstringdef\@pdfsubject{#1}}
-\define@key{Hyp}{pdfkeywords}{\pdfstringdef\@pdfkeywords{#1}}
+\define@key{Hyp}{pdfsubject}{%
+ \HyXeTeX@CheckUnicode
+ \pdfstringdef\@pdfsubject{#1}%
+}
+\define@key{Hyp}{pdfkeywords}{%
+ \HyXeTeX@CheckUnicode
+ \pdfstringdef\@pdfkeywords{#1}%
+}
\define@key{Hyp}{pdfview}{\calculate@pdfview#1 \\}
\define@key{Hyp}{pdflinkmargin}{\setpdflinkmargin{#1}}
\let\setpdflinkmargin\@gobble
@@ -2865,34 +2877,23 @@
\let\phantomsection\@empty
\let\special@paper\@empty
\def\HyperDestNameFilter#1{#1}
-\@ifundefined{stockwidth}{%
- \ifdim\paperwidth>\z@
- \ifdim\paperheight>\z@
- \edef\special@paper{\the\paperwidth,\the\paperheight}%
- \fi
- \fi
-}{%
- \ifdim\stockwidth>\z@
- \ifdim\stockheight>\z@
- \edef\special@paper{\the\stockwidth,\the\stockheight}%
+\AtBeginDocument{%
+ \begingroup
+ \edef\x{\@ifundefined{stockheight}\paperheight\stockheight}%
+ \dimen@=\x\relax
+ \ifdim\dimen@>\z@
+ \else
+ \dimen@=11in\relax
+ \Hy@WarningNoLine{%
+ Height of page (\expandafter\string\x) %
+ is invalid (\the\x),\MessageBreak
+ using 11in%
+ }%
\fi
- \fi
+ \dimen@=0.99626401\dimen@
+ \xdef\Hy@pageheight{\strip@pt\dimen@}%
+ \endgroup
}
-\begingroup
- \edef\x{\@ifundefined{stockheight}\paperheight\stockheight}%
- \dimen@=\x\relax
- \ifdim\dimen@>\z@
- \else
- \dimen@=11in\relax
- \Hy@WarningNoLine{%
- Height of page (\expandafter\string\x) %
- is invalid (\the\x),\MessageBreak
- using 11in%
- }%
- \fi
- \dimen@=0.99626401\dimen@
- \xdef\Hy@pageheight{\strip@pt\dimen@}%
-\endgroup
\def\HyInd@EncapChar{\|}
\def\hypersetup{\setkeys{Hyp}}
\let\hyper@normalise\ExecuteOptions
@@ -3106,7 +3107,7 @@
\fi
\ifx\Hy@driver\@empty
\else
- \def\Hy@temp{hdvipdfm}%
+ \def\Hy@temp{hxetex}%
\ifxetex
\ifx\Hy@driver\Hy@temp
\else
@@ -3149,7 +3150,7 @@
\def\Hy@driver{hpdftex}%
\else
\ifxetex
- \def\Hy@driver{hdvipdfm}%
+ \def\Hy@driver{hxetex}%
\else
\ifvtexhtml
\def\Hy@driver{hvtexhtm}%
diff --git a/Master/texmf-dist/tex/latex/hyperref/hypertex.def b/Master/texmf-dist/tex/latex/hyperref/hypertex.def
index 66cc0dbdee8..8ef2ce1ff1c 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/12/10 v6.79n
+ [2009/12/15 v6.79p
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 bbbd7390be8..1c80f023a74 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/12/10 v6.79n
+ [2009/12/15 v6.79p
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 62580143a73..77e00246d36 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/12/10 v6.79n
+ [2009/12/15 v6.79p
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 23b169038e8..d9f64658817 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/12/10 v6.79n
+ [2009/12/15 v6.79p
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 1e51f952581..ad34661d288 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/12/10 v6.79n
+ [2009/12/15 v6.79p
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 a0f01f32128..f3806c45047 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/12/10 v6.79n
+ [2009/12/15 v6.79p
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 fca561d34a7..96cd22f62bb 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/12/10 v6.79n
+ [2009/12/15 v6.79p
Hyperref: Additions to puenc.def for VnTeX]
\DeclareTextCommand{\abreve}{PU}{\81\003}
\DeclareTextCommand{\acircumflex}{PU}{\80\342}