summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorReinhard Kotucha <reinhard.kotucha@web.de>2006-11-25 02:47:53 +0000
committerReinhard Kotucha <reinhard.kotucha@web.de>2006-11-25 02:47:53 +0000
commit3fb855993d6d0ee9af990996bf992779eacf6f06 (patch)
tree322c55873fc8a6c8d13850542b03d2c2a45ab8c5 /Master
parent8d4a45330da890439f235db469c686f076e3ff3f (diff)
updated.
git-svn-id: svn://tug.org/texlive/trunk@2515 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/ChangeLog5
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdfbin205222 -> 265391 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/README27
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/README.pdfbin167942 -> 250551 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/hyperref.pdfbin2846342 -> 2860351 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/manual.html742
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/manual.pdfbin443900 -> 443903 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/options.pdfbin42543 -> 43157 bytes
-rw-r--r--Master/texmf-dist/source/latex/hyperref/doc/manual.tex4
-rw-r--r--Master/texmf-dist/source/latex/hyperref/doc/options.tex1
-rw-r--r--Master/texmf-dist/source/latex/hyperref/hyperref.dtx139
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def10
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hdvips.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hdvipson.def6
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hdviwind.def6
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hpdftex.def10
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/htex4ht.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/htexture.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hvtex.def10
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hyperref.sty93
-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.def10
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/puenc.def2
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/puvnenc.def2
-rw-r--r--Master/texmf-dist/tpm/hyperref.tpm8
32 files changed, 645 insertions, 452 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog b/Master/texmf-dist/doc/latex/hyperref/ChangeLog
index f60df85e7fc..3efb16f8688 100644
--- a/Master/texmf-dist/doc/latex/hyperref/ChangeLog
+++ b/Master/texmf-dist/doc/latex/hyperref/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-15 6.75g Heiko Oberdiek
+ * New option pdfprintscaling.
+ * Star version of \autoref* analogous to \ref*.
+ * Support of memoir: package memhfixc is automatically loaded.
+
2006-10-06 Heiko Oberdiek
* backref 1.27: fix for \backrefspanish.
diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf
index 58b908481ee..840e0344a75 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 1442d704cfb..4d1c3f72da5 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, 2006/09/06
+README for hyperref bundle, 2006/11/15
TABLE OF CONTENTS
@@ -137,6 +137,10 @@ apart from nameref and backref:
5 NEW FEATURES
==============
+Starred form of \autoref
+------------------------
+ \autoref* generates a reference without link as \ref* or \pageref*.
+
Link border style
-----------------
Links can be underlined instead of the default rectangle or
@@ -481,8 +485,15 @@ natbib
nomencl
-------
-Example for introducing links for the page numbers:
-\renewcommand*{\pagedeclaration}[1]{\unskip, \hyperpage{#1}}
+ * Example for introducing links for the page numbers:
+ \renewcommand*{\pagedeclaration}[1]{\unskip, \hyperpage{#1}}
+
+ * For equations the following might work:
+ \renewcommand*{\eqdeclaration}[1]{%
+ \hyperlink{equation.#1}{(Equation~#1)}%
+ }
+ But the mapping from the equation number to the anchor name
+ is not available in general.
prettyref
---------
@@ -565,6 +576,11 @@ varioref
varioref that breaks the hyperref support for varioref.
Thus with babel v3.8g varioref cannot be used with hyperref.
+ Also unsupported:
+ * \Ref, \Vref do not uppercase the first letter.
+ * \vpageref[]{...}
+ On the same page a previous space is not suppressed.
+
verse
-----
Version 2005/08/22 v2.22 contains support for hyperref.
@@ -663,7 +679,7 @@ Index with makeindex
are used (book class with \frontmatter, \romannumbering, ...),
then the page anchors are not unique. Therefore option
"plainpages=false" is recommended.
- * The encap mechanism of hyperref allows to use one command only
+ * The encap mechanism of Makeindex allows to use one command only
(see documentation of Makeindex).
If the user sets such a command, hyperref suppresses its
\hyperpage command. With logical markup this situation
@@ -863,5 +879,8 @@ Responsible for the Vietnamese translations of the
* more for PDF forms
* per object setting
* vary gap between text and box
+* PostScript driver: the current implementation doesn't relly support
+ nested links. The start positions should be remembered in a stack,
+ but there are complications with page breaks.
* ...
diff --git a/Master/texmf-dist/doc/latex/hyperref/README.pdf b/Master/texmf-dist/doc/latex/hyperref/README.pdf
index 54efa196a05..7bac6446198 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/hyperref.pdf b/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf
index d818dc72a28..bcb2b01438e 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 ceb1fcc7a6f..8bff6d004e8 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.cis.ohio-state.edu/~gurari/TeX4ht/mn.html)">
<!-- html -->
<meta name="src" content="manual.tex">
-<meta name="date" content="2006-10-06 16:10:00">
+<meta name="date" content="2006-11-15 15:34:00">
<link rel="stylesheet" type="text/css" href="manual.css">
</head><body
>
@@ -1500,34 +1500,43 @@ class="td11">
</tr><tr
valign="baseline" id="TBL-7-23-"><td align="left" style="white-space:nowrap;" id="TBL-7-23-1"
class="td11"> <span
-class="ectt-1000">pdftoolbar </span></td><td align="left" style="white-space:nowrap;" id="TBL-7-23-2"
-class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-7-23-3"
+class="ectt-1000">pdfprintscaling </span></td><td align="left" style="white-space:nowrap;" id="TBL-7-23-2"
+class="td11"> text </td><td align="left" style="white-space:nowrap;" id="TBL-7-23-3"
class="td11"> <span
-class="ecti-1000">true </span></td><td align="left" id="TBL-7-23-4"
+class="ecti-1000">empty </span></td><td align="left" id="TBL-7-23-4"
class="td11">
- <!--l. 492--><p class="noindent">make PDF toolbar visible </td>
+ <!--l. 492--><p class="noindent">page scaling option for print dialog;
+ valid values are <span
+class="ectt-1000">None </span>and <span
+class="ectt-1000">AppDefault</span> </td>
</tr><tr
valign="baseline" id="TBL-7-24-"><td align="left" style="white-space:nowrap;" id="TBL-7-24-1"
class="td11"> <span
-class="ectt-1000">pdfwindowui </span></td><td align="left" style="white-space:nowrap;" id="TBL-7-24-2"
+class="ectt-1000">pdftoolbar </span></td><td align="left" style="white-space:nowrap;" id="TBL-7-24-2"
class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-7-24-3"
class="td11"> <span
class="ecti-1000">true </span></td><td align="left" id="TBL-7-24-4"
class="td11">
- <!--l. 493--><p class="noindent">make PDF user interface elements
- visible </td>
+ <!--l. 495--><p class="noindent">make PDF toolbar visible </td>
</tr><tr
valign="baseline" id="TBL-7-25-"><td align="left" style="white-space:nowrap;" id="TBL-7-25-1"
class="td11"> <span
-class="ectt-1000">unicode </span></td><td align="left" style="white-space:nowrap;" id="TBL-7-25-2"
+class="ectt-1000">pdfwindowui </span></td><td align="left" style="white-space:nowrap;" id="TBL-7-25-2"
class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-7-25-3"
class="td11"> <span
-class="ecti-1000">false </span></td><td align="left" id="TBL-7-25-4"
+class="ecti-1000">true </span></td><td align="left" id="TBL-7-25-4"
class="td11">
- <!--l. 494--><p class="noindent">Unicode encoded PDF strings </td>
+ <!--l. 496--><p class="noindent">make PDF user interface elements
+ visible </td>
</tr><tr
valign="baseline" id="TBL-7-26-"><td align="left" style="white-space:nowrap;" id="TBL-7-26-1"
-class="td11"> </td>
+class="td11"> <span
+class="ectt-1000">unicode </span></td><td align="left" style="white-space:nowrap;" id="TBL-7-26-2"
+class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-7-26-3"
+class="td11"> <span
+class="ecti-1000">false </span></td><td align="left" id="TBL-7-26-4"
+class="td11">
+ <!--l. 497--><p class="noindent">Unicode encoded PDF strings </td>
</tr><tr
valign="baseline" id="TBL-7-27-"><td align="left" style="white-space:nowrap;" id="TBL-7-27-1"
class="td11"> </td>
@@ -1537,9 +1546,12 @@ class="td11"> </td>
</tr><tr
valign="baseline" id="TBL-7-29-"><td align="left" style="white-space:nowrap;" id="TBL-7-29-1"
class="td11"> </td>
+</tr><tr
+ valign="baseline" id="TBL-7-30-"><td align="left" style="white-space:nowrap;" id="TBL-7-30-1"
+class="td11"> </td>
</tr>
</table></div>
-<!--l. 497--><p class="indent"> Each link in Acrobat carries its own magnification level, which is set using PDF coordinate space,
+<!--l. 500--><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
@@ -1558,16 +1570,15 @@ class="ecss-1000">hyperref </span>passes in a value of -32768, which causes Acro
class="ectt-1000">pdfview </span>and <span
class="ectt-1000">pdfstartview</span>
parameters.
-<!--l. 509--><p class="noindent">
+<!--l. 512--><p class="noindent">
+
<a
- id="x1-10002r7"></a> <!--l. 510--><div class="longtable"><table class="longtable"
+ id="x1-10002r7"></a> <!--l. 513--><div class="longtable"><table class="longtable"
cellspacing="0" cellpadding="0"
frame="void" ><colgroup id="TBL-8-1g"><col
id="TBL-8-1"><col
id="TBL-8-2"><col
id="TBL-8-3"></colgroup>
-
-
<tr
valign="baseline" id="TBL-8-1-"><td align="left" style="white-space:nowrap;" id="TBL-8-1-1"
class="td11"> <span
@@ -1575,7 +1586,7 @@ class="ectt-1000">XYZ </span></td><td align="left" style="white-space:nowrap;
class="td11"> <span
class="ecti-1000">left top zoom </span></td><td align="left" id="TBL-8-1-3"
class="td11">
- <!--l. 510--><p class="noindent">Sets a coordinate and a zoom factor. If any one
+ <!--l. 513--><p class="noindent">Sets a coordinate and a zoom factor. If any one
is null, the source link value is used. <span
class="ecti-1000">null null</span>
<span
@@ -1587,7 +1598,7 @@ class="td11"> <span
class="ectt-1000">Fit </span></td><td align="left" style="white-space:nowrap;" id="TBL-8-2-2"
class="td11"> </td><td align="left" id="TBL-8-2-3"
class="td11">
- <!--l. 512--><p class="noindent">Fits the page to the window. </td>
+ <!--l. 515--><p class="noindent">Fits the page to the window. </td>
</tr><tr
valign="baseline" id="TBL-8-3-"><td align="left" style="white-space:nowrap;" id="TBL-8-3-1"
class="td11"> <span
@@ -1595,7 +1606,7 @@ class="ectt-1000">FitH </span></td><td align="left" style="white-space:nowrap;
class="td11"> <span
class="ecti-1000">top </span></td><td align="left" id="TBL-8-3-3"
class="td11">
- <!--l. 513--><p class="noindent">Fits the width of the page to the window. </td>
+ <!--l. 516--><p class="noindent">Fits the width of the page to the window. </td>
</tr><tr
valign="baseline" id="TBL-8-4-"><td align="left" style="white-space:nowrap;" id="TBL-8-4-1"
class="td11"> <span
@@ -1603,7 +1614,7 @@ class="ectt-1000">FitV </span></td><td align="left" style="white-space:nowrap;
class="td11"> <span
class="ecti-1000">left </span></td><td align="left" id="TBL-8-4-3"
class="td11">
- <!--l. 514--><p class="noindent">Fits the height of the page to the window. </td>
+ <!--l. 517--><p class="noindent">Fits the height of the page to the window. </td>
</tr><tr
valign="baseline" id="TBL-8-5-"><td align="left" style="white-space:nowrap;" id="TBL-8-5-1"
class="td11"> <span
@@ -1611,7 +1622,7 @@ class="ectt-1000">FitR </span></td><td align="left" style="white-space:nowrap;
class="td11"> <span
class="ecti-1000">left bottom right top </span></td><td align="left" id="TBL-8-5-3"
class="td11">
- <!--l. 515--><p class="noindent">Fits the rectangle specified by the four
+ <!--l. 518--><p class="noindent">Fits the rectangle specified by the four
coordinates to the window. </td>
</tr><tr
valign="baseline" id="TBL-8-6-"><td align="left" style="white-space:nowrap;" id="TBL-8-6-1"
@@ -1619,7 +1630,7 @@ class="td11"> <span
class="ectt-1000">FitB </span></td><td align="left" style="white-space:nowrap;" id="TBL-8-6-2"
class="td11"> </td><td align="left" id="TBL-8-6-3"
class="td11">
- <!--l. 516--><p class="noindent">Fits the page bounding box to the window. </td>
+ <!--l. 519--><p class="noindent">Fits the page bounding box to the window. </td>
</tr><tr
valign="baseline" id="TBL-8-7-"><td align="left" style="white-space:nowrap;" id="TBL-8-7-1"
class="td11"> <span
@@ -1627,7 +1638,7 @@ class="ectt-1000">FitBH </span></td><td align="left" style="white-space:nowrap;
class="td11"> <span
class="ecti-1000">top </span></td><td align="left" id="TBL-8-7-3"
class="td11">
- <!--l. 517--><p class="noindent">Fits the width of the page bounding box to
+ <!--l. 520--><p class="noindent">Fits the width of the page bounding box to
the window. </td>
</tr><tr
valign="baseline" id="TBL-8-8-"><td align="left" style="white-space:nowrap;" id="TBL-8-8-1"
@@ -1636,7 +1647,7 @@ class="ectt-1000">FitBV </span></td><td align="left" style="white-space:nowrap;
class="td11"> <span
class="ecti-1000">left </span></td><td align="left" id="TBL-8-8-3"
class="td11">
- <!--l. 518--><p class="noindent">Fits the height of the page bounding box to
+ <!--l. 521--><p class="noindent">Fits the height of the page bounding box to
the window. </td>
</tr><tr
valign="baseline" id="TBL-8-9-"><td align="left" style="white-space:nowrap;" id="TBL-8-9-1"
@@ -1656,11 +1667,11 @@ class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-8
class="td11"> </td><td align="left" id="TBL-8-13-3"
class="td11"></td></tr>
</table></div>
-<!--l. 521--><p class="indent"> The <span
+<!--l. 524--><p class="indent"> The <span
class="ectt-1000">pdfpagelayout </span>can be one of the following values.
-<!--l. 523--><p class="noindent">
+<!--l. 526--><p class="noindent">
<a
- id="x1-10003r8"></a> <!--l. 524--><div class="longtable"><table class="longtable"
+ id="x1-10003r8"></a> <!--l. 527--><div class="longtable"><table class="longtable"
cellspacing="0" cellpadding="0"
frame="void" ><colgroup id="TBL-9-1g"><col
id="TBL-9-1"><col
@@ -1670,26 +1681,26 @@ id="TBL-9-2"></colgroup>
class="td11"> <span
class="ectt-1000">SinglePage </span></td><td align="left" id="TBL-9-1-2"
class="td11">
- <!--l. 524--><p class="noindent">Displays a single page; advancing flips the page </td>
+ <!--l. 527--><p class="noindent">Displays a single page; advancing flips the page </td>
</tr><tr
valign="baseline" id="TBL-9-2-"><td align="left" style="white-space:nowrap;" id="TBL-9-2-1"
class="td11"> <span
class="ectt-1000">OneColumn </span></td><td align="left" id="TBL-9-2-2"
class="td11">
- <!--l. 525--><p class="noindent">Displays the document in one column; continuous scrolling. </td>
+ <!--l. 528--><p class="noindent">Displays the document in one column; continuous scrolling. </td>
</tr><tr
valign="baseline" id="TBL-9-3-"><td align="left" style="white-space:nowrap;" id="TBL-9-3-1"
class="td11"> <span
class="ectt-1000">TwoColumnLeft </span></td><td align="left" id="TBL-9-3-2"
class="td11">
- <!--l. 526--><p class="noindent">Displays the document in two columns, odd-numbered pages to
+ <!--l. 529--><p class="noindent">Displays the document in two columns, odd-numbered pages to
the left. </td>
</tr><tr
valign="baseline" id="TBL-9-4-"><td align="left" style="white-space:nowrap;" id="TBL-9-4-1"
class="td11"> <span
class="ectt-1000">TwoColumnRight </span></td><td align="left" id="TBL-9-4-2"
class="td11">
- <!--l. 527--><p class="noindent">Displays the document in two columns, odd-numbered pages to
+ <!--l. 530--><p class="noindent">Displays the document in two columns, odd-numbered pages to
the right. </td>
</tr><tr
valign="baseline" id="TBL-9-5-"><td align="left" style="white-space:nowrap;" id="TBL-9-5-1"
@@ -1705,24 +1716,23 @@ class="td11"> </td>
class="td11"> </td><td align="left" id="TBL-9-8-2"
class="td11"></td></tr>
</table></div>
-<!--l. 530--><p class="indent"> Finally, the <span
+<!--l. 533--><p class="indent"> Finally, the <span
class="ectt-1000">pdfpagetransition </span>can be one of the following values, where <span
class="ecti-1000">/Di </span>stands for direction of
motion in degrees, generally in 90<sup ><span
class="cmsy-7"><span class="htf-cmbx">o</span></span></sup>&nbsp;steps, <span
class="ecti-1000">/Dm </span>is a horizontal (<span
class="ectt-1000">/H</span>) or vertical (<span
-class="ectt-1000">/V</span>) dimension
+class="ectt-1000">/V</span>) dimension
+
(e.g.&nbsp;<span
class="ectt-1000">Blinds /Dm /V</span>), and <span
class="ecti-1000">/M </span>is for motion, either in (<span
class="ectt-1000">/I</span>) or out (<span
class="ectt-1000">/O</span>).
-
-
-<!--l. 537--><p class="noindent">
+<!--l. 540--><p class="noindent">
<a
- id="x1-10004r9"></a> <!--l. 538--><div class="longtable"><table class="longtable"
+ id="x1-10004r9"></a> <!--l. 541--><div class="longtable"><table class="longtable"
cellspacing="0" cellpadding="0"
frame="void" ><colgroup id="TBL-10-1g"><col
id="TBL-10-1"><col
@@ -1734,7 +1744,7 @@ class="td11"> <span
class="ectt-1000">Blinds </span></td><td align="left" style="white-space:nowrap;" id="TBL-10-1-2"
class="td11"> /Dm </td><td align="left" id="TBL-10-1-3"
class="td11">
- <!--l. 538--><p class="noindent">Multiple lines distributed evenly across the screen sweep
+ <!--l. 541--><p class="noindent">Multiple lines distributed evenly across the screen sweep
in the same direction to reveal the new page. </td>
</tr><tr
valign="baseline" id="TBL-10-2-"><td align="left" style="white-space:nowrap;" id="TBL-10-2-1"
@@ -1742,14 +1752,14 @@ class="td11"> <span
class="ectt-1000">Box </span></td><td align="left" style="white-space:nowrap;" id="TBL-10-2-2"
class="td11"> /M </td><td align="left" id="TBL-10-2-3"
class="td11">
- <!--l. 540--><p class="noindent">A box sweeps in or out. </td>
+ <!--l. 543--><p class="noindent">A box sweeps in or out. </td>
</tr><tr
valign="baseline" id="TBL-10-3-"><td align="left" style="white-space:nowrap;" id="TBL-10-3-1"
class="td11"> <span
class="ectt-1000">Dissolve </span></td><td align="left" style="white-space:nowrap;" id="TBL-10-3-2"
class="td11"> </td><td align="left" id="TBL-10-3-3"
class="td11">
- <!--l. 541--><p class="noindent">The page image dissolves in a piecemeal fashion to reveal
+ <!--l. 544--><p class="noindent">The page image dissolves in a piecemeal fashion to reveal
the new page. </td>
</tr><tr
valign="baseline" id="TBL-10-4-"><td align="left" style="white-space:nowrap;" id="TBL-10-4-1"
@@ -1757,7 +1767,7 @@ class="td11"> <span
class="ectt-1000">Glitter </span></td><td align="left" style="white-space:nowrap;" id="TBL-10-4-2"
class="td11"> /Di </td><td align="left" id="TBL-10-4-3"
class="td11">
- <!--l. 542--><p class="noindent">Similar to Dissolve, except the effect sweeps across the
+ <!--l. 545--><p class="noindent">Similar to Dissolve, except the effect sweeps across the
screen. </td>
</tr><tr
valign="baseline" id="TBL-10-5-"><td align="left" style="white-space:nowrap;" id="TBL-10-5-1"
@@ -1765,14 +1775,14 @@ class="td11"> <span
class="ectt-1000">Split </span></td><td align="left" style="white-space:nowrap;" id="TBL-10-5-2"
class="td11"> /Dm /M </td><td align="left" id="TBL-10-5-3"
class="td11">
- <!--l. 543--><p class="noindent">Two lines sweep across the screen to reveal the new page. </td>
+ <!--l. 546--><p class="noindent">Two lines sweep across the screen to reveal the new page. </td>
</tr><tr
valign="baseline" id="TBL-10-6-"><td align="left" style="white-space:nowrap;" id="TBL-10-6-1"
class="td11"> <span
class="ectt-1000">Wipe </span></td><td align="left" style="white-space:nowrap;" id="TBL-10-6-2"
class="td11"> /Di </td><td align="left" id="TBL-10-6-3"
class="td11">
- <!--l. 544--><p class="noindent">A single line sweeps across the screen to reveal the new
+ <!--l. 547--><p class="noindent">A single line sweeps across the screen to reveal the new
page. </td>
</tr><tr
valign="baseline" id="TBL-10-7-"><td align="left" style="white-space:nowrap;" id="TBL-10-7-1"
@@ -1789,14 +1799,14 @@ class="td11"> </td><td align="left" style="white-space:nowrap;" id="TB
class="td11"> </td><td align="left" id="TBL-10-10-3"
class="td11"></td></tr>
</table></div>
-<!--l. 547--><p class="noindent">
+<!--l. 550--><p class="noindent">
<h4 class="subsectionHead"><span class="titlemark">3.7 </span> <a
id="x1-110003.7"></a>Big alphabetical list</h4>
-<!--l. 549--><p class="noindent">The following is a complete listing of available options for <span
+<!--l. 552--><p class="noindent">The following is a complete listing of available options for <span
class="ecss-1000">hyperref</span>, arranged alphabetically.
-<!--l. 552--><p class="noindent">
+<!--l. 555--><p class="noindent">
<a
- id="x1-11001r10"></a> <!--l. 553--><div class="longtable"><table class="longtable"
+ id="x1-11001r10"></a> <!--l. 556--><div class="longtable"><table class="longtable"
cellspacing="0" cellpadding="0"
frame="void" ><colgroup id="TBL-11-1g"><col
id="TBL-11-1"><col
@@ -1808,14 +1818,14 @@ class="td11"> <span
class="ectt-1000">a4paper </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-1-2"
class="td11"> </td><td align="left" id="TBL-11-1-3"
class="td11">
- <!--l. 553--><p class="noindent">use A4 paper </td>
+ <!--l. 556--><p class="noindent">use A4 paper </td>
</tr><tr
valign="baseline" id="TBL-11-2-"><td align="left" style="white-space:nowrap;" id="TBL-11-2-1"
class="td11"> <span
class="ectt-1000">a5paper </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-2-2"
class="td11"> </td><td align="left" id="TBL-11-2-3"
class="td11">
- <!--l. 554--><p class="noindent">use A5 paper </td>
+ <!--l. 557--><p class="noindent">use A5 paper </td>
</tr><tr
valign="baseline" id="TBL-11-3-"><td align="left" style="white-space:nowrap;" id="TBL-11-3-1"
class="td11"> <span
@@ -1823,14 +1833,14 @@ class="ectt-1000">anchorcolor </span></td><td align="left" style="white-
class="td11"> <span
class="ecti-1000">black </span></td><td align="left" id="TBL-11-3-3"
class="td11">
- <!--l. 555--><p class="noindent">set color of anchors </td>
+ <!--l. 558--><p class="noindent">set color of anchors </td>
</tr><tr
valign="baseline" id="TBL-11-4-"><td align="left" style="white-space:nowrap;" id="TBL-11-4-1"
class="td11"> <span
class="ectt-1000">b5paper </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-4-2"
class="td11"> </td><td align="left" id="TBL-11-4-3"
class="td11">
- <!--l. 556--><p class="noindent">use B5 paper </td>
+ <!--l. 559--><p class="noindent">use B5 paper </td>
</tr><tr
valign="baseline" id="TBL-11-5-"><td align="left" style="white-space:nowrap;" id="TBL-11-5-1"
class="td11"> <span
@@ -1838,7 +1848,7 @@ class="ectt-1000">backref </span></td><td align="left" style="white-
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-5-3"
class="td11">
- <!--l. 557--><p class="noindent">do bibliographical back references </td>
+ <!--l. 560--><p class="noindent">do bibliographical back references </td>
</tr><tr
valign="baseline" id="TBL-11-6-"><td align="left" style="white-space:nowrap;" id="TBL-11-6-1"
class="td11"> <span
@@ -1846,7 +1856,7 @@ class="ectt-1000">baseurl </span></td><td align="left" style="white-
class="td11"> <span
class="ecti-1000">empty </span></td><td align="left" id="TBL-11-6-3"
class="td11">
- <!--l. 558--><p class="noindent">set base URL for document </td>
+ <!--l. 561--><p class="noindent">set base URL for document </td>
</tr><tr
valign="baseline" id="TBL-11-7-"><td align="left" style="white-space:nowrap;" id="TBL-11-7-1"
class="td11"> <span
@@ -1854,7 +1864,7 @@ class="ectt-1000">bookmarks </span></td><td align="left" style="white-
class="td11"> <span
class="ecti-1000">true </span></td><td align="left" id="TBL-11-7-3"
class="td11">
- <!--l. 559--><p class="noindent">make bookmarks </td>
+ <!--l. 562--><p class="noindent">make bookmarks </td>
</tr><tr
valign="baseline" id="TBL-11-8-"><td align="left" style="white-space:nowrap;" id="TBL-11-8-1"
class="td11"> <span
@@ -1862,7 +1872,7 @@ class="ectt-1000">bookmarksnumbered </span></td><td align="left" style="white-
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-8-3"
class="td11">
- <!--l. 560--><p class="noindent">put section numbers in bookmarks </td>
+ <!--l. 563--><p class="noindent">put section numbers in bookmarks </td>
</tr><tr
valign="baseline" id="TBL-11-9-"><td align="left" style="white-space:nowrap;" id="TBL-11-9-1"
class="td11"> <span
@@ -1870,7 +1880,9 @@ class="ectt-1000">bookmarksopen </span></td><td align="left" style="white-
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-9-3"
class="td11">
- <!--l. 561--><p class="noindent">open up bookmark tree </td>
+ <!--l. 564--><p class="noindent">open up bookmark tree </td>
+
+
</tr><tr
valign="baseline" id="TBL-11-10-"><td align="left" style="white-space:nowrap;" id="TBL-11-10-1"
class="td11"> <span
@@ -1878,9 +1890,7 @@ class="ectt-1000">bookmarksopenlevel </span></td><td align="left" style="white-
class="td11"> <span
class="ectt-1000">\maxdimen </span></td><td align="left" id="TBL-11-10-3"
class="td11">
- <!--l. 562--><p class="noindent">level to which bookmarks are open </td>
-
-
+ <!--l. 565--><p class="noindent">level to which bookmarks are open </td>
</tr><tr
valign="baseline" id="TBL-11-11-"><td align="left" style="white-space:nowrap;" id="TBL-11-11-1"
class="td11"> <span
@@ -1888,7 +1898,7 @@ class="ectt-1000">bookmarkstype </span></td><td align="left" style="white-
class="td11"> <span
class="ecti-1000">toc </span></td><td align="left" id="TBL-11-11-3"
class="td11">
- <!--l. 563--><p class="noindent">to specify which &#8216;toc&#8217; file to mimic </td>
+ <!--l. 566--><p class="noindent">to specify which &#8216;toc&#8217; file to mimic </td>
</tr><tr
valign="baseline" id="TBL-11-12-"><td align="left" style="white-space:nowrap;" id="TBL-11-12-1"
class="td11"> <span
@@ -1896,7 +1906,7 @@ class="ectt-1000">breaklinks </span></td><td align="left" style="white-
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-12-3"
class="td11">
- <!--l. 564--><p class="noindent">allow links to break over lines </td>
+ <!--l. 567--><p class="noindent">allow links to break over lines </td>
</tr><tr
valign="baseline" id="TBL-11-13-"><td align="left" style="white-space:nowrap;" id="TBL-11-13-1"
class="td11"> <span
@@ -1904,7 +1914,7 @@ class="ectt-1000">CJKbookmarks </span></td><td align="left" style="white-
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-13-3"
class="td11">
- <!--l. 565--><p class="noindent">to produce CJK bookmarks </td>
+ <!--l. 568--><p class="noindent">to produce CJK bookmarks </td>
</tr><tr
valign="baseline" id="TBL-11-14-"><td align="left" style="white-space:nowrap;" id="TBL-11-14-1"
class="td11"> <span
@@ -1912,7 +1922,7 @@ class="ectt-1000">citebordercolor </span></td><td align="left" style="white-
class="td11"> <span
class="ecti-1000">0 1 0 </span></td><td align="left" id="TBL-11-14-3"
class="td11">
- <!--l. 566--><p class="noindent">color of border around cites </td>
+ <!--l. 569--><p class="noindent">color of border around cites </td>
</tr><tr
valign="baseline" id="TBL-11-15-"><td align="left" style="white-space:nowrap;" id="TBL-11-15-1"
class="td11"> <span
@@ -1920,7 +1930,7 @@ class="ectt-1000">citecolor </span></td><td align="left" style="white-
class="td11"> <span
class="ecti-1000">green </span></td><td align="left" id="TBL-11-15-3"
class="td11">
- <!--l. 567--><p class="noindent">color of citation links </td>
+ <!--l. 570--><p class="noindent">color of citation links </td>
</tr><tr
valign="baseline" id="TBL-11-16-"><td align="left" style="white-space:nowrap;" id="TBL-11-16-1"
class="td11"> <span
@@ -1928,14 +1938,14 @@ class="ectt-1000">colorlinks </span></td><td align="left" style="white-
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-16-3"
class="td11">
- <!--l. 568--><p class="noindent">color links </td>
+ <!--l. 571--><p class="noindent">color links </td>
</tr><tr
valign="baseline" id="TBL-11-17-"><td align="left" style="white-space:nowrap;" id="TBL-11-17-1"
class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-11-17-2"
class="td11"> <span
class="ecti-1000">true </span></td><td align="left" id="TBL-11-17-3"
class="td11">
- <!--l. 569--><p class="noindent">(<span
+ <!--l. 572--><p class="noindent">(<span
class="ecss-1000">tex4ht</span>, <span
class="ecss-1000">dviwindo</span>) </td>
</tr><tr
@@ -1945,7 +1955,7 @@ class="ectt-1000">debug </span></td><td align="left" style="white-
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-18-3"
class="td11">
- <!--l. 570--><p class="noindent">provide details of anchors defined; same
+ <!--l. 573--><p class="noindent">provide details of anchors defined; same
as verbose </td>
</tr><tr
valign="baseline" id="TBL-11-19-"><td align="left" style="white-space:nowrap;" id="TBL-11-19-1"
@@ -1954,14 +1964,14 @@ class="ectt-1000">draft </span></td><td align="left" style="white-
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-19-3"
class="td11">
- <!--l. 571--><p class="noindent">do not do any hyperlinking </td>
+ <!--l. 574--><p class="noindent">do not do any hyperlinking </td>
</tr><tr
valign="baseline" id="TBL-11-20-"><td align="left" style="white-space:nowrap;" id="TBL-11-20-1"
class="td11"> <span
class="ectt-1000">dvipdf </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-20-2"
class="td11"> </td><td align="left" id="TBL-11-20-3"
class="td11">
- <!--l. 572--><p class="noindent">use <span
+ <!--l. 575--><p class="noindent">use <span
class="ecss-1000">dvipdf </span>backend (deprecated) </td>
</tr><tr
valign="baseline" id="TBL-11-21-"><td align="left" style="white-space:nowrap;" id="TBL-11-21-1"
@@ -1974,7 +1984,7 @@ class="td11"> <span
class="ectt-1000">dvipdfm </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-22-2"
class="td11"> </td><td align="left" id="TBL-11-22-3"
class="td11">
- <!--l. 573--><p class="noindent">use <span
+ <!--l. 576--><p class="noindent">use <span
class="ecss-1000">dvipdfm </span>backend </td>
</tr><tr
valign="baseline" id="TBL-11-23-"><td align="left" style="white-space:nowrap;" id="TBL-11-23-1"
@@ -1982,7 +1992,7 @@ class="td11"> <span
class="ectt-1000">dvipdfmx </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-23-2"
class="td11"> </td><td align="left" id="TBL-11-23-3"
class="td11">
- <!--l. 574--><p class="noindent">use <span
+ <!--l. 577--><p class="noindent">use <span
class="ecss-1000">dvipdfmx </span>backend </td>
</tr><tr
valign="baseline" id="TBL-11-24-"><td align="left" style="white-space:nowrap;" id="TBL-11-24-1"
@@ -1990,7 +2000,7 @@ class="td11"> <span
class="ectt-1000">dvips </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-24-2"
class="td11"> </td><td align="left" id="TBL-11-24-3"
class="td11">
- <!--l. 575--><p class="noindent">use <span
+ <!--l. 578--><p class="noindent">use <span
class="ecss-1000">dvips </span>backend </td>
</tr><tr
valign="baseline" id="TBL-11-25-"><td align="left" style="white-space:nowrap;" id="TBL-11-25-1"
@@ -1998,7 +2008,7 @@ class="td11"> <span
class="ectt-1000">dvipsone </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-25-2"
class="td11"> </td><td align="left" id="TBL-11-25-3"
class="td11">
- <!--l. 576--><p class="noindent">use <span
+ <!--l. 579--><p class="noindent">use <span
class="ecss-1000">dvipsone </span>backend </td>
</tr><tr
valign="baseline" id="TBL-11-26-"><td align="left" style="white-space:nowrap;" id="TBL-11-26-1"
@@ -2006,7 +2016,7 @@ class="td11"> <span
class="ectt-1000">dviwindo </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-26-2"
class="td11"> </td><td align="left" id="TBL-11-26-3"
class="td11">
- <!--l. 577--><p class="noindent">use <span
+ <!--l. 580--><p class="noindent">use <span
class="ecss-1000">dviwindo </span>backend </td>
</tr><tr
valign="baseline" id="TBL-11-27-"><td align="left" style="white-space:nowrap;" id="TBL-11-27-1"
@@ -2014,14 +2024,14 @@ class="td11"> <span
class="ectt-1000">encap </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-27-2"
class="td11"> </td><td align="left" id="TBL-11-27-3"
class="td11">
- <!--l. 578--><p class="noindent">to set encap character for hyperindex </td>
+ <!--l. 581--><p class="noindent">to set encap character for hyperindex </td>
</tr><tr
valign="baseline" id="TBL-11-28-"><td align="left" style="white-space:nowrap;" id="TBL-11-28-1"
class="td11"> <span
class="ectt-1000">executivepaper </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-28-2"
class="td11"> </td><td align="left" id="TBL-11-28-3"
class="td11">
- <!--l. 579--><p class="noindent">use executivepaper </td>
+ <!--l. 582--><p class="noindent">use executivepaper </td>
</tr><tr
valign="baseline" id="TBL-11-29-"><td align="left" style="white-space:nowrap;" id="TBL-11-29-1"
class="td11"> <span
@@ -2029,7 +2039,7 @@ class="ectt-1000">extension </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">dvi </span></td><td align="left" id="TBL-11-29-3"
class="td11">
- <!--l. 580--><p class="noindent">suffix of linked files </td>
+ <!--l. 583--><p class="noindent">suffix of linked files </td>
</tr><tr
valign="baseline" id="TBL-11-30-"><td align="left" style="white-space:nowrap;" id="TBL-11-30-1"
class="td11"> <span
@@ -2037,7 +2047,7 @@ class="ectt-1000">filebordercolor </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">0 .5 .5 </span></td><td align="left" id="TBL-11-30-3"
class="td11">
- <!--l. 581--><p class="noindent">color of border around file links </td>
+ <!--l. 584--><p class="noindent">color of border around file links </td>
</tr><tr
valign="baseline" id="TBL-11-31-"><td align="left" style="white-space:nowrap;" id="TBL-11-31-1"
class="td11"> <span
@@ -2045,7 +2055,7 @@ class="ectt-1000">filecolor </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">cyan </span></td><td align="left" id="TBL-11-31-3"
class="td11">
- <!--l. 582--><p class="noindent">color of file links </td>
+ <!--l. 585--><p class="noindent">color of file links </td>
</tr><tr
valign="baseline" id="TBL-11-32-"><td align="left" style="white-space:nowrap;" id="TBL-11-32-1"
class="td11"> <span
@@ -2053,7 +2063,7 @@ class="ectt-1000">final </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">true </span></td><td align="left" id="TBL-11-32-3"
class="td11">
- <!--l. 583--><p class="noindent">opposite of option draft </td>
+ <!--l. 586--><p class="noindent">opposite of option draft </td>
</tr><tr
valign="baseline" id="TBL-11-33-"><td align="left" style="white-space:nowrap;" id="TBL-11-33-1"
class="td11"> <span
@@ -2061,7 +2071,7 @@ class="ectt-1000">frenchlinks </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-33-3"
class="td11">
- <!--l. 584--><p class="noindent">use small caps instead of color for links </td>
+ <!--l. 587--><p class="noindent">use small caps instead of color for links </td>
</tr><tr
valign="baseline" id="TBL-11-34-"><td align="left" style="white-space:nowrap;" id="TBL-11-34-1"
class="td11"> <span
@@ -2069,7 +2079,7 @@ class="ectt-1000">hyperfigures </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-34-3"
class="td11">
- <!--l. 585--><p class="noindent">make figures hyper links </td>
+ <!--l. 588--><p class="noindent">make figures hyper links </td>
</tr><tr
valign="baseline" id="TBL-11-35-"><td align="left" style="white-space:nowrap;" id="TBL-11-35-1"
class="td11"> <span
@@ -2077,7 +2087,9 @@ class="ectt-1000">hyperfootnotes </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">true </span></td><td align="left" id="TBL-11-35-3"
class="td11">
- <!--l. 586--><p class="noindent">set up hyperlinked footnotes </td>
+ <!--l. 589--><p class="noindent">set up hyperlinked footnotes </td>
+
+
</tr><tr
valign="baseline" id="TBL-11-36-"><td align="left" style="white-space:nowrap;" id="TBL-11-36-1"
class="td11"> <span
@@ -2085,16 +2097,14 @@ class="ectt-1000">hyperindex </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">true </span></td><td align="left" id="TBL-11-36-3"
class="td11">
- <!--l. 587--><p class="noindent">set up hyperlinked indices </td>
-
-
+ <!--l. 590--><p class="noindent">set up hyperlinked indices </td>
</tr><tr
valign="baseline" id="TBL-11-37-"><td align="left" style="white-space:nowrap;" id="TBL-11-37-1"
class="td11"> <span
class="ectt-1000">hypertex </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-37-2"
class="td11"> </td><td align="left" id="TBL-11-37-3"
class="td11">
- <!--l. 588--><p class="noindent">use <span
+ <!--l. 591--><p class="noindent">use <span
class="ecss-1000">Hyper</span><span class="TEX"><span
class="ecss-1000">T</span><span
class="E"><span
@@ -2107,7 +2117,7 @@ class="ectt-1000">hypertexnames </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">true </span></td><td align="left" id="TBL-11-38-3"
class="td11">
- <!--l. 589--><p class="noindent">use guessable names for links </td>
+ <!--l. 592--><p class="noindent">use guessable names for links </td>
</tr><tr
valign="baseline" id="TBL-11-39-"><td align="left" style="white-space:nowrap;" id="TBL-11-39-1"
class="td11"> <span
@@ -2115,7 +2125,7 @@ class="ectt-1000">implicit </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">true </span></td><td align="left" id="TBL-11-39-3"
class="td11">
- <!--l. 590--><p class="noindent">redefine <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
+ <!--l. 593--><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>&nbsp;internals </td>
</tr><tr
valign="baseline" id="TBL-11-40-"><td align="left" style="white-space:nowrap;" id="TBL-11-40-1"
@@ -2123,7 +2133,7 @@ class="td11"> <span
class="ectt-1000">latex2html </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-40-2"
class="td11"> </td><td align="left" id="TBL-11-40-3"
class="td11">
- <!--l. 591--><p class="noindent">use <span class="LATEX"><span
+ <!--l. 594--><p class="noindent">use <span class="LATEX"><span
class="ecss-1000">L</span><span class="A"><span
class="ecss-1000">A</span></span><span class="TEX"><span
class="ecss-1000">T</span><span
@@ -2137,7 +2147,7 @@ class="td11"> <span
class="ectt-1000">legalpaper </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-41-2"
class="td11"> </td><td align="left" id="TBL-11-41-3"
class="td11">
- <!--l. 592--><p class="noindent">use legalpaper </td>
+ <!--l. 595--><p class="noindent">use legalpaper </td>
</tr><tr
valign="baseline" id="TBL-11-42-"><td align="left" style="white-space:nowrap;" id="TBL-11-42-1"
class="td11"> </td>
@@ -2148,7 +2158,7 @@ class="td11"> <span
class="ectt-1000">letterpaper </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-43-2"
class="td11"> </td><td align="left" id="TBL-11-43-3"
class="td11">
- <!--l. 593--><p class="noindent">use letterpaper </td>
+ <!--l. 596--><p class="noindent">use letterpaper </td>
</tr><tr
valign="baseline" id="TBL-11-44-"><td align="left" style="white-space:nowrap;" id="TBL-11-44-1"
class="td11"> <span
@@ -2156,7 +2166,7 @@ class="ectt-1000">linkbordercolor </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">1 0 0 </span></td><td align="left" id="TBL-11-44-3"
class="td11">
- <!--l. 594--><p class="noindent">color of border around links </td>
+ <!--l. 597--><p class="noindent">color of border around links </td>
</tr><tr
valign="baseline" id="TBL-11-45-"><td align="left" style="white-space:nowrap;" id="TBL-11-45-1"
class="td11"> <span
@@ -2164,7 +2174,7 @@ class="ectt-1000">linkcolor </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">red </span></td><td align="left" id="TBL-11-45-3"
class="td11">
- <!--l. 595--><p class="noindent">color of links </td>
+ <!--l. 598--><p class="noindent">color of links </td>
</tr><tr
valign="baseline" id="TBL-11-46-"><td align="left" style="white-space:nowrap;" id="TBL-11-46-1"
class="td11"> <span
@@ -2172,7 +2182,7 @@ class="ectt-1000">linktocpage </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-46-3"
class="td11">
- <!--l. 596--><p class="noindent">make page number, not text, be link on
+ <!--l. 599--><p class="noindent">make page number, not text, be link on
TOC, LOF and LOT </td>
</tr><tr
valign="baseline" id="TBL-11-47-"><td align="left" style="white-space:nowrap;" id="TBL-11-47-1"
@@ -2181,7 +2191,7 @@ class="ectt-1000">menubordercolor </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">1 0 0 </span></td><td align="left" id="TBL-11-47-3"
class="td11">
- <!--l. 597--><p class="noindent">color of border around menu links </td>
+ <!--l. 600--><p class="noindent">color of border around menu links </td>
</tr><tr
valign="baseline" id="TBL-11-48-"><td align="left" style="white-space:nowrap;" id="TBL-11-48-1"
class="td11"> <span
@@ -2189,7 +2199,7 @@ class="ectt-1000">menucolor </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">red </span></td><td align="left" id="TBL-11-48-3"
class="td11">
- <!--l. 598--><p class="noindent">color for menu links </td>
+ <!--l. 601--><p class="noindent">color for menu links </td>
</tr><tr
valign="baseline" id="TBL-11-49-"><td align="left" style="white-space:nowrap;" id="TBL-11-49-1"
class="td11"> <span
@@ -2197,7 +2207,7 @@ class="ectt-1000">nativepdf </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-49-3"
class="td11">
- <!--l. 599--><p class="noindent">an alias for <span
+ <!--l. 602--><p class="noindent">an alias for <span
class="ecss-1000">dvips</span> </td>
</tr><tr
valign="baseline" id="TBL-11-50-"><td align="left" style="white-space:nowrap;" id="TBL-11-50-1"
@@ -2206,7 +2216,7 @@ class="ectt-1000">naturalnames </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-50-3"
class="td11">
- <!--l. 600--><p class="noindent">use <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
+ <!--l. 603--><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
valign="baseline" id="TBL-11-51-"><td align="left" style="white-space:nowrap;" id="TBL-11-51-1"
@@ -2215,7 +2225,7 @@ class="ectt-1000">nesting </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-51-3"
class="td11">
- <!--l. 601--><p class="noindent">allow nesting of links </td>
+ <!--l. 604--><p class="noindent">allow nesting of links </td>
</tr><tr
valign="baseline" id="TBL-11-52-"><td align="left" style="white-space:nowrap;" id="TBL-11-52-1"
class="td11"> <span
@@ -2223,7 +2233,7 @@ class="ectt-1000">pageanchor </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">true </span></td><td align="left" id="TBL-11-52-3"
class="td11">
- <!--l. 602--><p class="noindent">put an anchor on every page </td>
+ <!--l. 605--><p class="noindent">put an anchor on every page </td>
</tr><tr
valign="baseline" id="TBL-11-53-"><td align="left" style="white-space:nowrap;" id="TBL-11-53-1"
class="td11"> <span
@@ -2231,7 +2241,7 @@ class="ectt-1000">pagebackref </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-53-3"
class="td11">
- <!--l. 603--><p class="noindent">backreference by page number </td>
+ <!--l. 606--><p class="noindent">backreference by page number </td>
</tr><tr
valign="baseline" id="TBL-11-54-"><td align="left" style="white-space:nowrap;" id="TBL-11-54-1"
class="td11"> <span
@@ -2239,7 +2249,7 @@ class="ectt-1000">pagebordercolor </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">1 1 0 </span></td><td align="left" id="TBL-11-54-3"
class="td11">
- <!--l. 604--><p class="noindent">color of border around page links </td>
+ <!--l. 607--><p class="noindent">color of border around page links </td>
</tr><tr
valign="baseline" id="TBL-11-55-"><td align="left" style="white-space:nowrap;" id="TBL-11-55-1"
class="td11"> <span
@@ -2247,7 +2257,7 @@ class="ectt-1000">pagecolor </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">red </span></td><td align="left" id="TBL-11-55-3"
class="td11">
- <!--l. 605--><p class="noindent">color of page links, but currently unused </td>
+ <!--l. 608--><p class="noindent">color of page links, but currently unused </td>
</tr><tr
valign="baseline" id="TBL-11-56-"><td align="left" style="white-space:nowrap;" id="TBL-11-56-1"
class="td11"> <span
@@ -2255,7 +2265,7 @@ class="ectt-1000">pdfauthor </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">empty </span></td><td align="left" id="TBL-11-56-3"
class="td11">
- <!--l. 607--><p class="noindent">text for PDF Author field </td>
+ <!--l. 610--><p class="noindent">text for PDF Author field </td>
</tr><tr
valign="baseline" id="TBL-11-57-"><td align="left" style="white-space:nowrap;" id="TBL-11-57-1"
class="td11"> <span
@@ -2263,14 +2273,14 @@ class="ectt-1000">pdfborder </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">0 0 1 </span></td><td align="left" id="TBL-11-57-3"
class="td11">
- <!--l. 608--><p class="noindent">width of PDF link border </td>
+ <!--l. 611--><p class="noindent">width of PDF link border </td>
</tr><tr
valign="baseline" id="TBL-11-58-"><td align="left" style="white-space:nowrap;" id="TBL-11-58-1"
class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-11-58-2"
class="td11"> <span
class="ecti-1000">0 0 0 </span></td><td align="left" id="TBL-11-58-3"
class="td11">
- <!--l. 609--><p class="noindent">(<span
+ <!--l. 612--><p class="noindent">(<span
class="ectt-1000">colorlinks)</span> </td>
</tr><tr
valign="baseline" id="TBL-11-59-"><td align="left" style="white-space:nowrap;" id="TBL-11-59-1"
@@ -2279,7 +2289,7 @@ class="ectt-1000">pdfcenterwindow </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-59-3"
class="td11">
- <!--l. 610--><p class="noindent">position the document window in the
+ <!--l. 613--><p class="noindent">position the document window in the
center of the screen </td>
</tr><tr
valign="baseline" id="TBL-11-60-"><td align="left" style="white-space:nowrap;" id="TBL-11-60-1"
@@ -2288,23 +2298,23 @@ class="ectt-1000">pdfcreator </span></td><td align="left" style="white-spa
class="td11"> <span
class="ecti-1000">LaTeX with </span></td><td align="left" id="TBL-11-60-3"
class="td11">
- <!--l. 611--><p class="noindent">text for PDF Creator field </td>
+ <!--l. 614--><p class="noindent">text for PDF Creator field </td>
+
+
</tr><tr
valign="baseline" id="TBL-11-61-"><td align="left" style="white-space:nowrap;" id="TBL-11-61-1"
class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-11-61-2"
class="td11"> <span
class="ecti-1000">hyperref </span></td><td align="left" id="TBL-11-61-3"
class="td11">
- <!--l. 613--><p class="noindent"> </td>
-
-
+ <!--l. 616--><p class="noindent"> </td>
</tr><tr
valign="baseline" id="TBL-11-62-"><td align="left" style="white-space:nowrap;" id="TBL-11-62-1"
class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-11-62-2"
class="td11"> <span
class="ecti-1000">package </span></td><td align="left" id="TBL-11-62-3"
class="td11">
- <!--l. 614--><p class="noindent"> </td>
+ <!--l. 617--><p class="noindent"> </td>
</tr><tr
valign="baseline" id="TBL-11-63-"><td align="left" style="white-space:nowrap;" id="TBL-11-63-1"
class="td11"> </td>
@@ -2316,7 +2326,7 @@ class="ectt-1000">pdfdisplaydoctitle </span></td><td align="left" style="
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-64-3"
class="td11">
- <!--l. 614--><p class="noindent">display document title instead of file
+ <!--l. 617--><p class="noindent">display document title instead of file
name in title bar </td>
</tr><tr
valign="baseline" id="TBL-11-65-"><td align="left" style="white-space:nowrap;" id="TBL-11-65-1"
@@ -2325,7 +2335,7 @@ class="ectt-1000">pdffitwindow </span></td><td align="left" style="
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-65-3"
class="td11">
- <!--l. 616--><p class="noindent">resize document window to fit
+ <!--l. 619--><p class="noindent">resize document window to fit
document size </td>
</tr><tr
valign="baseline" id="TBL-11-66-"><td align="left" style="white-space:nowrap;" id="TBL-11-66-1"
@@ -2334,7 +2344,7 @@ class="ectt-1000">pdfhighlight </span></td><td align="left" style="
class="td11"> <span
class="ecti-1000">/I </span></td><td align="left" id="TBL-11-66-3"
class="td11">
- <!--l. 617--><p class="noindent">set highlighting of PDF links </td>
+ <!--l. 620--><p class="noindent">set highlighting of PDF links </td>
</tr><tr
valign="baseline" id="TBL-11-67-"><td align="left" style="white-space:nowrap;" id="TBL-11-67-1"
class="td11"> <span
@@ -2342,7 +2352,7 @@ class="ectt-1000">pdfkeywords </span></td><td align="left" style="
class="td11"> <span
class="ecti-1000">empty </span></td><td align="left" id="TBL-11-67-3"
class="td11">
- <!--l. 618--><p class="noindent">text for PDF Keywords field </td>
+ <!--l. 621--><p class="noindent">text for PDF Keywords field </td>
</tr><tr
valign="baseline" id="TBL-11-68-"><td align="left" style="white-space:nowrap;" id="TBL-11-68-1"
class="td11"> <span
@@ -2350,7 +2360,7 @@ class="ectt-1000">pdfmark </span></td><td align="left" style="
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-68-3"
class="td11">
- <!--l. 619--><p class="noindent">an alias for <span
+ <!--l. 622--><p class="noindent">an alias for <span
class="ecss-1000">dvips</span> </td>
</tr><tr
valign="baseline" id="TBL-11-69-"><td align="left" style="white-space:nowrap;" id="TBL-11-69-1"
@@ -2359,7 +2369,7 @@ class="ectt-1000">pdfmenubar </span></td><td align="left" style="
class="td11"> <span
class="ecti-1000">true </span></td><td align="left" id="TBL-11-69-3"
class="td11">
- <!--l. 620--><p class="noindent">make PDF viewer&#8217;s menu bar visible </td>
+ <!--l. 623--><p class="noindent">make PDF viewer&#8217;s menu bar visible </td>
</tr><tr
valign="baseline" id="TBL-11-70-"><td align="left" style="white-space:nowrap;" id="TBL-11-70-1"
class="td11"> <span
@@ -2367,13 +2377,13 @@ class="ectt-1000">pdfnewwindow </span></td><td align="left" style="
class="td11"> <span
class="ecti-1000">false </span></td><td align="left" id="TBL-11-70-3"
class="td11">
- <!--l. 621--><p class="noindent">make links that open another PDF </td>
+ <!--l. 624--><p class="noindent">make links that open another PDF </td>
</tr><tr
valign="baseline" id="TBL-11-71-"><td align="left" style="white-space:nowrap;" id="TBL-11-71-1"
class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-11-71-2"
class="td11"> </td><td align="left" id="TBL-11-71-3"
class="td11">
- <!--l. 622--><p class="noindent">file start a new window </td>
+ <!--l. 625--><p class="noindent">file start a new window </td>
</tr><tr
valign="baseline" id="TBL-11-72-"><td align="left" style="white-space:nowrap;" id="TBL-11-72-1"
class="td11"> <span
@@ -2381,7 +2391,7 @@ class="ectt-1000">pdfnonfullscreenpagemode </span></td><td align="left" style="
class="td11"> <span
class="ecti-1000">empty </span></td><td align="left" id="TBL-11-72-3"
class="td11">
- <!--l. 624--><p class="noindent">page mode setting on exiting full-screen
+ <!--l. 627--><p class="noindent">page mode setting on exiting full-screen
mode </td>
</tr><tr
valign="baseline" id="TBL-11-73-"><td align="left" style="white-space:nowrap;" id="TBL-11-73-1"
@@ -2390,7 +2400,7 @@ class="ectt-1000">pdfpagelayout </span></td><td align="left" style="
class="td11"> <span
class="ecti-1000">empty </span></td><td align="left" id="TBL-11-73-3"
class="td11">
- <!--l. 626--><p class="noindent">set layout of PDF pages </td>
+ <!--l. 629--><p class="noindent">set layout of PDF pages </td>
</tr><tr
valign="baseline" id="TBL-11-74-"><td align="left" style="white-space:nowrap;" id="TBL-11-74-1"
class="td11"> <span
@@ -2398,7 +2408,7 @@ class="ectt-1000">pdfpagemode </span></td><td align="left" style="
class="td11"> <span
class="ecti-1000">empty </span></td><td align="left" id="TBL-11-74-3"
class="td11">
- <!--l. 627--><p class="noindent">set default mode of PDF display </td>
+ <!--l. 630--><p class="noindent">set default mode of PDF display </td>
</tr><tr
valign="baseline" id="TBL-11-75-"><td align="left" style="white-space:nowrap;" id="TBL-11-75-1"
class="td11"> <span
@@ -2406,7 +2416,7 @@ class="ectt-1000">pdfpagelabels </span></td><td align="left" style="
class="td11"> <span
class="ecti-1000">true </span></td><td align="left" id="TBL-11-75-3"
class="td11">
- <!--l. 628--><p class="noindent">set PDF page labels </td>
+ <!--l. 631--><p class="noindent">set PDF page labels </td>
</tr><tr
valign="baseline" id="TBL-11-76-"><td align="left" style="white-space:nowrap;" id="TBL-11-76-1"
class="td11"> <span
@@ -2414,7 +2424,7 @@ class="ectt-1000">pdfpagescrop </span></td><td align="left" style="
class="td11"> <span
class="ecti-1000">empty </span></td><td align="left" id="TBL-11-76-3"
class="td11">
- <!--l. 629--><p class="noindent">set crop size of PDF document </td>
+ <!--l. 632--><p class="noindent">set crop size of PDF document </td>
</tr><tr
valign="baseline" id="TBL-11-77-"><td align="left" style="white-space:nowrap;" id="TBL-11-77-1"
class="td11"> <span
@@ -2422,199 +2432,204 @@ class="ectt-1000">pdfpagetransition </span></td><td align="left" style="
class="td11"> <span
class="ecti-1000">empty </span></td><td align="left" id="TBL-11-77-3"
class="td11">
- <!--l. 630--><p class="noindent">set PDF page transition style </td>
+ <!--l. 633--><p class="noindent">set PDF page transition style </td>
</tr><tr
valign="baseline" id="TBL-11-78-"><td align="left" style="white-space:nowrap;" id="TBL-11-78-1"
class="td11"> <span
-class="ectt-1000">pdfproducer </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-78-2"
+class="ectt-1000">pdfprintscaling </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-78-2"
class="td11"> <span
class="ecti-1000">empty </span></td><td align="left" id="TBL-11-78-3"
class="td11">
- <!--l. 631--><p class="noindent">text for PDF Producer field </td>
+ <!--l. 634--><p class="noindent">page scaling option for print dialog </td>
</tr><tr
valign="baseline" id="TBL-11-79-"><td align="left" style="white-space:nowrap;" id="TBL-11-79-1"
class="td11"> <span
-class="ectt-1000">pdfstartpage </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-79-2"
+class="ectt-1000">pdfproducer </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-79-2"
class="td11"> <span
-class="ecti-1000">1 </span></td><td align="left" id="TBL-11-79-3"
+class="ecti-1000">empty </span></td><td align="left" id="TBL-11-79-3"
class="td11">
- <!--l. 632--><p class="noindent">page at which PDF document opens </td>
+ <!--l. 635--><p class="noindent">text for PDF Producer field </td>
</tr><tr
valign="baseline" id="TBL-11-80-"><td align="left" style="white-space:nowrap;" id="TBL-11-80-1"
class="td11"> <span
-class="ectt-1000">pdfstartview </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-80-2"
+class="ectt-1000">pdfstartpage </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-80-2"
class="td11"> <span
-class="ecti-1000">Fit </span></td><td align="left" id="TBL-11-80-3"
+class="ecti-1000">1 </span></td><td align="left" id="TBL-11-80-3"
class="td11">
- <!--l. 633--><p class="noindent">starting view of PDF document </td>
+ <!--l. 636--><p class="noindent">page at which PDF document opens </td>
</tr><tr
valign="baseline" id="TBL-11-81-"><td align="left" style="white-space:nowrap;" id="TBL-11-81-1"
class="td11"> <span
-class="ectt-1000">pdfsubject </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-81-2"
+class="ectt-1000">pdfstartview </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-81-2"
class="td11"> <span
-class="ecti-1000">empty </span></td><td align="left" id="TBL-11-81-3"
+class="ecti-1000">Fit </span></td><td align="left" id="TBL-11-81-3"
class="td11">
- <!--l. 634--><p class="noindent">text for PDF Subject field </td>
+ <!--l. 637--><p class="noindent">starting view of PDF document </td>
</tr><tr
valign="baseline" id="TBL-11-82-"><td align="left" style="white-space:nowrap;" id="TBL-11-82-1"
class="td11"> <span
-class="ectt-1000">pdftex </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-82-2"
-class="td11"> </td><td align="left" id="TBL-11-82-3"
+class="ectt-1000">pdfsubject </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-82-2"
+class="td11"> <span
+class="ecti-1000">empty </span></td><td align="left" id="TBL-11-82-3"
class="td11">
- <!--l. 635--><p class="noindent">use <span
+ <!--l. 638--><p class="noindent">text for PDF Subject field </td>
+</tr><tr
+ valign="baseline" id="TBL-11-83-"><td align="left" style="white-space:nowrap;" id="TBL-11-83-1"
+class="td11"> <span
+class="ectt-1000">pdftex </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-83-2"
+class="td11"> </td><td align="left" id="TBL-11-83-3"
+class="td11">
+ <!--l. 639--><p class="noindent">use <span
class="ecss-1000">pdf</span><span class="TEX"><span
class="ecss-1000">T</span><span
class="E"><span
class="ecss-1000">E</span></span><span
class="ecss-1000">X</span></span> backend </td>
</tr><tr
- valign="baseline" id="TBL-11-83-"><td align="left" style="white-space:nowrap;" id="TBL-11-83-1"
-class="td11"> <span
-class="ectt-1000">pdftitle </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-83-2"
-class="td11"> <span
-class="ecti-1000">empty </span></td><td align="left" id="TBL-11-83-3"
-class="td11">
- <!--l. 636--><p class="noindent">text for PDF Title field </td>
-</tr><tr
valign="baseline" id="TBL-11-84-"><td align="left" style="white-space:nowrap;" id="TBL-11-84-1"
class="td11"> </td>
</tr>
<tr
valign="baseline" id="TBL-11-85-"><td align="left" style="white-space:nowrap;" id="TBL-11-85-1"
class="td11"> <span
-class="ectt-1000">pdftoolbar </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-85-2"
+class="ectt-1000">pdftitle </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-85-2"
class="td11"> <span
-class="ecti-1000">true </span></td><td align="left" id="TBL-11-85-3"
+class="ecti-1000">empty </span></td><td align="left" id="TBL-11-85-3"
class="td11">
- <!--l. 637--><p class="noindent">make PDF toolbar visible </td>
+ <!--l. 640--><p class="noindent">text for PDF Title field </td>
+
+
</tr><tr
valign="baseline" id="TBL-11-86-"><td align="left" style="white-space:nowrap;" id="TBL-11-86-1"
class="td11"> <span
-class="ectt-1000">pdfview </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-86-2"
+class="ectt-1000">pdftoolbar </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-86-2"
class="td11"> <span
-class="ecti-1000">XYZ </span></td><td align="left" id="TBL-11-86-3"
+class="ecti-1000">true </span></td><td align="left" id="TBL-11-86-3"
class="td11">
- <!--l. 638--><p class="noindent">PDF &#8216;view&#8217; when on link traversal </td>
-
-
+ <!--l. 641--><p class="noindent">make PDF toolbar visible </td>
</tr><tr
valign="baseline" id="TBL-11-87-"><td align="left" style="white-space:nowrap;" id="TBL-11-87-1"
class="td11"> <span
-class="ectt-1000">pdfwindowui </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-87-2"
+class="ectt-1000">pdfview </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-87-2"
class="td11"> <span
-class="ecti-1000">true </span></td><td align="left" id="TBL-11-87-3"
+class="ecti-1000">XYZ </span></td><td align="left" id="TBL-11-87-3"
class="td11">
- <!--l. 639--><p class="noindent">make PDF user interface elements
- visible </td>
+ <!--l. 642--><p class="noindent">PDF &#8216;view&#8217; when on link traversal </td>
</tr><tr
valign="baseline" id="TBL-11-88-"><td align="left" style="white-space:nowrap;" id="TBL-11-88-1"
class="td11"> <span
-class="ectt-1000">plainpages </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-88-2"
+class="ectt-1000">pdfwindowui </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-88-2"
class="td11"> <span
-class="ecti-1000">false </span></td><td align="left" id="TBL-11-88-3"
+class="ecti-1000">true </span></td><td align="left" id="TBL-11-88-3"
class="td11">
- <!--l. 640--><p class="noindent">do page number anchors as plain arabic </td>
+ <!--l. 643--><p class="noindent">make PDF user interface elements
+ visible </td>
</tr><tr
valign="baseline" id="TBL-11-89-"><td align="left" style="white-space:nowrap;" id="TBL-11-89-1"
class="td11"> <span
-class="ectt-1000">ps2pdf </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-89-2"
-class="td11"> </td><td align="left" id="TBL-11-89-3"
+class="ectt-1000">plainpages </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-89-2"
+class="td11"> <span
+class="ecti-1000">false </span></td><td align="left" id="TBL-11-89-3"
class="td11">
- <!--l. 641--><p class="noindent">use <span
-class="ecss-1000">ps2pdf </span>backend </td>
+ <!--l. 644--><p class="noindent">do page number anchors as plain arabic </td>
</tr><tr
valign="baseline" id="TBL-11-90-"><td align="left" style="white-space:nowrap;" id="TBL-11-90-1"
class="td11"> <span
-class="ectt-1000">raiselinks </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-90-2"
+class="ectt-1000">ps2pdf </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-90-2"
+class="td11"> </td><td align="left" id="TBL-11-90-3"
+class="td11">
+ <!--l. 645--><p class="noindent">use <span
+class="ecss-1000">ps2pdf </span>backend </td>
+</tr><tr
+ valign="baseline" id="TBL-11-91-"><td align="left" style="white-space:nowrap;" id="TBL-11-91-1"
+class="td11"> <span
+class="ectt-1000">raiselinks </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-91-2"
class="td11"> <span
-class="ecti-1000">false </span></td><td align="left" id="TBL-11-90-3"
+class="ecti-1000">false </span></td><td align="left" id="TBL-11-91-3"
class="td11">
- <!--l. 642--><p class="noindent">raise up links (for <span
+ <!--l. 646--><p class="noindent">raise up links (for <span
class="ecss-1000">Hyper</span><span class="TEX"><span
class="ecss-1000">T</span><span
class="E"><span
class="ecss-1000">E</span></span><span
class="ecss-1000">X</span></span> backend) </td>
</tr><tr
- valign="baseline" id="TBL-11-91-"><td align="left" style="white-space:nowrap;" id="TBL-11-91-1"
+ valign="baseline" id="TBL-11-92-"><td align="left" style="white-space:nowrap;" id="TBL-11-92-1"
class="td11"> <span
-class="ectt-1000">runbordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-91-2"
+class="ectt-1000">runbordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-92-2"
class="td11"> <span
-class="ecti-1000">0 .7 .7 </span></td><td align="left" id="TBL-11-91-3"
+class="ecti-1000">0 .7 .7 </span></td><td align="left" id="TBL-11-92-3"
class="td11">
- <!--l. 643--><p class="noindent">color of border around &#8216;run&#8217; links </td>
+ <!--l. 647--><p class="noindent">color of border around &#8216;run&#8217; links </td>
</tr><tr
- valign="baseline" id="TBL-11-92-"><td align="left" style="white-space:nowrap;" id="TBL-11-92-1"
+ valign="baseline" id="TBL-11-93-"><td align="left" style="white-space:nowrap;" id="TBL-11-93-1"
class="td11"> <span
-class="ectt-1000">setpagesize </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-92-2"
+class="ectt-1000">setpagesize </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-93-2"
class="td11"> <span
-class="ecti-1000">true </span></td><td align="left" id="TBL-11-92-3"
+class="ecti-1000">true </span></td><td align="left" id="TBL-11-93-3"
class="td11">
- <!--l. 644--><p class="noindent">set page size by special driver
+ <!--l. 648--><p class="noindent">set page size by special driver
commands </td>
</tr><tr
- valign="baseline" id="TBL-11-93-"><td align="left" style="white-space:nowrap;" id="TBL-11-93-1"
+ valign="baseline" id="TBL-11-94-"><td align="left" style="white-space:nowrap;" id="TBL-11-94-1"
class="td11"> <span
-class="ectt-1000">tex4ht </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-93-2"
-class="td11"> </td><td align="left" id="TBL-11-93-3"
+class="ectt-1000">tex4ht </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-94-2"
+class="td11"> </td><td align="left" id="TBL-11-94-3"
class="td11">
- <!--l. 645--><p class="noindent">use <span class="TEX"><span
+ <!--l. 649--><p class="noindent">use <span class="TEX"><span
class="ecss-1000">T</span><span
class="E"><span
class="ecss-1000">E</span></span><span
class="ecss-1000">X</span></span><span
class="ecss-1000">4ht </span>backend </td>
</tr><tr
- valign="baseline" id="TBL-11-94-"><td align="left" style="white-space:nowrap;" id="TBL-11-94-1"
-class="td11"> <span
-class="ectt-1000">textures </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-94-2"
-class="td11"> </td><td align="left" id="TBL-11-94-3"
-class="td11">
- <!--l. 646--><p class="noindent">use <span
-class="ecss-1000">Textures </span>backend </td>
-</tr><tr
valign="baseline" id="TBL-11-95-"><td align="left" style="white-space:nowrap;" id="TBL-11-95-1"
class="td11"> <span
-class="ectt-1000">unicode </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-95-2"
-class="td11"> <span
-class="ecti-1000">false </span></td><td align="left" id="TBL-11-95-3"
+class="ectt-1000">textures </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-95-2"
+class="td11"> </td><td align="left" id="TBL-11-95-3"
class="td11">
- <!--l. 647--><p class="noindent">Unicode encoded pdf strings </td>
+ <!--l. 650--><p class="noindent">use <span
+class="ecss-1000">Textures </span>backend </td>
</tr><tr
valign="baseline" id="TBL-11-96-"><td align="left" style="white-space:nowrap;" id="TBL-11-96-1"
class="td11"> <span
-class="ectt-1000">urlbordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-96-2"
+class="ectt-1000">unicode </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-96-2"
class="td11"> <span
-class="ecti-1000">0 1 1 </span></td><td align="left" id="TBL-11-96-3"
+class="ecti-1000">false </span></td><td align="left" id="TBL-11-96-3"
class="td11">
- <!--l. 648--><p class="noindent">color of border around URL links </td>
+ <!--l. 651--><p class="noindent">Unicode encoded pdf strings </td>
</tr><tr
valign="baseline" id="TBL-11-97-"><td align="left" style="white-space:nowrap;" id="TBL-11-97-1"
class="td11"> <span
-class="ectt-1000">urlcolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-97-2"
+class="ectt-1000">urlbordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-97-2"
class="td11"> <span
-class="ecti-1000">magenta </span></td><td align="left" id="TBL-11-97-3"
+class="ecti-1000">0 1 1 </span></td><td align="left" id="TBL-11-97-3"
class="td11">
- <!--l. 649--><p class="noindent">color of URL links </td>
+ <!--l. 652--><p class="noindent">color of border around URL links </td>
</tr><tr
valign="baseline" id="TBL-11-98-"><td align="left" style="white-space:nowrap;" id="TBL-11-98-1"
class="td11"> <span
-class="ectt-1000">verbose </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-98-2"
+class="ectt-1000">urlcolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-98-2"
class="td11"> <span
-class="ecti-1000">false </span></td><td align="left" id="TBL-11-98-3"
+class="ecti-1000">magenta </span></td><td align="left" id="TBL-11-98-3"
class="td11">
- <!--l. 650--><p class="noindent">be chatty </td>
+ <!--l. 653--><p class="noindent">color of URL links </td>
</tr><tr
valign="baseline" id="TBL-11-99-"><td align="left" style="white-space:nowrap;" id="TBL-11-99-1"
class="td11"> <span
-class="ectt-1000">vtex </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-99-2"
-class="td11"> </td><td align="left" id="TBL-11-99-3"
+class="ectt-1000">verbose </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-99-2"
+class="td11"> <span
+class="ecti-1000">false </span></td><td align="left" id="TBL-11-99-3"
class="td11">
- <!--l. 651--><p class="noindent">use <span
-class="ecss-1000">VTeX </span>backend </td>
+ <!--l. 654--><p class="noindent">be chatty </td>
</tr><tr
valign="baseline" id="TBL-11-100-"><td align="left" style="white-space:nowrap;" id="TBL-11-100-1"
-class="td11"> </td>
+class="td11"> <span
+class="ectt-1000">vtex </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-100-2"
+class="td11"> </td><td align="left" id="TBL-11-100-3"
+class="td11">
+ <!--l. 655--><p class="noindent">use <span
+class="ecss-1000">VTeX </span>backend </td>
</tr><tr
valign="baseline" id="TBL-11-101-"><td align="left" style="white-space:nowrap;" id="TBL-11-101-1"
class="td11"> </td>
@@ -2627,33 +2642,35 @@ class="td11"> </td>
</tr><tr
valign="baseline" id="TBL-11-104-"><td align="left" style="white-space:nowrap;" id="TBL-11-104-1"
class="td11"> </td>
+</tr><tr
+ valign="baseline" id="TBL-11-105-"><td align="left" style="white-space:nowrap;" id="TBL-11-105-1"
+class="td11"> </td>
</tr>
</table></div>
-<!--l. 654--><p class="noindent">
+<!--l. 658--><p class="noindent">
<h3 class="sectionHead"><span class="titlemark">4 </span> <a
id="x1-120004"></a>Additional user macros</h3>
-<!--l. 656--><p class="noindent">If you need to make references to URLs, or write explicit links, the following low-level user macros are
+<!--l. 660--><p class="noindent">If you need to make references to URLs, or write explicit links, the following low-level user macros are
provided:
-<!--l. 659--><p class="noindent">
+<!--l. 663--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\href{</span><span
class="ecti-1000">URL</span><span
class="ectt-1000">}{</span><span
class="ecti-1000">text</span><span
class="ectt-1000">}</span> </span>
-<!--l. 663--><p class="noindent">The <span
+<!--l. 667--><p class="noindent">The <span
class="ecti-1000">text </span>is made a hyperlink to the <span
class="ecti-1000">URL</span>; this must be a full URL (relative to the base URL, if that is
defined). The special characters # and ~ do <span
-class="ecti-1000">not </span>need to be escaped in any way.
-<!--l. 668--><p class="noindent">
-
+class="ecti-1000">not </span>need to be escaped in any way.
+<!--l. 672--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\url{</span><span
class="ecti-1000">URL</span><span
class="ectt-1000">}</span> </span>
-<!--l. 672--><p class="noindent">Similar to <span
+<!--l. 676--><p class="noindent">Similar to <span
class="ectt-1000">\href</span><span class="obeylines-h"><span class="verb"><span
class="ectt-1000">{</span></span></span><span
class="ecti-1000">URL</span><span class="obeylines-h"><span class="verb"><span
@@ -2664,35 +2681,35 @@ class="ecti-1000">URL</span><span class="obeylines-h"><span class="verb"><span
class="ectt-1000">}}</span></span></span>. Depending on the driver <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\href</span></span></span> also tries to detect the link
type. Thus the result can be a url link, file link, . . .
-<!--l. 677--><p class="noindent">
+<!--l. 681--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\nolinkurl{</span><span
class="ecti-1000">URL</span><span
class="ectt-1000">}</span> </span>
-<!--l. 681--><p class="noindent">Write <span
+<!--l. 685--><p class="noindent">Write <span
class="ecti-1000">URL </span>in the same way as <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\url</span></span></span>, without creating a hyperlink.
-<!--l. 684--><p class="noindent">
+<!--l. 688--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\hyperbaseurl{</span><span
class="ecti-1000">URL</span><span
class="ectt-1000">}</span> </span>
-<!--l. 688--><p class="noindent">A base <span
+<!--l. 692--><p class="noindent">A base <span
class="ecti-1000">URL </span>is established, which is prepended to other specified URLs, to make it easier to write
portable documents.
-<!--l. 691--><p class="noindent">
+<!--l. 695--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\hyperimage{</span><span
class="ecti-1000">imageURL</span><span
class="ectt-1000">}{</span><span
class="ecti-1000">text</span><span
class="ectt-1000">}</span> </span>
-<!--l. 695--><p class="noindent">The link to the image referenced by the URL is inserted, using <span
+<!--l. 699--><p class="noindent">The link to the image referenced by the URL is inserted, using <span
class="ecti-1000">text </span>as the anchor.
-<!--l. 698--><p class="indent"> For drivers that produce HTML, the image itself is inserted by the browser, with the <span
+<!--l. 702--><p class="indent"> For drivers that produce HTML, the image itself is inserted by the browser, with the <span
class="ecti-1000">text </span>being
ignored completely.
-<!--l. 701--><p class="noindent">
+<!--l. 705--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\hyperdef{</span><span
class="ecti-1000">category</span><span
@@ -2701,10 +2718,10 @@ class="ecti-1000">name</span><span
class="ectt-1000">}{</span><span
class="ecti-1000">text</span><span
class="ectt-1000">}</span> </span>
-<!--l. 705--><p class="noindent">A target area of the document (the <span
+<!--l. 709--><p class="noindent">A target area of the document (the <span
class="ecti-1000">text</span>) is marked, and given the name <span
class="ecti-1000">category.name</span>
-<!--l. 708--><p class="noindent">
+<!--l. 712--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\hyperref{</span><span
class="ecti-1000">URL</span><span
@@ -2715,24 +2732,24 @@ class="ecti-1000">name</span><span
class="ectt-1000">}{</span><span
class="ecti-1000">text</span><span
class="ectt-1000">}</span> </span>
-<!--l. 712--><p class="noindent"><span
+<!--l. 716--><p class="noindent"><span
class="ecti-1000">text </span>is made into a link to <span
class="ecti-1000">URL#category.name</span>
-<!--l. 714--><p class="noindent">
+<!--l. 718--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\hyperlink{</span><span
class="ecti-1000">name</span><span
class="ectt-1000">}{</span><span
class="ecti-1000">text</span><span
class="ectt-1000">}</span> </span>
-<!--l. 717--><p class="noindent">
+<!--l. 721--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\hypertarget{</span><span
class="ecti-1000">name</span><span
class="ectt-1000">}{</span><span
class="ecti-1000">text</span><span
class="ectt-1000">}</span> </span>
-<!--l. 721--><p class="noindent">A simple internal link is created with <span class="obeylines-h"><span class="verb"><span
+<!--l. 725--><p class="noindent">A simple internal link is created with <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\hypertarget</span></span></span>, with two parameters of an anchor <span
class="ecti-1000">name</span>, and
anchor <span
@@ -2741,16 +2758,17 @@ class="ectt-1000">\hyperlink</span></span></span> has two arguments, the name of
<span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\hypertarget</span></span></span>, and the <span
class="ecti-1000">text </span>which be used as the link on the page.
-<!--l. 727--><p class="indent"> Note that in HTML parlance, the <span class="obeylines-h"><span class="verb"><span
+<!--l. 731--><p class="indent"> Note that in HTML parlance, the <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\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="ectt-1000">\href</span></span></span> expects a full URL.
-<!--l. 731--><p class="noindent">
+<!--l. 735--><p class="noindent">
+
+
<span class="fbox"> <span
class="ectt-1000">\phantomsection</span> </span>
-<!--l. 735--><p class="noindent">This sets an anchor at this location. It works similar to <span class="obeylines-h"><span class="verb"><span
+<!--l. 739--><p class="noindent">This sets an anchor at this location. It works similar to <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\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="ectt-1000">\addcontentsline</span></span></span> for sectionlike things
(index, bibliography, preface). <span class="obeylines-h"><span class="verb"><span
@@ -2768,19 +2786,19 @@ class="verbatim"><div class="verbatim">
&nbsp;<br />\printindex
</div>
</td></tr></table>
- <!--l. 748--><p class="nopar"></div>
-<!--l. 750--><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. 752--><p class="nopar"></div>
+<!--l. 754--><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. 754--><p class="noindent">
+<!--l. 758--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\autoref{</span><span
class="ecti-1000">label</span><span
class="ectt-1000">}</span> </span>
-<!--l. 758--><p class="noindent">This is a replacement for the usual <span class="obeylines-h"><span class="verb"><span
+<!--l. 762--><p class="noindent">This is a replacement for the usual <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\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.&nbsp;&#8216;section 2&#8217; instead of merely the number
&#8216;2&#8217;).
-<!--l. 764--><p class="indent"> The label is worked out from the context of the original <span class="obeylines-h"><span class="verb"><span
+<!--l. 768--><p class="indent"> The label is worked out from the context of the original <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\label</span></span></span> command by <span
class="ecss-1000">hyperref </span>by using the
macros listed below (shown with their default values). The macros can be (re)defined in documents using
@@ -2788,16 +2806,16 @@ macros listed below (shown with their default values). The macros can be (re)def
class="ectt-1000">\(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. 772--><p class="indent"> For each macro below, <span
+<!--l. 776--><p class="indent"> For each macro below, <span
class="ecss-1000">hyperref </span>checks <span
class="ectt-1000">\*autorefname </span>before <span
class="ectt-1000">\*name</span>. For instance, it looks for
<span
class="ectt-1000">\figureautorefname </span>before <span
class="ectt-1000">\figurename</span>.
-<!--l. 776--><p class="noindent">
+<!--l. 780--><p class="noindent">
<a
- id="x1-12001r11"></a> <!--l. 777--><div class="longtable"><table class="longtable"
+ id="x1-12001r11"></a> <!--l. 781--><div class="longtable"><table class="longtable"
cellspacing="0" cellpadding="0"
frame="void" ><colgroup id="TBL-12-1g"><col
id="TBL-12-1"><col
@@ -2807,62 +2825,62 @@ id="TBL-12-2"></colgroup>
class="td11"> <span
class="ecti-1000">Macro </span></td><td align="left" id="TBL-12-1-2"
class="td11">
- <!--l. 777--><p class="noindent"><span
+ <!--l. 781--><p class="noindent"><span
class="ecti-1000">Default</span> </td>
</tr><tr
valign="baseline" id="TBL-12-2-"><td align="left" style="white-space:nowrap;" id="TBL-12-2-1"
class="td11"> <span
class="ectt-1000">\figurename </span></td><td align="left" id="TBL-12-2-2"
class="td11">
- <!--l. 778--><p class="noindent">Figure </td>
+ <!--l. 782--><p class="noindent">Figure </td>
</tr><tr
valign="baseline" id="TBL-12-3-"><td align="left" style="white-space:nowrap;" id="TBL-12-3-1"
class="td11"> <span
class="ectt-1000">\tablename </span></td><td align="left" id="TBL-12-3-2"
class="td11">
- <!--l. 779--><p class="noindent">Table </td>
+ <!--l. 783--><p class="noindent">Table </td>
</tr><tr
valign="baseline" id="TBL-12-4-"><td align="left" style="white-space:nowrap;" id="TBL-12-4-1"
class="td11"> <span
class="ectt-1000">\partname </span></td><td align="left" id="TBL-12-4-2"
class="td11">
- <!--l. 780--><p class="noindent">Part </td>
+ <!--l. 784--><p class="noindent">Part </td>
</tr><tr
valign="baseline" id="TBL-12-5-"><td align="left" style="white-space:nowrap;" id="TBL-12-5-1"
class="td11"> <span
class="ectt-1000">\appendixname </span></td><td align="left" id="TBL-12-5-2"
class="td11">
- <!--l. 781--><p class="noindent">Appendix </td>
+ <!--l. 785--><p class="noindent">Appendix </td>
</tr><tr
valign="baseline" id="TBL-12-6-"><td align="left" style="white-space:nowrap;" id="TBL-12-6-1"
class="td11"> <span
class="ectt-1000">\equationname </span></td><td align="left" id="TBL-12-6-2"
class="td11">
- <!--l. 782--><p class="noindent">Equation </td>
+ <!--l. 786--><p class="noindent">Equation </td>
</tr><tr
valign="baseline" id="TBL-12-7-"><td align="left" style="white-space:nowrap;" id="TBL-12-7-1"
class="td11"> <span
class="ectt-1000">\Itemname </span></td><td align="left" id="TBL-12-7-2"
class="td11">
- <!--l. 783--><p class="noindent">item </td>
+ <!--l. 787--><p class="noindent">item </td>
</tr><tr
valign="baseline" id="TBL-12-8-"><td align="left" style="white-space:nowrap;" id="TBL-12-8-1"
class="td11"> <span
class="ectt-1000">\chaptername </span></td><td align="left" id="TBL-12-8-2"
class="td11">
- <!--l. 784--><p class="noindent">chapter </td>
+ <!--l. 788--><p class="noindent">chapter </td>
</tr><tr
valign="baseline" id="TBL-12-9-"><td align="left" style="white-space:nowrap;" id="TBL-12-9-1"
class="td11"> <span
class="ectt-1000">\sectionname </span></td><td align="left" id="TBL-12-9-2"
class="td11">
- <!--l. 785--><p class="noindent">section </td>
+ <!--l. 789--><p class="noindent">section </td>
</tr><tr
valign="baseline" id="TBL-12-10-"><td align="left" style="white-space:nowrap;" id="TBL-12-10-1"
class="td11"> <span
class="ectt-1000">\subsectionname </span></td><td align="left" id="TBL-12-10-2"
class="td11">
- <!--l. 786--><p class="noindent">subsection </td>
+ <!--l. 790--><p class="noindent">subsection </td>
</tr><tr
@@ -2870,31 +2888,31 @@ class="td11">
class="td11"> <span
class="ectt-1000">\subsubsectionname </span></td><td align="left" id="TBL-12-11-2"
class="td11">
- <!--l. 787--><p class="noindent">subsubsection </td>
+ <!--l. 791--><p class="noindent">subsubsection </td>
</tr><tr
valign="baseline" id="TBL-12-12-"><td align="left" style="white-space:nowrap;" id="TBL-12-12-1"
class="td11"> <span
class="ectt-1000">\paragraphname </span></td><td align="left" id="TBL-12-12-2"
class="td11">
- <!--l. 788--><p class="noindent">paragraph </td>
+ <!--l. 792--><p class="noindent">paragraph </td>
</tr><tr
valign="baseline" id="TBL-12-13-"><td align="left" style="white-space:nowrap;" id="TBL-12-13-1"
class="td11"> <span
class="ectt-1000">\Hfootnotename </span></td><td align="left" id="TBL-12-13-2"
class="td11">
- <!--l. 789--><p class="noindent">footnote </td>
+ <!--l. 793--><p class="noindent">footnote </td>
</tr><tr
valign="baseline" id="TBL-12-14-"><td align="left" style="white-space:nowrap;" id="TBL-12-14-1"
class="td11"> <span
class="ectt-1000">\AMSname </span></td><td align="left" id="TBL-12-14-2"
class="td11">
- <!--l. 790--><p class="noindent">Equation </td>
+ <!--l. 794--><p class="noindent">Equation </td>
</tr><tr
valign="baseline" id="TBL-12-15-"><td align="left" style="white-space:nowrap;" id="TBL-12-15-1"
class="td11"> <span
class="ectt-1000">\theoremname </span></td><td align="left" id="TBL-12-15-2"
class="td11">
- <!--l. 791--><p class="noindent">Theorem </td>
+ <!--l. 795--><p class="noindent">Theorem </td>
</tr><tr
valign="baseline" id="TBL-12-16-"><td align="left" style="white-space:nowrap;" id="TBL-12-16-1"
class="td11"> </td>
@@ -2909,19 +2927,19 @@ class="td11"> </td>
class="td11"> </td><td align="left" id="TBL-12-19-2"
class="td11"></td></tr>
</table></div>
-<!--l. 794--><p class="indent"> For instances where you want a reference to use the correct counter, but not to create a link, there
+<!--l. 798--><p class="indent"> For instances where you want a reference to use the correct counter, but not to create a link, there
are two starred forms:
-<!--l. 797--><p class="noindent">
+<!--l. 801--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\ref*{</span><span
class="ecti-1000">label</span><span
class="ectt-1000">}</span> </span>
-<!--l. 801--><p class="noindent">
+<!--l. 805--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\pageref*{</span><span
class="ecti-1000">label</span><span
class="ectt-1000">}</span> </span>
-<!--l. 805--><p class="indent"> A typical use would be to write
+<!--l. 809--><p class="indent"> A typical use would be to write
<table width="100%"
@@ -2930,23 +2948,23 @@ class="verbatim"><div class="verbatim">
\hyperref[other]{that&nbsp;nice&nbsp;section&nbsp;(\ref*{other})&nbsp;we&nbsp;read&nbsp;before}
</div>
</td></tr></table>
-<!--l. 808--><p class="nopar">
-<!--l. 810--><p class="indent"> We want <span class="obeylines-h"><span class="verb"><span
+<!--l. 812--><p class="nopar">
+<!--l. 814--><p class="indent"> We want <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\ref*{other}</span></span></span> to generate the correct number, but not to form a link, since we do this
ourselves with <span
class="ectt-1000">\hyperref</span>.
-<!--l. 813--><p class="noindent">
+<!--l. 817--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\pdfstringdef{</span><span
class="ecti-1000">macroname</span><span
class="ectt-1000">}{</span><span
class="ecti-1000">TEXstring</span><span
class="ectt-1000">}</span> </span>
-<!--l. 817--><p class="indent"> <span
+<!--l. 821--><p class="indent"> <span
class="ectt-1000">\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:
-<!--l. 821--><p class="indent">
+<!--l. 825--><p class="indent">
<ul class="itemize1">
<li class="itemize">Switching to PD1 or PU encoding
</li>
@@ -2987,29 +3005,29 @@ class="ectt-1000">\textbf</span></span></span>, etc.
<li class="itemize">Support for <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\xspace</span></span></span> provided by the <span
class="ecss-1000">xspace </span>package</li></ul>
-<!--l. 833--><p class="indent"> In addition, parentheses are protected to avoid the danger of unsafe unbalanced parentheses in
+<!--l. 837--><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>&nbsp;paper distributed with
<span
class="ecss-1000">hyperref</span>.
-<!--l. 838--><p class="noindent">
+<!--l. 842--><p class="noindent">
<h4 class="subsectionHead"><span class="titlemark">4.1 </span> <a
id="x1-130004.1"></a>Replacement macros</h4>
-<!--l. 840--><p class="noindent"><span
+<!--l. 844--><p class="noindent"><span
class="ecss-1000">hyperref </span>takes the text for bookmarks from the arguments of commands like <span
class="ectt-1000">\section</span>, which can
contain things like math, colors, or font changes, none of which will display in bookmarks as
is.
-<!--l. 844--><p class="noindent">
+<!--l. 848--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\texorpdfstring{</span><span
class="ecti-1000">TEXstring</span><span
class="ectt-1000">}{</span><span
class="ecti-1000">PDFstring</span><span
class="ectt-1000">}</span> </span>
-<!--l. 848--><p class="indent"> For example,
+<!--l. 852--><p class="indent"> For example,
<table width="100%"
@@ -3024,8 +3042,8 @@ class="verbatim"><div class="verbatim">
&nbsp;<br />\section{\texorpdfstring{\textcolor{red}}{}{Red}&nbsp;Mars}
</div>
</td></tr></table>
-<!--l. 857--><p class="nopar">
-<!--l. 859--><p class="indent"> <span
+<!--l. 861--><p class="nopar">
+<!--l. 863--><p class="indent"> <span
class="ectt-1000">\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.
@@ -3040,8 +3058,8 @@ class="verbatim"><div class="verbatim">
&nbsp;<br />}
</div>
</td></tr></table>
-<!--l. 869--><p class="nopar">
-<!--l. 871--><p class="indent"> However, for disabling commands, an easier way is via <span
+<!--l. 873--><p class="nopar">
+<!--l. 875--><p class="indent"> However, for disabling commands, an easier way is via <span
class="ectt-1000">\pdfstringdefDisableCommands</span>, which adds
its argument to the definition of <span
class="ectt-1000">\pdfstringdefPreHook </span>(&#8216;@&#8217; can here be used as letter in command
@@ -3058,16 +3076,16 @@ class="verbatim"><div class="verbatim">
&nbsp;<br />}
</div>
</td></tr></table>
-<!--l. 882--><p class="nopar">
-<!--l. 884--><p class="noindent">
+<!--l. 886--><p class="nopar">
+<!--l. 888--><p class="noindent">
<h4 class="subsectionHead"><span class="titlemark">4.2 </span> <a
id="x1-140004.2"></a>Utility macros</h4>
-<!--l. 887--><p class="noindent">
+<!--l. 891--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\hypercalcbp{</span><span
class="ecti-1000">dimen specification</span><span
class="ectt-1000">}</span> </span>
-<!--l. 890--><p class="noindent"><span class="obeylines-h"><span class="verb"><span
+<!--l. 894--><p class="noindent"><span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\hypercalcbp</span></span></span> takes a <span class="TEX">T<span
class="E">E</span>X</span>&nbsp;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
@@ -3085,9 +3103,9 @@ class="verbatim"><div class="verbatim">
&nbsp;<br />}
</div>
</td></tr></table>
- <!--l. 901--><p class="nopar"></div>
-<!--l. 903--><p class="noindent">The origin of the PDF coordinate system is the lower left corner.
-<!--l. 905--><p class="indent"> Note, for calculations you need either package |calc| or <span
+ <!--l. 905--><p class="nopar"></div>
+<!--l. 907--><p class="noindent">The origin of the PDF coordinate system is the lower left corner.
+<!--l. 909--><p class="indent"> Note, for calculations you need either package |calc| or <span
class="cmmi-10"><img
src="cmmi10-22.gif" alt="e" class="10x-x-22" /></span>-<span class="TEX">T<span
class="E">E</span>X</span>. Nowadays the latter should
@@ -3098,7 +3116,7 @@ src="cmmi10-22.gif" alt="e" class="10x-x-22" /></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="ectt-1000">hyperref.dtx</span></span></span> for further limitations.
-<!--l. 911--><p class="indent"> Also <span class="obeylines-h"><span class="verb"><span
+<!--l. 915--><p class="indent"> Also <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\hypercalcbp</span></span></span> cannot be used in option specifications of <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\documentclass</span></span></span> and <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\usepackage</span></span></span>,
@@ -3106,26 +3124,26 @@ because <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
class="E">E</span>X</span></span>&nbsp;expands the option lists of these commands. However package <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">hyperref</span></span></span> is not yet
loaded and an undefined control sequence error would arise.
-<!--l. 917--><p class="noindent">
+<!--l. 921--><p class="noindent">
<h3 class="sectionHead"><span class="titlemark">5 </span> <a
id="x1-150005"></a>Acrobat-specific behavior</h3>
-<!--l. 918--><p class="noindent">If you want to access the menu options of Acrobat Reader or Exchange, the following macro is provided
+<!--l. 922--><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. 921--><p class="noindent">
+<!--l. 925--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\Acrobatmenu{</span><span
class="ecti-1000">menuoption</span><span
class="ectt-1000">}{</span><span
class="ecti-1000">text</span><span
class="ectt-1000">}</span> </span>
-<!--l. 925--><p class="noindent">The <span
+<!--l. 929--><p class="noindent">The <span
class="ecti-1000">text </span>is used to create a button which activates the appropriate <span
class="ecti-1000">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. 928--><p class="noindent">
+<!--l. 932--><p class="noindent">
<a
- id="x1-15001r12"></a> <!--l. 929--><div class="longtable"><table class="longtable"
+ id="x1-15001r12"></a> <!--l. 933--><div class="longtable"><table class="longtable"
cellspacing="0" cellpadding="0"
frame="void" ><colgroup id="TBL-13-1g"><col
id="TBL-13-1"><col
@@ -3134,7 +3152,7 @@ id="TBL-13-2"></colgroup>
valign="baseline" id="TBL-13-1-"><td align="left" style="white-space:nowrap;" id="TBL-13-1-1"
class="td11"> File </td><td align="left" id="TBL-13-1-2"
class="td11">
- <!--l. 929--><p class="noindent">Open, Close, Scan, Save, SaveAs, Optimizer:SaveAsOpt,
+ <!--l. 933--><p class="noindent">Open, Close, Scan, Save, SaveAs, Optimizer:SaveAsOpt,
Print, PageSetup, Quit </td>
</tr><tr
valign="baseline" id="TBL-13-2-"><td align="left" style="white-space:nowrap;" id="TBL-13-2-1"
@@ -3142,21 +3160,21 @@ class="td11"> File<span
class="cmsy-10"><img
src="cmsy10-21.gif" alt="--&gt;" class="10x-x-21" /></span>Import </td><td align="left" id="TBL-13-2-2"
class="td11">
- <!--l. 930--><p class="noindent">ImportImage, ImportNotes, AcroForm:ImportFDF </td>
+ <!--l. 934--><p class="noindent">ImportImage, ImportNotes, AcroForm:ImportFDF </td>
</tr><tr
valign="baseline" id="TBL-13-3-"><td align="left" style="white-space:nowrap;" id="TBL-13-3-1"
class="td11"> File<span
class="cmsy-10"><img
src="cmsy10-21.gif" alt="--&gt;" class="10x-x-21" /></span>Export </td><td align="left" id="TBL-13-3-2"
class="td11">
- <!--l. 931--><p class="noindent">ExportNotes, AcroForm:ExportFDF </td>
+ <!--l. 935--><p class="noindent">ExportNotes, AcroForm:ExportFDF </td>
</tr><tr
valign="baseline" id="TBL-13-4-"><td align="left" style="white-space:nowrap;" id="TBL-13-4-1"
class="td11"> File<span
class="cmsy-10"><img
src="cmsy10-21.gif" alt="--&gt;" class="10x-x-21" /></span>DocumentInfo </td><td align="left" id="TBL-13-4-2"
class="td11">
- <!--l. 932--><p class="noindent">GeneralInfo, OpenInfo, FontsInfo, SecurityInfo,
+ <!--l. 936--><p class="noindent">GeneralInfo, OpenInfo, FontsInfo, SecurityInfo,
Weblink:Base, AutoIndex:DocInfo </td>
</tr><tr
valign="baseline" id="TBL-13-5-"><td align="left" style="white-space:nowrap;" id="TBL-13-5-1"
@@ -3164,7 +3182,7 @@ class="td11"> File<span
class="cmsy-10"><img
src="cmsy10-21.gif" alt="--&gt;" class="10x-x-21" /></span>Preferences </td><td align="left" id="TBL-13-5-2"
class="td11">
- <!--l. 933--><p class="noindent">GeneralPrefs, NotePrefs, FullScreenPrefs, Weblink:Prefs,
+ <!--l. 937--><p class="noindent">GeneralPrefs, NotePrefs, FullScreenPrefs, Weblink:Prefs,
AcroSearch:Preferences(Windows) or,
AcroSearch:Prefs(Mac), Cpt:Capture </td>
@@ -3173,7 +3191,7 @@ class="td11">
valign="baseline" id="TBL-13-6-"><td align="left" style="white-space:nowrap;" id="TBL-13-6-1"
class="td11"> Edit </td><td align="left" id="TBL-13-6-2"
class="td11">
- <!--l. 935--><p class="noindent">Undo, Cut, Copy, Paste, Clear, SelectAll, Ole:CopyFile,
+ <!--l. 939--><p class="noindent">Undo, Cut, Copy, Paste, Clear, SelectAll, Ole:CopyFile,
TouchUp:TextAttributes,
TouchUp:FitTextToSelection, TouchUp:ShowLineMarkers,
TouchUp:ShowCaptureSuspects, TouchUp:FindSuspect, </td>
@@ -3181,19 +3199,19 @@ class="td11">
valign="baseline" id="TBL-13-7-"><td align="left" style="white-space:nowrap;" id="TBL-13-7-1"
class="td11"> </td><td align="left" id="TBL-13-7-2"
class="td11">
- <!--l. 938--><p class="noindent">Properties </td>
+ <!--l. 942--><p class="noindent">Properties </td>
</tr><tr
valign="baseline" id="TBL-13-8-"><td align="left" style="white-space:nowrap;" id="TBL-13-8-1"
class="td11"> Edit<span
class="cmsy-10"><img
src="cmsy10-21.gif" alt="--&gt;" class="10x-x-21" /></span>Fields </td><td align="left" id="TBL-13-8-2"
class="td11">
- <!--l. 939--><p class="noindent">AcroForm:Duplicate, AcroForm:TabOrder </td>
+ <!--l. 943--><p class="noindent">AcroForm:Duplicate, AcroForm:TabOrder </td>
</tr><tr
valign="baseline" id="TBL-13-9-"><td align="left" style="white-space:nowrap;" id="TBL-13-9-1"
class="td11"> Document </td><td align="left" id="TBL-13-9-2"
class="td11">
- <!--l. 940--><p class="noindent">Cpt:CapturePages,
+ <!--l. 944--><p class="noindent">Cpt:CapturePages,
AcroForm:Actions, CropPages, RotatePages, InsertPages,
ExtractPages, ReplacePages, DeletePages, NewBookmark,
SetBookmarkDest, CreateAllThumbs, DeleteAllThumbs </td>
@@ -3201,7 +3219,7 @@ class="td11">
valign="baseline" id="TBL-13-10-"><td align="left" style="white-space:nowrap;" id="TBL-13-10-1"
class="td11"> View </td><td align="left" id="TBL-13-10-2"
class="td11">
- <!--l. 943--><p class="noindent">ActualSize, FitVisible, FitWidth, FitPage, ZoomTo,
+ <!--l. 947--><p class="noindent">ActualSize, FitVisible, FitWidth, FitPage, ZoomTo,
FullScreen, FirstPage, PrevPage, NextPage, LastPage,
GoToPage, GoBack, GoForward, SinglePage, OneColumn,
TwoColumns, ArticleThreads, PageOnly, ShowBookmarks,
@@ -3210,7 +3228,7 @@ class="td11">
valign="baseline" id="TBL-13-11-"><td align="left" style="white-space:nowrap;" id="TBL-13-11-1"
class="td11"> Tools </td><td align="left" id="TBL-13-11-2"
class="td11">
- <!--l. 946--><p class="noindent">Hand, ZoomIn, ZoomOut, SelectText, SelectGraphics,
+ <!--l. 950--><p class="noindent">Hand, ZoomIn, ZoomOut, SelectText, SelectGraphics,
Note, Link, Thread, AcroForm:Tool,
Acro_Movie:MoviePlayer, TouchUp:TextTool, Find,
FindAgain, FindNextNote, CreateNotesFile </td>
@@ -3220,28 +3238,28 @@ class="td11"> Tools<span
class="cmsy-10"><img
src="cmsy10-21.gif" alt="--&gt;" class="10x-x-21" /></span>Search </td><td align="left" id="TBL-13-12-2"
class="td11">
- <!--l. 949--><p class="noindent">AcroSrch:Query, AcroSrch:Indexes, AcroSrch:Results,
+ <!--l. 953--><p class="noindent">AcroSrch:Query, AcroSrch:Indexes, AcroSrch:Results,
AcroSrch:Assist, AcroSrch:PrevDoc, AcroSrch:PrevHit,
AcroSrch:NextHit, AcroSrch:NextDoc </td>
</tr><tr
valign="baseline" id="TBL-13-13-"><td align="left" style="white-space:nowrap;" id="TBL-13-13-1"
class="td11"> Window </td><td align="left" id="TBL-13-13-2"
class="td11">
- <!--l. 951--><p class="noindent">ShowHideToolBar, ShowHideMenuBar,
+ <!--l. 955--><p class="noindent">ShowHideToolBar, ShowHideMenuBar,
ShowHideClipboard, Cascade, TileHorizontal, TileVertical,
CloseAll </td>
</tr><tr
valign="baseline" id="TBL-13-14-"><td align="left" style="white-space:nowrap;" id="TBL-13-14-1"
class="td11"> Help </td><td align="left" id="TBL-13-14-2"
class="td11">
- <!--l. 953--><p class="noindent">HelpUserGuide, HelpTutorial, HelpExchange, HelpScan,
+ <!--l. 957--><p class="noindent">HelpUserGuide, HelpTutorial, HelpExchange, HelpScan,
HelpCapture, HelpPDFWriter, HelpDistiller, HelpSearch,
HelpCatalog, HelpReader, Weblink:Home </td>
</tr><tr
valign="baseline" id="TBL-13-15-"><td align="left" style="white-space:nowrap;" id="TBL-13-15-1"
class="td11"> Help(Windows) </td><td align="left" id="TBL-13-15-2"
class="td11">
- <!--l. 955--><p class="noindent">About </td>
+ <!--l. 959--><p class="noindent">About </td>
</tr><tr
valign="baseline" id="TBL-13-16-"><td align="left" style="white-space:nowrap;" id="TBL-13-16-1"
class="td11"> </td>
@@ -3256,29 +3274,29 @@ class="td11"> </td>
class="td11"> </td><td align="left" id="TBL-13-19-2"
class="td11"></td></tr>
</table></div>
-<!--l. 958--><p class="noindent">
+<!--l. 962--><p class="noindent">
<h3 class="sectionHead"><span class="titlemark">6 </span> <a
id="x1-160006"></a>PDF and HTML forms</h3>
-<!--l. 959--><p class="noindent">You must put your fields inside a <span
+<!--l. 963--><p class="noindent">You must put your fields inside a <span
class="ectt-1000">Form </span>environment (only one per file).
-<!--l. 961--><p class="indent"> There are six macros to prepare fields:
+<!--l. 965--><p class="indent"> There are six macros to prepare fields:
-<!--l. 963--><p class="noindent">
+<!--l. 967--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\TextField[</span><span
class="ecti-1000">parameters</span><span
class="ectt-1000">]{</span><span
class="ecti-1000">label</span><span
class="ectt-1000">}</span> </span>
-<!--l. 967--><p class="noindent">
+<!--l. 971--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\CheckBox[</span><span
class="ecti-1000">parameters</span><span
class="ectt-1000">]{</span><span
class="ecti-1000">label</span><span
class="ectt-1000">}</span> </span>
-<!--l. 971--><p class="noindent">
+<!--l. 975--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\ChoiceMenu[</span><span
class="ecti-1000">parameters</span><span
@@ -3287,66 +3305,66 @@ class="ecti-1000">label</span><span
class="ectt-1000">}{</span><span
class="ecti-1000">choices</span><span
class="ectt-1000">}</span> </span>
-<!--l. 975--><p class="noindent">
+<!--l. 979--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\PushButton[</span><span
class="ecti-1000">parameters</span><span
class="ectt-1000">]{</span><span
class="ecti-1000">label</span><span
class="ectt-1000">}</span> </span>
-<!--l. 979--><p class="noindent">
+<!--l. 983--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\Submit[</span><span
class="ecti-1000">parameters</span><span
class="ectt-1000">]{</span><span
class="ecti-1000">label</span><span
class="ectt-1000">}</span> </span>
-<!--l. 983--><p class="noindent">
+<!--l. 987--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\Reset[</span><span
class="ecti-1000">parameters</span><span
class="ectt-1000">]{</span><span
class="ecti-1000">label</span><span
class="ectt-1000">}</span> </span>
-<!--l. 987--><p class="indent"> The way forms and their labels are laid out is determined by:
-<!--l. 988--><p class="noindent">
+<!--l. 991--><p class="indent"> The way forms and their labels are laid out is determined by:
+<!--l. 992--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\LayoutTextField{</span><span
class="ecti-1000">label</span><span
class="ectt-1000">}{</span><span
class="ecti-1000">field</span><span
class="ectt-1000">}</span> </span>
-<!--l. 992--><p class="noindent">
+<!--l. 996--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\LayoutChoiceField{</span><span
class="ecti-1000">label</span><span
class="ectt-1000">}{</span><span
class="ecti-1000">field</span><span
class="ectt-1000">}</span> </span>
-<!--l. 996--><p class="noindent">
+<!--l. 1000--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\LayoutCheckField{</span><span
class="ecti-1000">label</span><span
class="ectt-1000">}{</span><span
class="ecti-1000">field</span><span
class="ectt-1000">}</span> </span>
-<!--l. 1000--><p class="indent"> These macros default to #1 #2
-<!--l. 1002--><p class="indent"> What is actually shown in as the field is determined by:
-<!--l. 1003--><p class="noindent">
+<!--l. 1004--><p class="indent"> These macros default to #1 #2
+<!--l. 1006--><p class="indent"> What is actually shown in as the field is determined by:
+<!--l. 1007--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\MakeRadioField{</span><span
class="ecti-1000">width</span><span
class="ectt-1000">}{</span><span
class="ecti-1000">height</span><span
class="ectt-1000">}</span> </span>
-<!--l. 1007--><p class="noindent">
+<!--l. 1011--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\MakeCheckField{</span><span
class="ecti-1000">width</span><span
class="ectt-1000">}{</span><span
class="ecti-1000">height</span><span
class="ectt-1000">}</span> </span>
-<!--l. 1010--><p class="noindent">
+<!--l. 1014--><p class="noindent">
<span class="fbox"> <span
@@ -3355,19 +3373,19 @@ class="ecti-1000">width</span><span
class="ectt-1000">}{</span><span
class="ecti-1000">height</span><span
class="ectt-1000">}</span> </span>
-<!--l. 1013--><p class="noindent">
+<!--l. 1017--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\MakeChoiceField{</span><span
class="ecti-1000">width</span><span
class="ectt-1000">}{</span><span
class="ecti-1000">height</span><span
class="ectt-1000">}</span> </span>
-<!--l. 1017--><p class="noindent">
+<!--l. 1021--><p class="noindent">
<span class="fbox"> <span
class="ectt-1000">\MakeButtonField{</span><span
class="ecti-1000">text</span><span
class="ectt-1000">}</span> </span>
-<!--l. 1021--><p class="indent"> These macros default to <span class="obeylines-h"><span class="verb"><span
+<!--l. 1025--><p class="indent"> These macros default to <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\vbox</span><span
class="ectt-1000">&nbsp;to</span><span
class="ectt-1000">&nbsp;#2{\hbox</span><span
@@ -3376,7 +3394,7 @@ class="ectt-1000">&nbsp;#1{\hfill}\vfill}</span></span></span>, except the last,
to #1; it is used for buttons, and the special <span
class="ectt-1000">\Submit </span>and <span
class="ectt-1000">\Reset </span>macros.
-<!--l. 1025--><p class="indent"> You may also want to redefine the following macros:
+<!--l. 1029--><p class="indent"> You may also want to redefine the following macros:
<table width="100%"
@@ -3394,13 +3412,13 @@ class="verbatim"><div class="verbatim">
&nbsp;<br />\def\DefaultWidthofText{3cm}
</div>
</td></tr></table>
-<!--l. 1037--><p class="nopar">
-<!--l. 1039--><p class="noindent">
+<!--l. 1041--><p class="nopar">
+<!--l. 1043--><p class="noindent">
<h4 class="subsectionHead"><span class="titlemark">6.1 </span> <a
id="x1-170006.1"></a>Forms environment parameters</h4>
-<!--l. 1041--><p class="noindent">
+<!--l. 1045--><p class="noindent">
<a
- id="x1-17001r13"></a> <!--l. 1042--><div class="longtable"><table class="longtable"
+ id="x1-17001r13"></a> <!--l. 1046--><div class="longtable"><table class="longtable"
cellspacing="0" cellpadding="0"
frame="void" ><colgroup id="TBL-14-1g"><col
id="TBL-14-1"><col
@@ -3413,7 +3431,7 @@ class="ectt-1000">action </span></td><td align="left" style="white-space:nowr
class="td11"> <span
class="ecti-1000">URL </span></td><td align="left" id="TBL-14-1-3"
class="td11">
- <!--l. 1042--><p class="noindent">The URL that will receive the form data if a <span
+ <!--l. 1046--><p class="noindent">The URL that will receive the form data if a <span
class="ecss-1000">Submit </span>button
is included in the form </td>
</tr><tr
@@ -3423,7 +3441,7 @@ class="ectt-1000">encoding </span></td><td align="left" style="white-space:nowr
class="td11"> <span
class="ecti-1000">name </span></td><td align="left" id="TBL-14-2-3"
class="td11">
- <!--l. 1043--><p class="noindent">The encoding for the string set to the URL; FDF-encoding
+ <!--l. 1047--><p class="noindent">The encoding for the string set to the URL; FDF-encoding
is usual, and <span
class="ectt-1000">html </span>is the only valid value </td>
</tr><tr
@@ -3433,7 +3451,7 @@ class="ectt-1000">method </span></td><td align="left" style="white-space:nowr
class="td11"> <span
class="ecti-1000">name </span></td><td align="left" id="TBL-14-3-3"
class="td11">
- <!--l. 1045--><p class="noindent">Used only when generating HTML; values can be <span
+ <!--l. 1049--><p class="noindent">Used only when generating HTML; values can be <span
class="ectt-1000">post </span>or
<span
class="ectt-1000">get</span> </td>
@@ -3455,16 +3473,16 @@ class="td11"> </td><td align="left" style="white-space:nowrap;" id="TB
class="td11"> </td><td align="left" id="TBL-14-8-3"
class="td11"></td></tr>
</table></div>
-<!--l. 1048--><p class="noindent">
+<!--l. 1052--><p class="noindent">
<h4 class="subsectionHead"><span class="titlemark">6.2 </span> <a
id="x1-180006.2"></a>Forms optional parameters</h4>
-<!--l. 1049--><p class="noindent">Note that all colors must be expressed as RGB triples, in the range 0..1 (i.e.&nbsp;<span
+<!--l. 1053--><p class="noindent">Note that all colors must be expressed as RGB triples, in the range 0..1 (i.e.&nbsp;<span
class="ectt-1000">color=0 0</span>
<span
class="ectt-1000">0.5</span>)
-<!--l. 1052--><p class="noindent">
+<!--l. 1056--><p class="noindent">
<a
- id="x1-18001r14"></a> <!--l. 1053--><div class="longtable"><table class="longtable"
+ id="x1-18001r14"></a> <!--l. 1057--><div class="longtable"><table class="longtable"
cellspacing="0" cellpadding="0"
frame="void" ><colgroup id="TBL-15-1g"><col
id="TBL-15-1"><col
@@ -3818,27 +3836,27 @@ class="td11"> </td>
</table></div>
-<!--l. 1099--><p class="noindent">
+<!--l. 1103--><p class="noindent">
<h3 class="sectionHead"><span class="titlemark">7 </span> <a
id="x1-190007"></a>Defining a new driver</h3>
-<!--l. 1100--><p class="noindent">A hyperref driver has to provide definitions for eight macros:
-<!--l. 1103--><p class="noindent">1. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1104--><p class="noindent">A hyperref driver has to provide definitions for eight macros:
+<!--l. 1107--><p class="noindent">1. <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\hyper@anchor</span></span></span>
-<!--l. 1105--><p class="noindent">2. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1109--><p class="noindent">2. <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\hyper@link</span></span></span>
-<!--l. 1107--><p class="noindent">3. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1111--><p class="noindent">3. <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\hyper@linkfile</span></span></span>
-<!--l. 1109--><p class="noindent">4. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1113--><p class="noindent">4. <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\hyper@linkurl</span></span></span>
-<!--l. 1111--><p class="noindent">5. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1115--><p class="noindent">5. <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\hyper@anchorstart</span></span></span>
-<!--l. 1113--><p class="noindent">6. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1117--><p class="noindent">6. <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\hyper@anchorend</span></span></span>
-<!--l. 1115--><p class="noindent">7. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1119--><p class="noindent">7. <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\hyper@linkstart</span></span></span>
-<!--l. 1117--><p class="noindent">8. <span class="obeylines-h"><span class="verb"><span
+<!--l. 1121--><p class="noindent">8. <span class="obeylines-h"><span class="verb"><span
class="ectt-1000">\hyper@linkend</span></span></span>
-<!--l. 1120--><p class="indent"> The draft option defines the macros as follows
+<!--l. 1124--><p class="indent"> The draft option defines the macros as follows
<table width="100%"
@@ -3854,14 +3872,14 @@ class="verbatim"><div class="verbatim">
&nbsp;<br />\let\hyper@linkend\@empty
</div>
</td></tr></table>
-<!--l. 1130--><p class="nopar">
-<!--l. 1132--><p class="noindent">
+<!--l. 1134--><p class="nopar">
+<!--l. 1136--><p class="noindent">
<h3 class="sectionHead"><span class="titlemark">8 </span> <a
id="x1-200008"></a>Special support for other packages</h3>
-<!--l. 1134--><p class="noindent"><span
+<!--l. 1138--><p class="noindent"><span
class="ecss-1000">hyperref </span>aims to cooperate with other packages, but there are several possible sources for conflict, such
as
-<!--l. 1137--><p class="indent">
+<!--l. 1141--><p class="indent">
<ul class="itemize1">
<li class="itemize">Packages that manipulate the bibliographic mechanism. Peter William&#8217;s <span
class="ecss-1000">harvard </span>package is
@@ -3882,7 +3900,7 @@ class="ectt-1000">implicit=false </span>for these
packages to work.
</li>
<li class="itemize">Packages that do anything serious with the index.</li></ul>
-<!--l. 1154--><p class="indent"> The <span
+<!--l. 1158--><p class="indent"> The <span
class="ecss-1000">hyperref </span>package is distributed with variants on two useful packages designed to work especially
well with it. These are <span
class="ecss-1000">xr </span>and <span
@@ -3890,10 +3908,10 @@ class="ecss-1000">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="ectt-1000">\label/\ref</span></span></span> mechanisms and per-chapter tables of contents, respectively.
-<!--l. 1160--><p class="noindent">
+<!--l. 1164--><p class="noindent">
<h3 class="sectionHead"><span class="titlemark">9 </span> <a
id="x1-210009"></a>History and acknowledgments</h3>
-<!--l. 1162--><p class="noindent">The original authors of <span
+<!--l. 1166--><p class="noindent">The original authors of <span
class="ecss-1000">hyperbasics.tex </span>and <span
class="ecss-1000">hypertex.sty</span>, from which this package
descends, are Tanmoy Bhattacharya (<span
@@ -3912,7 +3930,7 @@ Lamport for comments, requests, thoughts and code to get the package into its fi
Various other people are mentioned at the point in the source where I had to change the code in later
versions because of problems they found.
-<!--l. 1176--><p class="indent"> Tanmoy found a great many of the bugs, and (even better) often provided fixes, which has made the
+<!--l. 1180--><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>&nbsp;are entirely due to him! The investigations of Bill
Moss (<span
@@ -3920,7 +3938,7 @@ class="ectt-1000">bmoss@math.clemson.edu</span>) into the later versions includi
many bugs, and his testing is appreciated. Hans Hagen (<span
class="ectt-1000">pragma@pi.net</span>) provided a lot of insight into
PDF.
-<!--l. 1184--><p class="indent"> Berthold Horn provided help, encouragement and sponsorship for the <span
+<!--l. 1188--><p class="indent"> Berthold Horn provided help, encouragement and sponsorship for the <span
class="ecss-1000">dvipsone </span>and <span
class="ecss-1000">dviwindo </span>drivers.
Sergey Lesenko provided the changes needed for <span
@@ -3934,14 +3952,14 @@ class="ecss-1000">hyper </span>package (developed in parallel with
<span
class="ecss-1000">hyperref</span>) showed me solutions for some problems. Hopefully the two packages will combine one
day.
-<!--l. 1193--><p class="indent"> The forms creation section owes a great deal to: T.&nbsp;V.&nbsp;Raman, for encouragement, support and
+<!--l. 1197--><p class="indent"> The forms creation section owes a great deal to: T.&nbsp;V.&nbsp;Raman, for encouragement, support and
ideas; Thomas Merz, whose book <span
class="ecti-1000">Web Publishing with Acrobat/PDF </span>provided crucial insights;
D.&nbsp;P.&nbsp;Story, whose detailed article about pdfmarks and forms solved many practical problems; and Hans
Hagen, who explained how to do it in <span
class="ecss-1000">pdftex</span>.
-<!--l. 1199--><p class="indent"> Steve Dandy recreated the manual source in July 2003 after it had been lost.
-<!--l. 1202--><p class="indent"> Especial extra thanks to David Carlisle for the <span
+<!--l. 1203--><p class="indent"> Steve Dandy recreated the manual source in July 2003 after it had been lost.
+<!--l. 1206--><p class="indent"> Especial extra thanks to David Carlisle for the <span
class="ecss-1000">backref </span>module, the ps2pdf and dviwindo support,
frequent general rewrites of my bad code, and for working on changes to the <span
class="ecss-1000">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 c38148365de..d5ddea24ac1 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 a6be7af849c..ece2d163479 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.cis.ohio-state.edu/~gurari/TeX4ht/mn.html)">
<!-- html -->
<meta name="src" content="manual.tex">
-<meta name="date" content="2006-10-06 16:10:00">
+<meta name="date" content="2006-11-15 15:34: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 d72cc2482fc..1975dd9fe38 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.cis.ohio-state.edu/~gurari/TeX4ht/mn.html)">
<!-- html -->
<meta name="src" content="manual.tex">
-<meta name="date" content="2006-10-06 16:10:00">
+<meta name="date" content="2006-11-15 15:34:00">
<link rel="stylesheet" type="text/css" href="manual.css">
</head><body
>
diff --git a/Master/texmf-dist/doc/latex/hyperref/options.pdf b/Master/texmf-dist/doc/latex/hyperref/options.pdf
index 8a108fb0e92..8a7020910c9 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 daaa721455e..f0192ffe632 100644
--- a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
+++ b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
@@ -489,6 +489,9 @@ pdfnonfullscreenpagemode
pdfpagelayout & text & empty & set layout of PDF pages \\
pdfpagelabels & boolean & true & set PDF page labels \\
pdfpagetransition & text & empty & set PDF page transition style \\
+pdfprintscaling & text & empty & page scaling option for print dialog;
+ valid values are \texttt{None} and
+ \texttt{AppDefault} \\
pdftoolbar & boolean & true & make PDF toolbar visible \\
pdfwindowui & boolean & true & make PDF user interface elements visible \\
unicode & boolean & false & Unicode encoded PDF strings
@@ -628,6 +631,7 @@ pdfpagemode & \textit{empty} & set default mode of PDF display \\
pdfpagelabels & \textit{true} & set PDF page labels \\
pdfpagescrop & \textit{empty} & set crop size of PDF document \\
pdfpagetransition & \textit{empty} & set PDF page transition style \\
+pdfprintscaling & \textit{empty} & page scaling option for print dialog \\
pdfproducer & \textit{empty} & text for PDF Producer field \\
pdfstartpage & \textit{1} & page at which PDF document opens \\
pdfstartview & \textit{Fit} & starting view of PDF document \\
diff --git a/Master/texmf-dist/source/latex/hyperref/doc/options.tex b/Master/texmf-dist/source/latex/hyperref/doc/options.tex
index a7caf9923d9..2de1187aaab 100644
--- a/Master/texmf-dist/source/latex/hyperref/doc/options.tex
+++ b/Master/texmf-dist/source/latex/hyperref/doc/options.tex
@@ -87,6 +87,7 @@ pdfpagemode &set default mode of PDF display&\optempty\\
pdfpagelabels &set PDF page labels&false\\
pdfpagescrop &set crop size of PDF document&\optempty\\
pdfpagetransition &set PDF page transition style&\optempty\\
+pdfprintscaling &page scaling option for print dialog&\optempty\\
pdfproducer &text for PDF Producer field&\optempty\\
pdfstartpage &page at which PDF document opens&1\\
pdfstartview &starting view of PDF document& /Fit\\
diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
index 9751739892b..4a969eee631 100644
--- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
+++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
@@ -37,7 +37,7 @@
%<pd1enc>\ProvidesFile{pd1enc.def}
%<puenc>\ProvidesFile{puenc.def}
%<puvnenc>\ProvidesFile{puvnenc.def}
-%<!none> [2006/09/06 v6.75e
+%<!none> [2006/11/15 v6.75g
%<package> Hypertext links for LaTeX]
%<nohyperref> Dummy hyperref (SR)]
%<driver> Hyperref documentation driver file]
@@ -113,7 +113,7 @@
\end{document}
%</driver>
% \fi
-% \CheckSum{19035}
+% \CheckSum{19119}
%
% \MakeShortVerb{|}
% \StopEventually{}
@@ -680,6 +680,19 @@
% \end{macro}
% \end{macro}
%
+% \subsection{Babel's protection of shorthand characters}
+%
+% \begin{macro}{\Hy@safe@activestrue}
+% \begin{macro}{\Hy@safe@activesfalse}
+% Babel's switch setting commands cannot used directly,
+% because they can be undefined if babel is not loaded.
+% \begin{macrocode}
+\def\Hy@safe@activestrue{\csname safe@activestrue\endcsname}
+\def\Hy@safe@activesfalse{\csname safe@activesfalse\endcsname}
+% \end{macrocode}
+% \end{macro}
+% \end{macro}
+%
% \subsection{Coordinate transformations}
%
% At some places numbers in pdf units are
@@ -3050,6 +3063,14 @@
%
% \section{Support of other packages}
%
+% \subsection{Class memoir}
+%
+% \begin{macrocode}
+\@ifclassloaded{memoir}{%
+ \AtEndOfPackage{\RequirePackage{memhfixc}}%
+}{}
+% \end{macrocode}
+%
% \subsection{Package subfigure}
% Added fix for version 2.1. Here \cmd{\sub@label} is defined.
% \begin{macrocode}
@@ -3987,7 +4008,7 @@
}
\def\Hy@bordercolor#1#2#3{%
\begingroup
- \csname @safe@activestrue\endcsname
+ \Hy@safe@activestrue
\@ifundefined{XC@edef}{\edef}{\XC@edef}\x{#2}%
\expandafter\Hy@CheckColorSpec\x#3#3\@nil{#1}{#2}%
}
@@ -4038,7 +4059,15 @@
\ifx\Hy@tempa\@empty
\let\@pdfnonfullscreenpagemode\@empty
\else
- \def\@pdfnonfullscreenpagemode{/#1 }%
+ \def\@pdfnonfullscreenpagemode{/#1}%
+ \fi
+}
+\define@key{Hyp}{pdfprintscaling}{%
+ \def\Hy@tempa{#1}%
+ \ifx\Hy@tempa\@empty
+ \let\@pdfprintscaling\@empty
+ \else
+ \def\@pdfprintscaling{/#1}%
\fi
}
\define@key{Hyp}{pdfusetitle}[true]{%
@@ -4114,6 +4143,7 @@
\def\@pdfhighlight{/I}
\def\@pdfpagemode{}
\def\@pdfnonfullscreenpagemode{}
+\def\@pdfprintscaling{}
\def\@pdftitle{}
\def\@pdfauthor{}
\let\@pdfproducer\relax
@@ -4485,14 +4515,14 @@
\providecommand*\@safe@activestrue{}%
\providecommand*\@safe@activesfalse{}%
\def\T@ref#1{%
- \@safe@activestrue
+ \Hy@safe@activestrue
\expandafter\@setref\csname r@#1\endcsname\@firstoffive{#1}%
- \@safe@activesfalse
+ \Hy@safe@activesfalse
}%
\def\T@pageref#1{%
- \@safe@activestrue
+ \Hy@safe@activestrue
\expandafter\@setref\csname r@#1\endcsname\@secondoffive{#1}%
- \@safe@activesfalse
+ \Hy@safe@activesfalse
}%
\else
\ifHy@typexml\else\RequirePackage{nameref}\fi
@@ -4560,7 +4590,7 @@
\let\textasciitilde\hyper@tilde
\let\\\@backslashchar
\edef${\string$}
- \ifx\@safe@activestrue\@undefined\else\@safe@activestrue\fi
+ \Hy@safe@activestrue
\hyper@n@rmalise
}
\catcode`\#=6
@@ -4644,7 +4674,7 @@
}
\def\Hy@babelnormalise#1[#2]{%
\begingroup
- \csname @safe@activestrue\endcsname
+ \Hy@safe@activestrue
\edef\Hy@tempa{%
\endgroup
\noexpand#1[{#2}]%
@@ -4718,7 +4748,7 @@
\def\hyper@link@[#1]#2#3#4{%
\begingroup
\protected@edef\Hy@tempa{#2}%
- \csname @safe@activestrue\endcsname
+ \Hy@safe@activestrue
\edef\x{#3}%
\ifx\Hy@tempa\@empty
\toks0{\hyper@link{#1}}%
@@ -5272,6 +5302,7 @@
\Hy@DisableOption{pdfpagescrop}%
\Hy@DisableOption{pdfpagemode}%
\Hy@DisableOption{pdfnonfullscreenpagemode}%
+ \Hy@DisableOption{pdfprintscaling}%
\Hy@DisableOption{pdfstartview}%
\Hy@DisableOption{pdfstartpage}%
\Hy@DisableOption{pdftoolbar}%
@@ -7891,49 +7922,65 @@
% and |\autoref| prefixes with a tag based on the type.
% \begin{macrocode}
\def\@refstar#1{%
- \@safe@activestrue
+ \Hy@safe@activestrue
\expandafter\real@setref\csname r@#1\endcsname\@firstoffive{#1}%
- \@safe@activesfalse
+ \Hy@safe@activesfalse
}
\def\@pagerefstar#1{%
- \@safe@activestrue
+ \Hy@safe@activestrue
\expandafter\real@setref\csname r@#1\endcsname\@secondoffive{#1}%
- \@safe@activesfalse
+ \Hy@safe@activesfalse
+}
+\DeclareRobustCommand\autoref{%
+ \@ifstar{\HyRef@autoref\@gobbletwo}{\HyRef@autoref\hyper@@link}%
}
-\DeclareRobustCommand\autoref[1]{%
- \@safe@activestrue
- \expandafter\auto@setref\csname r@#1\endcsname\@firstoffive{#1}%
- \@safe@activesfalse
+\def\HyRef@autoref#1#2{%
+ \begingroup
+ \Hy@safe@activestrue
+ \expandafter\HyRef@autosetref\csname r@#2\endcsname{#2}{#1}%
+ \endgroup
}
-\def\auto@setref#1#2#3{% csname, extract group, refname
+\def\HyRef@autosetref#1#2#3{% link command, csname, refname
\ifcase 0\ifx#1\relax 1\fi\ifx#1\Hy@varioref@undefined 1\fi\relax
- \edef\@thisref{\expandafter\@fourthoffive#1\@empty\@empty}%
- \expandafter\test@reftype\@thisref\\%
- \hyper@@link
- {\expandafter\@fifthoffive#1}%
- {\expandafter\@fourthoffive#1\@empty\@empty}%
- {\@currentHtag\expandafter#2#1\@empty\@empty\null}%
+ \edef\HyRef@thisref{\expandafter\@fourthoffive#1\@empty\@empty\@empty}%
+ \expandafter\HyRef@testreftype\HyRef@thisref\\%
+ \Hy@safe@activesfalse
+ #3{%
+ \expandafter\@fifthoffive#1%
+ }{%
+ \expandafter\@fourthoffive#1\@empty\@empty\@empty
+ }{%
+ \HyRef@currentHtag
+ \expandafter\@firstoffive#1\@empty\@empty\@empty
+ \null
+ }%
\else
\protect\G@refundefinedtrue
\nfss@text{\reset@font\bfseries ??}%
\@latex@warning{%
- Reference `#3' on page \thepage \space undefined%
+ Reference `#2' on page \thepage\space undefined%
}%
\fi
}
-\def\test@reftype#1.#2\\{%
+\def\HyRef@testreftype#1.#2\\{%
\@ifundefined{#1autorefname}{%
\@ifundefined{#1name}{%
- \def\@currentHtag{}%
+ \def\HyRef@currentHtag{}%
\@latex@warning{no tag name for #1 at \the\inputlineno}%
}{%
- \def\@currentHtag{\csname#1name\endcsname~}%
+ \edef\HyRef@currentHtag{%
+ \expandafter\noexpand\csname#1name\endcsname
+ \noexpand~%
+ }%
}%
}{%
- \def\@currentHtag{\csname#1autorefname\endcsname~}%
+ \edef\HyRef@currentHtag{%
+ \expandafter\noexpand\csname#1autorefname\endcsname
+ \noexpand~%
+ }%
}%
}
-\def\@currentHtag{}
+\def\HyRef@currentHtag{}
% \end{macrocode}
%
% Defaults for the names that \cmd{\autoref} uses.
@@ -8299,6 +8346,10 @@
\else
/NonFullScreenPageMode\@pdfnonfullscreenpagemode
\fi
+ \ifx\@pdfprintscaling\@empty
+ \else
+ /PrintScaling\@pdfprintscaling
+ \fi
}%
\pdfcatalog{%
\ifx\Hy@temp\@empty
@@ -8893,6 +8944,10 @@
\else
/NonFullScreenPageMode\@pdfnonfullscreenpagemode
\fi
+ \ifx\@pdfprintscaling\@empty
+ \else
+ /PrintScaling\@pdfprintscaling
+ \fi
}%
\pdfmark{pdfmark=/PUT,
Raw={%
@@ -9094,6 +9149,10 @@
\else
/NonFullScreenPageMode\@pdfnonfullscreenpagemode
\fi
+ \ifx\@pdfprintscaling\@empty
+ \else
+ /PrintScaling\@pdfprintscaling
+ \fi
}%
\Hy@pstringdef\Hy@pstringB{\@baseurl}%
\@pdfm@mark{%
@@ -9707,6 +9766,10 @@
\else
/NonFullScreenPageMode\@pdfnonfullscreenpagemode
\fi
+ \ifx\@pdfprintscaling\@empty
+ \else
+ /PrintScaling\@pdfprintscaling
+ \fi
>>>}%
\ifx\pdf@pagelayout\@empty
\else
@@ -10067,6 +10130,10 @@
\else
/NonFullScreenPageMode\@pdfnonfullscreenpagemode
\fi
+ \ifx\@pdfprintscaling\@empty
+ \else
+ /PrintScaling\@pdfprintscaling
+ \fi
}%
\Hy@pstringdef\Hy@pstringB{\@baseurl}%
\pdfmark{%
@@ -11067,6 +11134,10 @@
\else
/NonFullScreenPageMode\@pdfnonfullscreenpagemode
\fi
+ \ifx\@pdfprintscaling\@empty
+ \else
+ /PrintScaling\@pdfprintscaling
+ \fi
}%
\Hy@pstringdef\Hy@pstringB{\@baseurl}%
\pdfmark{%
@@ -12725,8 +12796,12 @@
\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
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
index 60b09fef316..a3a61c0eaf7 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
@@ -22,7 +22,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdvipdfm.def}
- [2006/09/06 v6.75e
+ [2006/11/15 v6.75g
Hyperref driver for dvipdfm]
\def\Hy@PutCatalog#1{\@pdfm@mark{docview << #1 >>}}
\ifHy@pagelabels
@@ -282,6 +282,10 @@
\else
/NonFullScreenPageMode\@pdfnonfullscreenpagemode
\fi
+ \ifx\@pdfprintscaling\@empty
+ \else
+ /PrintScaling\@pdfprintscaling
+ \fi
}%
\Hy@pstringdef\Hy@pstringB{\@baseurl}%
\@pdfm@mark{%
@@ -847,8 +851,12 @@
\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
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvips.def b/Master/texmf-dist/tex/latex/hyperref/hdvips.def
index ab4db3e79d0..57864547898 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hdvips.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hdvips.def
@@ -22,7 +22,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdvips.def}
- [2006/09/06 v6.75e
+ [2006/11/15 v6.75g
Hyperref driver for dvips]
\input{pdfmark.def}%
\ifx\@pdfproducer\relax
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipson.def b/Master/texmf-dist/tex/latex/hyperref/hdvipson.def
index de1dc873049..3b07f190cb8 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hdvipson.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hdvipson.def
@@ -22,7 +22,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdvipson.def}
- [2006/09/06 v6.75e
+ [2006/11/15 v6.75g
Hyperref driver for dvipsone]
\providecommand\@pdfborder{0 0 65781}
\providecommand*\@pdfborderstyle{}
@@ -82,6 +82,10 @@
\else
/NonFullScreenPageMode\@pdfnonfullscreenpagemode
\fi
+ \ifx\@pdfprintscaling\@empty
+ \else
+ /PrintScaling\@pdfprintscaling
+ \fi
}%
\Hy@pstringdef\Hy@pstringB{\@baseurl}%
\pdfmark{%
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdviwind.def b/Master/texmf-dist/tex/latex/hyperref/hdviwind.def
index b53735711f7..32607f5ff5d 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hdviwind.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hdviwind.def
@@ -22,7 +22,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdviwind.def}
- [2006/09/06 v6.75e
+ [2006/11/15 v6.75g
Hyperref driver for dviwindo]
\def\Hy@PutCatalog#1{%
\pdfmark{pdfmark=/PUT,Raw={\string{Catalog\string} << #1 >>}}%
@@ -284,6 +284,10 @@
\else
/NonFullScreenPageMode\@pdfnonfullscreenpagemode
\fi
+ \ifx\@pdfprintscaling\@empty
+ \else
+ /PrintScaling\@pdfprintscaling
+ \fi
}%
\pdfmark{pdfmark=/PUT,
Raw={%
diff --git a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def
index fce78f422d9..075252877b8 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def
@@ -22,7 +22,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hpdftex.def}
- [2006/09/06 v6.75e
+ [2006/11/15 v6.75g
Hyperref driver for pdfTeX]
\let\Hy@PutCatalog\pdfcatalog
\ifHy@pagelabels
@@ -297,6 +297,10 @@
\else
/NonFullScreenPageMode\@pdfnonfullscreenpagemode
\fi
+ \ifx\@pdfprintscaling\@empty
+ \else
+ /PrintScaling\@pdfprintscaling
+ \fi
}%
\pdfcatalog{%
\ifx\Hy@temp\@empty
@@ -1006,8 +1010,12 @@
\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
diff --git a/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg b/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg
index 2ed4ffad13a..083e9414806 100644
--- a/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg
+++ b/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg
@@ -22,7 +22,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{htex4ht.cfg}
- [2006/09/06 v6.75e
+ [2006/11/15 v6.75g
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 b02f1445596..90a9be2d7f9 100644
--- a/Master/texmf-dist/tex/latex/hyperref/htex4ht.def
+++ b/Master/texmf-dist/tex/latex/hyperref/htex4ht.def
@@ -22,7 +22,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{htex4ht.def}
- [2006/09/06 v6.75e
+ [2006/11/15 v6.75g
Hyperref driver for TeX4ht]
\@ifpackageloaded{tex4ht}
{\typeout{hyperref tex4ht: tex4ht already loaded}}%
diff --git a/Master/texmf-dist/tex/latex/hyperref/htexture.def b/Master/texmf-dist/tex/latex/hyperref/htexture.def
index 33ba6c4f57e..40cdf6b840c 100644
--- a/Master/texmf-dist/tex/latex/hyperref/htexture.def
+++ b/Master/texmf-dist/tex/latex/hyperref/htexture.def
@@ -22,7 +22,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{htexture.def}
- [2006/09/06 v6.75e
+ [2006/11/15 v6.75g
Hyperref driver for Textures]
\begingroup
\obeylines %
diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtex.def b/Master/texmf-dist/tex/latex/hyperref/hvtex.def
index 96d48a48c51..255736fdbff 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hvtex.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hvtex.def
@@ -22,7 +22,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hvtex.def}
- [2006/09/06 v6.75e
+ [2006/11/15 v6.75g
Hyperref driver for VTeX in PDF/PS mode]
\edef\Hy@VTeXversion{%
\ifx\VTeXversion\@undefined
@@ -432,6 +432,10 @@
\else
/NonFullScreenPageMode\@pdfnonfullscreenpagemode
\fi
+ \ifx\@pdfprintscaling\@empty
+ \else
+ /PrintScaling\@pdfprintscaling
+ \fi
>>>}%
\ifx\pdf@pagelayout\@empty
\else
@@ -505,8 +509,12 @@
\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
diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def
index 625dfe3dfff..94d58578a4e 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def
@@ -22,7 +22,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hvtexhtml.def}
- [2006/09/06 v6.75e
+ [2006/11/15 v6.75g
Hyperref driver for VTeX in HTML mode]
\RequirePackage{vtexhtml}
\newif\if@Localurl
diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def b/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def
index b1f00c32cb7..322d232fddb 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def
@@ -22,7 +22,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hvtexmrk.def}
- [2006/09/06 v6.75e
+ [2006/11/15 v6.75g
Hyperref driver for VTeX in PDF/PS mode (pdfmark specials)]
\input{pdfmark.def}%
\ifx\@pdfproducer\relax
diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
index 06a25c32f74..224b058bbf1 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
+++ b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
@@ -23,7 +23,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{hyperref}
- [2006/09/06 v6.75e
+ [2006/11/15 v6.75g
Hypertext links for LaTeX]
\begingroup
\@makeother\`%
@@ -186,6 +186,8 @@
\Hy@pagecounter0
\long\def\Hy@ReturnAfterElseFi#1\else#2\fi{\fi#1}
\long\def\Hy@ReturnAfterFi#1\fi{\fi#1}
+\def\Hy@safe@activestrue{\csname safe@activestrue\endcsname}
+\def\Hy@safe@activesfalse{\csname safe@activesfalse\endcsname}
\begingroup\expandafter\expandafter\expandafter\endgroup
\expandafter\ifx\csname dimexpr\endcsname\relax
\def\hypercalcbpdef#1#2{%
@@ -1223,6 +1225,9 @@
\fi
}%
\fi
+\@ifclassloaded{memoir}{%
+ \AtEndOfPackage{\RequirePackage{memhfixc}}%
+}{}
\@ifpackageloaded{subfigure}{%
\@ifundefined{sub@label}{%
\Hy@hypertexnamesfalse
@@ -1909,7 +1914,7 @@
}
\def\Hy@bordercolor#1#2#3{%
\begingroup
- \csname @safe@activestrue\endcsname
+ \Hy@safe@activestrue
\@ifundefined{XC@edef}{\edef}{\XC@edef}\x{#2}%
\expandafter\Hy@CheckColorSpec\x#3#3\@nil{#1}{#2}%
}
@@ -1957,7 +1962,15 @@
\ifx\Hy@tempa\@empty
\let\@pdfnonfullscreenpagemode\@empty
\else
- \def\@pdfnonfullscreenpagemode{/#1 }%
+ \def\@pdfnonfullscreenpagemode{/#1}%
+ \fi
+}
+\define@key{Hyp}{pdfprintscaling}{%
+ \def\Hy@tempa{#1}%
+ \ifx\Hy@tempa\@empty
+ \let\@pdfprintscaling\@empty
+ \else
+ \def\@pdfprintscaling{/#1}%
\fi
}
\define@key{Hyp}{pdfusetitle}[true]{%
@@ -2030,6 +2043,7 @@
\def\@pdfhighlight{/I}
\def\@pdfpagemode{}
\def\@pdfnonfullscreenpagemode{}
+\def\@pdfprintscaling{}
\def\@pdftitle{}
\def\@pdfauthor{}
\let\@pdfproducer\relax
@@ -2326,14 +2340,14 @@
\providecommand*\@safe@activestrue{}%
\providecommand*\@safe@activesfalse{}%
\def\T@ref#1{%
- \@safe@activestrue
+ \Hy@safe@activestrue
\expandafter\@setref\csname r@#1\endcsname\@firstoffive{#1}%
- \@safe@activesfalse
+ \Hy@safe@activesfalse
}%
\def\T@pageref#1{%
- \@safe@activestrue
+ \Hy@safe@activestrue
\expandafter\@setref\csname r@#1\endcsname\@secondoffive{#1}%
- \@safe@activesfalse
+ \Hy@safe@activesfalse
}%
\else
\ifHy@typexml\else\RequirePackage{nameref}\fi
@@ -2384,7 +2398,7 @@
\let\textasciitilde\hyper@tilde
\let\\\@backslashchar
\edef${\string$}
- \ifx\@safe@activestrue\@undefined\else\@safe@activestrue\fi
+ \Hy@safe@activestrue
\hyper@n@rmalise
}
\catcode`\#=6
@@ -2441,7 +2455,7 @@
}
\def\Hy@babelnormalise#1[#2]{%
\begingroup
- \csname @safe@activestrue\endcsname
+ \Hy@safe@activestrue
\edef\Hy@tempa{%
\endgroup
\noexpand#1[{#2}]%
@@ -2499,7 +2513,7 @@
\def\hyper@link@[#1]#2#3#4{%
\begingroup
\protected@edef\Hy@tempa{#2}%
- \csname @safe@activestrue\endcsname
+ \Hy@safe@activestrue
\edef\x{#3}%
\ifx\Hy@tempa\@empty
\toks0{\hyper@link{#1}}%
@@ -2937,6 +2951,7 @@
\Hy@DisableOption{pdfpagescrop}%
\Hy@DisableOption{pdfpagemode}%
\Hy@DisableOption{pdfnonfullscreenpagemode}%
+ \Hy@DisableOption{pdfprintscaling}%
\Hy@DisableOption{pdfstartview}%
\Hy@DisableOption{pdfstartpage}%
\Hy@DisableOption{pdftoolbar}%
@@ -4506,49 +4521,65 @@
\fi
}
\def\@refstar#1{%
- \@safe@activestrue
+ \Hy@safe@activestrue
\expandafter\real@setref\csname r@#1\endcsname\@firstoffive{#1}%
- \@safe@activesfalse
+ \Hy@safe@activesfalse
}
\def\@pagerefstar#1{%
- \@safe@activestrue
+ \Hy@safe@activestrue
\expandafter\real@setref\csname r@#1\endcsname\@secondoffive{#1}%
- \@safe@activesfalse
+ \Hy@safe@activesfalse
}
-\DeclareRobustCommand\autoref[1]{%
- \@safe@activestrue
- \expandafter\auto@setref\csname r@#1\endcsname\@firstoffive{#1}%
- \@safe@activesfalse
+\DeclareRobustCommand\autoref{%
+ \@ifstar{\HyRef@autoref\@gobbletwo}{\HyRef@autoref\hyper@@link}%
+}
+\def\HyRef@autoref#1#2{%
+ \begingroup
+ \Hy@safe@activestrue
+ \expandafter\HyRef@autosetref\csname r@#2\endcsname{#2}{#1}%
+ \endgroup
}
-\def\auto@setref#1#2#3{% csname, extract group, refname
+\def\HyRef@autosetref#1#2#3{% link command, csname, refname
\ifcase 0\ifx#1\relax 1\fi\ifx#1\Hy@varioref@undefined 1\fi\relax
- \edef\@thisref{\expandafter\@fourthoffive#1\@empty\@empty}%
- \expandafter\test@reftype\@thisref\\%
- \hyper@@link
- {\expandafter\@fifthoffive#1}%
- {\expandafter\@fourthoffive#1\@empty\@empty}%
- {\@currentHtag\expandafter#2#1\@empty\@empty\null}%
+ \edef\HyRef@thisref{\expandafter\@fourthoffive#1\@empty\@empty\@empty}%
+ \expandafter\HyRef@testreftype\HyRef@thisref\\%
+ \Hy@safe@activesfalse
+ #3{%
+ \expandafter\@fifthoffive#1%
+ }{%
+ \expandafter\@fourthoffive#1\@empty\@empty\@empty
+ }{%
+ \HyRef@currentHtag
+ \expandafter\@firstoffive#1\@empty\@empty\@empty
+ \null
+ }%
\else
\protect\G@refundefinedtrue
\nfss@text{\reset@font\bfseries ??}%
\@latex@warning{%
- Reference `#3' on page \thepage \space undefined%
+ Reference `#2' on page \thepage\space undefined%
}%
\fi
}
-\def\test@reftype#1.#2\\{%
+\def\HyRef@testreftype#1.#2\\{%
\@ifundefined{#1autorefname}{%
\@ifundefined{#1name}{%
- \def\@currentHtag{}%
+ \def\HyRef@currentHtag{}%
\@latex@warning{no tag name for #1 at \the\inputlineno}%
}{%
- \def\@currentHtag{\csname#1name\endcsname~}%
+ \edef\HyRef@currentHtag{%
+ \expandafter\noexpand\csname#1name\endcsname
+ \noexpand~%
+ }%
}%
}{%
- \def\@currentHtag{\csname#1autorefname\endcsname~}%
+ \edef\HyRef@currentHtag{%
+ \expandafter\noexpand\csname#1autorefname\endcsname
+ \noexpand~%
+ }%
}%
}
-\def\@currentHtag{}
+\def\HyRef@currentHtag{}
\providecommand\AMSautorefname{\equationautorefname}
\providecommand\Hfootnoteautorefname{\footnoteautorefname}
\providecommand\Itemautorefname{\itemautorefname}
diff --git a/Master/texmf-dist/tex/latex/hyperref/hypertex.def b/Master/texmf-dist/tex/latex/hyperref/hypertex.def
index 26782a47799..bac744122dc 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hypertex.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hypertex.def
@@ -22,7 +22,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hypertex.def}
- [2006/09/06 v6.75e
+ [2006/11/15 v6.75g
Hyperref driver for HyperTeX specials]
\def\PDF@FinishDoc{}
\def\PDF@SetupDoc{%
diff --git a/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty b/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty
index e155c9cc20f..a24add7f645 100644
--- a/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty
+++ b/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty
@@ -23,7 +23,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{nohyperref}
- [2006/09/06 v6.75e
+ [2006/11/15 v6.75g
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 b1f9f1c485c..48a41f49946 100644
--- a/Master/texmf-dist/tex/latex/hyperref/pd1enc.def
+++ b/Master/texmf-dist/tex/latex/hyperref/pd1enc.def
@@ -22,7 +22,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{pd1enc.def}
- [2006/09/06 v6.75e
+ [2006/11/15 v6.75g
Hyperref: PDFDocEncoding definition (HO)]
\DeclareFontEncoding{PD1}{}{}
\DeclareTextCommand{\textLF}{PD1}{\012} % line feed
diff --git a/Master/texmf-dist/tex/latex/hyperref/pdfmark.def b/Master/texmf-dist/tex/latex/hyperref/pdfmark.def
index 17a5704e774..dbd4fe3a774 100644
--- a/Master/texmf-dist/tex/latex/hyperref/pdfmark.def
+++ b/Master/texmf-dist/tex/latex/hyperref/pdfmark.def
@@ -22,7 +22,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{pdfmark.def}
- [2006/09/06 v6.75e
+ [2006/11/15 v6.75g
Hyperref definitions for pdfmark specials]
\def\Hy@PutCatalog#1{%
\pdfmark{pdfmark=/PUT,Raw={\string{Catalog\string} << #1 >>}}%
@@ -336,6 +336,10 @@
\else
/NonFullScreenPageMode\@pdfnonfullscreenpagemode
\fi
+ \ifx\@pdfprintscaling\@empty
+ \else
+ /PrintScaling\@pdfprintscaling
+ \fi
}%
\Hy@pstringdef\Hy@pstringB{\@baseurl}%
\pdfmark{%
@@ -1160,8 +1164,12 @@
\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
diff --git a/Master/texmf-dist/tex/latex/hyperref/puenc.def b/Master/texmf-dist/tex/latex/hyperref/puenc.def
index a1cba42161e..ab5c8870808 100644
--- a/Master/texmf-dist/tex/latex/hyperref/puenc.def
+++ b/Master/texmf-dist/tex/latex/hyperref/puenc.def
@@ -22,7 +22,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{puenc.def}
- [2006/09/06 v6.75e
+ [2006/11/15 v6.75g
Hyperref: PDF Unicode definition (HO)]
\DeclareFontEncoding{PU}{}{}
\DeclareTextCommand{\textLF}{PU}{\80\012} % line feed
diff --git a/Master/texmf-dist/tex/latex/hyperref/puvnenc.def b/Master/texmf-dist/tex/latex/hyperref/puvnenc.def
index 03f78547c7c..94ec4887f02 100644
--- a/Master/texmf-dist/tex/latex/hyperref/puvnenc.def
+++ b/Master/texmf-dist/tex/latex/hyperref/puvnenc.def
@@ -22,7 +22,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{puvnenc.def}
- [2006/09/06 v6.75e
+ [2006/11/15 v6.75g
Hyperref: Additions to puenc.def for VnTeX]
\DeclareTextCommand{\abreve}{PU}{\81\003}
\DeclareTextCommand{\acircumflex}{PU}{\80\342}
diff --git a/Master/texmf-dist/tpm/hyperref.tpm b/Master/texmf-dist/tpm/hyperref.tpm
index ac30cca2c38..503bc4a96da 100644
--- a/Master/texmf-dist/tpm/hyperref.tpm
+++ b/Master/texmf-dist/tpm/hyperref.tpm
@@ -3,7 +3,7 @@
<rdf:Description about="http://texlive.dante.de/texlive/Package/hyperref.zip">
<TPM:Name>hyperref</TPM:Name>
<TPM:Type>Package</TPM:Type>
- <TPM:Date>2006/10/07 20:30:16</TPM:Date>
+ <TPM:Date>2006/11/15 14:34:37</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Extensive support for hypertext in LaTeX.</TPM:Title>
@@ -23,7 +23,7 @@ backends.
<TPM:Author>Sebastian Rahtz</TPM:Author>
<TPM:Size>5729837</TPM:Size>
<TPM:Build/>
- <TPM:RunFiles size="488507">
+ <TPM:RunFiles size="490371">
texmf-dist/tex/latex/hyperref/backref.sty
texmf-dist/tex/latex/hyperref/hdvipdfm.def
texmf-dist/tex/latex/hyperref/hdvips.def
@@ -50,7 +50,7 @@ texmf-dist/tex/latex/hyperref/puvnenc.def
texmf-dist/tex/latex/hyperref/xr-hyper.sty
texmf-dist/tpm/hyperref.tpm
</TPM:RunFiles>
- <TPM:DocFiles size="4446743">
+ <TPM:DocFiles size="4606057">
texmf-dist/doc/latex/hyperref/ChangeLog
texmf-dist/doc/latex/hyperref/ChangeLog.pdf
texmf-dist/doc/latex/hyperref/README
@@ -67,7 +67,7 @@ texmf-dist/doc/latex/hyperref/options.pdf
texmf-dist/doc/latex/hyperref/paper.pdf
texmf-dist/doc/latex/hyperref/slides.pdf
</TPM:DocFiles>
- <TPM:SourceFiles size="794587">
+ <TPM:SourceFiles size="796747">
texmf-dist/source/latex/hyperref/backref.dtx
texmf-dist/source/latex/hyperref/bmhydoc.sty
texmf-dist/source/latex/hyperref/doc/fdl.tex