diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-11 22:56:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-11 22:56:04 +0000 |
commit | eb1e0a22fee869ae52e26bf9cd370da5a15358f3 (patch) | |
tree | 87cb97ca719386815056c272aecf23a871e54773 /Master | |
parent | 1c41710dabbde19fb39689af8b04bc5cb0ab4007 (diff) |
hyperref update (11sep10)
git-svn-id: svn://tug.org/texlive/trunk@19658 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
39 files changed, 2142 insertions, 1160 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog b/Master/texmf-dist/doc/latex/hyperref/ChangeLog index fe435a955a0..dfdef4c099d 100644 --- a/Master/texmf-dist/doc/latex/hyperref/ChangeLog +++ b/Master/texmf-dist/doc/latex/hyperref/ChangeLog @@ -1,3 +1,43 @@ +2010-09-11 6.81m Heiko Oberdiek + * 6.81m + * New option `pdfremotestartview'. + * \href with new optional argument with + keys `page' and `pdfremotestartview', `pdfnewwindow', `ismap', + `nextactionraw'. + * Fix for urls in \href: Prefix 'file:' is not added. + +2010-09-11 6.81l Heiko Oberdiek + * 6.81l + * Fix spacefactor corrections of 6.81i for math mode. + * Fixing GoToR actions if \href contains `file:///' or + `file://localhost/'. + +2010-09-10 6.81k Heiko Oberdiek + * 6.81k + * PDF forms: Missing JavaScript actions added for check boxes, + push, submit and reset buttons. + * PDF forms: Warnings are given, if HTML field options are used. + +2010-09-04 6.81j Heiko Oberdiek + * 6.81j + * \Hy@EveryPageAnchor fixed to avoid Overfull \hbox warnings + with some drivers. + +2010-09-04 6.81i Heiko Oberdiek + * 6.81i + * Various drivers: Destinations made transparent for \spacefactor. + * Various drivers: Links made transparent for \spacefactor. + * Various drivers: Fixes for option `raiselinks' without color. + +2010-09-01 6.81h Heiko Oberdiek + * 6.81h + * Fix for clash with package `varioref', that redefines + \refstepcounter with loss of hyperref's additions. + * Additions for README. + +2010-08-30 Heiko Oberdiek + * backref 1.36: Typo in warning fixed. + 2010-06-18 6.81g Heiko Oberdiek * 6.81g * pdfmark: Disabling of \escapechar is removed during reading diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf Binary files differindex 35fe04f087a..c2a93cd8719 100644 --- a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf diff --git a/Master/texmf-dist/doc/latex/hyperref/README b/Master/texmf-dist/doc/latex/hyperref/README index 06ca6f8200d..4ec59e9b1c6 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, 2010/03/01 +README for hyperref bundle, 2010/09/01 TABLE OF CONTENTS @@ -299,7 +299,7 @@ Expert feature \HyperDestNameFilter easier to merge them with 'dviconcat' or other merge utilities. Experimental option `ocgcolorlinks' ---------------------`-------------' +----------------------------------- The idea are colored links, when viewed, but printed without colors. This new experimental option `ocgcolorlinks' uses Optional Content Groups, a feature introduced in PDF 1.5. @@ -319,7 +319,7 @@ Experimental option `ocgcolorlinks' line: dvipdfmx -V 5 Option `pdfa' --------`----' +------------- The new option `pdfa' tries to avoid violations of PDF/A in code generated by hyperref. However, the result is usually not in PDF/A, because many features aren't controlled by hyperref (XMP metadata, @@ -350,7 +350,7 @@ Option `pdfa' the PDF file to PDF/A. Option `linktoc' added --------`-------'------ +---------------------- The new option `linktoc' allows more control which part of an entry in the table of contents is made into a link: * `linktoc=none' (no links) @@ -359,7 +359,7 @@ Option `linktoc' added * `linktoc=all' (both the section and page part are links) Option `pdfnewwindow' changed --------`------------'-------- +----------------------------- Before 6.77b: * pdfnewwindow=true --> /NewWindow true * pdfnewwindow=false --> (absent) @@ -441,7 +441,7 @@ Flag options for PDF forms * PDF (not supported by Acrobat Reader) Option `pdfversion' --------`----------' +------------------- This is an experimental option. It notifies `hyperref' about the intended PDF version. Currently this is used in code for PDF forms (implementation notes 116 and 122 of PDF spec 1.7). @@ -470,7 +470,7 @@ Option `pdfversion' features. Field option `name' --------------`----' +------------------- Many form objects uses the label argument for several purposes: * Layouted label. @@ -482,7 +482,7 @@ Field option `name' the value should consist of letters only. Option `pdfencoding' --------`-----------' +-------------------- The PDF format allows two encodings for bookmarks and entries in the information dictionary: PDFDocEncoding and Unicode as UTF-16BE. Option "pdfencoding" selects between these encodings: @@ -1190,6 +1190,14 @@ Wrapped/broken link support \url. (See thread "hyperref.sty, breaklinks and url.sty 3.2" in comp.text.tex 2005-09). +Links across pages +------------------ + In general they have problems: + * Some driver doesn't support them at all (see above). + * The driver allows it, but the link result might include + the footer and/or header, or an error message can + occur sometimes. + 8 HINTS ======= @@ -1378,6 +1386,33 @@ C% \end{document} +Subordinate counters +-------------------- + Some counters do not have unique values and require the value + of other counters to be unique. For example, sections or figures + might be numbered within chapters or \newtheorem is used with + an optional counter argument. Internally LaTeX uses \@addtoreset + to reset a counter in dependency to another counter. Package + hyperref hooks into \@addtoreset to catch this situation. + Also \numberwithin of package amsmath is catched by hyperref. + + However, if the definition of subordinate counters take place + before hyperref is loaded, the old meaning of \@addtoreset is + called without hyperref's additions. Then the companion counter + macro \theH<counter> can be redefined accordingly. Or move the + definition of subordinate counters after hyperref is loaded. + + Example for \newtheorem, problematic case: + \newtheorem{corA}{CorollaryA}[section] + \usepackage{hyperref} + Solution a) + \usepackage{hyperref} + \newtheorem{corA}{CorollaryA}[section} + Solution b) + \newtheorem{corA}{CorollaryA}[section] + \usepackage{hyperref} + \newcommand*{\theHcorA}{\theHsection.\number\value{corA}} + 9 AUTHORS/MAINTAINERS ===================== diff --git a/Master/texmf-dist/doc/latex/hyperref/README.pdf b/Master/texmf-dist/doc/latex/hyperref/README.pdf Binary files differindex 0add86560a0..5d72eabe7fe 100644 --- a/Master/texmf-dist/doc/latex/hyperref/README.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/README.pdf diff --git a/Master/texmf-dist/doc/latex/hyperref/backref.pdf b/Master/texmf-dist/doc/latex/hyperref/backref.pdf index 044835e6e7f..82c49eb4f0f 100644 --- a/Master/texmf-dist/doc/latex/hyperref/backref.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/backref.pdf @@ -10,7 +10,7 @@ endobj endobj 5 0 obj<</D[13 0 R/FitBH 752.95145]/S/GoTo>> endobj -6 0 obj<</ModDate(D:20100618004008+02'00')/Subject(Bibliographical back referencing)/Creator(LaTeX with hyperref package)/Author(David Carlisle and Sebastian Rahtz)/Trapped/False/Producer(pdfTeX-1.40.11)/CreationDate(D:20100618004008+02'00')/PTEX.Fullbanner(This is pdfTeX, Version 3.1415926-1.40.11-2.2 (TeX Live 2010) kpathsea version 6.0.0)/Title(Back referencing from bibliographical citations)>> +6 0 obj<</ModDate(D:20100911112413+02'00')/Subject(Bibliographical back referencing)/Creator(LaTeX with hyperref package)/Author(David Carlisle and Sebastian Rahtz)/Trapped/False/Producer(pdfTeX-1.40.10)/CreationDate(D:20100911112413+02'00')/PTEX.Fullbanner(This is pdfTeX, Version 3.1415926-1.40.10-2.2 (Web2C 2009) kpathsea version 5.0.0)/Title(Back referencing from bibliographical citations)>> endobj 7 0 obj<</Type/Pages/Kids[13 0 R 14 0 R 15 0 R 16 0 R 17 0 R 18 0 R]/Parent 2 0 R/Count 6>> endobj @@ -72,37 +72,37 @@ endobj endobj 36 0 obj<</Limits[(HD.325)(toc1.1)]/Kids[840 0 R 841 0 R 842 0 R 843 0 R 844 0 R 845 0 R]>> endobj -37 0 obj<</Filter/FlateDecode/Length 1789>>stream +37 0 obj<</Filter/FlateDecode/Length 1790>>stream xX[o6~[!IbW[Ҧd {m&,K$'~y(YnۺvSyxwnxt:9z gJEh1eILuxG< -W<̍L1ϊ[5f#f1sJ7ld5iE=m#yIx"el߭n'&X(DzNG<J<sOiҺ/ӥKSSF_P1D5a2&*XD[&%g|6h3*,ĝgMYyDT(NY>lL !I#į3Td.@#F04ҝm58Z05Bw 3Hps<6w<SrSl}똎x&R+<܂ ܽ +W<̍L1ϊ[5f#f1sJ7ld5iE=m#yIx"el߭n'&X(DzNG<J<sOiҺ/ӥKSSF_PBPD5a2&*XD[&%g|6h3*,ĝgMYyDT(NY>lL !I#į3Td.@#F04ҝm58Z05Bw 3Hps<6w<SrSl}똎x&R+<܂ ܽ 'kL}?S%(Exqӻ #a%q8RuYrFN.Χ#2l[/:;};˳ghrC|"{βgBbg"6{mmK·P8p6+ m ,cFc1lo'ͼ1!2©f'[yDV{):DKP V.A؍Imec1bK,_zZϲ<kQ#c:9m;FnYJmݾXOTV_-֜U]r̼~iǝT"MY=߈z!;@S ƒ$9F{lnS
zMh"u 3v'ėF/嶚{s"yzCp,mc}h
EaX95>D.;(e3` *4$>*",6 *t䵀سV ?فy6A.侍Wm;}c-9'.
xD$|T -TpfW\5]Wz+Ʋ{+Nf]f!DQo5&v:tV5len͒>c44AB#0L#`R=\gYL!(40
.>FP$!!#4^2JGDI^0"#< +TpfW\5]Wz+Ʋ{+Nf]f!DQo5&v:tV5len͒>c44AB#0L#`R=\gYL!(40
.>FP$!!#4^2JGDI^0"#< endstream endobj 38 0 obj<</Font<</F28 856 0 R/F8 851 0 R/F17 846 0 R/F30 849 0 R/F7 855 0 R/F18 848 0 R/F23 857 0 R/F15 854 0 R/F32 852 0 R/F22 847 0 R/F31 850 0 R/F33 853 0 R>>>> endobj -39 0 obj<</Subtype/Link/Rect[143.731 547.551 183.332 556.462]/A<</D[0/FitBH 752.95145]/F(manual.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> +39 0 obj<</Subtype/Link/Rect[143.731 547.551 183.332 556.462]/A<</D[0/Fit]/F(manual.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> endobj -40 0 obj<</Subtype/Link/Rect[143.731 527.626 197.695 536.454]/A<</D[0/FitBH 752.95145]/F(README.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> +40 0 obj<</Subtype/Link/Rect[143.731 527.626 197.695 536.454]/A<</D[0/Fit]/F(README.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> endobj -41 0 obj<</Subtype/Link/Rect[143.731 481.853 201.625 492.701]/A<</D[0/FitBH 752.95145]/F(ChangeLog.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> +41 0 obj<</Subtype/Link/Rect[143.731 481.853 201.625 492.701]/A<</D[0/Fit]/F(ChangeLog.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> endobj -42 0 obj<</Subtype/Link/Rect[143.731 461.928 184.946 472.776]/A<</D[0/FitBH 752.95145]/F(options.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> +42 0 obj<</Subtype/Link/Rect[143.731 461.928 184.946 472.776]/A<</D[0/Fit]/F(options.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> endobj -43 0 obj<</Subtype/Link/Rect[143.731 442.003 254.671 452.851]/A<</D[0/FitBH 752.95145]/F(slides.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> +43 0 obj<</Subtype/Link/Rect[143.731 442.003 254.671 452.851]/A<</D[0/Fit]/F(slides.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> endobj -44 0 obj<</Subtype/Link/Rect[143.731 410.122 256.239 420.97]/A<</D[0/FitBH 752.95145]/F(paper.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> +44 0 obj<</Subtype/Link/Rect[143.731 410.122 256.239 420.97]/A<</D[0/Fit]/F(paper.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> endobj -45 0 obj<</Subtype/Link/Rect[143.731 370.272 207.99 381.12]/A<</D[0/FitBH 752.95145]/F(hyperref.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> +45 0 obj<</Subtype/Link/Rect[143.731 370.272 207.99 381.12]/A<</D[0/Fit]/F(hyperref.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> endobj -46 0 obj<</Subtype/Link/Rect[143.731 352.284 201.998 361.195]/A<</D[0/FitBH 752.95145]/F(backref.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> +46 0 obj<</Subtype/Link/Rect[143.731 352.284 201.998 361.195]/A<</D[0/Fit]/F(backref.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> endobj -47 0 obj<</Subtype/Link/Rect[143.731 332.358 205.976 341.269]/A<</D[0/FitBH 752.95145]/F(nameref.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> +47 0 obj<</Subtype/Link/Rect[143.731 332.358 205.976 341.269]/A<</D[0/Fit]/F(nameref.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> endobj 48 0 obj<</Subtype/Link/Rect[143.731 277.495 223.833 286.406]/C[1 0 0]/Dest(section.1)/Border[0 0 0]>> endobj @@ -273,20 +273,12 @@ zL!UÈϵrYjIՌ43UVru<<Х<Agvf
꼲VݶRe"LkNpB`'J endstream endobj 93 0 obj<</Filter/FlateDecode/Length 2868>>stream -x\K#|YD
o"03
i:ٖʸ,gz$=DA$wbb"=o߾oLݮg Lϴ`Zݮffvw7˙!V)rN33ڍϿ cg1sJfSٜ<#X|x(Vewwm+}{w.uLNxTQmb1A(a1YڇW7sdh7r-M?ޗݶ)ESTb>aR\ -@iM+%0;eSsFckiD0@c#>[1_~a67E؉8NR,⨇/UAvPfժx -N1~@~7dhBr
٧lۢ?6ߖ}[*
dE+t<0 YMS;u*MiA^ - *F-b?~C:xeͺ*SbC݇/VϪ-MH7MD~Ƚ}3&EoS7GGɮz0Đΐu+V$8 0y1~pYGz;sÃN#wH~pV}{|Y!顁Κ\q e -8{Mqw6?MH薆j̸փXY
#`{_"h,8ї30NdE -9as;
j/m.4,SӸ)1142[ {s9Qz#Ð
Jb:!؉!i]6^U>p_qُ3Ie}\WSϛ DJ`+QϰyHWF -SFl:^5D;1'?Ud`Νs1*i`fo -Cxs̫!PˉkXܶxS5GVz/[HOc&D -C5gJu}ݠIUW̫e1)tty̠Ycy"$;DŦWG T;Tó))p47b0>β`pQ3p^jCpbn7yX&{Є"ǾD|eSEGEy$z<S:(SӮ@ʜz : -j+\h";Ei*QLTbDDFѡUvH0>Xhπvx:<Lc69${|+ĈA϶T`$eYrdbWE`R!r2=>R8⫎sa:[=glD;B}"ZDhMgF5p -1YҾ!@ 6\ -s7ڪ 6Ar$4W]lj_ERER;)*,r$JERERq_7gtlgra$zÆo~x:txq@CGĽ'vwy(p|QAF(Th -b.XG+
b_^IjGuxvFwDUvOOSnAv
#)Y9'Ɛcc
E$r@aphu^8TF0A
m?| -v +x\K#|YD
o"03
i:ٖʸ,gz$=DA$wbb"=o߾oLݮg Lϴ`Zݮffvw7˙!V)rN33ڍϿ cg1sJfSٜ<#X|x(Vewwm+}{w.uLNxTQmb1A(a1YڇW7sdh7r-M?ޗ|)e}n0BAA)Xd ϦFd沩#̱54"u E/?0"XDDwqΪ w;G~Zq3pkjU<iQg? A?Of[4n!SSmQkoe[wgwr,)vȺZզ tߴ /YNM`~u3d^!){YٖU!<Ųf]^1^gUٖuuĦ~&ES?碷)b#Ld=hqbH}gH+\BEsƉ?|~q,Y|Asۻ??8>=PO{aKMgfä́
̲_tp3F]l馸{\J&$`tKC5Bf\A,G㽏/
f˙ +R" + K09̝6JkC{gli\P SFf px-=Gc9ꋜ(}n=aBU؆q%zD1~dĐ.][몈nF8/۸GU$|ֲ>[]sF"%0Yܨg<v$u[+ # +D#KY=&d*15 + +5DTCꄯ}m\YEofRbs(6q[ųe_X^H0N$T)|_d WYX<D)#lYO`ٿ*E20Aδp03
7klU!9r5],n[NӈiwJp+K=Fu1Dm{q"g:ɾnP줪tղ:NL<f,ű<wbSVϣXEYg^81pgY}8?`(wω8/81{vF fiÛN=hB]̍c_vCN"#JUeM=)HiW TeX@˄g?r3OcX"с.pPPM1ϫ])"d2'{2"veh@M,bKLg*IrM*2UdEٖ:1_YihX/k$Py5} endstream endobj 94 0 obj<</Font<</F35 858 0 R/F38 863 0 R/F37 861 0 R/F39 860 0 R/F46 865 0 R/F45 864 0 R/F8 851 0 R/F30 849 0 R/F7 855 0 R/F40 862 0 R>>>> @@ -1815,7 +1807,7 @@ endobj endobj 847 0 obj<</Type/Font/Subtype/Type1/BaseFont/OJOJTL+CMSY10/FontDescriptor 953 0 R/Widths[500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 777.8 1000 1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 761.9 689.7 1200.9 820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9]/FirstChar 3/LastChar 105>> endobj -848 0 obj<</Type/Font/Subtype/Type1/BaseFont/TDNKXF+CMR12/FontDescriptor 954 0 R/Widths[489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 272 761.6 462.4 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.3 734 353.2 503 761.2 611.8 897.2 734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 489.6 272 489.6 272 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 544 516.8 380.8 386.2 380.8 544 516.8 707.2 516.8 516.8 435.2]/FirstChar 47/LastChar 122>> +848 0 obj<</Type/Font/Subtype/Type1/BaseFont/FVUMOH+CMR12/FontDescriptor 954 0 R/Widths[489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 272 761.6 462.4 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.3 734 353.2 503 761.2 611.8 897.2 734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 489.6 272 489.6 272 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 544 516.8 380.8 386.2 380.8 544 516.8 707.2 516.8 516.8 435.2]/FirstChar 47/LastChar 122>> endobj 849 0 obj<</Type/Font/Subtype/Type1/BaseFont/AYUKJN+CMBX12/FontDescriptor 955 0 R/Widths[625 625 937.5 937.5 312.5 343.7 562.5 562.5 562.5 562.5 562.5 849.5 500 574.1 812.5 875 562.5 1018.5 1143.5 875 312.5 342.6 581 937.5 562.5 937.5 875 312.5 437.5 437.5 562.5 875 312.5 375 312.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 312.5 312.5 342.6 875 531.2 531.2 875 849.5 799.8 812.5 862.3 738.4 707.2 884.3 879.6 419 581 880.8 675.9 1067.1 879.6 844.9 768.5 844.9 839.1 625 782.4 864.6 849.5 1162 849.5 849.5 687.5 312.5 581 312.5 562.5 312.5 312.5 546.9 625 500 625 513.3 343.7 562.5 625 312.5 343.7 593.7 312.5 937.5 625 562.5 625 593.7 459.5 443.8 437.5 625 593.7 812.5 593.7 593.7 500]/FirstChar 12/LastChar 122>> endobj @@ -1833,7 +1825,7 @@ endobj endobj 856 0 obj<</Type/Font/Subtype/Type1/BaseFont/GUOWTK+CMSY6/FontDescriptor 962 0 R/Widths[638.9]/FirstChar 3/LastChar 3>> endobj -857 0 obj<</Type/Font/Subtype/Type1/BaseFont/HUNRFP+CMR8/FontDescriptor 963 0 R/Widths[590.3 590.3 885.4 885.4 295.1 324.7 531.3 531.3 531.3 531.3 531.3 795.8 472.2 531.3 767.4 826.4 531.3 958.7 1076.8 826.4 295.1 295.1 531.3 885.4 531.3 885.4 826.4 295.1 413.2 413.2 531.3 826.4 295.1 354.2 295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 295.1 826.4 501.7 501.7 826.4 795.8 752.1 767.4 811.1 722.6 693.1 833.5 795.8 382.6 545.5 825.4 663.6 972.9 795.8 826.4 722.6 826.4 781.6 590.3 767.4 795.8 795.8 1091 795.8 795.8 649.3 295.1 531.3 295.1 531.3 295.1 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.8 295.1 885.4 590.3 531.3 590.3 560.8 414.1 419.1 413.2 590.3 560.8]/FirstChar 12/LastChar 118>> +857 0 obj<</Type/Font/Subtype/Type1/BaseFont/XVFSIC+CMR8/FontDescriptor 963 0 R/Widths[590.3 590.3 885.4 885.4 295.1 324.7 531.3 531.3 531.3 531.3 531.3 795.8 472.2 531.3 767.4 826.4 531.3 958.7 1076.8 826.4 295.1 295.1 531.3 885.4 531.3 885.4 826.4 295.1 413.2 413.2 531.3 826.4 295.1 354.2 295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 295.1 826.4 501.7 501.7 826.4 795.8 752.1 767.4 811.1 722.6 693.1 833.5 795.8 382.6 545.5 825.4 663.6 972.9 795.8 826.4 722.6 826.4 781.6 590.3 767.4 795.8 795.8 1091 795.8 795.8 649.3 295.1 531.3 295.1 531.3 295.1 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.8 295.1 885.4 590.3 531.3 590.3 560.8 414.1 419.1 413.2 590.3 560.8]/FirstChar 12/LastChar 118>> endobj 858 0 obj<</Type/Font/Subtype/Type1/BaseFont/JNFWLG+CMTT9/FontDescriptor 964 0 R/Widths[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]/FirstChar 32/LastChar 126>> endobj @@ -2027,7 +2019,7 @@ endobj endobj 953 0 obj<</Type/FontDescriptor/FontBBox[-29 -960 1116 775]/CharSet(/angbracketleft/angbracketright/asteriskmath/bullet)/Descent -194/XHeight 431/FontName/OJOJTL+CMSY10/FontFile 1404 0 R/CapHeight 683/StemV 40/Flags 4/Ascent 750/ItalicAngle -14>> endobj -954 0 obj<</Type/FontDescriptor/FontBBox[-34 -251 988 750]/CharSet(/C/D/R/S/a/b/d/e/h/i/l/n/one/r/s/slash/t/three/two/v/z/zero)/Descent -194/XHeight 431/FontName/TDNKXF+CMR12/FontFile 1405 0 R/CapHeight 683/StemV 65/Flags 4/Ascent 694/ItalicAngle 0>> +954 0 obj<</Type/FontDescriptor/FontBBox[-34 -251 988 750]/CharSet(/C/D/R/S/a/b/d/e/eight/h/i/l/n/one/r/s/slash/t/three/two/v/z/zero)/Descent -194/XHeight 431/FontName/FVUMOH+CMR12/FontFile 1405 0 R/CapHeight 683/StemV 65/Flags 4/Ascent 694/ItalicAngle 0>> endobj 955 0 obj<</Type/FontDescriptor/FontBBox[-53 -251 1139 750]/CharSet(/C/D/F/I/O/P/R/T/U/a/b/c/d/e/f/fi/five/four/g/h/i/k/l/m/n/o/one/p/period/r/s/seven/six/t/three/two/u/v/w/x/y/z)/Descent -194/XHeight 444/FontName/AYUKJN+CMBX12/FontFile 1406 0 R/CapHeight 686/StemV 109/Flags 4/Ascent 694/ItalicAngle 0>> endobj @@ -2045,7 +2037,7 @@ endobj endobj 962 0 obj<</Type/FontDescriptor/FontBBox[-4 -948 1329 786]/CharSet(/asteriskmath)/Descent -194/XHeight 431/FontName/GUOWTK+CMSY6/FontFile 1413 0 R/CapHeight 683/StemV 52/Flags 4/Ascent 750/ItalicAngle -14>> endobj -963 0 obj<</Type/FontDescriptor/FontBBox[-36 -250 1070 750]/CharSet(/T/a/b/comma/d/e/fi/five/h/i/l/m/n/o/one/period/r/s/slash/t/three/two/u/v/zero)/Descent -194/XHeight 431/FontName/HUNRFP+CMR8/FontFile 1414 0 R/CapHeight 683/StemV 76/Flags 4/Ascent 694/ItalicAngle 0>> +963 0 obj<</Type/FontDescriptor/FontBBox[-36 -250 1070 750]/CharSet(/T/a/b/comma/d/e/eight/fi/h/i/l/m/n/o/one/period/r/s/six/slash/t/three/two/u/v/zero)/Descent -194/XHeight 431/FontName/XVFSIC+CMR8/FontFile 1414 0 R/CapHeight 683/StemV 76/Flags 4/Ascent 694/ItalicAngle 0>> endobj 964 0 obj<</Type/FontDescriptor/FontBBox[-6 -233 542 698]/CharSet(/A/B/C/D/E/F/H/I/K/L/M/N/O/P/R/S/T/U/Y/a/asciitilde/asterisk/at/b/backslash/bar/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/e/equal/exclam/f/four/g/greater/h/hyphen/i/j/k/l/less/m/n/nine/numbersign/o/one/p/parenleft/parenright/percent/period/q/quoteleft/quoteright/r/s/slash/t/three/two/u/v/visiblespace/w/x/y/z/zero)/Descent -222/XHeight 431/FontName/JNFWLG+CMTT9/FontFile 1415 0 R/CapHeight 611/StemV 74/Flags 4/Ascent 611/ItalicAngle 0>> endobj @@ -2999,49 +2991,43 @@ A3d$NG5F˄ȤI ,Mz@VAUۉ0f~c':ě]E| Y endstream endobj -1405 0 obj<</Filter/FlateDecode/Length2 9362/Length3 0/Length1 1704/Length 10457>>stream -xڍP-<xp&KpK7@#H\.5@xdf{Ut-ku:j
m6)H -qs -dT<윜htt:`/3+@ =d8U(bps sr99u] -be5
0Oqqrim^=C-~7? -{J<XB~w_ -<9=ANW[]?g ;mnj.dSzS)EƶMlnu*לSJSŇ+rT^M( -?MƶZf~<@%gӑ~pEhkWqtûqQp-]ܮ~_:i_4Ik9EF{j7{J90K;vss ->1%n2ьWqpaȚ}".疚֍ޙ1=ݨ0# 1ȕfx"xd̓Ew3&3gVx𣺝@
V]v. -#AP-k*H7_(\v
=VXU}Ѳa~]ESߺՇj7%ESe0
f;h_=1\]]]nesR,:{L -+&2$(9M<u&F[L-nh7aRs?|DUDm]q!T&,1$/FlVjvxY*|dB^53#yGżN˱dtl'o4Nq?H{w/8L1(B?q kDȃ']tء֫.X.[pZx#Oq
g'߅[CH8~vHN&`n|IG{3آ^4 -#v:
Q7gsc5YȬzj!?>zNdd~zA :AcڏFKFdycKπKe٪91!>'fF;F=75v8(0)j٨aʧsS* q"7d¡Wi{)]==L)>k0 * d?zÙ:Ԙ~˲?jd$?)oU?*3l(5E"Lc'F~QFr^=~룵3jտ%lNԈ!I%ʍwc܅Bg_$R6.h>7_J{yC9+F*)[jYA*r't -n$(bKēFl3<~b -d$fd\*|2DSHd>ǜR (:?M||%oknw-: -C
?1UR]>/c<y+iָ5ç
$ב7>!qypd)Scr'cxOfݣ@91&[T2v>lBc+eTɪ_(9
nN B+Y-("I
)Z-|_>O!Oo̰ʓ{0/F!} -_"ȍvCP&ݵKTtou.."ImƟeC(TK!>*bX$6ܙȞ"xF0][$~x-pR -s~5,0wltL>Mʑ먲E]uˋdM$]rg_.ڃVrJF^/?}aXQt}JiM%fP]2PlϪLhPKcϷ~Z/>⹇zSbqXVl -miZvƛVÒy}@qˊjaN= -XPVHFqjB2ЂCi܁Pum06P+5xVLmT9(9^WrKwl-&AViNqkﳣU@QNQ] -
O9RCͣyo-nQayyRwfA!lq{0x#>;+ Pqgd3>1fu9TX*];%;v2&IaZ,ÌѨS?ǫ;eLr93{>be؋RNGg KH9DGq"+nQ|y6bZ|Y=.~u -P<)$JbJq_IRuxo+].7B:oK nrliV$:jG`u&\։j{
քq3#lϦK֡nyHrV)=2JCҾϱT+Fqi7N:u6R8q -p=kXXoEPgj¾z'Z5d^d]g#388(6kOx߹o6M:N%_cMc, T"V|Vu]A٧' wQNJb1jaNNBLXK-aUJhm
h-du_bw4$w̴ᛝ{Q<cצjҹN?NX]1C1wJj:[{Mʅ+r&o7S]PMdMLȊO赱0#m|/ee<L腏ZŴRPPb|jx{YzU;, 2K#zyގ99<{-(jar=%Bk/=g&X=Eu)i1f=k807*.抚2_0RH`hmG7!K&~gs!+^*,CyW}xQa۸B(z-4[A -RK^SRYr;vaW#]~RVZ5S^blnu)9ҵXFpi/(SHA_2'p((,P]RV#PѡBrI˨Zb>A=?m[YsѰ\iEMZ$Wu)A$IPs_#!6ΎMkJ|L0ÏD2grW:U7rQ
; 8|W)-Pn⼼¹zwo/Uc O~cK҈.FӴAlg*e+>8VGS/f2PTr~ ی_ezO\"XmIZt+)^9ˮXdsP-sm]*gSku/dhy}Z kA9r40蘡)z\71=I8+_a,' 539^lcdR<4FE*R7=Rfڵ}sqU6H -m;nwg~o.UvgֹGI+4;9C H_7v1o\Л(UA1A337+`7MR)rm$C-\5l.@2{!.c"#14ת;b 2%qیی_=QAQQ=S7TRfծJKۃ
˸pU?moM㲁Q%l4Cű^%Ien֝^!.ŕwFX\>o}5Iw-dnR2Fze]!`G'~g),/6K#/Iꢸ泯#bT
9Dzu;hG"uT8 - ̑&<eB%<ԛٷYVuhLM_Ql>rKeoѓW/hyY%3XH-%0IkXVlGNPcwNmϢ+SU1WqhWt0XYfQ8xLU2;ۄZ,F51Ad7ɫq|&YPBYx[<$ 2KO0xKؚx'2)<1t$ͻRKOՉՂ&̭D9ꈑݔ֑fJ|:{Uڲ`C<@Z~4[MeJ_s!n]n.j7X#2';>)v9 -Vr~9vv6;q2@$Ig3fԑiz%:Oma -E%Khn`RhH%ANu%Lq`-ȶ4pזRe'A4Et_1TvGnlziǿxwZ_[ؽ<p #D -wJS=2IH:/BUŨeءsn @EX
"=p"#rE[prFtT @H8ETOtrB\!oJS"vSb+ą؇^4庎t~@ry4 bJi]$U'cEL];I͒\kwh -R<ZroVPd(S]JKjߍx#qL=_.Ibҁ&~zIъfG*ĠH#L3>]}._IUZVN48=فBRcnq%X 5 -zJDqX$NE!ZeW;leO^+>bH;eITLhbN}kP|+W~/Jݚ(JIf`{7U <VnrmjC $Ցoe"co6kr]otAs|Qta|O4h4c'\npŷ5;t"fEYW{q{q(v -<C -@v%ja֞;eɟ%K߫Gڨ*=hIx]@*U4YG,(9ޯ DZb~_ˆi<I4:=LA
wVa~kjxcqto3!ߣN -Q -ɬwv^}1cQ8玕:SAa(`1!PfB_N&LwUUaI@rzu
`jO3)&Ą{rtq|,@ћ_tCLƵb}XdOh|k\X%m:dAI"CJWAn<ɏTiQgԻ1BpC)fr|B^#6NV:~p<cŋ -DBo?z2(EDQfȩtikp(T8Sg.})p}̧RN HHmd`̵_u/חӷ=t;fy%,(NpS{Kjrc0DavS;+VȈ3?+s^'_"adٷC_fU~^6=`#A%>^ -lbVeŬ/WVdgIEx@bw -L 6Q
=IKo<i- ->i:kY̦8p9/x%Xj^)]HlHnRso4
$#+!C -F -ܡtHUڲ#@O4Q:,{l;E9<PD?Bz9 #T@^n e O5=2BQ<B^.>y -wk<C韒~¬]CJ# 6:߳~(D&|OXRAetPF"`l|319$y`un }-÷dߘ`y\Őf -!m]<>7Goz}y3_ =l9ӉVVPJ{eÈ? 7Ԏ -PMk[M/of\'BClPO7łgLl;K4 N](3? c
5FYqի,Xn3EOQ}f b " -=FTEۦlӫ|xzrc/ӕ?#\ -x,G/,gI*t>e"b6^URCz[1{e^1OIbՔP%l۰lv_+p +1405 0 obj<</Filter/FlateDecode/Length2 9526/Length3 0/Length1 1722/Length 10625>>stream +xڍTz7N#HH#9-ݢĀ1`nnDi.i%/{{9>|̠-glVvsy +z@~ +KlAa2PA2E3 +.p}Ybb"\p5ۃ3Z +rW2}9rpʽOp}9@&^i_?N~`waZ"̡.F,5Ō4`]wx\`W焬/҆?<ZRb;];5EߍE
w~|`\}?-
/W?`G.uWQ"KDW}H,RwZÛI8e̅V3Oܹip">"WO?(5]珿Yyg)%-9+u95HyS*һ0=E'U{֪TƐ%}Y}KDʍK;r
{(ίf#3Գ'K +EҢ׳D#o(V_Z|\!ml#Tmڴ˩C0/{
MLFyoq@IYg;t팺8=6GMcnlګiMW|I>B*1-'EQ᠅YC꽶~eTiaŝ\uehQ *vBUZƨ*qzT-[Dѩq#bn>I +;}yB<-h*ivTaXC/xVLoʸ!awрȠY%y?](;ӽe5y7,tXܽc\v~eoT0({tjg7(5Ï::,Nh +U(
J}PlivI Jph(t/ϻ÷$Ss-EyrxTa^GJ}L<gXnKg>Qƨmt[)iRaQӻja+.%O|'^[ ,¾.?naA0~j{ѦV(|k2͚SLt2,قh}}%TN}$bj"XE Q$bzYWc6+fH'e@^Mo7UXb%g C8Cc;1{wǎ
"d>fp2k~3lEJg*=]mxD0 +cO,l˺ǹDJo'QT2װљy}6BU?] +B.%zYJ#άZhҙ0)_-9U1%қ~æTy( & +:X.4RrkКuj8YƋ5u#BjЫ +eAP^cj̽+T5#ÅjZ +)ЯW!qJb6:0w%o/NZUՊVri7a>#GdEhiP.2zPp>j=0Br5176vzt3U-zsE'5e;!EQAܯt)楃<ڳaNyxgs۫`ZcE7lV8.l,4ub#a%IfP;)pyz%++! m%DZC+P.6jvԫ#L. +Y_hq5k̴/4zRqZu`/;.JT39~(zCv<j)0%
+QQ̋VOOVs6J[ S2pEJЦr{:d{~)IHΗ͛aݠ*.2=.
w)6si,>xo
^Wʤ%Bs/>ޡaUX.}jTE@
cČuOo{i]((F(MՉj(>id{YEybT +P>6 +b<,{ +ZAB4H/D.sL6&{CR ~<Jb+}V~ylč٬,~h%7֗F-'KIT@@'k0c`#j`8,))m7ܛ
)1 +;!^#l^
}wyJt5=f?&gDw*bNF[zb^;iAɀI"\ +k`7=7 LNk2jݪ.;[(k= }aOE(Cčusʩ7{jNeO +4kf6l~:t~鞂׀sW)D+6詬lFҌ}+W5% B f"QR_E?5}
*rUD<y+p\#q]R_g<u_ +IHolcZ" +v{)|T?hqRB0Z_μϷA%A9r2J<z P0c~'-L
*jX⯆]!ˑb
p !* usTL!ء~$٥GHFLYeMJ}j0*6i2RܪX+@=b[h.'4ɍ@j'D]ƃDlۆ<B
⻭ h-ڮ?W{6~ cT0&z fzNNemtTO-kvN^gV2' +osbZY=#kP5Uڂ^#70aE` Ps738em=DW>E&@D\Ox[/RWҍDn#ˮgsg/)EЫ8#Sݴ@mCK^{<EqY,48ˤ7{47+ے0k_BFT3b|% +'(,kN[#]Y/0zGND\k˷_g\; KWxlTl!u( l݃͘Z[Pv9GBbFzQcMu[woNIYv1>d,`N߁Xd81S4 +m
kxXԤkiQ8bty~4ԩ
WSYPk?<~sgϾE$k:싧eyp)
Ap94ܱ'B䣩OTE K?hՍTSL~zMܖxo$w4{N~<xT<9/aMQeB)M=aA.g6&PEzҢ<-tVhJ|d4xnr
d%"'N{GVU4A=C(؍H'^~o/gX3FW&1FB:}} +yȖbƏ|{=-
QlZtjhCiߛs=#M0
C*0U~keW6fK|\Ki L,r׃aWNۤ5hmKG/;w\EkKƈ>dgaqQȲv$0ε2^+d(Z-uY ~KMh&ڦp\5DCGR(I{#ƍ䢾tIN +MM[ϫbL* +(HQ8o#8˳Hgq:cjq_nߊrJVF%jL#m'$1ހ&f [
)hy70oOEIiLjrD`l]<)#=*}3z2qOIj}Z?T<ύσ`ɆV0XjZEz$0DdXr9k/lXK>
#w8[Rq<a'kns3Sђ]|jiJGw苓.=e Hlxh?x|t!g)*GՁ5n|79=l7L{1KA!JX>H57Uza&hȈ$4R9{+0 Gٳ]Q^s~FamƧ%eT%5$"@3irb1f#
v(N"uANSyGRnGO'v$Ue/q9t{3yhJoLG +2cuSSu؛O3ϲ_~]Aho-N&%A7 +1Fe7hQk8ZMA,{szipOtEOwjN m +)"P +RQ] `4}z`OC@ +t+-租Zce;:˛cGTt%En|e7uя1kVliW`$@eCQ\˰ +b̌hа1
dq3vYԶ|GX),T)v9~qH"j^1ȌcS[h8ѤVo]
D#ܽDz yYbVZ;bŏ°`?4D3ੴ4p&g0ݒۆf6) &Nf:PLvV'Rw;&syc?77UK<->۬U/>C(5jm8լG8y}~D)|6t̠8}HZ[N{~I sHA"d2O+a,ʜ.4'N^_}rAߪ&Sip}HF )&9h(HPN䨧~80$I i>js>B)J1%3kS
zTr1}kuF?>xu]UzΛqqVBXՔѼJXfNvxRi(Ԫ~;5lKMkOjyaˠ8K'똾!
מvx&P!wi]د}Ή ~} +,{_o"z +PQ͈穅'1!Z.%@?H#WtzC8i:T(m̆ĉC$ҷqJP_o4"MOr`X{R4ܶjvZ2NR0y>T6NL@|IEN`z-ꗯbAQ</=.wY<% +s̔G*=˓]jjb7vy;iV_` Z4ӑ{.ySlD/ɱ. T}]d endstream endobj 1406 0 obj<</Filter/FlateDecode/Length2 13303/Length3 0/Length1 2012/Length 14524>>stream @@ -3417,44 +3403,54 @@ eT!v7?tmZp #>J>|~#@x93l0N RR8YɌra)MBIrFvmvɼ"o͔4s?pZ1=:_ʢ'10iqo9|sllLxT*գs&P8 endstream endobj -1414 0 obj<</Filter/FlateDecode/Length2 10053/Length3 0/Length1 1754/Length 11167>>stream -xڍP[-C:7{kK;.A& ]ܙwޫkU
1sS=PRqhB4`g=?`Ll`w8 -l`C=+ع:8[ -30!P+:6P6!ƊJд%p8[x
АS82VˀXA /߁ MM=! -2Lغ8<@lML
nS<;3g#ԅb!wK7pC]P' q=ߺ'O[m:[@-~S0wujC\rx-C\lll<| -0[BQ,[; -ȾW}xRL%}8ZZt9?G1@Ls𧋋j*ލ.JMQC lLDI.L+v0 Eve3Z)ChxLQdpu:MB+N $&X.9kA*96ߢ#+](2O¯(T9x H(9wf<SECgI}5;%]g/h= VjqxPy[q(|vCRi<W$2V]w竖LŧzWz4=$mq,P}=;w*YA#8*dCn!X`hc<Yf9@Wco畝j0gTyRxjQ%X-2zh]bd/
r#z6L(ﯟɸ *:\8o#pt/A\ ?y`Wwu`JF0X%;D8FKӡ7jc2ϑ<8fyJɎyx;) ][v-MtㇿhSR׀XL1 6*+˴`;ۣ~hvAQ2*14ZːX$d܂=!k2*Hfծ)غЬߦڕIo.8"Մ<;-xزuP:e!,aE -gn5epkv4._Mfr弴N$zb.tt6LFJ[@?Nrda{OY)N&=qƿU"
p<'M
(Z\|Nd*YnxK'Dpy{ f2qNMՂ.% -,KzSg''bWX2Yrs0D<9ysjb-G!:I?l}Ǿ]kxMoh(c^~!R=-e؎Hϥ>05ȼ}Z -ݒyO=i/f8:|iOo}9jhF<uɴKڀbfMc0%bʓuHOG\sBX_e:*ݑ:HgSoJha=Iǐ0f7G_̉q_JJ2QFRn0[C+
#E.o"Rz4HclGPV:X]w$+ ۞
/mOg A3v"˟g~qb***( -b{Y[gN>`9jl -t> -Ng@ceNuyhYz'-)+Kl - -,G;~+>ePC@E6acr*Rv]ՀW4MZ; }75RF3rObʃb9?CEw]uVĞ;b?,e.ې'4y_#B"<M -?-=9zl;2K@u3I$2uA|rfRsMPIUjӬhg7#qKv -11\Kĝֱ+-1mj~`|c)! :'4uSpҘSir>MILaHr1}`"m,q 4@8 aCd67ͯq%*;VW;),mw3tfmu_;Q@Go,EgJE|iL48B"9q=Fbotyj%n-KA(2#M4 0ó..o,<k [%lK˫@ҝj9 ՞$>Zw({ȾFI#>4TӣY{mz^GT[wRc
1yB=(Xc&D!A,hr2ؼ$p'|R{U`( Xz;"3+}
NYRV1>%լΩ, mQ`_eOхBqiՠq -},CV#l}А0Ot`u-hWVxVHJ?*c1G/{<n)N D/o\ד~_<@*m6h<P E%Xm~sⴑo>~P)בק#:"F&p<@ߖg.; -l?f<YŰk]{w[n0>*ՎCnra eB%E2YĜ|ȶszSuټ=jfv瓨ck$g5.2"8DJ&N*5<jBTzu;Tb5r&dww!+l}4/'F*E -;g?Oie -')F=EyKfUVقT4LV8s<aPb4\bƐϭKiZ{ffw2jUavnb\o!_&4^DI3ͣw9K*7\I'vheF[&ѐb:3nfrUF)Na@5p\V@ 6dw9B`xD_#VAJ|@r -ysF[$<2)?dbu -SLyu&tÊEXM-H(}\^hEpE?7[o -r6"9)oh%y'ӯldu7*eO-w{k|#]+֊Abm~VHpvp4k;ݔ뤉vySu8,xfpWTQNM.W Ï 0IJEUxzlـ_ʮ, -n>h[eS0 ^IF*pzXmM8#aPC|!"֑Mtїc(1]U/vm [wy"7ɿfC#$6d_M\#Pyi} -C nDPV?Dj:uPMӜP0T4M%ґmʳn0vP1%0hčU)dΖfsWXNw\b,+υS:m P[*NDyHjgņ -0Gv(̆١boqX|Fh]E|(}+KEWP%'fopWLʌR+ZSoP5c郂4[>4 &HA -f[#f.D!kANx(fk05\ׁ"8ျx]osocO;Az-o)4\A%AԊ9B
k/Dd@<Ԕ9
ɚ\aGHݍDhoT˰*U]jLzDQQ#Y -[ǰO.Bo\nʱӍM<WON$ R˽[H1y&PW!x䜵g0%$?nEPe G*93¡m;renPf*j+9v%eXs.?,V0[;ኌu˧yCu~Ѽȋp=5rb2ٟjSJ{">ߎWA;>kPC' ۖI+g
I4 1G~a0*93W,Mz\_g|eQ8Z[ӱvAblF1]&f
8cQ2YmLUr4{FR -+9F_ӗf~Ӛ[ڏJUZx:A6k7YX/@U%RR\ߦnrn#zx0 -rQVCS*'x/4= F,aL8ΦRщIv7UӼ]8S,".m.7Lm^RWX -syaն̷O*abAʶSkXk0[<xXkw>j9'@ޤDbK!.ͪ亡زT;{oF8m-p.&ҍ541v=@,0]~N&jJ}MW52}
LR>(o>no0o-̖S(uvFy.HXio\]Ter'ӯF|YPʍF7Do㾄"5u0.F%N -\c -9wW#1mb/6%)[a7~za%;3]a^!F`r:I "U5x l$R'lqs}ЄFh@a<w /3֡+j^]hڪ`@ -)՛O$uÖWh^M1jCvA&`}BpVI~1;#kʉd18+7Ul08Rw1G;<up8Ko;Z}~"`aa4Z(7i_UWU{̫Ft\y7s@&{/S)reՐarl$/`L'Eo@,\fF֙CRC [yL-^fQꋡqYXϸ`nQnME_s)bMۉv~IjT
1krj]V]lŦ'|;S&YfID&~|M|QvNu>ǯ嫾3WTNYP6p~?\ah$ґ daυ -\_RY299?4'L -9+~ -hqye9,0O(G7ܞXaZ!*8HCf ŅIR.Qalܩ,JԵQWM_̣r~e+98}4t?-H5IY&߄6fY<gt5@IeZP8I\G[Z${NfKR:kՄv}YH wzŰ;~Hgo91FmGPʂ+?#ُ +1414 0 obj<</Filter/FlateDecode/Length2 10210/Length3 0/Length1 1771/Length 11332>>stream +xڍP-[p=iq ww$;wLf̜^սEUkGE(bfg;12Ty +'FRwاnWSؙcd1(އ:kl3elo uHa'=EwȾ,_'Ƴzl+PS0ʄ6J"p.ɮɜs782(łl
/,&jZw:k˽je\dCٻ2KQ|J%LހK#
Ӻ(3+?'Dq4Y!nʝM$FRnOW4U«()*ZٻEAnS0f Vu=ݑ^z5kZ(#yhL.p"tL@oO/ADƘxǬ +.`O[z^3L0PcF+,D +FbrO?{ъ/pIWky,Q>{Zr *5\ZRUr( +c/O@JS&?5K6b
껃xÃ6`lW"~!(V2cQV9|j4[!$U``ׂmچ"bxCjt/d%-Q<{. 'HVI',V(N+Vn5](⅄<F@ [!O4H[s6p41U}3_Hyaܰ6v.Obu K)(ZЪAn +־^FGo2jpi5)$]4ir
sNRb<fD-_#sF9k zW]wg/@J+9#J +nq'>){ +Vp;}{
9h6Wv; +Qiq^#NͫH8SuR AC58h;:C돖JZwCsg}UW3n> +N8?Q4Ue1Ӽ[p`$/;,&T. M~{LV7=İַhG=z(0>Vʻ(PMb<N r%
pߚ/
i#\esO +,Ӣvkޔg-oK +M!p<Fwq+siqb=R~)Z28ΫvʎyArMNWh{R|[jɰhT3Z$
4 1S$c6"Id6E|Z +ŔޠHDΉ3=]$Map+= +bdy':Ngc&I6ϡ/Q2#;ڹ_ԽUPdP>rp Y>J֜91js۩<T/z)osu#,D +FO&RގkbY{J1VD 0T\C6{GIgu(i@XքmA)&whrw[0yEq%bQO*^hԳESuSYYh?u-FIp8VQxeG4鿚Ba)G̴8"0D!qy5a,d#JV_h?m5s#
mi!: +dկ}RlZCQG=Bۣ4ΘN
g+bN{e,3( '|甜#iAupnzY{TICm5̦D~="n "exEVԐb.z܊h+s~ՎEѩ)qjTC(=^{(D1~V~q3;f{8i7>6p!]ģ<6gVe+DJ]CHbLPy5&п<h&AEjksS +j'u}Uw8\1R`t#@39)m5B.Iy;a]Yk(k٦Sa +51m?'kv
<qD'wech[sb8~j+2JSwP~eؿ"ߞyJD ٴ`fvS{)4"jл@WSCE;ez=AA-l9{rV?1=4-wԒz + +rLAV6c68d{Dwb)E2H&N`+7N~B2 2\mk̔%< +e6lO9&Qw8zQ۪n.Ul>6ɓQ_a
f&9dj$!,0aS~F{m!2}+/29/SP{{9`xR5PLcByRh#y]m:>|6n[nMyˮ -AТ9$!l'y+riDlI\_,2TY2d +P7Q=ѿYJpkSBLPsG*j_8lgVEWB!F>L7ZBRJ1#ֽաcu
mu]|+ʋe +Và>O儰zk7 IU*+2Wqaӳ@z_%I
RFSFZ8()lLip?"ς_heTLVO{[`L^Y;=݆Y~vAFf +,>xg6%$'S|lh'?6nG;oriz|*D[uQr +!J)ˇe).M!K;UNOB.Y:O4I[o3&zN4GP|Gj³~ V:Z;hӦ/]L +q +fP`Ȱe冷}eZ~M]_\B뢵x,v+S~yId(~[:BU}Ṕ-dg]nd# X֙IE4w!K]c-Y}uBch{Tb?9)˶! L#<P~A-iÿv\4oTs.#In~Z'tY(;%0J隖lOx9*.#ݿFlEY(j4Fwr X$tǒJzKPPLrգ /.}Cnhol ?#߂GmFacfrYd[\,~M\qW5SOW#k؛ZRJj4)Ԓᔧc-["݊SaʠV0eF'z4}w-~n̋p]F`LmIg0,o;G\<^ +>_y`/1ܴh\*.HJzq75>U6.JNaA(QN+VpzdPb|__wL0/kK#LmP_֠Z@AȘa'3TꍵшMɃJO=ë+]j+e9{PM{s^r1vن
M2.Ϸv|H\J_OHg&k, dsh(BݖT|D܊ķ6,pXJo Bw{Tr&b{Pr7A
W&&pm˹.]
*,MñxCC~:o2<D=Cp2W@g +)Il?*MS^l&܌^˕/@l㶈Ì
7{
E6mMN +K^hi o-`o
}vyv˹PzA/;G̏1ZOiL~ +3-BzT5<wgE& +sm*c:1Yxc,,CCf;L~逴uSt?%y+Z.h7.
%)gC[}(/2}ov{'ۯ-[&<V;ޕ&E'p?h
yPͺYرEWVܳI#gI
,aZdd3зBZ!Rq3ЃO0P7.<P+Mz7fаEc#*ct^WC,@GX_hu_e}M\]־s(.>\X*;XEK71<r*n}ܫ-At=?" =[Jk0R~W4h Ǘ܂O:=Zu~e:&:ҮxPt%6f'7|)NˊQ?itZu- XL:*qF&V¬T<Zp1=Ẹn6ݝ)KT#rB|SװN9`FKC DUɶsLP>=+\k(3$i
bm%*P+h;0V1dTtQKHOƩR:/>+=XO5RLm%.]]fc?-3k6cѠL$!ⷺ_nCkΞh_׳c7#E5~jQ(14n40kƉji8<ǧL8YSL+LGt1{9"[~i l#6#E>]eH'߸6/bv滉CgKA."vgh\iY,'ئ5b]@v
[0؊]E&*;>n=SH=.Q#{Jx,bp<ů+O8JIr})͐U臲H0:w +P0 AXuFŎיw3g~僞OBg!iԳJF +Oo0T<r&qwePs %`Glf#&eB^ul{Bb4d[kx(/T6m)#;ҟ$K{l
] +MC;4=S_|حrJGďu9!7A[Z7~VN46Z +i3kιqWi/b2pc
3kHF"$ӠIXE/L0PtCD?,պ,šZ%vӈ8]2íOI_N$ə2pye(H.ש=F;u3c>1Ӡ}2rnAk1ő.l3 +Ll8C=ezz"}iy <abPpG, >O5ndY#7Sx"۸rc_eI0|U'
c*o
Yޛ*JSi
_jf6ٮ'Oo
Mh9[1w蒿2]&#iCb|&P</X{'3ZFBh{fD#"畍;V!?rjP%Do!pMǮ4"&ZHz+ vNY w9WAeș9a:dT8O.U`r>d"oLuF&75>XnƩ5筝naCwmއ%r]<.1$#U
^WFWm܀5,!-cXgJ;3NrW N}ӏb)"*5'X
M.NB<&IzNydb↫JvG{=(&xvbtQ#>mߛX18]͌V3dTx<Vv,ӻ>& +tqWBbflQH,r-gƾٷ
[r}o1|۷U)pioS猪8@44%Ym%w椥qglq7PtxVfWB㏃mJ͔ݎn"#gwJ͞i7r[*
g?I0Ƒo40<9 +[oغY٨L۽"({+N42誫K2_y+jc +Z?Fq +%+jD) +Bs&W8I?oO: 1o.
(;m1 ,0@e)6,\O/dNQ15Jgtah_%
?&{l4i1 i;-ċ؈B2>mWI[Ydz*g4B|B*bBܤp4i{N]lq_I*x=]rr%pc"&mjl2j!ME\Y%&q!vP9f$Pmplq9F/ɳ+ktGLanOGe12O
R5n!PoO?p,rӏaҤ^{K>U A/:2-Cr_PuX
G>q@.ػH+..씯ps/'%nN)S)4&ݺy_ +lTޗQ,i22媏[q/;Q0ݒhH[TQgwLa!K+=qeFd4,C`7* +fSC'Q4FR>v"]BA") +ܾ~#W;hN+^NZ 9V!]s;= +` +g#(l,I.x6Y1baQm*!6voiXaHܨ}ǣANCL,#>`f6["${uMn ;qxB`8qY~&-ȧTa}K;J4t8, endstream endobj 1415 0 obj<</Filter/FlateDecode/Length2 16538/Length3 0/Length1 2641/Length 18056>>stream @@ -3903,10 +3899,15 @@ endobj endobj 1477 0 obj<</D(HD.J.2)/S/GoTo>> endobj -1478 0 obj<</Type/XRef/Filter/FlateDecode/W[0 3 0]/Root 1 0 R/ID[(oMnzi^/`)(/<q\)Oe#)]/Compress<</SpecO/1.5/LengthO 435581>>/Info 6 0 R/DecodeParms<</Predictor 12/Columns 3>>/Size 1479/Length 1066>>stream -xڽXKlMA֣ĆF#iڍSJIKDQR{N
AJB$TaaBH$"IEѕx7gs;wyZ|Ƙ`lp-o/&n{56:r;=!ܥ9JVyYe.A_6|8X
~ +1478 0 obj<</Type/XRef/Filter/FlateDecode/W[0 3 0]/Root 1 0 R/ID[(3a\rg9)(\(qsTʒ.; W)]/Compress<</SpecO/1.5/LengthO 435815>>/Info 6 0 R/DecodeParms<</Predictor 12/Columns 3>>/Size 1479/Length 1076>>stream +xڽXMlMAVTlUn+)(}DZI I.K~6HFR$6v~6'{jqs9g1&&o +& +ݒ&JaˁovQKtE砽F>;@{#^.d vx3Iw +cOtӻȏ׀ps\ Z*p$HTyPNe +-*- {:+؏+8?ic2 rIJk(5C
+ӈccYUg`\qcRlW?VnU)JnU=[U+Wkl3Fk1"/-na`]|Zȸ>"XWl7pGj& +ke-*=[np7*YC{\w}'XJ[5 endstream endobj startxref -385161 +385395 %%EOF diff --git a/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf b/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf Binary files differindex a2588dab78e..b8c88491493 100644 --- a/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf diff --git a/Master/texmf-dist/doc/latex/hyperref/manual.css b/Master/texmf-dist/doc/latex/hyperref/manual.css index 9fbec5d532e..4a0b27433de 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual.css +++ b/Master/texmf-dist/doc/latex/hyperref/manual.css @@ -13,6 +13,7 @@ .ec-lmss-17{ font-family: sans-serif;} .ec-lmss-17{ font-family: sans-serif;} .ec-lmss-17{ font-family: sans-serif;} +.ec-lmss-17{ font-family: sans-serif;} .ec-lmr-12{font-size:120%;} .ec-lmtt-10{ font-family: monospace;} .ec-lmtt-10{ font-family: monospace;} @@ -26,6 +27,7 @@ .ec-lmtt-10{ font-family: monospace;} .ec-lmtt-10{ font-family: monospace;} .ec-lmtt-10{ font-family: monospace;} +.ec-lmtt-10{ font-family: monospace;} .lmsy7-{font-size:70%;} .ec-lmri-10{ font-style:italic;} .ec-lmri-10{ font-style:italic;} @@ -39,6 +41,8 @@ .ec-lmri-10{ font-style:italic;} .ec-lmri-10{ font-style:italic;} .ec-lmri-10{ font-style:italic;} +.ec-lmri-10{ font-style:italic;} +.ec-lmss-10{ font-family: sans-serif;} .ec-lmss-10{ font-family: sans-serif;} .ec-lmss-10{ font-family: sans-serif;} .ec-lmss-10{ font-family: sans-serif;} @@ -65,6 +69,7 @@ .ec-lmbx-10{ font-weight: bold;} .ec-lmbx-10{ font-weight: bold;} .ec-lmbx-10{ font-weight: bold;} +.ec-lmbx-10{ font-weight: bold;} .ec-lmss-8{font-size:80%; font-family: sans-serif;} .ec-lmss-8{ font-family: sans-serif;} .ec-lmss-8{ font-family: sans-serif;} @@ -77,6 +82,21 @@ .ec-lmss-8{ font-family: sans-serif;} .ec-lmss-8{ font-family: sans-serif;} .ec-lmss-8{ font-family: sans-serif;} +.ec-lmss-8{ font-family: sans-serif;} +.ec-lmtk-10{ font-family: monospace;} +.ec-lmtk-10{ font-family: monospace;} +.ec-lmtk-10{ font-family: monospace;} +.ec-lmtk-10{ font-family: monospace;} +.ec-lmtk-10{ font-family: monospace;} +.ec-lmtk-10{ font-family: monospace;} +.ec-lmtk-10{ font-family: monospace;} +.ec-lmtk-10{ font-family: monospace;} +.ec-lmtk-10{ font-family: monospace;} +.ec-lmtk-10{ font-family: monospace;} +.ec-lmtk-10{ font-family: monospace;} +.ec-lmtk-10{ font-family: monospace;} +.ec-lmtk-10{ font-family: monospace;} +.ec-lmtti-10{ font-family: monospace; font-style:italic;} .ec-lmtti-10{ font-family: monospace; font-style:italic;} .ec-lmtti-10{ font-family: monospace; font-style:italic;} .ec-lmtti-10{ font-family: monospace; font-style:italic;} diff --git a/Master/texmf-dist/doc/latex/hyperref/manual.html b/Master/texmf-dist/doc/latex/hyperref/manual.html index 5d0a1dbddbb..7c75271d2ff 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual.html +++ b/Master/texmf-dist/doc/latex/hyperref/manual.html @@ -7,7 +7,7 @@ <meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)"> <!-- html --> <meta name="src" content="manual.tex"> -<meta name="date" content="2010-01-26 09:55:00"> +<meta name="date" content="2010-09-11 11:11:00"> <link rel="stylesheet" type="text/css" href="manual.css"> </head><body > @@ -23,7 +23,7 @@ class="E">E</span>X</span></span>: a manual for hyperref</h2> class="ec-lmr-12">Sebastian Rahtz </span><br class="and" /><span class="ec-lmr-12">Heiko Oberdiek</span></div><br /> <div class="date" ><span -class="ec-lmr-12">January 2010</span></div> +class="ec-lmr-12">September 2010</span></div> </div> <h3 class="likesectionHead"><a id="x1-1000"></a>Contents</h3> @@ -1417,60 +1417,60 @@ class="td10"> </tr><tr style="vertical-align:baseline;" id="TBL-7-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-16-1" class="td01"><span -class="ec-lmtt-10">pdfpagescrop </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-16-2" +class="ec-lmtt-10">pdfremotestartview </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-16-2" class="td11"> - <!--l. 520--><p class="noindent" >n - n - n - n </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-16-3" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-16-4" + <!--l. 520--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-16-3" +class="td11"> <span +class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-16-4" class="td10"> - <!--l. 520--><p class="noindent" >Sets the default PDF crop box for pages. This - should be a set of four numbers </td> + <!--l. 520--><p class="noindent" >Set the startup page view of remote PDF files</td> </tr><tr style="vertical-align:baseline;" id="TBL-7-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-17-1" class="td01"><span -class="ec-lmtt-10">pdfcenterwindow </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-17-2" +class="ec-lmtt-10">pdfpagescrop </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-17-2" class="td11"> - <!--l. 521--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-17-3" -class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-17-4" + <!--l. 521--><p class="noindent" >n + n + n + n </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-17-3" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-17-4" class="td10"> - <!--l. 521--><p class="noindent" >position the document window in the center - of the screen </td> + <!--l. 521--><p class="noindent" >Sets the default PDF crop box for pages. This + should be a set of four numbers </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-18-1" class="td01"><span -class="ec-lmtt-10">pdfdirection </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-18-2" +class="ec-lmtt-10">pdfcenterwindow </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-18-2" class="td11"> - <!--l. 522--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-18-3" + <!--l. 522--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-18-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-18-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-18-4" class="td10"> - <!--l. 522--><p class="noindent" >direction setting </td> + <!--l. 522--><p class="noindent" >position the document window in the center + of the screen </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-19-1" class="td01"><span -class="ec-lmtt-10">pdfdisplaydoctitle </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-19-2" +class="ec-lmtt-10">pdfdirection </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-19-2" class="td11"> - <!--l. 523--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-19-3" + <!--l. 523--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-19-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-19-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-19-4" class="td10"> - <!--l. 523--><p class="noindent" >display document title instead of file name in - title bar </td> + <!--l. 523--><p class="noindent" >direction setting </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-20-1" class="td01"><span -class="ec-lmtt-10">pdfduplex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-20-2" +class="ec-lmtt-10">pdfdisplaydoctitle </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-20-2" class="td11"> - <!--l. 525--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-20-3" + <!--l. 524--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-20-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-20-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-20-4" class="td10"> - <!--l. 525--><p class="noindent" >paper handling option for print dialog </td> + <!--l. 524--><p class="noindent" >display document title instead of file name in + title bar </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-21-1" class="td01"> </td><td style="white-space:wrap; text-align:left;" id="TBL-7-21-2" @@ -1480,204 +1480,213 @@ class="td10"></td></tr> <tr style="vertical-align:baseline;" id="TBL-7-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-22-1" class="td01"><span -class="ec-lmtt-10">pdffitwindow </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-22-2" +class="ec-lmtt-10">pdfduplex </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-22-2" class="td11"> - <!--l. 526--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-22-3" + <!--l. 526--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-22-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-22-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-22-4" class="td10"> - <!--l. 526--><p class="noindent" >resize document window to fit document size </td> + <!--l. 526--><p class="noindent" >paper handling option for print dialog </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-23-1" class="td01"><span -class="ec-lmtt-10">pdflang </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-23-2" +class="ec-lmtt-10">pdffitwindow </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-23-2" class="td11"> - <!--l. 527--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-23-3" + <!--l. 527--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-23-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-23-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-23-4" class="td10"> - <!--l. 527--><p class="noindent" >PDF language identifier (RFC 3066) </td> + <!--l. 527--><p class="noindent" >resize document window to fit document size </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-24-1" class="td01"><span -class="ec-lmtt-10">pdfmenubar </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-24-2" +class="ec-lmtt-10">pdflang </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-24-2" class="td11"> - <!--l. 528--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-24-3" + <!--l. 528--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-24-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-24-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-24-4" class="td10"> - <!--l. 528--><p class="noindent" >make PDF viewer’s menu bar visible </td> + <!--l. 528--><p class="noindent" >PDF language identifier (RFC 3066) </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-25-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-25-1" class="td01"><span -class="ec-lmtt-10">pdfnewwindow </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-25-2" +class="ec-lmtt-10">pdfmenubar </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-25-2" class="td11"> <!--l. 529--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-25-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-25-4" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-25-4" class="td10"> - <!--l. 529--><p class="noindent" >make links that open another PDF file start a - new window </td> + <!--l. 529--><p class="noindent" >make PDF viewer’s menu bar visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-26-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-26-1" class="td01"><span -class="ec-lmtt-10">pdfnonfullscreenpagemode </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-26-2" +class="ec-lmtt-10">pdfnewwindow </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-26-2" class="td11"> - <!--l. 531--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-26-3" + <!--l. 530--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-26-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-26-4" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-26-4" class="td10"> - <!--l. 531--><p class="noindent" >page mode setting on exiting full-screen mode</td> + <!--l. 530--><p class="noindent" >make links that open another PDF file start a + new window </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-27-1" class="td01"><span -class="ec-lmtt-10">pdfnumcopies </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-27-2" +class="ec-lmtt-10">pdfnonfullscreenpagemode </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-27-2" class="td11"> - <!--l. 533--><p class="noindent" >integer </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-27-3" + <!--l. 532--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-27-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-27-4" class="td10"> - <!--l. 533--><p class="noindent" >number of printed copies </td> + <!--l. 532--><p class="noindent" >page mode setting on exiting full-screen mode</td> </tr><tr style="vertical-align:baseline;" id="TBL-7-28-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-28-1" class="td01"><span -class="ec-lmtt-10">pdfpagelayout </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-28-2" +class="ec-lmtt-10">pdfnumcopies </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-28-2" class="td11"> - <!--l. 534--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-28-3" + <!--l. 534--><p class="noindent" >integer </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-28-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-28-4" class="td10"> - <!--l. 534--><p class="noindent" >set layout of PDF pages </td> + <!--l. 534--><p class="noindent" >number of printed copies </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-29-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-29-1" class="td01"><span -class="ec-lmtt-10">pdfpagelabels </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-29-2" +class="ec-lmtt-10">pdfpagelayout </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-29-2" class="td11"> - <!--l. 535--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-29-3" + <!--l. 535--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-29-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-29-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-29-4" class="td10"> - <!--l. 535--><p class="noindent" >set PDF page labels </td> + <!--l. 535--><p class="noindent" >set layout of PDF pages </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-30-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-30-1" class="td01"><span -class="ec-lmtt-10">pdfpagetransition </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-30-2" +class="ec-lmtt-10">pdfpagelabels </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-30-2" class="td11"> - <!--l. 536--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-30-3" + <!--l. 536--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-30-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-30-4" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-30-4" class="td10"> - <!--l. 536--><p class="noindent" >set PDF page transition style </td> + <!--l. 536--><p class="noindent" >set PDF page labels </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-31-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-31-1" class="td01"><span -class="ec-lmtt-10">pdfpicktraybypdfsize </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-31-2" +class="ec-lmtt-10">pdfpagetransition </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-31-2" class="td11"> <!--l. 537--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-31-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-31-4" class="td10"> - <!--l. 537--><p class="noindent" >set option for print dialog </td> + <!--l. 537--><p class="noindent" >set PDF page transition style </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-32-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-32-1" class="td01"><span -class="ec-lmtt-10">pdfprintarea </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-32-2" +class="ec-lmtt-10">pdfpicktraybypdfsize </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-32-2" class="td11"> <!--l. 538--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-32-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-32-4" class="td10"> - <!--l. 538--><p class="noindent" >set /PrintArea of viewer preferences </td> + <!--l. 538--><p class="noindent" >set option for print dialog </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-33-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-33-1" class="td01"><span -class="ec-lmtt-10">pdfprintclip </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-33-2" +class="ec-lmtt-10">pdfprintarea </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-33-2" class="td11"> <!--l. 539--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-33-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-33-4" class="td10"> - <!--l. 539--><p class="noindent" >set /PrintClip of viewer preferences </td> + <!--l. 539--><p class="noindent" >set /PrintArea of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-34-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-34-1" class="td01"><span -class="ec-lmtt-10">pdfprintpagerange </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-34-2" +class="ec-lmtt-10">pdfprintclip </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-34-2" class="td11"> - <!--l. 540--><p class="noindent" >n - n - (n - n)* </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-34-3" + <!--l. 540--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-34-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-34-4" class="td10"> - <!--l. 541--><p class="noindent" >set /PrintPageRange of viewer preferences </td> + <!--l. 540--><p class="noindent" >set /PrintClip of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-35-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-35-1" class="td01"><span -class="ec-lmtt-10">pdfprintscaling </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-35-2" +class="ec-lmtt-10">pdfprintpagerange </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-35-2" class="td11"> - <!--l. 543--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-35-3" + <!--l. 541--><p class="noindent" >n + n + (n + n)* </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-35-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-35-4" class="td10"> - <!--l. 543--><p class="noindent" >page scaling option for print dialog (option - /PrintScaling of viewer preferences, PDF 1.6); - valid values are <span -class="ec-lmtt-10">None </span>and <span -class="ec-lmtt-10">AppDefault</span> </td> + <!--l. 542--><p class="noindent" >set /PrintPageRange of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-36-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-36-1" class="td01"><span -class="ec-lmtt-10">pdftoolbar </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-36-2" +class="ec-lmtt-10">pdfprintscaling </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-36-2" class="td11"> - <!--l. 548--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-36-3" + <!--l. 544--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-36-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-36-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-36-4" class="td10"> - <!--l. 548--><p class="noindent" >make PDF toolbar visible </td> + <!--l. 544--><p class="noindent" >page scaling option for print dialog (option + /PrintScaling of viewer preferences, PDF 1.6); + valid values are <span +class="ec-lmtt-10">None </span>and <span +class="ec-lmtt-10">AppDefault</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-37-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-37-1" class="td01"><span -class="ec-lmtt-10">pdfviewarea </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-37-2" +class="ec-lmtt-10">pdftoolbar </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-37-2" class="td11"> - <!--l. 549--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-37-3" + <!--l. 549--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-37-3" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-37-4" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-37-4" class="td10"> - <!--l. 549--><p class="noindent" >set /ViewArea of viewer preferences </td> + <!--l. 549--><p class="noindent" >make PDF toolbar visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-38-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-38-1" class="td01"><span -class="ec-lmtt-10">pdfviewclip </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-38-2" +class="ec-lmtt-10">pdfviewarea </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-38-2" class="td11"> <!--l. 550--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-38-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-38-4" class="td10"> - <!--l. 550--><p class="noindent" >set /ViewClip of viewer preferences </td> + <!--l. 550--><p class="noindent" >set /ViewArea of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-39-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-39-1" class="td01"><span -class="ec-lmtt-10">pdfwindowui </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-39-2" +class="ec-lmtt-10">pdfviewclip </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-39-2" class="td11"> - <!--l. 551--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-39-3" + <!--l. 551--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-39-3" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-39-4" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-39-4" class="td10"> - <!--l. 551--><p class="noindent" >make PDF user interface elements visible </td> + <!--l. 551--><p class="noindent" >set /ViewClip of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-40-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-40-1" class="td01"><span -class="ec-lmtt-10">unicode </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-40-2" +class="ec-lmtt-10">pdfwindowui </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-40-2" class="td11"> <!--l. 552--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-40-3" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-40-4" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-40-4" class="td10"> - <!--l. 552--><p class="noindent" >Unicode encoded PDF strings </td> + <!--l. 552--><p class="noindent" >make PDF user interface elements visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-41-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-41-1" -class="td01"> </td> +class="td01"><span +class="ec-lmtt-10">unicode </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-41-2" +class="td11"> + <!--l. 553--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-41-3" +class="td11"> <span +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-7-41-4" +class="td10"> + <!--l. 553--><p class="noindent" >Unicode encoded PDF strings </td> + + </tr><tr style="vertical-align:baseline;" id="TBL-7-42-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-42-1" class="td01"> </td> @@ -1686,31 +1695,34 @@ class="td01"> </td> class="td01"> </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-44-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-44-1" +class="td01"> </td> +</tr><tr + style="vertical-align:baseline;" id="TBL-7-45-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-45-1" class="td01"> </td></tr> </table></div> -<!--l. 555--><p class="indent" > Each link in Acrobat carries its own magnification level, which is set using PDF coordinate space, - +<!--l. 556--><p class="indent" > Each link in Acrobat carries its own magnification level, which is set using PDF coordinate space, which is not the same as <span class="TEX">T<span -class="E">E</span>X</span>’s. The unit is bp and the origin is in the lower left corner. -See also <span class="obeylines-h"><span class="verb"><span +class="E">E</span>X</span>’s. The unit is bp and the origin is in the lower left corner. See also +<span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\hypercalcbp</span></span></span> that is explained on page <a href="#x1-170004.2">37<!--tex4ht:ref: hypercalcbp --></a>. pdf<span class="TEX">T<span -class="E">E</span>X</span> works by supplying default -values for <span -class="ec-lmtt-10">XYZ </span>(horizontal <span +class="E">E</span>X</span> works by supplying default values for <span +class="ec-lmtt-10">XYZ</span> +(horizontal <span class="lmsy-10">× </span>vertical <span class="lmsy-10">× </span>zoom) and <span class="ec-lmtt-10">FitBH</span>. However, drivers using <span -class="ec-lmtt-10">pdfmark </span>do -not supply defaults, so <span -class="ec-lmss-10">hyperref </span>passes in a value of -32768, which causes Acrobat to set -(usually) sensible defaults. The following are possible values for the <span -class="ec-lmtt-10">pdfview </span>and <span -class="ec-lmtt-10">pdfstartview</span> +class="ec-lmtt-10">pdfmark </span>do not supply defaults, so +<span +class="ec-lmss-10">hyperref </span>passes in a value of -32768, which causes Acrobat to set (usually) sensible defaults. +The following are possible values for the <span +class="ec-lmtt-10">pdfview</span>, <span +class="ec-lmtt-10">pdfstartview </span>and <span +class="ec-lmtt-10">pdfremotestartview</span> parameters. -<!--l. 567--><p class="noindent" > +<!--l. 568--><p class="noindent" > <a - id="x1-10002r7"></a> <!--l. 568--><div class="longtable"> <table id="TBL-8" class="longtable" + id="x1-10002r7"></a> <!--l. 569--><div class="longtable"> <table id="TBL-8" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-8-1g"><col id="TBL-8-1"><col @@ -1723,7 +1735,7 @@ class="ec-lmtt-10">XYZ </span></td><td style="white-space:nowrap; text-align: class="td11"> <span class="ec-lmri-10">left top zoom </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-1-3" class="td11"> - <!--l. 568--><p class="noindent" >Sets a coordinate and a zoom factor. If any one + <!--l. 569--><p class="noindent" >Sets a coordinate and a zoom factor. If any one is null, the source link value is used. <span class="ec-lmri-10">null null</span> <span @@ -1735,7 +1747,7 @@ class="td11"> <span class="ec-lmtt-10">Fit </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-8-2-2" class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-2-3" class="td11"> - <!--l. 570--><p class="noindent" >Fits the page to the window. </td> + <!--l. 571--><p class="noindent" >Fits the page to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-3-1" class="td11"> <span @@ -1743,7 +1755,7 @@ class="ec-lmtt-10">FitH </span></td><td style="white-space:nowrap; text-align: class="td11"> <span class="ec-lmri-10">top </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-3-3" class="td11"> - <!--l. 571--><p class="noindent" >Fits the width of the page to the window. </td> + <!--l. 572--><p class="noindent" >Fits the width of the page to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-4-1" class="td11"> <span @@ -1751,7 +1763,7 @@ class="ec-lmtt-10">FitV </span></td><td style="white-space:nowrap; text-align: class="td11"> <span class="ec-lmri-10">left </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-4-3" class="td11"> - <!--l. 572--><p class="noindent" >Fits the height of the page to the window. </td> + <!--l. 573--><p class="noindent" >Fits the height of the page to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-5-1" class="td11"> <span @@ -1759,7 +1771,7 @@ class="ec-lmtt-10">FitR </span></td><td style="white-space:nowrap; text-align: class="td11"> <span class="ec-lmri-10">left bottom right top </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-5-3" class="td11"> - <!--l. 573--><p class="noindent" >Fits the rectangle specified by the four + <!--l. 574--><p class="noindent" >Fits the rectangle specified by the four coordinates to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-6-1" @@ -1767,7 +1779,7 @@ class="td11"> <span class="ec-lmtt-10">FitB </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-8-6-2" class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-6-3" class="td11"> - <!--l. 574--><p class="noindent" >Fits the page bounding box to the window. </td> + <!--l. 575--><p class="noindent" >Fits the page bounding box to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-7-1" class="td11"> <span @@ -1775,7 +1787,7 @@ class="ec-lmtt-10">FitBH </span></td><td style="white-space:nowrap; text-align: class="td11"> <span class="ec-lmri-10">top </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-7-3" class="td11"> - <!--l. 575--><p class="noindent" >Fits the width of the page bounding box to + <!--l. 576--><p class="noindent" >Fits the width of the page bounding box to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-8-1" @@ -1784,7 +1796,7 @@ class="ec-lmtt-10">FitBV </span></td><td style="white-space:nowrap; text-align: class="td11"> <span class="ec-lmri-10">left </span></td><td style="white-space:wrap; text-align:left;" id="TBL-8-8-3" class="td11"> - <!--l. 576--><p class="noindent" >Fits the height of the page bounding box to + <!--l. 577--><p class="noindent" >Fits the height of the page bounding box to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-9-1" @@ -1804,11 +1816,11 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="T class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-8-13-3" class="td11"></td></tr> </table></div> -<!--l. 579--><p class="indent" > The <span +<!--l. 580--><p class="indent" > The <span class="ec-lmtt-10">pdfpagelayout </span>can be one of the following values. -<!--l. 581--><p class="noindent" > +<!--l. 582--><p class="noindent" > <a - id="x1-10003r8"></a> <!--l. 582--><div class="longtable"> <table id="TBL-9" class="longtable" + id="x1-10003r8"></a> <!--l. 583--><div class="longtable"> <table id="TBL-9" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-9-1g"><col id="TBL-9-1"><col @@ -1818,43 +1830,43 @@ id="TBL-9-2"></colgroup> class="td11"> <span class="ec-lmtt-10">SinglePage </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-1-2" class="td11"> - <!--l. 582--><p class="noindent" >Displays a single page; advancing flips the page </td> + <!--l. 583--><p class="noindent" >Displays a single page; advancing flips the page </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-2-1" class="td11"> <span class="ec-lmtt-10">OneColumn </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-2-2" class="td11"> - <!--l. 583--><p class="noindent" >Displays the document in one column; continuous scrolling. </td> + <!--l. 584--><p class="noindent" >Displays the document in one column; continuous scrolling. </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-3-1" class="td11"> <span class="ec-lmtt-10">TwoColumnLeft </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-3-2" class="td11"> - <!--l. 584--><p class="noindent" >Displays the document in two columns, odd-numbered pages to + <!--l. 585--><p class="noindent" >Displays the document in two columns, odd-numbered pages to the left. </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-4-1" class="td11"> <span class="ec-lmtt-10">TwoColumnRight </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-4-2" class="td11"> - <!--l. 585--><p class="noindent" >Displays the document in two columns, odd-numbered pages to + <!--l. 586--><p class="noindent" >Displays the document in two columns, odd-numbered pages to the right. </td> + + </tr><tr style="vertical-align:baseline;" id="TBL-9-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-5-1" class="td11"> <span class="ec-lmtt-10">TwoPageLeft </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-5-2" class="td11"> - <!--l. 586--><p class="noindent" >Displays two pages, odd-numbered pages to the left (since PDF + <!--l. 587--><p class="noindent" >Displays two pages, odd-numbered pages to the left (since PDF 1.5). </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-6-1" class="td11"> <span class="ec-lmtt-10">TwoPageRight </span></td><td style="white-space:wrap; text-align:left;" id="TBL-9-6-2" class="td11"> - <!--l. 587--><p class="noindent" >Displays two pages, odd-numbered pages to the right (since PDF + <!--l. 588--><p class="noindent" >Displays two pages, odd-numbered pages to the right (since PDF 1.5). </td> - - </tr><tr style="vertical-align:baseline;" id="TBL-9-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-7-1" class="td11"> </td> @@ -1869,7 +1881,7 @@ class="td11"> </td> class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-9-10-2" class="td11"></td></tr> </table></div> -<!--l. 590--><p class="indent" > Finally, the <span +<!--l. 591--><p class="indent" > Finally, the <span class="ec-lmtt-10">pdfpagetransition </span>can be one of the following values, where <span class="ec-lmri-10">/Di </span>stands for direction of motion in degrees, generally in 90<sup><span @@ -1882,9 +1894,9 @@ class="ec-lmtt-10">Blinds /Dm /V</span>), and <span class="ec-lmri-10">/M </span>is for motion, either in (<span class="ec-lmtt-10">/I</span>) or out (<span class="ec-lmtt-10">/O</span>). -<!--l. 597--><p class="noindent" > +<!--l. 598--><p class="noindent" > <a - id="x1-10004r9"></a> <!--l. 598--><div class="longtable"> <table id="TBL-10" class="longtable" + id="x1-10004r9"></a> <!--l. 599--><div class="longtable"> <table id="TBL-10" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-10-1g"><col id="TBL-10-1"><col @@ -1896,7 +1908,7 @@ class="td11"> <span class="ec-lmtt-10">Blinds </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-10-1-2" class="td11"> /Dm </td><td style="white-space:wrap; text-align:left;" id="TBL-10-1-3" class="td11"> - <!--l. 598--><p class="noindent" >Multiple lines distributed evenly across the screen sweep + <!--l. 599--><p class="noindent" >Multiple lines distributed evenly across the screen sweep in the same direction to reveal the new page. </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-2-1" @@ -1904,14 +1916,14 @@ class="td11"> <span class="ec-lmtt-10">Box </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-10-2-2" class="td11"> /M </td><td style="white-space:wrap; text-align:left;" id="TBL-10-2-3" class="td11"> - <!--l. 600--><p class="noindent" >A box sweeps in or out. </td> + <!--l. 601--><p class="noindent" >A box sweeps in or out. </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-3-1" class="td11"> <span class="ec-lmtt-10">Dissolve </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-10-3-2" class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-10-3-3" class="td11"> - <!--l. 601--><p class="noindent" >The page image dissolves in a piecemeal fashion to reveal + <!--l. 602--><p class="noindent" >The page image dissolves in a piecemeal fashion to reveal the new page. </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-4-1" @@ -1919,7 +1931,7 @@ class="td11"> <span class="ec-lmtt-10">Glitter </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-10-4-2" class="td11"> /Di </td><td style="white-space:wrap; text-align:left;" id="TBL-10-4-3" class="td11"> - <!--l. 602--><p class="noindent" >Similar to Dissolve, except the effect sweeps across the + <!--l. 603--><p class="noindent" >Similar to Dissolve, except the effect sweeps across the screen. </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-5-1" @@ -1927,14 +1939,14 @@ class="td11"> <span class="ec-lmtt-10">Split </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-10-5-2" class="td11"> /Dm /M </td><td style="white-space:wrap; text-align:left;" id="TBL-10-5-3" class="td11"> - <!--l. 603--><p class="noindent" >Two lines sweep across the screen to reveal the new page. </td> + <!--l. 604--><p class="noindent" >Two lines sweep across the screen to reveal the new page. </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-6-1" class="td11"> <span class="ec-lmtt-10">Wipe </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-10-6-2" class="td11"> /Di </td><td style="white-space:wrap; text-align:left;" id="TBL-10-6-3" class="td11"> - <!--l. 604--><p class="noindent" >A single line sweeps across the screen to reveal the new + <!--l. 605--><p class="noindent" >A single line sweeps across the screen to reveal the new page. </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-7-1" @@ -1951,11 +1963,11 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" id class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-10-10-3" class="td11"></td></tr> </table></div> -<!--l. 607--><p class="noindent" > +<!--l. 608--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.7 </span> <a id="x1-110003.7"></a>Option <span class="ec-lmtt-10">pdfinfo</span></h4> -<!--l. 609--><p class="noindent" >The information entries can be set using <span +<!--l. 610--><p class="noindent" >The information entries can be set using <span class="ec-lmtt-10">pdftitle</span>, <span class="ec-lmtt-10">pdfsubject</span>, …. Option <span class="ec-lmtt-10">pdfinfo </span>provides an @@ -1982,15 +1994,15 @@ values are text strings (see PDF specification). Example:  <br />  }  <br />} </div> - <!--l. 628--><p class="nopar" ></div> -<!--l. 631--><p class="noindent" > + <!--l. 629--><p class="nopar" ></div> +<!--l. 632--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.8 </span> <a id="x1-120003.8"></a>Big alphabetical list</h4> -<!--l. 633--><p class="noindent" >The following is a complete listing of available options for <span +<!--l. 634--><p class="noindent" >The following is a complete listing of available options for <span class="ec-lmss-10">hyperref</span>, arranged alphabetically. -<!--l. 636--><p class="noindent" > +<!--l. 637--><p class="noindent" > <a - id="x1-12001r10"></a> <!--l. 637--><div class="longtable"> <table id="TBL-11" class="longtable" + id="x1-12001r10"></a> <!--l. 638--><div class="longtable"> <table id="TBL-11" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-11-1g"><col id="TBL-11-1"><col @@ -2003,7 +2015,7 @@ class="ec-lmtt-10">anchorcolor </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">black </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-1-3" class="td10"> - <!--l. 637--><p class="noindent" >set color of anchors </td> + <!--l. 638--><p class="noindent" >set color of anchors </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-2-1" class="td01"><span @@ -2011,7 +2023,7 @@ class="ec-lmtt-10">backref </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-2-3" class="td10"> - <!--l. 638--><p class="noindent" >do bibliographical back references </td> + <!--l. 639--><p class="noindent" >do bibliographical back references </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-3-1" class="td01"><span @@ -2019,7 +2031,7 @@ class="ec-lmtt-10">baseurl </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-3-3" class="td10"> - <!--l. 639--><p class="noindent" >set base URL for document </td> + <!--l. 640--><p class="noindent" >set base URL for document </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-4-1" class="td01"><span @@ -2027,7 +2039,7 @@ class="ec-lmtt-10">bookmarks </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-4-3" class="td10"> - <!--l. 640--><p class="noindent" >make bookmarks </td> + <!--l. 641--><p class="noindent" >make bookmarks </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-5-1" class="td01"><span @@ -2035,7 +2047,7 @@ class="ec-lmtt-10">bookmarksnumbered </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-5-3" class="td10"> - <!--l. 641--><p class="noindent" >put section numbers in bookmarks </td> + <!--l. 642--><p class="noindent" >put section numbers in bookmarks </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-6-1" class="td01"><span @@ -2043,7 +2055,7 @@ class="ec-lmtt-10">bookmarksopen </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-6-3" class="td10"> - <!--l. 642--><p class="noindent" >open up bookmark tree </td> + <!--l. 643--><p class="noindent" >open up bookmark tree </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-7-1" class="td01"><span @@ -2051,7 +2063,7 @@ class="ec-lmtt-10">bookmarksopenlevel </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmtt-10">\maxdimen </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-7-3" class="td10"> - <!--l. 643--><p class="noindent" >level to which bookmarks are open </td> + <!--l. 644--><p class="noindent" >level to which bookmarks are open </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-8-1" class="td01"><span @@ -2059,7 +2071,7 @@ class="ec-lmtt-10">bookmarkstype </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">toc </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-8-3" class="td10"> - <!--l. 644--><p class="noindent" >to specify which ‘toc’ file to mimic </td> + <!--l. 645--><p class="noindent" >to specify which ‘toc’ file to mimic </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-9-1" class="td01"><span @@ -2067,7 +2079,7 @@ class="ec-lmtt-10">breaklinks </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-9-3" class="td10"> - <!--l. 645--><p class="noindent" >allow links to break over lines </td> + <!--l. 646--><p class="noindent" >allow links to break over lines </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-10-1" class="td01"><span @@ -2075,7 +2087,7 @@ class="ec-lmtt-10">CJKbookmarks </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-10-3" class="td10"> - <!--l. 646--><p class="noindent" >to produce CJK bookmarks </td> + <!--l. 647--><p class="noindent" >to produce CJK bookmarks </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-11-1" class="td01"><span @@ -2083,7 +2095,7 @@ class="ec-lmtt-10">citebordercolor </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">0 1 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-11-3" class="td10"> - <!--l. 647--><p class="noindent" >color of border around cites </td> + <!--l. 648--><p class="noindent" >color of border around cites </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-12-1" class="td01"><span @@ -2091,7 +2103,7 @@ class="ec-lmtt-10">citecolor </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">green </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-12-3" class="td10"> - <!--l. 648--><p class="noindent" >color of citation links </td> + <!--l. 649--><p class="noindent" >color of citation links </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-13-1" class="td01"><span @@ -2099,14 +2111,14 @@ class="ec-lmtt-10">colorlinks </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-13-3" class="td10"> - <!--l. 649--><p class="noindent" >color links </td> + <!--l. 650--><p class="noindent" >color links </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-14-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-14-2" class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-14-3" class="td10"> - <!--l. 650--><p class="noindent" >(<span + <!--l. 651--><p class="noindent" >(<span class="ec-lmss-10">tex4ht</span>, <span class="ec-lmss-10">dviwindo</span>) </td> </tr><tr @@ -2116,7 +2128,7 @@ class="ec-lmtt-10">debug </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-15-3" class="td10"> - <!--l. 651--><p class="noindent" >provide details of anchors defined; same as + <!--l. 652--><p class="noindent" >provide details of anchors defined; same as verbose </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-16-1" @@ -2125,7 +2137,7 @@ class="ec-lmtt-10">draft </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-16-3" class="td10"> - <!--l. 652--><p class="noindent" >do not do any hyperlinking </td> + <!--l. 653--><p class="noindent" >do not do any hyperlinking </td> </tr><tr @@ -2134,7 +2146,7 @@ class="td01"><span class="ec-lmtt-10">dvipdfm </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-17-2" class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-17-3" class="td10"> - <!--l. 653--><p class="noindent" >use <span + <!--l. 654--><p class="noindent" >use <span class="ec-lmss-10">dvipdfm </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-18-1" @@ -2142,7 +2154,7 @@ class="td01"><span class="ec-lmtt-10">dvipdfmx </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-18-2" class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-18-3" class="td10"> - <!--l. 654--><p class="noindent" >use <span + <!--l. 655--><p class="noindent" >use <span class="ec-lmss-10">dvipdfmx </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-19-1" @@ -2150,7 +2162,7 @@ class="td01"><span class="ec-lmtt-10">dvips </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-19-2" class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-19-3" class="td10"> - <!--l. 655--><p class="noindent" >use <span + <!--l. 656--><p class="noindent" >use <span class="ec-lmss-10">dvips </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-20-1" @@ -2158,7 +2170,7 @@ class="td01"><span class="ec-lmtt-10">dvipsone </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-20-2" class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-20-3" class="td10"> - <!--l. 656--><p class="noindent" >use <span + <!--l. 657--><p class="noindent" >use <span class="ec-lmss-10">dvipsone </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-21-1" @@ -2171,7 +2183,7 @@ class="td01"><span class="ec-lmtt-10">dviwindo </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-22-2" class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-22-3" class="td10"> - <!--l. 657--><p class="noindent" >use <span + <!--l. 658--><p class="noindent" >use <span class="ec-lmss-10">dviwindo </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-23-1" @@ -2179,7 +2191,7 @@ class="td01"><span class="ec-lmtt-10">encap </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-23-2" class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-23-3" class="td10"> - <!--l. 658--><p class="noindent" >to set encap character for hyperindex </td> + <!--l. 659--><p class="noindent" >to set encap character for hyperindex </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-24-1" class="td01"><span @@ -2187,7 +2199,7 @@ class="ec-lmtt-10">extension </span></td><td style="white-space:nowrap; t class="td11"> <span class="ec-lmri-10">dvi </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-24-3" class="td10"> - <!--l. 659--><p class="noindent" >suffix of linked files </td> + <!--l. 660--><p class="noindent" >suffix of linked files </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-25-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-25-1" class="td01"><span @@ -2195,7 +2207,7 @@ class="ec-lmtt-10">filebordercolor </span></td><td style="white-space:nowrap; t class="td11"> <span class="ec-lmri-10">0 .5 .5 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-25-3" class="td10"> - <!--l. 660--><p class="noindent" >color of border around file links </td> + <!--l. 661--><p class="noindent" >color of border around file links </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-26-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-26-1" class="td01"><span @@ -2203,7 +2215,7 @@ class="ec-lmtt-10">filecolor </span></td><td style="white-space:nowrap; t class="td11"> <span class="ec-lmri-10">cyan </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-26-3" class="td10"> - <!--l. 661--><p class="noindent" >color of file links </td> + <!--l. 662--><p class="noindent" >color of file links </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-27-1" class="td01"><span @@ -2211,7 +2223,7 @@ class="ec-lmtt-10">final </span></td><td style="white-space:nowrap; t class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-27-3" class="td10"> - <!--l. 662--><p class="noindent" >opposite of option draft </td> + <!--l. 663--><p class="noindent" >opposite of option draft </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-28-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-28-1" class="td01"><span @@ -2219,7 +2231,7 @@ class="ec-lmtt-10">frenchlinks </span></td><td style="white-space:nowrap; t class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-28-3" class="td10"> - <!--l. 663--><p class="noindent" >use small caps instead of color for links </td> + <!--l. 664--><p class="noindent" >use small caps instead of color for links </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-29-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-29-1" class="td01"><span @@ -2227,7 +2239,7 @@ class="ec-lmtt-10">hyperfigures </span></td><td style="white-space:nowrap; t class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-29-3" class="td10"> - <!--l. 664--><p class="noindent" >make figures hyper links </td> + <!--l. 665--><p class="noindent" >make figures hyper links </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-30-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-30-1" class="td01"><span @@ -2235,7 +2247,7 @@ class="ec-lmtt-10">hyperfootnotes </span></td><td style="white-space:nowrap; t class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-30-3" class="td10"> - <!--l. 665--><p class="noindent" >set up hyperlinked footnotes </td> + <!--l. 666--><p class="noindent" >set up hyperlinked footnotes </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-31-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-31-1" class="td01"><span @@ -2243,14 +2255,14 @@ class="ec-lmtt-10">hyperindex </span></td><td style="white-space:nowrap; t class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-31-3" class="td10"> - <!--l. 666--><p class="noindent" >set up hyperlinked indices </td> + <!--l. 667--><p class="noindent" >set up hyperlinked indices </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-32-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-32-1" class="td01"><span class="ec-lmtt-10">hypertex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-32-2" class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-32-3" class="td10"> - <!--l. 667--><p class="noindent" >use <span + <!--l. 668--><p class="noindent" >use <span class="ec-lmss-10">Hyper</span><span class="TEX"><span class="ec-lmss-10">T</span><span class="E"><span @@ -2263,7 +2275,7 @@ class="ec-lmtt-10">hypertexnames </span></td><td style="white-space:nowrap; t class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-33-3" class="td10"> - <!--l. 668--><p class="noindent" >use guessable names for links </td> + <!--l. 669--><p class="noindent" >use guessable names for links </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-34-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-34-1" class="td01"><span @@ -2271,7 +2283,7 @@ class="ec-lmtt-10">implicit </span></td><td style="white-space:nowrap; t class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-34-3" class="td10"> - <!--l. 669--><p class="noindent" >redefine <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span + <!--l. 670--><p class="noindent" >redefine <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> internals </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-35-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-35-1" @@ -2279,7 +2291,7 @@ class="td01"><span class="ec-lmtt-10">latex2html </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-35-2" class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-35-3" class="td10"> - <!--l. 670--><p class="noindent" >use <span class="LATEX"><span + <!--l. 671--><p class="noindent" >use <span class="LATEX"><span class="ec-lmss-10">L</span><span class="A"><span class="ec-lmss-10">A</span></span><span class="TEX"><span class="ec-lmss-10">T</span><span @@ -2293,14 +2305,14 @@ class="td01"><span class="ec-lmtt-10">legalpaper </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-36-2" class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-36-3" class="td10"> - <!--l. 671--><p class="noindent" >use legalpaper </td> + <!--l. 672--><p class="noindent" >use legalpaper </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-37-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-37-1" class="td01"><span class="ec-lmtt-10">letterpaper </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-37-2" class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-37-3" class="td10"> - <!--l. 672--><p class="noindent" >use letterpaper </td> + <!--l. 673--><p class="noindent" >use letterpaper </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-38-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-38-1" class="td01"><span @@ -2308,7 +2320,7 @@ class="ec-lmtt-10">linkbordercolor </span></td><td style="white-space:nowrap; t class="td11"> <span class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-38-3" class="td10"> - <!--l. 673--><p class="noindent" >color of border around links </td> + <!--l. 674--><p class="noindent" >color of border around links </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-39-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-39-1" class="td01"><span @@ -2316,7 +2328,7 @@ class="ec-lmtt-10">linkcolor </span></td><td style="white-space:nowrap; t class="td11"> <span class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-39-3" class="td10"> - <!--l. 674--><p class="noindent" >color of links </td> + <!--l. 675--><p class="noindent" >color of links </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-40-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-40-1" class="td01"><span @@ -2324,7 +2336,7 @@ class="ec-lmtt-10">linktocpage </span></td><td style="white-space:nowrap; t class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-40-3" class="td10"> - <!--l. 675--><p class="noindent" >make page number, not text, be link on TOC, + <!--l. 676--><p class="noindent" >make page number, not text, be link on TOC, LOF and LOT </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-41-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-41-1" @@ -2333,7 +2345,7 @@ class="ec-lmtt-10">menubordercolor </span></td><td style="white-space:nowrap; t class="td11"> <span class="ec-lmri-10">1 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-41-3" class="td10"> - <!--l. 676--><p class="noindent" >color of border around menu links </td> + <!--l. 677--><p class="noindent" >color of border around menu links </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-42-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-42-1" class="td01"> </td></tr> @@ -2344,7 +2356,7 @@ class="ec-lmtt-10">menucolor </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">red </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-43-3" class="td10"> - <!--l. 677--><p class="noindent" >color for menu links </td> + <!--l. 678--><p class="noindent" >color for menu links </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-44-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-44-1" class="td01"><span @@ -2352,7 +2364,7 @@ class="ec-lmtt-10">nativepdf </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-44-3" class="td10"> - <!--l. 678--><p class="noindent" >an alias for <span + <!--l. 679--><p class="noindent" >an alias for <span class="ec-lmss-10">dvips</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-45-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-45-1" @@ -2361,7 +2373,7 @@ class="ec-lmtt-10">naturalnames </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-45-3" class="td10"> - <!--l. 679--><p class="noindent" >use <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span + <!--l. 680--><p class="noindent" >use <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span>-computed names for links </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-46-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-46-1" @@ -2370,7 +2382,7 @@ class="ec-lmtt-10">nesting </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-46-3" class="td10"> - <!--l. 680--><p class="noindent" >allow nesting of links </td> + <!--l. 681--><p class="noindent" >allow nesting of links </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-47-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-47-1" class="td01"><span @@ -2378,7 +2390,7 @@ class="ec-lmtt-10">pageanchor </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-47-3" class="td10"> - <!--l. 681--><p class="noindent" >put an anchor on every page </td> + <!--l. 682--><p class="noindent" >put an anchor on every page </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-48-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-48-1" class="td01"><span @@ -2386,7 +2398,7 @@ class="ec-lmtt-10">pagebackref </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-48-3" class="td10"> - <!--l. 682--><p class="noindent" >backreference by page number </td> + <!--l. 683--><p class="noindent" >backreference by page number </td> </tr><tr @@ -2396,7 +2408,7 @@ class="ec-lmtt-10">pdfauthor </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-49-3" class="td10"> - <!--l. 683--><p class="noindent" >text for PDF Author field </td> + <!--l. 684--><p class="noindent" >text for PDF Author field </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-50-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-50-1" class="td01"><span @@ -2404,14 +2416,14 @@ class="ec-lmtt-10">pdfborder </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">0 0 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-50-3" class="td10"> - <!--l. 684--><p class="noindent" >width of PDF link border </td> + <!--l. 685--><p class="noindent" >width of PDF link border </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-51-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-51-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-51-2" class="td11"> <span class="ec-lmri-10">0 0 0 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-51-3" class="td10"> - <!--l. 685--><p class="noindent" >(<span + <!--l. 686--><p class="noindent" >(<span class="ec-lmtt-10">colorlinks)</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-52-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-52-1" @@ -2420,7 +2432,7 @@ class="ec-lmtt-10">pdfcenterwindow </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-52-3" class="td10"> - <!--l. 686--><p class="noindent" >position the document window in the center + <!--l. 687--><p class="noindent" >position the document window in the center of the screen </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-53-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-53-1" @@ -2429,21 +2441,21 @@ class="ec-lmtt-10">pdfcreator </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">LaTeX with </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-53-3" class="td10"> - <!--l. 687--><p class="noindent" >text for PDF Creator field </td> + <!--l. 688--><p class="noindent" >text for PDF Creator field </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-54-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-54-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-54-2" class="td11"> <span class="ec-lmri-10">hyperref </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-54-3" class="td10"> - <!--l. 689--><p class="noindent" > </td> + <!--l. 690--><p class="noindent" > </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-55-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-55-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-55-2" class="td11"> <span class="ec-lmri-10">package </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-55-3" class="td10"> - <!--l. 690--><p class="noindent" > </td> + <!--l. 691--><p class="noindent" > </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-56-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-56-1" class="td01"><span @@ -2451,7 +2463,7 @@ class="ec-lmtt-10">pdfdirection </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-56-3" class="td10"> - <!--l. 690--><p class="noindent" >direction setting </td> + <!--l. 691--><p class="noindent" >direction setting </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-57-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-57-1" class="td01"><span @@ -2459,7 +2471,7 @@ class="ec-lmtt-10">pdfdisplaydoctitle </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-57-3" class="td10"> - <!--l. 691--><p class="noindent" >display document title instead of file name in + <!--l. 692--><p class="noindent" >display document title instead of file name in title bar </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-58-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-58-1" @@ -2468,7 +2480,7 @@ class="ec-lmtt-10">pdfduplex </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-58-3" class="td10"> - <!--l. 693--><p class="noindent" >paper handling option for print dialog </td> + <!--l. 694--><p class="noindent" >paper handling option for print dialog </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-59-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-59-1" class="td01"><span @@ -2476,7 +2488,7 @@ class="ec-lmtt-10">pdffitwindow </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-59-3" class="td10"> - <!--l. 695--><p class="noindent" >resize document window to fit document size </td> + <!--l. 696--><p class="noindent" >resize document window to fit document size </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-60-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-60-1" class="td01"><span @@ -2484,7 +2496,7 @@ class="ec-lmtt-10">pdfhighlight </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">/I </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-60-3" class="td10"> - <!--l. 696--><p class="noindent" >set highlighting of PDF links </td> + <!--l. 697--><p class="noindent" >set highlighting of PDF links </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-61-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-61-1" class="td01"><span @@ -2492,7 +2504,7 @@ class="ec-lmtt-10">pdfinfo </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-61-3" class="td10"> - <!--l. 697--><p class="noindent" >alternative interface for setting document + <!--l. 698--><p class="noindent" >alternative interface for setting document information </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-62-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-62-1" @@ -2501,7 +2513,7 @@ class="ec-lmtt-10">pdfkeywords </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-62-3" class="td10"> - <!--l. 698--><p class="noindent" >text for PDF Keywords field </td> + <!--l. 699--><p class="noindent" >text for PDF Keywords field </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-63-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-63-1" class="td01"> </td></tr> @@ -2512,7 +2524,7 @@ class="ec-lmtt-10">pdflang </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-64-3" class="td10"> - <!--l. 699--><p class="noindent" >PDF language identifier (RFC 3066) </td> + <!--l. 700--><p class="noindent" >PDF language identifier (RFC 3066) </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-65-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-65-1" class="td01"><span @@ -2520,7 +2532,7 @@ class="ec-lmtt-10">pdfmark </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-65-3" class="td10"> - <!--l. 700--><p class="noindent" >an alias for <span + <!--l. 701--><p class="noindent" >an alias for <span class="ec-lmss-10">dvips</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-66-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-66-1" @@ -2529,7 +2541,7 @@ class="ec-lmtt-10">pdfmenubar </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-66-3" class="td10"> - <!--l. 701--><p class="noindent" >make PDF viewer’s menu bar visible </td> + <!--l. 702--><p class="noindent" >make PDF viewer’s menu bar visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-67-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-67-1" class="td01"><span @@ -2537,13 +2549,13 @@ class="ec-lmtt-10">pdfnewwindow </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-67-3" class="td10"> - <!--l. 702--><p class="noindent" >make links that open another PDF </td> + <!--l. 703--><p class="noindent" >make links that open another PDF </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-68-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-68-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-11-68-2" class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-68-3" class="td10"> - <!--l. 703--><p class="noindent" >file start a new window </td> + <!--l. 704--><p class="noindent" >file start a new window </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-69-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-69-1" class="td01"><span @@ -2551,7 +2563,7 @@ class="ec-lmtt-10">pdfnonfullscreenpagemode </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-69-3" class="td10"> - <!--l. 705--><p class="noindent" >page mode setting on exiting full-screen mode</td> + <!--l. 706--><p class="noindent" >page mode setting on exiting full-screen mode</td> </tr><tr style="vertical-align:baseline;" id="TBL-11-70-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-70-1" class="td01"><span @@ -2559,7 +2571,7 @@ class="ec-lmtt-10">pdfnumcopies </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-70-3" class="td10"> - <!--l. 707--><p class="noindent" >number of printed copies </td> + <!--l. 708--><p class="noindent" >number of printed copies </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-71-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-71-1" class="td01"><span @@ -2567,7 +2579,7 @@ class="ec-lmtt-10">pdfpagelayout </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-71-3" class="td10"> - <!--l. 708--><p class="noindent" >set layout of PDF pages </td> + <!--l. 709--><p class="noindent" >set layout of PDF pages </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-72-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-72-1" class="td01"><span @@ -2575,7 +2587,7 @@ class="ec-lmtt-10">pdfpagemode </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-72-3" class="td10"> - <!--l. 709--><p class="noindent" >set default mode of PDF display </td> + <!--l. 710--><p class="noindent" >set default mode of PDF display </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-73-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-73-1" class="td01"><span @@ -2583,7 +2595,7 @@ class="ec-lmtt-10">pdfpagelabels </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-73-3" class="td10"> - <!--l. 710--><p class="noindent" >set PDF page labels </td> + <!--l. 711--><p class="noindent" >set PDF page labels </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-74-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-74-1" class="td01"><span @@ -2591,7 +2603,7 @@ class="ec-lmtt-10">pdfpagescrop </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-74-3" class="td10"> - <!--l. 711--><p class="noindent" >set crop size of PDF document </td> + <!--l. 712--><p class="noindent" >set crop size of PDF document </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-75-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-75-1" class="td01"><span @@ -2599,7 +2611,7 @@ class="ec-lmtt-10">pdfpagetransition </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-75-3" class="td10"> - <!--l. 712--><p class="noindent" >set PDF page transition style </td> + <!--l. 713--><p class="noindent" >set PDF page transition style </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-76-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-76-1" class="td01"><span @@ -2607,7 +2619,7 @@ class="ec-lmtt-10">pdfpicktraybypdfsize </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-76-3" class="td10"> - <!--l. 714--><p class="noindent" >set option for print dialog </td> + <!--l. 715--><p class="noindent" >set option for print dialog </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-77-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-77-1" class="td01"><span @@ -2615,7 +2627,7 @@ class="ec-lmtt-10">pdfprintarea </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-77-3" class="td10"> - <!--l. 715--><p class="noindent" >set /PrintArea of viewer preferences </td> + <!--l. 716--><p class="noindent" >set /PrintArea of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-78-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-78-1" class="td01"><span @@ -2623,7 +2635,7 @@ class="ec-lmtt-10">pdfprintclip </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-78-3" class="td10"> - <!--l. 716--><p class="noindent" >set /PrintClip of viewer preferences </td> + <!--l. 717--><p class="noindent" >set /PrintClip of viewer preferences </td> </tr><tr @@ -2633,7 +2645,7 @@ class="ec-lmtt-10">pdfprintpagerange </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-79-3" class="td10"> - <!--l. 717--><p class="noindent" >set /PrintPageRange of viewer preferences </td> + <!--l. 718--><p class="noindent" >set /PrintPageRange of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-80-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-80-1" class="td01"><span @@ -2641,7 +2653,7 @@ class="ec-lmtt-10">pdfprintscaling </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-80-3" class="td10"> - <!--l. 718--><p class="noindent" >page scaling option for print dialog </td> + <!--l. 719--><p class="noindent" >page scaling option for print dialog </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-81-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-81-1" class="td01"><span @@ -2649,259 +2661,267 @@ class="ec-lmtt-10">pdfproducer </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-81-3" class="td10"> - <!--l. 719--><p class="noindent" >text for PDF Producer field </td> + <!--l. 720--><p class="noindent" >text for PDF Producer field </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-82-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-82-1" class="td01"><span -class="ec-lmtt-10">pdfstartpage </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-82-2" +class="ec-lmtt-10">pdfremotestartview </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-82-2" class="td11"> <span -class="ec-lmri-10">1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-82-3" +class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-82-3" class="td10"> - <!--l. 720--><p class="noindent" >page at which PDF document opens </td> + <!--l. 721--><p class="noindent" >starting view of remote PDF documents </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-83-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-83-1" class="td01"><span -class="ec-lmtt-10">pdfstartview </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-83-2" +class="ec-lmtt-10">pdfstartpage </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-83-2" class="td11"> <span -class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-83-3" +class="ec-lmri-10">1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-83-3" class="td10"> - <!--l. 721--><p class="noindent" >starting view of PDF document </td> + <!--l. 722--><p class="noindent" >page at which PDF document opens </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-84-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-84-1" class="td01"> </td></tr> <tr style="vertical-align:baseline;" id="TBL-11-85-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-85-1" class="td01"><span -class="ec-lmtt-10">pdfsubject </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-85-2" +class="ec-lmtt-10">pdfstartview </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-85-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-85-3" +class="ec-lmri-10">Fit </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-85-3" class="td10"> - <!--l. 722--><p class="noindent" >text for PDF Subject field </td> + <!--l. 723--><p class="noindent" >starting view of PDF document </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-86-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-86-1" class="td01"><span -class="ec-lmtt-10">pdftex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-86-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-86-3" +class="ec-lmtt-10">pdfsubject </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-86-2" +class="td11"> <span +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-86-3" class="td10"> - <!--l. 723--><p class="noindent" >use <span + <!--l. 724--><p class="noindent" >text for PDF Subject field </td> +</tr><tr + style="vertical-align:baseline;" id="TBL-11-87-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-87-1" +class="td01"><span +class="ec-lmtt-10">pdftex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-87-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-87-3" +class="td10"> + <!--l. 725--><p class="noindent" >use <span class="ec-lmss-10">pdf</span><span class="TEX"><span class="ec-lmss-10">T</span><span class="E"><span class="ec-lmss-10">E</span></span><span class="ec-lmss-10">X</span></span> backend </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-87-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-87-1" + style="vertical-align:baseline;" id="TBL-11-88-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-88-1" class="td01"><span -class="ec-lmtt-10">pdftitle </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-87-2" +class="ec-lmtt-10">pdftitle </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-88-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-87-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-88-3" class="td10"> - <!--l. 724--><p class="noindent" >text for PDF Title field </td> + <!--l. 726--><p class="noindent" >text for PDF Title field </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-88-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-88-1" + style="vertical-align:baseline;" id="TBL-11-89-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-89-1" class="td01"><span -class="ec-lmtt-10">pdftoolbar </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-88-2" +class="ec-lmtt-10">pdftoolbar </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-89-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-88-3" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-89-3" class="td10"> - <!--l. 725--><p class="noindent" >make PDF toolbar visible </td> + <!--l. 727--><p class="noindent" >make PDF toolbar visible </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-89-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-89-1" + style="vertical-align:baseline;" id="TBL-11-90-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-90-1" class="td01"><span -class="ec-lmtt-10">pdftrapped </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-89-2" +class="ec-lmtt-10">pdftrapped </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-90-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-89-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-90-3" class="td10"> - <!--l. 726--><p class="noindent" >Sets the document information Trapped entry. + <!--l. 728--><p class="noindent" >Sets the document information Trapped entry. Possible values are <span class="ec-lmtt-10">True</span>, <span class="ec-lmtt-10">False </span>and <span class="ec-lmtt-10">Unknown</span>. An empty value means, the entry is not set. </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-90-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-90-1" -class="td01"><span -class="ec-lmtt-10">pdfview </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-90-2" -class="td11"> <span -class="ec-lmri-10">XYZ </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-90-3" -class="td10"> - <!--l. 729--><p class="noindent" >PDF ‘view’ when on link traversal </td> -</tr><tr style="vertical-align:baseline;" id="TBL-11-91-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-91-1" class="td01"><span -class="ec-lmtt-10">pdfviewarea </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-91-2" +class="ec-lmtt-10">pdfview </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-91-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-91-3" +class="ec-lmri-10">XYZ </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-91-3" class="td10"> - <!--l. 730--><p class="noindent" >set /ViewArea of viewer preferences </td> + <!--l. 731--><p class="noindent" >PDF ‘view’ when on link traversal </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-92-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-92-1" class="td01"><span -class="ec-lmtt-10">pdfviewclip </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-92-2" +class="ec-lmtt-10">pdfviewarea </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-92-2" class="td11"> <span -class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-92-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-92-3" class="td10"> - <!--l. 731--><p class="noindent" >set /ViewClip of viewer preferences </td> + <!--l. 732--><p class="noindent" >set /ViewArea of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-93-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-93-1" class="td01"><span -class="ec-lmtt-10">pdfwindowui </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-93-2" +class="ec-lmtt-10">pdfviewclip </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-93-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-93-3" +class="ec-lmri-10">empty </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-93-3" class="td10"> - <!--l. 732--><p class="noindent" >make PDF user interface elements visible </td> + <!--l. 733--><p class="noindent" >set /ViewClip of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-94-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-94-1" class="td01"><span -class="ec-lmtt-10">plainpages </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-94-2" +class="ec-lmtt-10">pdfwindowui </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-94-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-94-3" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-94-3" class="td10"> - <!--l. 733--><p class="noindent" >do page number anchors as plain arabic </td> + <!--l. 734--><p class="noindent" >make PDF user interface elements visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-95-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-95-1" class="td01"><span -class="ec-lmtt-10">ps2pdf </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-95-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-95-3" +class="ec-lmtt-10">plainpages </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-95-2" +class="td11"> <span +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-95-3" +class="td10"> + <!--l. 735--><p class="noindent" >do page number anchors as plain arabic </td> +</tr><tr + style="vertical-align:baseline;" id="TBL-11-96-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-96-1" +class="td01"><span +class="ec-lmtt-10">ps2pdf </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-96-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-96-3" class="td10"> - <!--l. 734--><p class="noindent" >use <span + <!--l. 736--><p class="noindent" >use <span class="ec-lmss-10">ps2pdf </span>backend </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-96-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-96-1" + style="vertical-align:baseline;" id="TBL-11-97-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-97-1" class="td01"><span -class="ec-lmtt-10">raiselinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-96-2" +class="ec-lmtt-10">raiselinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-97-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-96-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-97-3" class="td10"> - <!--l. 735--><p class="noindent" >raise up links (for <span + <!--l. 737--><p class="noindent" >raise up links (for <span class="ec-lmss-10">Hyper</span><span class="TEX"><span class="ec-lmss-10">T</span><span class="E"><span class="ec-lmss-10">E</span></span><span class="ec-lmss-10">X</span></span> backend) </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-97-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-97-1" + style="vertical-align:baseline;" id="TBL-11-98-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-98-1" class="td01"><span -class="ec-lmtt-10">runbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-97-2" +class="ec-lmtt-10">runbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-98-2" class="td11"> <span -class="ec-lmri-10">0 .7 .7 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-97-3" +class="ec-lmri-10">0 .7 .7 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-98-3" class="td10"> - <!--l. 736--><p class="noindent" >color of border around ‘run’ links </td> + <!--l. 738--><p class="noindent" >color of border around ‘run’ links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-98-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-98-1" + style="vertical-align:baseline;" id="TBL-11-99-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-99-1" class="td01"><span -class="ec-lmtt-10">runcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-98-2" +class="ec-lmtt-10">runcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-99-2" class="td11"> <span -class="ec-lmri-10">filecolor </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-98-3" +class="ec-lmri-10">filecolor </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-99-3" class="td10"> - <!--l. 737--><p class="noindent" >color of ‘run’ links </td> + <!--l. 739--><p class="noindent" >color of ‘run’ links </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-99-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-99-1" + style="vertical-align:baseline;" id="TBL-11-100-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-100-1" class="td01"><span -class="ec-lmtt-10">setpagesize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-99-2" +class="ec-lmtt-10">setpagesize </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-100-2" class="td11"> <span -class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-99-3" +class="ec-lmri-10">true </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-100-3" class="td10"> - <!--l. 738--><p class="noindent" >set page size by special driver commands </td> + <!--l. 740--><p class="noindent" >set page size by special driver commands </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-100-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-100-1" + style="vertical-align:baseline;" id="TBL-11-101-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-101-1" class="td01"><span -class="ec-lmtt-10">tex4ht </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-100-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-100-3" +class="ec-lmtt-10">tex4ht </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-101-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-101-3" class="td10"> - <!--l. 739--><p class="noindent" >use <span class="TEX"><span + <!--l. 741--><p class="noindent" >use <span class="TEX"><span class="ec-lmss-10">T</span><span class="E"><span class="ec-lmss-10">E</span></span><span class="ec-lmss-10">X</span></span><span class="ec-lmss-10">4ht </span>backend </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-101-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-101-1" -class="td01"><span -class="ec-lmtt-10">textures </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-101-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-101-3" -class="td10"> - <!--l. 740--><p class="noindent" >use <span -class="ec-lmss-10">Textures </span>backend </td> -</tr><tr style="vertical-align:baseline;" id="TBL-11-102-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-102-1" class="td01"><span -class="ec-lmtt-10">unicode </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-102-2" -class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-102-3" +class="ec-lmtt-10">textures </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-102-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-102-3" class="td10"> - <!--l. 741--><p class="noindent" >Unicode encoded pdf strings </td> + <!--l. 742--><p class="noindent" >use <span +class="ec-lmss-10">Textures </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-103-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-103-1" class="td01"><span -class="ec-lmtt-10">urlbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-103-2" +class="ec-lmtt-10">unicode </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-103-2" class="td11"> <span -class="ec-lmri-10">0 1 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-103-3" +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-103-3" class="td10"> - <!--l. 742--><p class="noindent" >color of border around URL links </td> + <!--l. 743--><p class="noindent" >Unicode encoded pdf strings </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-104-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-104-1" class="td01"><span -class="ec-lmtt-10">urlcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-104-2" +class="ec-lmtt-10">urlbordercolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-104-2" class="td11"> <span -class="ec-lmri-10">magenta </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-104-3" +class="ec-lmri-10">0 1 1 </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-104-3" class="td10"> - <!--l. 743--><p class="noindent" >color of URL links </td> + <!--l. 744--><p class="noindent" >color of border around URL links </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-105-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-105-1" class="td01"> </td></tr> <tr style="vertical-align:baseline;" id="TBL-11-106-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-106-1" class="td01"><span -class="ec-lmtt-10">verbose </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-106-2" +class="ec-lmtt-10">urlcolor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-106-2" class="td11"> <span -class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-106-3" +class="ec-lmri-10">magenta </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-106-3" class="td10"> - <!--l. 744--><p class="noindent" >be chatty </td> + <!--l. 745--><p class="noindent" >color of URL links </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-107-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-107-1" class="td01"><span -class="ec-lmtt-10">vtex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-107-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-107-3" +class="ec-lmtt-10">verbose </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-107-2" +class="td11"> <span +class="ec-lmri-10">false </span></td><td style="white-space:wrap; text-align:left;" id="TBL-11-107-3" class="td10"> - <!--l. 745--><p class="noindent" >use <span -class="ec-lmss-10">VTeX </span>backend </td> + <!--l. 746--><p class="noindent" >be chatty </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-108-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-108-1" class="td01"><span -class="ec-lmtt-10">xetex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-108-2" -class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-108-3" +class="ec-lmtt-10">vtex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-108-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-108-3" +class="td10"> + <!--l. 747--><p class="noindent" >use <span +class="ec-lmss-10">VTeX </span>backend </td> +</tr><tr + style="vertical-align:baseline;" id="TBL-11-109-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-109-1" +class="td01"><span +class="ec-lmtt-10">xetex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-109-2" +class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-11-109-3" class="td10"> - <!--l. 746--><p class="noindent" >use <span + <!--l. 748--><p class="noindent" >use <span class="ec-lmss-10">Xe</span><span class="TEX"><span class="ec-lmss-10">T</span><span class="E"><span class="ec-lmss-10">E</span></span><span class="ec-lmss-10">X</span></span> backend </td> </tr><tr - style="vertical-align:baseline;" id="TBL-11-109-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-109-1" -class="td01"> </td> -</tr><tr style="vertical-align:baseline;" id="TBL-11-110-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-110-1" -class="td01"> </td> +class="td01"> </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-111-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-111-1" -class="td01"> </td> +class="td01"> </td> + + </tr><tr style="vertical-align:baseline;" id="TBL-11-112-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-112-1" -class="td01"> </td> +class="td01"> </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-113-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-113-1" -class="td01"> </td></tr> - - +class="td01"> </td> +</tr><tr + style="vertical-align:baseline;" id="TBL-11-114-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-114-1" +class="td01"> </td></tr> </table></div> -<!--l. 749--><p class="noindent" > +<!--l. 751--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">4 </span> <a id="x1-130004"></a>Additional user macros</h3> -<!--l. 751--><p class="noindent" >If you need to make references to URLs, or write explicit links, the following low-level user macros are +<!--l. 753--><p class="noindent" >If you need to make references to URLs, or write explicit links, the following low-level user macros are provided: -<!--l. 754--><p class="noindent" > +<!--l. 756--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-12" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-12-1g"><col @@ -2909,17 +2929,43 @@ id="TBL-12-1"></colgroup><tr style="vertical-align:baseline;" id="TBL-12-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-1-1" class="td11"> <span class="ec-lmtt-10">\href</span><span class="obeylines-h"><span class="verb"><span +class="ec-lmtt-10">[</span></span></span><span +class="ec-lmri-10">options</span><span class="obeylines-h"><span class="verb"><span +class="ec-lmtt-10">]</span></span></span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">{</span></span></span><span class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span -class="ec-lmtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 758--><p class="noindent" >The <span +class="ec-lmtt-10">}</span></span></span> </td> + </tr></table> </div></span> +<!--l. 760--><p class="noindent" >The <span class="ec-lmri-10">text </span>is made a hyperlink to the <span class="ec-lmri-10">URL</span>; this must be a full URL (relative to the base URL, if that is defined). The special characters # and ˜ do <span class="ec-lmri-10">not </span>need to be escaped in any way. -<!--l. 763--><p class="noindent" > +<!--l. 765--><p class="indent" > The optional argument <span +class="ec-lmri-10">options </span>recognizes the hyperref options <span +class="ec-lmtt-10">pdfremotestartview</span>, <span +class="ec-lmtt-10">pdfnewwindow</span> +and the following key value options: + <dl class="description"><dt class="description"> +<span +class="ec-lmtk-10">page</span><span +class="ec-lmbx-10">:</span> </dt><dd +class="description">Specifies the start page number of remote PDF documents. First page is <span class="obeylines-h"><span class="verb"><span +class="ec-lmtt-10">1</span></span></span>. + </dd><dt class="description"> +<span +class="ec-lmtk-10">ismap</span><span +class="ec-lmbx-10">:</span> </dt><dd +class="description">Boolean key, if set to |true|, the URL should appended by the coordinates as query + parameters by the PDF viewer. + </dd><dt class="description"> +<span +class="ec-lmtk-10">nextactionraw</span><span +class="ec-lmbx-10">:</span> </dt><dd +class="description">The value of key |/Next| of action dictionaries, see PDF specification.</dd></dl> +<!--l. 778--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-13" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-13-1g"><col @@ -2930,7 +2976,7 @@ class="ec-lmtt-10">\url</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">{</span></span></span><span class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 767--><p class="noindent" >Similar to <span +<!--l. 782--><p class="noindent" >Similar to <span class="ec-lmtt-10">\href</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">{</span></span></span><span class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span @@ -2941,7 +2987,7 @@ class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}}</span></span></span>. Depending on the driver <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\href</span></span></span> also tries to detect the link type. Thus the result can be a url link, file link, … -<!--l. 772--><p class="noindent" > +<!--l. 787--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-14" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-14-1g"><col @@ -2952,10 +2998,10 @@ class="ec-lmtt-10">\nolinkurl</span><span class="obeylines-h"><span class="verb" class="ec-lmtt-10">{</span></span></span><span class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 776--><p class="noindent" >Write <span +<!--l. 791--><p class="noindent" >Write <span class="ec-lmri-10">URL </span>in the same way as <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\url</span></span></span>, without creating a hyperlink. -<!--l. 779--><p class="noindent" > +<!--l. 794--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-15" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-15-1g"><col @@ -2967,10 +3013,10 @@ class="ec-lmtt-10">{</span></span></span><span class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 783--><p class="noindent" >A base <span +<!--l. 798--><p class="noindent" >A base <span class="ec-lmri-10">URL </span>is established, which is prepended to other specified URLs, to make it easier to write portable documents. -<!--l. 786--><p class="noindent" > +<!--l. 801--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-16" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-16-1g"><col @@ -2984,12 +3030,14 @@ class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 790--><p class="noindent" >The link to the image referenced by the URL is inserted, using <span +<!--l. 805--><p class="noindent" >The link to the image referenced by the URL is inserted, using <span class="ec-lmri-10">text </span>as the anchor. -<!--l. 793--><p class="indent" > For drivers that produce HTML, the image itself is inserted by the browser, with the <span + + +<!--l. 808--><p class="indent" > For drivers that produce HTML, the image itself is inserted by the browser, with the <span class="ec-lmri-10">text </span>being ignored completely. -<!--l. 796--><p class="noindent" > +<!--l. 811--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-17" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-17-1g"><col @@ -3005,10 +3053,10 @@ class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 800--><p class="noindent" >A target area of the document (the <span +<!--l. 815--><p class="noindent" >A target area of the document (the <span class="ec-lmri-10">text</span>) is marked, and given the name <span class="ec-lmri-10">category.name</span> -<!--l. 803--><p class="noindent" > +<!--l. 818--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-18" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-18-1g"><col @@ -3026,12 +3074,10 @@ class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 807--><p class="noindent" ><span +<!--l. 822--><p class="noindent" ><span class="ec-lmri-10">text </span>is made into a link to <span class="ec-lmri-10">URL#category.name</span> - - -<!--l. 809--><p class="noindent" > +<!--l. 824--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-19" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-19-1g"><col @@ -3045,12 +3091,12 @@ class="ec-lmtt-10">]{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 813--><p class="noindent" ><span +<!--l. 828--><p class="noindent" ><span class="ec-lmri-10">text </span>is made into a link to the same place as <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\ref{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> would be linked. -<!--l. 817--><p class="noindent" > +<!--l. 832--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-20" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-20-1g"><col @@ -3064,7 +3110,7 @@ class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 820--><p class="noindent" > +<!--l. 835--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-21" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-21-1g"><col @@ -3078,7 +3124,7 @@ class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 824--><p class="noindent" >A simple internal link is created with <span class="obeylines-h"><span class="verb"><span +<!--l. 839--><p class="noindent" >A simple internal link is created with <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\hypertarget</span></span></span>, with two parameters of an anchor <span class="ec-lmri-10">name</span>, and anchor <span @@ -3087,11 +3133,11 @@ class="ec-lmtt-10">\hyperlink</span></span></span> has two arguments, the name o <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\hypertarget</span></span></span>, and the <span class="ec-lmri-10">text </span>which be used as the link on the page. -<!--l. 830--><p class="indent" > Note that in HTML parlance, the <span class="obeylines-h"><span class="verb"><span +<!--l. 845--><p class="indent" > Note that in HTML parlance, the <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\hyperlink</span></span></span> command inserts a notional # in front of each link, making it relative to the current testdocument; <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\href</span></span></span> expects a full URL. -<!--l. 834--><p class="noindent" > +<!--l. 849--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-22" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-22-1g"><col @@ -3100,7 +3146,7 @@ id="TBL-22-1"></colgroup><tr class="td11"> <span class="ec-lmtt-10">\phantomsection </span></td> </tr></table> </div></span> -<!--l. 838--><p class="noindent" >This sets an anchor at this location. It works similar to <span class="obeylines-h"><span class="verb"><span +<!--l. 853--><p class="noindent" >This sets an anchor at this location. It works similar to <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\hypertarget{}{}</span></span></span> with an automatically choosen anchor name. Often it is used in conjunction with <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\addcontentsline</span></span></span> for sectionlike things @@ -3116,10 +3162,10 @@ is set. Example:  <br />\addcontentsline{toc}{chapter}{\indexname}  <br />\printindex </div> - <!--l. 851--><p class="nopar" ></div> -<!--l. 853--><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. 866--><p class="nopar" ></div> +<!--l. 868--><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. 857--><p class="noindent" > +<!--l. 872--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-23" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-23-1g"><col @@ -3130,11 +3176,11 @@ class="ec-lmtt-10">\autoref</span><span class="obeylines-h"><span class="verb">< class="ec-lmtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 861--><p class="noindent" >This is a replacement for the usual <span class="obeylines-h"><span class="verb"><span +<!--l. 876--><p class="noindent" >This is a replacement for the usual <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\ref</span></span></span> command that places a contextual label in front of the reference. This gives your users a bigger target to click for hyperlinks (e.g. ‘section 2’ instead of merely the number ‘2’). -<!--l. 867--><p class="indent" > The label is worked out from the context of the original <span class="obeylines-h"><span class="verb"><span +<!--l. 882--><p class="indent" > The label is worked out from the context of the original <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\label</span></span></span> command by <span class="ec-lmss-10">hyperref </span>by using the macros listed below (shown with their default values). The macros can be (re)defined in documents using @@ -3142,16 +3188,16 @@ macros listed below (shown with their default values). The macros can be (re)def class="ec-lmtt-10">\(re)newcommand</span></span></span>; note that some of these macros are already defined in the standard document classes. The mixture of lowercase and uppercase initial letters is deliberate and corresponds to the author’s practice. -<!--l. 875--><p class="indent" > For each macro below, <span +<!--l. 890--><p class="indent" > For each macro below, <span class="ec-lmss-10">hyperref </span>checks <span class="ec-lmtt-10">\*autorefname </span>before <span class="ec-lmtt-10">\*name</span>. For instance, it looks for <span class="ec-lmtt-10">\figureautorefname </span>before <span class="ec-lmtt-10">\figurename</span>. -<!--l. 879--><p class="noindent" > +<!--l. 894--><p class="noindent" > <a - id="x1-13001r11"></a> <!--l. 880--><div class="longtable"> <table id="TBL-24" class="longtable" + id="x1-13001r11"></a> <!--l. 895--><div class="longtable"> <table id="TBL-24" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-24-1g"><col id="TBL-24-1"><col @@ -3161,99 +3207,99 @@ id="TBL-24-2"></colgroup> class="td11"> <span class="ec-lmri-10">Macro </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-1-2" class="td11"> - <!--l. 880--><p class="noindent" ><span + <!--l. 895--><p class="noindent" ><span class="ec-lmri-10">Default</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-24-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-2-1" class="td11"> <span class="ec-lmtt-10">\figurename </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-2-2" class="td11"> - <!--l. 881--><p class="noindent" >Figure </td> + <!--l. 896--><p class="noindent" >Figure </td> </tr><tr style="vertical-align:baseline;" id="TBL-24-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-3-1" class="td11"> <span class="ec-lmtt-10">\tablename </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-3-2" class="td11"> - <!--l. 882--><p class="noindent" >Table </td> + <!--l. 897--><p class="noindent" >Table </td> </tr><tr style="vertical-align:baseline;" id="TBL-24-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-4-1" class="td11"> <span class="ec-lmtt-10">\partname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-4-2" class="td11"> - <!--l. 883--><p class="noindent" >Part </td> + <!--l. 898--><p class="noindent" >Part </td> </tr><tr style="vertical-align:baseline;" id="TBL-24-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-5-1" class="td11"> <span class="ec-lmtt-10">\appendixname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-5-2" class="td11"> - <!--l. 884--><p class="noindent" >Appendix </td> + <!--l. 899--><p class="noindent" >Appendix </td> </tr><tr style="vertical-align:baseline;" id="TBL-24-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-6-1" class="td11"> <span class="ec-lmtt-10">\equationname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-6-2" class="td11"> - <!--l. 885--><p class="noindent" >Equation </td> + <!--l. 900--><p class="noindent" >Equation </td> </tr><tr style="vertical-align:baseline;" id="TBL-24-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-7-1" class="td11"> <span class="ec-lmtt-10">\Itemname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-7-2" class="td11"> - <!--l. 886--><p class="noindent" >item </td> + <!--l. 901--><p class="noindent" >item </td> </tr><tr style="vertical-align:baseline;" id="TBL-24-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-8-1" class="td11"> <span class="ec-lmtt-10">\chaptername </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-8-2" class="td11"> - <!--l. 887--><p class="noindent" >chapter </td> + <!--l. 902--><p class="noindent" >chapter </td> </tr><tr style="vertical-align:baseline;" id="TBL-24-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-9-1" class="td11"> <span class="ec-lmtt-10">\sectionname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-9-2" class="td11"> - <!--l. 888--><p class="noindent" >section </td> + <!--l. 903--><p class="noindent" >section </td> </tr><tr style="vertical-align:baseline;" id="TBL-24-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-10-1" class="td11"> <span class="ec-lmtt-10">\subsectionname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-10-2" class="td11"> - <!--l. 889--><p class="noindent" >subsection </td> + <!--l. 904--><p class="noindent" >subsection </td> </tr><tr style="vertical-align:baseline;" id="TBL-24-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-11-1" class="td11"> <span class="ec-lmtt-10">\subsubsectionname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-11-2" class="td11"> - <!--l. 890--><p class="noindent" >subsubsection </td> + <!--l. 905--><p class="noindent" >subsubsection </td> </tr><tr style="vertical-align:baseline;" id="TBL-24-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-12-1" class="td11"> <span class="ec-lmtt-10">\paragraphname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-12-2" class="td11"> - <!--l. 891--><p class="noindent" >paragraph </td> + <!--l. 906--><p class="noindent" >paragraph </td> </tr><tr style="vertical-align:baseline;" id="TBL-24-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-13-1" class="td11"> <span class="ec-lmtt-10">\Hfootnotename </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-13-2" class="td11"> - <!--l. 892--><p class="noindent" >footnote </td> + <!--l. 907--><p class="noindent" >footnote </td> </tr><tr style="vertical-align:baseline;" id="TBL-24-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-14-1" class="td11"> <span class="ec-lmtt-10">\AMSname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-14-2" class="td11"> - <!--l. 893--><p class="noindent" >Equation </td> + <!--l. 908--><p class="noindent" >Equation </td> </tr><tr style="vertical-align:baseline;" id="TBL-24-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-15-1" class="td11"> <span class="ec-lmtt-10">\theoremname </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-15-2" class="td11"> - <!--l. 894--><p class="noindent" >Theorem </td> + <!--l. 909--><p class="noindent" >Theorem </td> </tr><tr style="vertical-align:baseline;" id="TBL-24-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-16-1" class="td11"> <span class="ec-lmtt-10">\page </span></td><td style="white-space:wrap; text-align:left;" id="TBL-24-16-2" class="td11"> - <!--l. 895--><p class="noindent" >page </td> + <!--l. 910--><p class="noindent" >page </td> </tr><tr style="vertical-align:baseline;" id="TBL-24-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-24-17-1" class="td11"> </td> @@ -3271,7 +3317,7 @@ class="td11"> </td> class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-24-21-2" class="td11"></td></tr> </table></div> -<!--l. 898--><p class="indent" > Example for a redefinition if <span +<!--l. 913--><p class="indent" > Example for a redefinition if <span class="ec-lmss-10">babel </span>is used: <div class="quote"> @@ -3282,8 +3328,8 @@ class="ec-lmss-10">babel </span>is used:  <br />  \def\subsectionautorefname{Unterkapitel}%  <br />} </div> - <!--l. 905--><p class="nopar" ></div> -<!--l. 908--><p class="indent" > Hint: <span class="obeylines-h"><span class="verb"><span + <!--l. 920--><p class="nopar" ></div> +<!--l. 923--><p class="indent" > Hint: <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\autoref</span></span></span> works via the counter name that the reference is based on. Sometimes <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\autoref</span></span></span> chooses the wrong name, if the counter is used for different things. For example, it happens with @@ -3323,8 +3369,8 @@ lemmas:  <br />  <br />\end{document} </div> - <!--l. 943--><p class="nopar" ></div> -<!--l. 946--><p class="noindent" > + <!--l. 958--><p class="nopar" ></div> +<!--l. 961--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-25" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-25-1g"><col @@ -3336,14 +3382,14 @@ class="ec-lmtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 950--><p class="noindent" >It replaces <span class="obeylines-h"><span class="verb"><span +<!--l. 965--><p class="noindent" >It replaces <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\pageref</span></span></span> and adds the name for page in front of the page reference. First <span class="ec-lmtt-10">\pageautorefname</span> is checked before <span class="ec-lmtt-10">\pagename</span>. -<!--l. 955--><p class="indent" > For instances where you want a reference to use the correct counter, but not to create a link, there +<!--l. 970--><p class="indent" > For instances where you want a reference to use the correct counter, but not to create a link, there are starred forms: -<!--l. 958--><p class="noindent" > +<!--l. 973--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-26" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-26-1g"><col @@ -3354,7 +3400,7 @@ class="ec-lmtt-10">\ref*</span><span class="obeylines-h"><span class="verb"><spa class="ec-lmtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 962--><p class="noindent" > +<!--l. 977--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-27" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-27-1g"><col @@ -3366,7 +3412,7 @@ class="ec-lmtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 966--><p class="noindent" > +<!--l. 981--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-28" class="tabular" @@ -3379,7 +3425,7 @@ class="ec-lmtt-10">\autoref*</span><span class="obeylines-h"><span class="verb"> class="ec-lmtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 970--><p class="noindent" > +<!--l. 985--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-29" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-29-1g"><col @@ -3391,18 +3437,18 @@ class="ec-lmtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 974--><p class="indent" > A typical use would be to write +<!--l. 989--><p class="indent" > A typical use would be to write <div class="verbatim" id="verbatim-12"> \hyperref[other]{that nice section (\ref*{other}) we read before} </div> -<!--l. 977--><p class="nopar" > -<!--l. 979--><p class="indent" > We want <span class="obeylines-h"><span class="verb"><span +<!--l. 992--><p class="nopar" > +<!--l. 994--><p class="indent" > We want <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\ref*{other}</span></span></span> to generate the correct number, but not to form a link, since we do this ourselves with <span class="ec-lmtt-10">\hyperref</span>. -<!--l. 982--><p class="noindent" > +<!--l. 997--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-30" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-30-1g"><col @@ -3420,7 +3466,7 @@ class="ec-lmri-10">X</span></span><span class="ec-lmri-10">string</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 986--><p class="indent" > <span +<!--l. 1001--><p class="indent" > <span class="ec-lmtt-10">\pdfstringdef </span>returns a macro containing the PDF string. (Currently this is done globally, but do not rely on it.) All the following tasks, definitions and redefinitions are made in a group to keep them local: @@ -3464,24 +3510,24 @@ class="ec-lmtt-10">\textbf</span></span></span>, etc. <li class="itemize">Support for <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\xspace</span></span></span> provided by the <span class="ec-lmss-10">xspace </span>package</li></ul> -<!--l. 1002--><p class="indent" > In addition, parentheses are protected to avoid the danger of unsafe unbalanced parentheses in +<!--l. 1017--><p class="indent" > In addition, parentheses are protected to avoid the danger of unsafe unbalanced parentheses in the PDF string. For further details, see Heiko Oberdiek’s Euro<span class="TEX">T<span class="E">E</span>X</span> paper distributed with <span class="ec-lmss-10">hyperref</span>. -<!--l. 1006--><p class="noindent" > +<!--l. 1021--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">4.1 </span> <a id="x1-140004.1"></a>Bookmark macros</h4> -<!--l. 1008--><p class="noindent" > +<!--l. 1023--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">4.1.1 </span> <a id="x1-150004.1.1"></a>Setting bookmarks</h5> -<!--l. 1010--><p class="noindent" >Usually <span +<!--l. 1025--><p class="noindent" >Usually <span class="ec-lmss-10">hyperref </span>automatically adds bookmarks for <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\section</span></span></span> and similar macros. But they can also set manually. -<!--l. 1013--><p class="noindent" > +<!--l. 1028--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-31" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-31-1g"><col @@ -3496,11 +3542,11 @@ class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1016--><p class="indent" > creates a bookmark with the specified text and at the given level (defaul is 0). As name for the +<!--l. 1031--><p class="indent" > creates a bookmark with the specified text and at the given level (defaul is 0). As name for the internal anchor name is used (in conjunction with level). Therefore the name must be unique (similar to <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\label</span></span></span>). -<!--l. 1020--><p class="noindent" > +<!--l. 1035--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-32" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-32-1g"><col @@ -3514,8 +3560,8 @@ class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1023--><p class="indent" > creates a bookmark at the current level. -<!--l. 1025--><p class="noindent" > +<!--l. 1038--><p class="indent" > creates a bookmark at the current level. +<!--l. 1040--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-33" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-33-1g"><col @@ -3529,9 +3575,9 @@ class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1028--><p class="indent" > creates a bookmark one step down in the bookmark hierarchy. Internally the current level is increased +<!--l. 1043--><p class="indent" > creates a bookmark one step down in the bookmark hierarchy. Internally the current level is increased by one. -<!--l. 1031--><p class="noindent" > +<!--l. 1046--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-34" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-34-1g"><col @@ -3545,9 +3591,9 @@ class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1034--><p class="indent" > creates a bookmark below the current bookmark level. However after the command the current +<!--l. 1049--><p class="indent" > creates a bookmark below the current bookmark level. However after the command the current bookmark level has not changed. -<!--l. 1037--><p class="noindent" ><span +<!--l. 1052--><p class="noindent" ><span class="ec-lmbx-10">Hint: </span>Package <span class="ec-lmss-10">bookmark </span>replaces <span class="ec-lmss-10">hyperref</span>’s bookmark organization by a new algorithm: @@ -3558,16 +3604,16 @@ class="E">E</span>X</span></span> run is needed. <li class="itemize">More control over the bookmark appearance (color, font). </li> <li class="itemize">Different bookmark actions are supported (external file links, urls, …).</li></ul> -<!--l. 1045--><p class="noindent" >Therefore I recommend using this package. -<!--l. 1047--><p class="noindent" > +<!--l. 1060--><p class="noindent" >Therefore I recommend using this package. +<!--l. 1062--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">4.1.2 </span> <a id="x1-160004.1.2"></a>Replacement macros</h5> -<!--l. 1049--><p class="noindent" ><span +<!--l. 1064--><p class="noindent" ><span class="ec-lmss-10">hyperref </span>takes the text for bookmarks from the arguments of commands like <span class="ec-lmtt-10">\section</span>, which can contain things like math, colors, or font changes, none of which will display in bookmarks as is. -<!--l. 1053--><p class="noindent" > +<!--l. 1068--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-35" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-35-1g"><col @@ -3585,7 +3631,7 @@ class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">PDFstring</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1057--><p class="indent" > For example, +<!--l. 1072--><p class="indent" > For example, <div class="verbatim" id="verbatim-13"> \section{Pythagoras: @@ -3596,8 +3642,8 @@ class="ec-lmtt-10">}</span></span></span> </td>  <br />}  <br />\section{\texorpdfstring{\textcolor{red}}{}{Red} Mars} </div> -<!--l. 1066--><p class="nopar" > -<!--l. 1068--><p class="indent" > <span +<!--l. 1081--><p class="nopar" > +<!--l. 1083--><p class="indent" > <span class="ec-lmtt-10">\pdfstringdef </span>executes the hook before it expands the string. Therefore, you can use this hook to perform additional tasks or to disable additional commands. @@ -3609,8 +3655,8 @@ perform additional tasks or to disable additional commands.  <br />  \renewcommand{\mycommand}[1]{}%  <br />} </div> -<!--l. 1078--><p class="nopar" > -<!--l. 1080--><p class="indent" > However, for disabling commands, an easier way is via <span +<!--l. 1093--><p class="nopar" > +<!--l. 1095--><p class="indent" > However, for disabling commands, an easier way is via <span class="ec-lmtt-10">\pdfstringdefDisableCommands</span>, which adds its argument to the definition of <span class="ec-lmtt-10">\pdfstringdefPreHook </span>(‘@’ can here be used as letter in command @@ -3624,11 +3670,11 @@ names):  <br />  \let\textcolor\@gobble  <br />} </div> -<!--l. 1091--><p class="nopar" > -<!--l. 1093--><p class="noindent" > +<!--l. 1106--><p class="nopar" > +<!--l. 1108--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">4.2 </span> <a id="x1-170004.2"></a>Utility macros</h4> -<!--l. 1096--><p class="noindent" > +<!--l. 1111--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-36" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-36-1g"><col @@ -3640,12 +3686,14 @@ class="ec-lmtt-10">{</span></span></span><span class="ec-lmri-10">dimen specification</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1099--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span +<!--l. 1114--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\hypercalcbp</span></span></span> takes a <span class="TEX">T<span -class="E">E</span>X</span> 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 +class="E">E</span>X</span> dimen specification and converts it to bp and returns the number +without the unit. This is useful for options <span class="obeylines-h"><span class="verb"><span +class="ec-lmtt-10">pdfview</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">pdfstartview</span></span></span> and <span class="obeylines-h"><span class="verb"><span -class="ec-lmtt-10">pdfview</span></span></span>. Example: +class="ec-lmtt-10">pdfremotestartview</span></span></span>. +Example: <div class="quote"> @@ -3655,9 +3703,9 @@ class="ec-lmtt-10">pdfview</span></span></span>. Example:  <br />    -\headheight-\headsep}  <br />} </div> - <!--l. 1110--><p class="nopar" ></div> -<!--l. 1112--><p class="noindent" >The origin of the PDF coordinate system is the lower left corner. -<!--l. 1114--><p class="indent" > Note, for calculations you need either package |calc| or <span + <!--l. 1126--><p class="nopar" ></div> +<!--l. 1128--><p class="noindent" >The origin of the PDF coordinate system is the lower left corner. +<!--l. 1130--><p class="indent" > Note, for calculations you need either package |calc| or <span class="lmmi-10">ε</span>-<span class="TEX">T<span class="E">E</span>X</span>. Nowadays the latter should automatically be enabled for <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span @@ -3666,7 +3714,7 @@ class="lmmi-10">ε</span>-<span class="TEX">T<span class="E">E</span>X</span>, please, look in the source documentation <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">hyperref.dtx</span></span></span> for further limitations. -<!--l. 1120--><p class="indent" > Also <span class="obeylines-h"><span class="verb"><span +<!--l. 1136--><p class="indent" > Also <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\hypercalcbp</span></span></span> cannot be used in option specifications of <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\documentclass</span></span></span> and <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\usepackage</span></span></span>, @@ -3674,12 +3722,12 @@ because <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> expands the option lists of these commands. However package <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">hyperref</span></span></span> is not yet loaded and an undefined control sequence error would arise. -<!--l. 1126--><p class="noindent" > +<!--l. 1142--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">5 </span> <a id="x1-180005"></a>Acrobat-specific behavior</h3> -<!--l. 1127--><p class="noindent" >If you want to access the menu options of Acrobat Reader or Exchange, the following macro is provided +<!--l. 1143--><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. 1130--><p class="noindent" > +<!--l. 1146--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-37" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-37-1g"><col @@ -3693,14 +3741,14 @@ class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1134--><p class="noindent" >The <span +<!--l. 1150--><p class="noindent" >The <span class="ec-lmri-10">text </span>is used to create a button which activates the appropriate <span class="ec-lmri-10">menuoption</span>. The following table lists the option names you can use—comparison of this with the menus in Acrobat Reader or Exchange will show what they do. Obviously some are only appropriate to Exchange. -<!--l. 1137--><p class="noindent" > +<!--l. 1153--><p class="noindent" > <a - id="x1-18001r12"></a> <!--l. 1138--><div class="longtable"> <table id="TBL-38" class="longtable" + id="x1-18001r12"></a> <!--l. 1154--><div class="longtable"> <table id="TBL-38" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-38-1g"><col id="TBL-38-1"><col @@ -3709,40 +3757,40 @@ id="TBL-38-2"></colgroup> style="vertical-align:baseline;" id="TBL-38-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-1-1" class="td11"> File </td><td style="white-space:wrap; text-align:left;" id="TBL-38-1-2" class="td11"> - <!--l. 1138--><p class="noindent" >Open, Close, Scan, Save, SaveAs, Optimizer:SaveAsOpt, + <!--l. 1154--><p class="noindent" >Open, Close, Scan, Save, SaveAs, Optimizer:SaveAsOpt, Print, PageSetup, Quit </td> </tr><tr style="vertical-align:baseline;" id="TBL-38-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-2-1" class="td11"> File<span class="lmsy-10">→</span>Import </td><td style="white-space:wrap; text-align:left;" id="TBL-38-2-2" class="td11"> - <!--l. 1139--><p class="noindent" >ImportImage, ImportNotes, AcroForm:ImportFDF </td> + <!--l. 1155--><p class="noindent" >ImportImage, ImportNotes, AcroForm:ImportFDF </td> </tr><tr style="vertical-align:baseline;" id="TBL-38-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-3-1" class="td11"> File<span class="lmsy-10">→</span>Export </td><td style="white-space:wrap; text-align:left;" id="TBL-38-3-2" class="td11"> - <!--l. 1140--><p class="noindent" >ExportNotes, AcroForm:ExportFDF </td> + <!--l. 1156--><p class="noindent" >ExportNotes, AcroForm:ExportFDF </td> </tr><tr style="vertical-align:baseline;" id="TBL-38-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-4-1" class="td11"> File<span class="lmsy-10">→</span>DocumentInfo </td><td style="white-space:wrap; text-align:left;" id="TBL-38-4-2" class="td11"> - <!--l. 1141--><p class="noindent" >GeneralInfo, OpenInfo, FontsInfo, SecurityInfo, + <!--l. 1157--><p class="noindent" >GeneralInfo, OpenInfo, FontsInfo, SecurityInfo, Weblink:Base, AutoIndex:DocInfo </td> </tr><tr style="vertical-align:baseline;" id="TBL-38-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-5-1" class="td11"> File<span class="lmsy-10">→</span>Preferences </td><td style="white-space:wrap; text-align:left;" id="TBL-38-5-2" class="td11"> - <!--l. 1142--><p class="noindent" >GeneralPrefs, NotePrefs, FullScreenPrefs, Weblink:Prefs, + <!--l. 1158--><p class="noindent" >GeneralPrefs, NotePrefs, FullScreenPrefs, Weblink:Prefs, AcroSearch:Preferences(Windows) or, AcroSearch:Prefs(Mac), Cpt:Capture </td> </tr><tr style="vertical-align:baseline;" id="TBL-38-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-6-1" class="td11"> Edit </td><td style="white-space:wrap; text-align:left;" id="TBL-38-6-2" class="td11"> - <!--l. 1144--><p class="noindent" >Undo, Cut, Copy, Paste, Clear, SelectAll, Ole:CopyFile, + <!--l. 1160--><p class="noindent" >Undo, Cut, Copy, Paste, Clear, SelectAll, Ole:CopyFile, TouchUp:TextAttributes, TouchUp:FitTextToSelection, TouchUp:ShowLineMarkers, TouchUp:ShowCaptureSuspects, TouchUp:FindSuspect, </td> @@ -3752,18 +3800,18 @@ class="td11"> style="vertical-align:baseline;" id="TBL-38-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-7-1" class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-38-7-2" class="td11"> - <!--l. 1147--><p class="noindent" >Properties </td> + <!--l. 1163--><p class="noindent" >Properties </td> </tr><tr style="vertical-align:baseline;" id="TBL-38-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-8-1" class="td11"> Edit<span class="lmsy-10">→</span>Fields </td><td style="white-space:wrap; text-align:left;" id="TBL-38-8-2" class="td11"> - <!--l. 1148--><p class="noindent" >AcroForm:Duplicate, AcroForm:TabOrder </td> + <!--l. 1164--><p class="noindent" >AcroForm:Duplicate, AcroForm:TabOrder </td> </tr><tr style="vertical-align:baseline;" id="TBL-38-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-9-1" class="td11"> Document </td><td style="white-space:wrap; text-align:left;" id="TBL-38-9-2" class="td11"> - <!--l. 1149--><p class="noindent" >Cpt:CapturePages, + <!--l. 1165--><p class="noindent" >Cpt:CapturePages, AcroForm:Actions, CropPages, RotatePages, InsertPages, ExtractPages, ReplacePages, DeletePages, NewBookmark, SetBookmarkDest, CreateAllThumbs, DeleteAllThumbs </td> @@ -3771,7 +3819,7 @@ class="td11"> style="vertical-align:baseline;" id="TBL-38-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-10-1" class="td11"> View </td><td style="white-space:wrap; text-align:left;" id="TBL-38-10-2" class="td11"> - <!--l. 1152--><p class="noindent" >ActualSize, FitVisible, FitWidth, FitPage, ZoomTo, + <!--l. 1168--><p class="noindent" >ActualSize, FitVisible, FitWidth, FitPage, ZoomTo, FullScreen, FirstPage, PrevPage, NextPage, LastPage, GoToPage, GoBack, GoForward, SinglePage, OneColumn, TwoColumns, ArticleThreads, PageOnly, ShowBookmarks, @@ -3780,7 +3828,7 @@ class="td11"> style="vertical-align:baseline;" id="TBL-38-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-11-1" class="td11"> Tools </td><td style="white-space:wrap; text-align:left;" id="TBL-38-11-2" class="td11"> - <!--l. 1155--><p class="noindent" >Hand, ZoomIn, ZoomOut, SelectText, SelectGraphics, + <!--l. 1171--><p class="noindent" >Hand, ZoomIn, ZoomOut, SelectText, SelectGraphics, Note, Link, Thread, AcroForm:Tool, Acro_Movie:MoviePlayer, TouchUp:TextTool, Find, FindAgain, FindNextNote, CreateNotesFile </td> @@ -3789,28 +3837,28 @@ class="td11"> class="td11"> Tools<span class="lmsy-10">→</span>Search </td><td style="white-space:wrap; text-align:left;" id="TBL-38-12-2" class="td11"> - <!--l. 1158--><p class="noindent" >AcroSrch:Query, AcroSrch:Indexes, AcroSrch:Results, + <!--l. 1174--><p class="noindent" >AcroSrch:Query, AcroSrch:Indexes, AcroSrch:Results, AcroSrch:Assist, AcroSrch:PrevDoc, AcroSrch:PrevHit, AcroSrch:NextHit, AcroSrch:NextDoc </td> </tr><tr style="vertical-align:baseline;" id="TBL-38-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-13-1" class="td11"> Window </td><td style="white-space:wrap; text-align:left;" id="TBL-38-13-2" class="td11"> - <!--l. 1160--><p class="noindent" >ShowHideToolBar, ShowHideMenuBar, + <!--l. 1176--><p class="noindent" >ShowHideToolBar, ShowHideMenuBar, ShowHideClipboard, Cascade, TileHorizontal, TileVertical, CloseAll </td> </tr><tr style="vertical-align:baseline;" id="TBL-38-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-14-1" class="td11"> Help </td><td style="white-space:wrap; text-align:left;" id="TBL-38-14-2" class="td11"> - <!--l. 1162--><p class="noindent" >HelpUserGuide, HelpTutorial, HelpExchange, HelpScan, + <!--l. 1178--><p class="noindent" >HelpUserGuide, HelpTutorial, HelpExchange, HelpScan, HelpCapture, HelpPDFWriter, HelpDistiller, HelpSearch, HelpCatalog, HelpReader, Weblink:Home </td> </tr><tr style="vertical-align:baseline;" id="TBL-38-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-15-1" class="td11"> Help(Windows) </td><td style="white-space:wrap; text-align:left;" id="TBL-38-15-2" class="td11"> - <!--l. 1164--><p class="noindent" >About </td> + <!--l. 1180--><p class="noindent" >About </td> </tr><tr style="vertical-align:baseline;" id="TBL-38-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-38-16-1" class="td11"> </td> @@ -3825,13 +3873,13 @@ class="td11"> </td> class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-38-19-2" class="td11"></td></tr> </table></div> -<!--l. 1167--><p class="noindent" > +<!--l. 1183--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">6 </span> <a id="x1-190006"></a>PDF and HTML forms</h3> -<!--l. 1168--><p class="noindent" >You must put your fields inside a <span +<!--l. 1184--><p class="noindent" >You must put your fields inside a <span class="ec-lmtt-10">Form </span>environment (only one per file). -<!--l. 1170--><p class="indent" > There are six macros to prepare fields: -<!--l. 1172--><p class="noindent" > +<!--l. 1186--><p class="indent" > There are six macros to prepare fields: +<!--l. 1188--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-39" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-39-1g"><col @@ -3845,7 +3893,7 @@ class="ec-lmtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1176--><p class="noindent" > +<!--l. 1192--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-40" class="tabular" @@ -3861,7 +3909,7 @@ class="ec-lmtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1180--><p class="noindent" > +<!--l. 1196--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-41" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-41-1g"><col @@ -3877,7 +3925,7 @@ class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">choices</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1184--><p class="noindent" > +<!--l. 1200--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-42" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-42-1g"><col @@ -3891,7 +3939,7 @@ class="ec-lmtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1188--><p class="noindent" > +<!--l. 1204--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-43" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-43-1g"><col @@ -3905,7 +3953,7 @@ class="ec-lmtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1192--><p class="noindent" > +<!--l. 1208--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-44" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-44-1g"><col @@ -3919,8 +3967,8 @@ class="ec-lmtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1196--><p class="indent" > The way forms and their labels are laid out is determined by: -<!--l. 1197--><p class="noindent" > +<!--l. 1212--><p class="indent" > The way forms and their labels are laid out is determined by: +<!--l. 1213--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-45" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-45-1g"><col @@ -3934,7 +3982,7 @@ class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">field</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1201--><p class="noindent" > +<!--l. 1217--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-46" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-46-1g"><col @@ -3948,7 +3996,7 @@ class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">field</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1205--><p class="noindent" > +<!--l. 1221--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-47" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-47-1g"><col @@ -3962,9 +4010,9 @@ class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">field</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1209--><p class="indent" > These macros default to #1 #2 -<!--l. 1211--><p class="indent" > What is actually shown in as the field is determined by: -<!--l. 1212--><p class="noindent" > +<!--l. 1225--><p class="indent" > These macros default to #1 #2 +<!--l. 1227--><p class="indent" > What is actually shown in as the field is determined by: +<!--l. 1228--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-48" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-48-1g"><col @@ -3978,7 +4026,7 @@ class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1216--><p class="noindent" > +<!--l. 1232--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-49" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-49-1g"><col @@ -3992,7 +4040,7 @@ class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1219--><p class="noindent" > +<!--l. 1235--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-50" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-50-1g"><col @@ -4006,7 +4054,7 @@ class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1222--><p class="noindent" > +<!--l. 1238--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-51" class="tabular" @@ -4022,7 +4070,7 @@ class="ec-lmtt-10">}{</span></span></span><span class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1226--><p class="noindent" > +<!--l. 1242--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-52" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-52-1g"><col @@ -4033,7 +4081,7 @@ class="ec-lmtt-10">\MakeButtonField</span><span class="obeylines-h"><span class= class="ec-lmtt-10">{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 1230--><p class="indent" > These macros default to <span class="obeylines-h"><span class="verb"><span +<!--l. 1246--><p class="indent" > These macros default to <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\vbox</span><span class="ec-lmtt-10"> to</span><span class="ec-lmtt-10"> #2{\hbox</span><span @@ -4042,7 +4090,7 @@ class="ec-lmtt-10"> #1{\hfill}\vfill}</span></span></span>, except the la to #1; it is used for buttons, and the special <span class="ec-lmtt-10">\Submit </span>and <span class="ec-lmtt-10">\Reset </span>macros. -<!--l. 1234--><p class="indent" > You may also want to redefine the following macros: +<!--l. 1250--><p class="indent" > You may also want to redefine the following macros: <div class="verbatim" id="verbatim-17"> @@ -4058,13 +4106,13 @@ class="ec-lmtt-10">\Reset </span>macros.  <br />\def\DefaultHeightofTextMultiline{4\baselineskip}  <br />\def\DefaultWidthofText{3cm} </div> -<!--l. 1247--><p class="nopar" > -<!--l. 1249--><p class="noindent" > +<!--l. 1263--><p class="nopar" > +<!--l. 1265--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">6.1 </span> <a id="x1-200006.1"></a>Forms environment parameters</h4> -<!--l. 1251--><p class="noindent" > +<!--l. 1267--><p class="noindent" > <a - id="x1-20001r13"></a> <!--l. 1252--><div class="longtable"> <table id="TBL-53" class="longtable" + id="x1-20001r13"></a> <!--l. 1268--><div class="longtable"> <table id="TBL-53" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-53-1g"><col id="TBL-53-1"><col @@ -4077,7 +4125,7 @@ class="ec-lmtt-10">action </span></td><td style="white-space:nowrap; text-ali class="td11"> <span class="ec-lmri-10">URL </span></td><td style="white-space:wrap; text-align:left;" id="TBL-53-1-3" class="td11"> - <!--l. 1252--><p class="noindent" >The URL that will receive the form data if a <span + <!--l. 1268--><p class="noindent" >The URL that will receive the form data if a <span class="ec-lmss-10">Submit </span>button is included in the form </td> </tr><tr @@ -4087,7 +4135,7 @@ class="ec-lmtt-10">encoding </span></td><td style="white-space:nowrap; text-ali class="td11"> <span class="ec-lmri-10">name </span></td><td style="white-space:wrap; text-align:left;" id="TBL-53-2-3" class="td11"> - <!--l. 1253--><p class="noindent" >The encoding for the string set to the URL; FDF-encoding + <!--l. 1269--><p class="noindent" >The encoding for the string set to the URL; FDF-encoding is usual, and <span class="ec-lmtt-10">html </span>is the only valid value </td> </tr><tr @@ -4097,7 +4145,7 @@ class="ec-lmtt-10">method </span></td><td style="white-space:nowrap; text-ali class="td11"> <span class="ec-lmri-10">name </span></td><td style="white-space:wrap; text-align:left;" id="TBL-53-3-3" class="td11"> - <!--l. 1255--><p class="noindent" >Used only when generating HTML; values can be <span + <!--l. 1271--><p class="noindent" >Used only when generating HTML; values can be <span class="ec-lmtt-10">post </span>or <span class="ec-lmtt-10">get</span> </td> @@ -4119,16 +4167,16 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" id class="td11"> </td><td style="white-space:wrap; text-align:left;" id="TBL-53-8-3" class="td11"></td></tr> </table></div> -<!--l. 1258--><p class="noindent" > +<!--l. 1274--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">6.2 </span> <a id="x1-210006.2"></a>Forms optional parameters</h4> -<!--l. 1259--><p class="noindent" >Note that all colors must be expressed as RGB triples, in the range 0..1 (i.e. <span +<!--l. 1275--><p class="noindent" >Note that all colors must be expressed as RGB triples, in the range 0..1 (i.e. <span class="ec-lmtt-10">color=0 0</span> <span class="ec-lmtt-10">0.5</span>) -<!--l. 1262--><p class="noindent" > +<!--l. 1278--><p class="noindent" > <a - id="x1-21001r14"></a> <!--l. 1263--><div class="longtable"> <table id="TBL-54" class="longtable" + id="x1-21001r14"></a> <!--l. 1279--><div class="longtable"> <table id="TBL-54" class="longtable" cellspacing="0" cellpadding="0" ><colgroup id="TBL-54-1g"><col id="TBL-54-1"><col @@ -4543,28 +4591,28 @@ class="td11"> </td> style="vertical-align:baseline;" id="TBL-54-58-"><td style="white-space:nowrap; text-align:left;" id="TBL-54-58-1" class="td11"> </td></tr> </table></div> -<!--l. 1317--><p class="noindent" > +<!--l. 1333--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">7 </span> <a id="x1-220007"></a>Defining a new driver</h3> -<!--l. 1318--><p class="noindent" >A hyperref driver has to provide definitions for eight macros: -<!--l. 1321--><p class="noindent" >1. <span class="obeylines-h"><span class="verb"><span +<!--l. 1334--><p class="noindent" >A hyperref driver has to provide definitions for eight macros: +<!--l. 1337--><p class="noindent" >1. <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\hyper@anchor</span></span></span> -<!--l. 1323--><p class="noindent" >2. <span class="obeylines-h"><span class="verb"><span +<!--l. 1339--><p class="noindent" >2. <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\hyper@link</span></span></span> -<!--l. 1325--><p class="noindent" >3. <span class="obeylines-h"><span class="verb"><span +<!--l. 1341--><p class="noindent" >3. <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\hyper@linkfile</span></span></span> -<!--l. 1327--><p class="noindent" >4. <span class="obeylines-h"><span class="verb"><span +<!--l. 1343--><p class="noindent" >4. <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\hyper@linkurl</span></span></span> -<!--l. 1329--><p class="noindent" >5. <span class="obeylines-h"><span class="verb"><span +<!--l. 1345--><p class="noindent" >5. <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\hyper@anchorstart</span></span></span> -<!--l. 1331--><p class="noindent" >6. <span class="obeylines-h"><span class="verb"><span +<!--l. 1347--><p class="noindent" >6. <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\hyper@anchorend</span></span></span> -<!--l. 1333--><p class="noindent" >7. <span class="obeylines-h"><span class="verb"><span +<!--l. 1349--><p class="noindent" >7. <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\hyper@linkstart</span></span></span> -<!--l. 1335--><p class="noindent" >8. <span class="obeylines-h"><span class="verb"><span +<!--l. 1351--><p class="noindent" >8. <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\hyper@linkend</span></span></span> -<!--l. 1338--><p class="indent" > The draft option defines the macros as follows +<!--l. 1354--><p class="indent" > The draft option defines the macros as follows <div class="verbatim" id="verbatim-18"> @@ -4577,11 +4625,11 @@ class="ec-lmtt-10">\hyper@linkend</span></span></span>  <br />\let\hyper@linkstart\@gobbletwo  <br />\let\hyper@linkend\@empty </div> -<!--l. 1348--><p class="nopar" > -<!--l. 1350--><p class="noindent" > +<!--l. 1364--><p class="nopar" > +<!--l. 1366--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">8 </span> <a id="x1-230008"></a>Special support for other packages</h3> -<!--l. 1352--><p class="noindent" ><span +<!--l. 1368--><p class="noindent" ><span class="ec-lmss-10">hyperref </span>aims to cooperate with other packages, but there are several possible sources for conflict, such as <ul class="itemize1"> @@ -4604,7 +4652,7 @@ class="ec-lmtt-10">implicit=false </span>for these packages to work. </li> <li class="itemize">Packages that do anything serious with the index.</li></ul> -<!--l. 1372--><p class="indent" > The <span +<!--l. 1388--><p class="indent" > The <span class="ec-lmss-10">hyperref </span>package is distributed with variants on two useful packages designed to work especially well with it. These are <span class="ec-lmss-10">xr </span>and <span @@ -4612,10 +4660,10 @@ class="ec-lmss-10">minitoc</span>, which support crossdocument links using <span class="E">E</span>X</span></span>’s normal <span class="obeylines-h"><span class="verb"><span class="ec-lmtt-10">\label/\ref</span></span></span> mechanisms and per-chapter tables of contents, respectively. -<!--l. 1378--><p class="noindent" > +<!--l. 1394--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">9 </span> <a id="x1-240009"></a>History and acknowledgments</h3> -<!--l. 1380--><p class="noindent" >The original authors of <span +<!--l. 1396--><p class="noindent" >The original authors of <span class="ec-lmss-10">hyperbasics.tex </span>and <span class="ec-lmss-10">hypertex.sty</span>, from which this package descends, are Tanmoy Bhattacharya (<span @@ -4634,7 +4682,7 @@ Various other people are mentioned at the point in the source where I had to cha versions because of problems they found. -<!--l. 1394--><p class="indent" > Tanmoy found a great many of the bugs, and (even better) often provided fixes, which has made the +<!--l. 1410--><p class="indent" > Tanmoy found a great many of the bugs, and (even better) often provided fixes, which has made the package more robust. The days spent on Rev<span class="TEX">T<span class="E">E</span>X</span> are entirely due to him! The investigations of Bill Moss (<span @@ -4642,7 +4690,7 @@ class="ec-lmtt-10">bmoss@math.clemson.edu</span>) into the later versions includ many bugs, and his testing is appreciated. Hans Hagen (<span class="ec-lmtt-10">pragma@pi.net</span>) provided a lot of insight into PDF. -<!--l. 1402--><p class="indent" > Berthold Horn provided help, encouragement and sponsorship for the <span +<!--l. 1418--><p class="indent" > Berthold Horn provided help, encouragement and sponsorship for the <span class="ec-lmss-10">dvipsone </span>and <span class="ec-lmss-10">dviwindo </span>drivers. Sergey Lesenko provided the changes needed for <span @@ -4656,14 +4704,14 @@ class="ec-lmss-10">hyper </span>package (developed in parallel with <span class="ec-lmss-10">hyperref</span>) showed me solutions for some problems. Hopefully the two packages will combine one day. -<!--l. 1411--><p class="indent" > The forms creation section owes a great deal to: T. V. Raman, for encouragement, support and +<!--l. 1427--><p class="indent" > The forms creation section owes a great deal to: T. V. Raman, for encouragement, support and ideas; Thomas Merz, whose book <span class="ec-lmri-10">Web Publishing with Acrobat/PDF </span>provided crucial insights; D. P. Story, whose detailed article about pdfmarks and forms solved many practical problems; and Hans Hagen, who explained how to do it in <span class="ec-lmss-10">pdftex</span>. -<!--l. 1417--><p class="indent" > Steve Peter recreated the manual source in July 2003 after it had been lost. -<!--l. 1420--><p class="indent" > Especial extra thanks to David Carlisle for the <span +<!--l. 1433--><p class="indent" > Steve Peter recreated the manual source in July 2003 after it had been lost. +<!--l. 1436--><p class="indent" > Especial extra thanks to David Carlisle for the <span class="ec-lmss-10">backref </span>module, the ps2pdf and dviwindo support, frequent general rewrites of my bad code, and for working on changes to the <span class="ec-lmss-10">xr </span>package to suit diff --git a/Master/texmf-dist/doc/latex/hyperref/manual.pdf b/Master/texmf-dist/doc/latex/hyperref/manual.pdf Binary files differindex 855a04ebe5d..5dd52090839 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/manual.pdf diff --git a/Master/texmf-dist/doc/latex/hyperref/manual2.html b/Master/texmf-dist/doc/latex/hyperref/manual2.html index 8b069f6b6b9..6c613c4303c 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual2.html +++ b/Master/texmf-dist/doc/latex/hyperref/manual2.html @@ -7,7 +7,7 @@ <meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)"> <!-- html --> <meta name="src" content="manual.tex"> -<meta name="date" content="2010-01-26 09:55:00"> +<meta name="date" content="2010-09-11 11:11: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 a1fdbf61495..038029a8e6c 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual3.html +++ b/Master/texmf-dist/doc/latex/hyperref/manual3.html @@ -7,7 +7,7 @@ <meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)"> <!-- html --> <meta name="src" content="manual.tex"> -<meta name="date" content="2010-01-26 09:55:00"> +<meta name="date" content="2010-09-11 11:11:00"> <link rel="stylesheet" type="text/css" href="manual.css"> </head><body > diff --git a/Master/texmf-dist/doc/latex/hyperref/nameref.pdf b/Master/texmf-dist/doc/latex/hyperref/nameref.pdf index 41792cf4e10..82e48f94fb4 100644 --- a/Master/texmf-dist/doc/latex/hyperref/nameref.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/nameref.pdf @@ -10,7 +10,7 @@ endobj endobj 5 0 obj<</D[13 0 R/FitBH 752.95145]/S/GoTo>> endobj -6 0 obj<</ModDate(D:20100618004015+02'00')/Subject(Cross-referencing by name of section)/Creator(LaTeX with hyperref package)/Author(Sebastian Rahtz)/Trapped/False/Producer(pdfTeX-1.40.11)/CreationDate(D:20100618004015+02'00')/PTEX.Fullbanner(This is pdfTeX, Version 3.1415926-1.40.11-2.2 (TeX Live 2010) kpathsea version 6.0.0)/Title(Section name references in LaTeX)>> +6 0 obj<</ModDate(D:20100911112420+02'00')/Subject(Cross-referencing by name of section)/Creator(LaTeX with hyperref package)/Author(Sebastian Rahtz)/Trapped/False/Producer(pdfTeX-1.40.10)/CreationDate(D:20100911112420+02'00')/PTEX.Fullbanner(This is pdfTeX, Version 3.1415926-1.40.10-2.2 (Web2C 2009) kpathsea version 5.0.0)/Title(Section name references in LaTeX)>> endobj 7 0 obj<</Type/Pages/Kids[13 0 R 14 0 R 15 0 R 16 0 R 17 0 R 18 0 R]/Parent 2 0 R/Count 6>> endobj @@ -77,23 +77,23 @@ endstream endobj 36 0 obj<</Font<</F28 792 0 R/F8 787 0 R/F17 782 0 R/F30 785 0 R/F7 790 0 R/F18 783 0 R/F23 793 0 R/F15 791 0 R/F32 788 0 R/F22 784 0 R/F31 786 0 R/F33 789 0 R>>>> endobj -37 0 obj<</Subtype/Link/Rect[143.731 550.617 183.332 559.528]/A<</D[0/FitBH 752.95145]/F(manual.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> +37 0 obj<</Subtype/Link/Rect[143.731 550.617 183.332 559.528]/A<</D[0/Fit]/F(manual.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> endobj -38 0 obj<</Subtype/Link/Rect[143.731 531.314 197.695 540.142]/A<</D[0/FitBH 752.95145]/F(README.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> +38 0 obj<</Subtype/Link/Rect[143.731 531.314 197.695 540.142]/A<</D[0/Fit]/F(README.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> endobj -39 0 obj<</Subtype/Link/Rect[143.731 486.163 201.625 497.011]/A<</D[0/FitBH 752.95145]/F(ChangeLog.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> +39 0 obj<</Subtype/Link/Rect[143.731 486.163 201.625 497.011]/A<</D[0/Fit]/F(ChangeLog.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> endobj -40 0 obj<</Subtype/Link/Rect[143.731 466.859 184.946 477.708]/A<</D[0/FitBH 752.95145]/F(options.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> +40 0 obj<</Subtype/Link/Rect[143.731 466.859 184.946 477.708]/A<</D[0/Fit]/F(options.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> endobj -41 0 obj<</Subtype/Link/Rect[143.731 447.556 254.671 458.404]/A<</D[0/FitBH 752.95145]/F(slides.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> +41 0 obj<</Subtype/Link/Rect[143.731 447.556 254.671 458.404]/A<</D[0/Fit]/F(slides.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> endobj -42 0 obj<</Subtype/Link/Rect[143.731 416.297 256.239 427.146]/A<</D[0/FitBH 752.95145]/F(paper.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> +42 0 obj<</Subtype/Link/Rect[143.731 416.297 256.239 427.146]/A<</D[0/Fit]/F(paper.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> endobj -43 0 obj<</Subtype/Link/Rect[143.731 378.934 207.99 389.782]/A<</D[0/FitBH 752.95145]/F(hyperref.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> +43 0 obj<</Subtype/Link/Rect[143.731 378.934 207.99 389.782]/A<</D[0/Fit]/F(hyperref.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> endobj -44 0 obj<</Subtype/Link/Rect[143.731 361.568 201.998 370.479]/A<</D[0/FitBH 752.95145]/F(backref.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> +44 0 obj<</Subtype/Link/Rect[143.731 361.568 201.998 370.479]/A<</D[0/Fit]/F(backref.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> endobj -45 0 obj<</Subtype/Link/Rect[143.731 342.264 205.976 351.175]/A<</D[0/FitBH 752.95145]/F(nameref.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> +45 0 obj<</Subtype/Link/Rect[143.731 342.264 205.976 351.175]/A<</D[0/Fit]/F(nameref.pdf)/S/GoToR>>/C[0 0.5 0.5]/Border[0 0 0]>> endobj 46 0 obj<</Subtype/Link/Rect[143.731 287.668 223.833 296.579]/C[1 0 0]/Dest(section.1)/Border[0 0 0]>> endobj @@ -3775,14 +3775,12 @@ endobj endobj 1411 0 obj<</D(HD.N.2)/S/GoTo>> endobj -1412 0 obj<</Type/XRef/Filter/FlateDecode/W[0 3 0]/Root 1 0 R/ID[(Ao+tU)(^o^ʖL)]/Compress<</SpecO/1.5/LengthO 420162>>/Info 6 0 R/DecodeParms<</Predictor 12/Columns 3>>/Size 1413/Length 1029>>stream -xڽXKkT1NbV-tQ\UTбPJaZbE - -;KnD>Xۢ@ "(QML&;9999<.#0BZ@gAu.S9'yN#i@FȎ0Oy. D怳@ޞΊ/HG -|d{B p?#GIW@B8nj%S,E5]A'-/2Æ>Ֆn+l<P5W!c;ҖgKT[)ڪX>˜||l;n#jM]C]u[1#
Of8Nw-qǨ5O93O>/OWZ6BME_oj'mkZc֨-nEgXubI>~eq֕kًZyls=6Ũqf/`w!~Lv/U#/^awźSyw`?,\K=
:pU^qہ^;p;
dA[]eSC}:oq/u -[@8)OHI3-K仂l"+ȷHЧTJ6}>5S>_і2[䦈ȃȔuC[] lދ1kwE_oy>N.N'Etv8ٯˬULyU-:Ė-͆:Nj'q,:N*}Vɩ!X (c.N:s8PSzLL1Sc~:jȏZ3FV?b4^F!zHw;i}'#886U6ed-x^nwTihW+)tM +1412 0 obj<</Type/XRef/Filter/FlateDecode/W[0 3 0]/Root 1 0 R/ID[(FW$V1Er)(5 C:)]/Compress<</SpecO/1.5/LengthO 420051>>/Info 6 0 R/DecodeParms<</Predictor 12/Columns 3>>/Size 1413/Length 1014>>stream +xڽXoMAT*,BiRTJ|DhާAZՏ H,l|$""Bkw{o:wνZ;g̙3s1\8pH0 h|,yx3
3,˺. 6`
(_ + w'<`_k`>>l#d +SHt> endstream endobj startxref -372433 +372322 %%EOF diff --git a/Master/texmf-dist/doc/latex/hyperref/options.pdf b/Master/texmf-dist/doc/latex/hyperref/options.pdf Binary files differindex a70b7a9c289..12a83d62f28 100644 --- a/Master/texmf-dist/doc/latex/hyperref/options.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/options.pdf diff --git a/Master/texmf-dist/source/latex/hyperref/backref.dtx b/Master/texmf-dist/source/latex/hyperref/backref.dtx index f1928a6b765..64016f1fadc 100644 --- a/Master/texmf-dist/source/latex/hyperref/backref.dtx +++ b/Master/texmf-dist/source/latex/hyperref/backref.dtx @@ -29,7 +29,7 @@ %<driver>\ProvidesFile{backref.drv} % \fi % \ProvidesFile{backref.dtx} - [2010/03/11 v1.35 Bibliographical back referencing]% + [2010/08/30 v1.36 Bibliographical back referencing]% % % \CheckSum{747} % @@ -856,7 +856,7 @@ \immediate\closeout\tf@brf }% }{% - Rerun to get bibliographicsl references right% + Rerun to get bibliographical references right% }% } % \end{macrocode} diff --git a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex index b758085e2f4..956606fcf4f 100644 --- a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex +++ b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex @@ -14,7 +14,7 @@ % * Heiko Oberdiek, 2006-2010. % -\def\mydate{January 2010} +\def\mydate{September 2010} \RequirePackage{ifpdf} \ifpdf % We are running pdfTeX in pdf mode @@ -517,6 +517,7 @@ pdfinfo & key value list & empty & Alternative interface for setting pdfview & text & XYZ & Sets the default PDF `view' for each link \\ pdfstartpage & text & 1 & Determines on which page the PDF file is opened. \\ pdfstartview & text & Fit & Set the startup page view \\ +pdfremotestartview & text & Fit & Set the startup page view of remote PDF files \\ pdfpagescrop & n n n n & & Sets the default PDF crop box for pages. This should be a set of four numbers \\ pdfcenterwindow & boolean & false & position the document window in the center of the screen \\ pdfdirection & text & empty & direction setting \\ @@ -561,8 +562,8 @@ works by supplying default values for \texttt{XYZ} (horizontal $\times$ vertical $\times$ zoom) and \texttt{FitBH}. However, drivers using \texttt{pdfmark} do not supply defaults, so \textsf{hyperref} passes in a value of -32768, which causes Acrobat to set (usually) sensible -defaults. The following are possible values for the \texttt{pdfview} and -\texttt{pdfstartview} parameters. +defaults. The following are possible values for the \texttt{pdfview}, +\texttt{pdfstartview} and \texttt{pdfremotestartview} parameters. \noindent\begin{longtable}{>{\ttfamily}l>{\itshape}lp{7cm}} XYZ & left top zoom & Sets a coordinate and a zoom factor. If any one is null, the source link value is used. @@ -717,6 +718,7 @@ pdfprintclip & \textit{empty} & set /PrintClip of viewer preferenc pdfprintpagerange & \textit{empty} & set /PrintPageRange of viewer preferences \\ pdfprintscaling & \textit{empty} & page scaling option for print dialog \\ pdfproducer & \textit{empty} & text for PDF Producer field \\ +pdfremotestartview & \textit{Fit} & starting view of remote PDF documents \\ pdfstartpage & \textit{1} & page at which PDF document opens \\ pdfstartview & \textit{Fit} & starting view of PDF document \\ pdfsubject & \textit{empty} & text for PDF Subject field \\ @@ -752,7 +754,7 @@ If you need to make references to URLs, or write explicit links, the following low-level user macros are provided: \begin{cmdsyntax} -\ci{href}\verb|{|\emph{URL}\verb|}{|\emph{text}\verb|}| +\ci{href}\verb|[|\emph{options}\verb|]|\verb|{|\emph{URL}\verb|}{|\emph{text}\verb|}| \end{cmdsyntax} \noindent The \emph{text} is made a hyperlink to the \emph{URL}; this @@ -760,6 +762,19 @@ must be a full URL (relative to the base URL, if that is defined). The special characters \# and \~{} do \emph{not} need to be escaped in any way. +The optional argument \emph{options} recognizes the hyperref options +\texttt{pdfremotestartview}, \texttt{pdfnewwindow} and the following +key value options: +\begin{description} +\item[\texttt{page}:] Specifies the start page number of remote +PDF documents. First page is \verb|1|. +\item[\texttt{ismap}:] Boolean key, if set to |true|, the +URL should appended by the coordinates as query parameters by +the PDF viewer. +\item[\texttt{nextactionraw}:] The value of key |/Next| of +action dictionaries, see PDF specification. +\end{description} + \begin{cmdsyntax} \ci{url}\verb|{|\emph{URL}\verb|}| \end{cmdsyntax} @@ -1099,7 +1114,8 @@ command names): \noindent \verb|\hypercalcbp| takes a \TeX\ dimen specification and converts it to bp and returns the number without the unit. -This is useful for options \verb|pdfstartview| and \verb|pdfview|. +This is useful for options \verb|pdfview|, \verb|pdfstartview| +and \verb|pdfremotestartview|. Example: \begin{quote} \begin{verbatim} diff --git a/Master/texmf-dist/source/latex/hyperref/doc/options.tex b/Master/texmf-dist/source/latex/hyperref/doc/options.tex index 04f14859f9b..7e8278cea26 100644 --- a/Master/texmf-dist/source/latex/hyperref/doc/options.tex +++ b/Master/texmf-dist/source/latex/hyperref/doc/options.tex @@ -90,9 +90,10 @@ pdfprintclip &set /PrintClip of viewer preferences&\optempty\\ pdfprintpagerange &set /PrintPageRange of viewer preferences&\optempty\\ pdfprintscaling &page scaling option for print dialog&\optempty\\ pdfproducer &text for PDF Producer field&\optempty\\ +pdfremotestartview & starting view for links into remote PDF documents&Fit\\ pdftrapped & set the document information Trapped entry&\optempty\\ pdfstartpage &page at which PDF document opens&1\\ -pdfstartview &starting view of PDF document& /Fit\\ +pdfstartview &starting view of PDF document& Fit\\ pdfsubject &text for PDF Subject field&\optempty\\ pdftex &use pdf\TeX\ backend\\ pdftitle &text for PDF Title field&\optempty\\ diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx index e34fb0073c6..353532ad87f 100644 --- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx +++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx @@ -44,7 +44,7 @@ %<puenc>\ProvidesFile{puenc.def} %<puvnenc>\ProvidesFile{puvnenc.def} %<puarenc>\ProvidesFile{puarenc.def} -%<!none> [2010/06/18 v6.81g +%<!none> [2010/09/11 v6.81m %<package> Hypertext links for LaTeX] %<nohyperref> Dummy hyperref (SR)] %<driver> Hyperref documentation driver file] @@ -126,7 +126,7 @@ \end{document} %</driver> % \fi -% \CheckSum{27158} +% \CheckSum{27643} % % \MakeShortVerb{|} % \StopEventually{} @@ -579,6 +579,50 @@ \def\Hy@Info#1{\PackageInfo{hyperref}{#1}} % \end{macrocode} % +% \subsection{Checks with regular expressions} +% +% \begin{macrocode} +\ltx@IfUndefined{pdfmatch}{% + \def\Hy@Match#1#2#3#4{}% +}{% + \def\Hy@Match#1#2{% + \begingroup + \edef\^{\ltx@backslashchar\string^}% + \edef\.{\ltx@backslashchar.}% + \edef\[{\ltx@backslashchar[}% ]] + \edef\${\ltx@backslashchar$}% + \edef\({\ltx@backslashchar(}% + \edef\){\ltx@backslashchar)}% + \edef\|{\ltx@backslashchar|}% + \edef\*{\ltx@backslashchar*}% + \edef\+{\ltx@backslashchar+}% + \edef\?{\ltx@backslashchar?}% + \edef\{{\ltx@backslashchar\ltx@leftbracechar}% + \edef\}{\ltx@rightbracechar}% + \edef\\{\ltx@backslashchar\ltx@backslashchar}% + \ifnum\pdfmatch{#2}{#1}=\ltx@one + \endgroup + \expandafter\ltx@firstoftwo + \else + \endgroup + \expandafter\ltx@secondoftwo + \fi + }% +} +\ltx@ifpackagelater{ltxcmds}{2010/09/11}{}{% + \begingroup + \lccode`0=`\{\relax + \lowercase{\endgroup + \def\ltx@leftbracechar{0}% + }% + \begingroup + \lccode`0=`\}\relax + \lowercase{\endgroup + \def\ltx@rightbracechar{0}% + }% +} +% \end{macrocode} +% % \subsection{Compatibility with format dumps} % % \begin{macro}{\AfterBeginDocument} @@ -1228,7 +1272,7 @@ \let\label\@gobble \let\index\@gobble \let\glossary\@gobble - \let\href\@secondoftwo + \let\href\HyPsd@href \let\@mkboth\@gobbletwo % \end{macrocode} % @@ -2902,6 +2946,12 @@ % % \subsubsection{Reference commands} % +% \begin{macro}{\HyPsd@href} +% \begin{macrocode} +\def\HyPsd@href#1#{\@secondoftwo} +% \end{macrocode} +% \end{macro} +% % \begin{macro}{\HyPsd@ref} % Macro \cs{HyPsd@ref} calls the macro \cs{HyPsd@@ref} for star checking. % The same methods like in \cs{HyPsd@hspace} is used. @@ -4246,10 +4296,28 @@ % |\HyperRaiseLinkHook| allows the user to reassign % |\HyperRaiseLinkLength|. % \begin{macrocode} +\newcount\Hy@SavedSpaceFactor +\def\Hy@SaveSpaceFactor{% + \global\Hy@SavedSpaceFactor=\ifhmode\spacefactor\else\z@\fi +} +\def\Hy@RestoreSpaceFactor{% + \relax + \ifhmode + \ifnum\Hy@SavedSpaceFactor>\z@ + \spacefactor=\Hy@SavedSpaceFactor + \fi + \fi +} +\def\Hy@SaveSavedSpaceFactor{% + \edef\Hy@RestoreSavedSpaceFactor{% + \global\Hy@SavedSpaceFactor=\the\Hy@SavedSpaceFactor\relax + }% +} \def\Hy@raisedlink#1{% \ifvmode #1% \else + \Hy@SaveSpaceFactor \penalty\@M \smash{% \begingroup @@ -4257,8 +4325,13 @@ \setlength\HyperRaiseLinkLength\HyperRaiseLinkDefault \HyperRaiseLinkHook \expandafter\endgroup - \expandafter\raise\the\HyperRaiseLinkLength\hbox{#1}% + \expandafter\raise\the\HyperRaiseLinkLength\hbox{% + \Hy@RestoreSpaceFactor + #1% + \Hy@SaveSpaceFactor + }% }% + \Hy@RestoreSpaceFactor \fi } % \end{macrocode} @@ -5954,7 +6027,40 @@ \ifx\\#1\\% \def\@pdfstartview{}% \else - \hypercalcbpdef\@pdfstartview{ /#1 }% + \hypercalcbpdef\@pdfstartview{/#1}% + \fi +} +\def\HyPat@NonNegativeReal/{% + ([0-9]+\.?[0-9]*|[0-9]*\.?[0-9]+)% +} +\define@key{Hyp}{pdfremotestartview}{% + \ifx\\#1\\% + \def\@pdfremotestartview{/Fit}% + \else + \hypercalcbpdef\@pdfremotestartview{#1}% + \edef\@pdfremotestartview{\@pdfremotestartview}% + \Hy@Match\@pdfremotestartview{% + ^(XYZ -?(null|\HyPat@NonNegativeReal/) % + -?(null|\HyPat@NonNegativeReal/) % + (null|\HyPat@NonNegativeReal/)|% + Fit(|B|% + (H|V|BH|BV) (null|\HyPat@NonNegativeReal/)|% + R \HyPat@NonNegativeReal/ \HyPat@NonNegativeReal/ % + \HyPat@NonNegativeReal/ \HyPat@NonNegativeReal/% + ))$% + }{}{% + \Hy@Warning{% + Invalid value `\@pdfremotestartview'\MessageBreak + of `pdfremotestartview'\MessageBreak + is replaced by `Fit'% + }% + \let\@pdfremotestartview\@empty + }% + \ifx\@pdfremotestartview\@empty + \def\@pdfremotestartview{/Fit}% + \else + \edef\@pdfremotestartview{/\@pdfremotestartview}% + \fi \fi } \define@key{Hyp}{pdfpagescrop}{\edef\@pdfpagescrop{#1}} @@ -6031,7 +6137,8 @@ \def\@pdfkeywords{} \def\@pdftrapped{} \def\@pdfpagescrop{} -\def\@pdfstartview{ /Fit } +\def\@pdfstartview{/Fit} +\def\@pdfremotestartview{/Fit} \def\@pdfstartpage{1} \def\@pdfprintpagerange{} \def\@pdflang{} @@ -6127,7 +6234,7 @@ \let\@secondoffive\@secondoftwo \let\ReadBookmarks\relax \let\WriteBookmarks\relax - \Hy@WarningNoLine{ draft mode on}% + \Hy@WarningNoLine{Draft mode on}% \fi \Hy@DisableOption{draft}% \Hy@DisableOption{nolinks}% @@ -6775,7 +6882,9 @@ % \end{macrocode} % % \begin{macrocode} -\DeclareRobustCommand*{\href}{% +\DeclareRobustCommand*{\href}[1][]{% + \begingroup + \setkeys{href}{#1}% \@ifnextchar\bgroup\Hy@href{\hyper@normalise\href@}% } \def\Hy@href#{% @@ -6785,11 +6894,99 @@ \catcode`\$=6 % \catcode`\#=12 % \gdef\href@$1{\expandafter\href@split$1##\\}% - \gdef\href@split$1#$2#$3\\{% - \hyper@@link{$1}{$2}% + \gdef\href@split$1#$2#$3\\$4{% + \hyper@@link{$1}{$2}{$4}% + \endgroup }% \endgroup % \end{macrocode} +% Option `page'. +% \begin{macrocode} +\define@key{href}{page}{% + \def\Hy@href@page{#1}% +} +\let\Hy@href@page\@empty +\newcount\c@Hy@tempcnt +\def\theHy@tempcnt{\the\c@Hy@tempcnt} +\def\Hy@MakeRemoteAction{% + \ifx\Hy@href@page\@empty + \def\Hy@href@page{0}% + \else + \setcounter{Hy@tempcnt}{\Hy@href@page}% + \ifnum\c@Hy@tempcnt<\@ne + \Hy@Warning{% + Invalid page number (\theHy@tempcnt)\MessageBreak + for remote PDF file.\MessageBreak + Using page 1% + }% + \def\Hy@href@page{0}% + \else + \global\advance\c@Hy@tempcnt\m@ne + \edef\Hy@href@page{\theHy@tempcnt}% + \fi + \fi +% \end{macrocode} +% If a next action is set, then also a new window +% should be opened. Otherwise AR reclaims that it +% closes the current file with discarding the next actions. +% \begin{macrocode} + \ifx\Hy@href@nextactionraw\@empty + \else + \Hy@newwindowsettrue + \Hy@newwindowtrue + \fi +} +% \end{macrocode} +% Option `pdfremotestartview'. +% \begin{macrocode} +\define@key{href}{pdfremotestartview}{% + \setkeys{Hyp}{pdfremotestartview={#1}}% +} +% \end{macrocode} +% Option `pdfnewwindow'. +% \begin{macrocode} +\let\KV@href@pdfnewwindow\KV@Hyp@pdfnewwindow +\let\KV@href@pdfnewwindow@default\KV@Hyp@pdfnewwindow@default +% \end{macrocode} +% Option `ismap'. +% \begin{macrocode} +\newif\ifHy@href@ismap +\define@key{href}{ismap}[true]{% + \ltx@IfUndefined{Hy@href@ismap#1}{% + \PackageError{hyperref}{% + Invalid value (#1) for key `ismap'.\MessageBreak + Permitted values are `true' or `false'.\MessageBreak + Ignoring `ismap'% + }\@ehc + }{% + \csname Hy@href@ismap#1\endcsname + }% +} +% \end{macrocode} +% Option `nextactionraw'. +% \begin{macrocode} +\let\Hy@href@nextactionraw\@empty +\define@key{href}{nextactionraw}{% + \edef\Hy@href@nextactionraw{#1}% + \ifx\Hy@href@nextactionraw\@empty + \else + \Hy@Match\Hy@href@nextactionraw{% + ^(\HyPat@ObjRef/|<<.*/S[ /].+>>|% + \[( ?\HyPat@ObjRef/|<<.*/S[ /].+>>)+ ?])$% + }{}{% + \Hy@Warning{Invalid value for `nextactionraw':\MessageBreak + \Hy@href@nextactionraw\MessageBreak + The action is discarded% + }% + }% + \ifx\Hy@href@nextactionraw\@empty + \else + \edef\Hy@href@nextactionraw{/Next \Hy@href@nextactionraw}% + \fi + \fi +} +\def\HyPat@ObjRef/{.+} +% \end{macrocode} % Load package |url.sty| and save the meaning of % the original \cmd{\url} in \cmd{\nolinkurl}. % \begin{macrocode} @@ -6949,6 +7146,12 @@ % % \begin{macrocode} \def\hyper@readexternallink#1\\#2#3#4{% + \begingroup + \let\\\relax + \expandafter\endgroup + \expandafter\@@hyper@@readexternallink#1\\{#2}{#3}{#4}% +} +\def\@@hyper@@readexternallink#1\\#2#3#4{% % \end{macrocode} % Parameters are: % \begin{enumerate} @@ -6960,7 +7163,7 @@ % We need to get the 1st parameter properly expanded, % so we delimit the arguments rather than passing it inside a group. % \begin{macrocode} - \expandafter\@hyper@readexternallink{#2}{#3}{#4}#1::\\{#1}% + \@hyper@readexternallink{#2}{#3}{#4}#1::\\{#1}% } % \end{macrocode} % Now (potentially), we are passed: @@ -6983,17 +7186,17 @@ % then we lose. Such names must be prefixed with an explicit |dvi:| % \begin{macrocode} \ifx\\#6\\% - \expandafter\@hyper@linkfile file:#7\\{#3}{#2}% + \@hyper@linkfile file:#7\\{#3}{#2}{#7}% \else \ifx\\#4\\% - \expandafter\@hyper@linkfile file:#7\\{#3}{#2}% + \@hyper@linkfile file:#7\\{#3}{#2}{#7}% \else % \end{macrocode} % If the URL type is `file', pass it for local opening % \begin{macrocode} \def\@pdftempa{#4}% \ifx\@pdftempa\@pdftempwordfile - \expandafter\@hyper@linkfile#7\\{#3}{#2}% + \@hyper@linkfile#7\\{#3}{#2}{#7}% \else % \end{macrocode} % if it starts `run:', its to launch an application. @@ -7008,7 +7211,7 @@ #2% \endgroup \else - \expandafter\@hyper@launch#7\\{#3}{#2}% + \@hyper@launch#7\\{#3}{#2}% \fi \else % \end{macrocode} @@ -7039,8 +7242,8 @@ % starting .. fell over. Switched to using |\filename@parse| to % solve this. % \begin{macrocode} -\def\@hyper@linkfile file:#1\\#2#3{% - %file url,link string, name +\def\@hyper@linkfile file:#1\\#2#3#4{% + %file url,link string, name, original uri \filename@parse{#1}% \ifx\filename@ext\relax \edef\filename@ext{\XR@ext}% @@ -7051,7 +7254,7 @@ }{% \ifx\@baseurl\@empty \hyper@linkurl{#2}{% - \Hy@linkfileprefix\use@file\ifx\\#3\\\else\hyper@hash#3\fi + #4\ifx\\#3\\\else\hyper@hash#3\fi }% \else \hyper@linkurl{#2}{\use@file\ifx\\#3\\\else\hyper@hash#3\fi}% @@ -7079,6 +7282,31 @@ \expandafter\expandafter\expandafter\z\expandafter\x\y\@nil } % \end{macrocode} +% \begin{macrocode} +\def\Hy@StringLocalhost{localhost} +\@onelevel@sanitize\Hy@StringLocalhost +\def\Hy@CleanupFile#1{% + \edef#1{#1}% + \expandafter\Hy@@CleanupFile#1\hbox///\hbox\@nil{#1}% +} +\def\Hy@@CleanupFile#1//#2/#3\hbox#4\@nil#5{% + \begingroup + \toks@{\endgroup}% + \def\x{#1}% + \ifx\x\@empty + \def\x{#2}% + \ifx\x\@empty + \toks@{\endgroup\def#5{/#3}}% + \else + \@onelevel@sanitize\x + \ifx\x\Hy@StringLocalhost + \toks@{\endgroup\def#5{/#3}}% + \fi + \fi + \fi + \the\toks@ +} +% \end{macrocode} % Anchors have a name, and marked text. % We have to be careful with the marked text, as if we break % off part of something to put a |\special| around it, all hell breaks @@ -7123,6 +7351,7 @@ \fi \let\anchor@spot\@empty } +\def\anchor@spot{} % \end{macrocode} % \section{Compatibility with the \emph{\LaTeX{}2html} package}\label{latex2html} % Map our macro names on to Nikos', so that documents prepared @@ -7841,12 +8070,21 @@ \def\Field@boolkey#1#2{% \csname Fld@#2\ifx\relax#1\relax true\else#1\fi\endcsname } -\newtoks\Field@toks -\Field@toks={ }% -\def\Field@addtoks#1#2{% - \edef\@processme{\Field@toks{\the\Field@toks\space #1="#2"}}% - \@processme -} +\ifHy@texht + \newtoks\Field@toks + \Field@toks={ }% + \def\Field@addtoks#1#2{% + \edef\@processme{\Field@toks{\the\Field@toks\space #1="#2"}}% + \@processme + }% +\else + \def\Hy@WarnHTMLFieldOption#1{% + \Hy@Warning{% + HTML field option `#1'\MessageBreak + is ignored% + }% + }% +\fi \def\Fld@checkequals#1=#2=#3\\{% \def\@currDisplay{#1}% \ifx\\#2\\% @@ -7864,12 +8102,21 @@ \define@key{Field}{disabled}[true]{% \lowercase{\Field@boolkey{#1}}{disabled}% } -\define@key{Field}{accesskey}{% - \Field@addtoks{accesskey}{#1}% -} -\define@key{Field}{tabkey}{% - \Field@addtoks{tabkey}{#1}% -} +\ifHy@texht + \define@key{Field}{accesskey}{% + \Field@addtoks{accesskey}{#1}% + }% + \define@key{Field}{tabkey}{% + \Field@addtoks{tabkey}{#1}% + }% +\else + \define@key{Field}{accesskey}{% + \Hy@WarnHTMLFieldOption{accesskey}% + }% + \define@key{Field}{tabkey}{% + \Hy@WarnHTMLFieldOption{tabkey}% + }% +\fi \define@key{Field}{name}{% \def\Fld@name{#1}% } @@ -7993,33 +8240,46 @@ \Hy@temp{onblur} \Hy@temp{onenter} \Hy@temp{onexit} -\def\Hy@temp#1{% - \define@key{Field}{#1}{% - \Field@addtoks{#1}{##1}% +\ifHy@texht + \def\Hy@temp#1{% + \define@key{Field}{#1}{% + \Field@addtoks{#1}{##1}% + }% }% -} -\Hy@temp{onselect} -\Hy@temp{onchange} +\else + \def\Hy@temp#1{% + \define@key{Field}{#1}{% + \Hy@WarnHTMLFieldOption{#1}% + }% + }% +\fi \Hy@temp{ondblclick} \Hy@temp{onmousedown} \Hy@temp{onmouseup} \Hy@temp{onmouseover} \Hy@temp{onmousemove} \Hy@temp{onmouseout} -\Hy@temp{onkeypress} \Hy@temp{onkeydown} \Hy@temp{onkeyup} -\ifHy@pdfa - \define@key{Field}{onclick}{% - \PackageError{hyperref}{% - PDF/A: Action `onclick' is prohibited% - }\@ehc - }% -\else +\Hy@temp{onselect} +\Hy@temp{onchange} +\Hy@temp{onkeypress} +\ifHy@texht \define@key{Field}{onclick}{% - \def\Fld@onclick@code{#1}% \Field@addtoks{onclick}{#1}% }% +\else + \ifHy@pdfa + \define@key{Field}{onclick}{% + \PackageError{hyperref}{% + PDF/A: Action `onclick' is prohibited% + }\@ehc + }% + \else + \define@key{Field}{onclick}{% + \def\Fld@onclick@code{#1}% + }% + \fi \fi % \end{macrocode} % \begin{macrocode} @@ -8278,7 +8538,7 @@ \let\phantomsection\@empty \let\hypersetup\@gobble \let\hyperbaseurl\@gobble -\let\href\@gobble +\newcommand*{\href}[3][]{#3} \let\hyperdef\@gobbletwo \let\hyperlink\@gobble \let\hypertarget\@gobble @@ -9138,6 +9398,7 @@ \fi \fi } +\let\Hy@saved@refstepcounter\refstepcounter % \end{macrocode} % AMS\LaTeX\ processes all equations twice; we want to make sure % that the hyper stuff is not executed twice, so we use the AMS @@ -9474,6 +9735,23 @@ }{} % \end{macrocode} % +% Package varioref redefines \cs{refstepcounter}, thus it needs +% fixing, if the package is loaded *after* hyperref. +% \begin{macrocode} +\def\Hy@varioref@refstepcounter#1{% + \stepcounter{#1}% + \protected@edef\@currentlabel{% + \csname p@#1\expandafter\endcsname\csname the#1\endcsname + }% +} +\AtBeginDocument{% + \ifx\refstepcounter\Hy@varioref@refstepcounter + \let\H@refstepcounter\refstepcounter + \let\refstepcounter\Hy@saved@refstepcounter + \fi +} +% \end{macrocode} +% % \section{Package longtable support} % % Sometimes the anchor of the longtable goes to the previous @@ -10557,7 +10835,7 @@ \evensidemargin \fi \kern-1bp\relax - \Hy@TempPageAnchor + \Hy@TempPageAnchor\relax \hss }% \vss @@ -11583,6 +11861,9 @@ %<*pdftex> \providecommand*{\XR@ext}{pdf} \Hy@setbreaklinks{true} +\def\HyPat@ObjRef{% + [0-9]*[1-9][0-9]* 0 R% +} % \end{macrocode} % This driver is for Han The Thanh's \TeX{} variant % which produces PDF directly. This has new primitives @@ -11710,14 +11991,14 @@ \begingroup \ifHy@ocgcolorlinks \def\Hy@ocgcolor{#1}% - \setbox0=\color@hbox + \setbox0=\hbox\bgroup\color@begingroup \else \HyColor@UseColor#1% \fi }% \def\Hy@endcolorlink{% \ifHy@ocgcolorlinks - \color@endbox + \color@endgroup\egroup \mbox{% \pdfliteral page{/OC/OCPrint BDC}% \rlap{\copy0}% @@ -11757,11 +12038,17 @@ % First define the anchors: % \begin{macrocode} \def\new@pdflink#1{% + \ifhmode + \@savsf\spacefactor + \fi \Hy@SaveLastskip \Hy@VerboseAnchor{#1}% \Hy@pstringdef\Hy@pstringDest{\HyperDestNameFilter{#1}}% \Hy@DestName\Hy@pstringDest\@pdfview \Hy@RestoreLastskip + \ifhmode + \spacefactor\@savsf + \fi } \let\pdf@endanchor\@empty % \end{macrocode} @@ -11876,6 +12163,10 @@ /Type/Action% /S/URI% /URI(\Hy@pstringURI)% + \ifHy@href@ismap + /IsMap true% + \fi + \Hy@href@nextactionraw >>% }% \relax @@ -11885,8 +12176,11 @@ } \def\hyper@linkfile#1#2#3{% anchor text, filename, linkname \begingroup - \Hy@pstringdef\Hy@pstringF{#2}% + \def\Hy@pstringF{#2}% + \Hy@CleanupFile\Hy@pstringF + \Hy@pstringdef\Hy@pstringF\Hy@pstringF \Hy@pstringdef\Hy@pstringD{#3}% + \Hy@MakeRemoteAction \leavevmode \pdfstartlink attr{% @@ -11922,10 +12216,11 @@ % \end{verbatim} % \begin{macrocode} \ifx\\#3\\% - /D[0 \@pdfstartview]% + /D[\Hy@href@page\@pdfremotestartview]% \else /D(\Hy@pstringD)% \fi + \Hy@href@nextactionraw >>% }% \relax @@ -11961,6 +12256,7 @@ \else /Win<</P(\Hy@pstringP)/F(\Hy@pstringF)>>% \fi + \Hy@href@nextactionraw >>% }% \relax @@ -12361,7 +12657,9 @@ /Subtype/Link% \ifHy@pdfa /F 4\fi /A<<% - /S/Named/N/#1% + /S/Named% + /N/#1% + \Hy@href@nextactionraw >>% }% \relax @@ -12509,13 +12807,19 @@ % \begin{macrocode} \leavevmode \ifHy@raiselinks - \setbox\@tempboxa=\color@hbox #1\color@endbox + \Hy@SaveSpaceFactor + \Hy@SaveSavedSpaceFactor + \sbox\@tempboxa{\Hy@RestoreSpaceFactor#1}% + \Hy@RestoreSavedSpaceFactor \@linkdim\dp\@tempboxa \lower\@linkdim\hbox{% \hyper@chars \special{html:<a href=\hyper@quote#2\hyper@quote>}% }% - \Hy@colorlink\@urlcolor#1% + \Hy@colorlink\@urlcolor + \Hy@RestoreSpaceFactor + #1% + \Hy@SaveSpaceFactor \@linkdim\ht\@tempboxa % \end{macrocode} % Because of the interaction with the dvihps processor, we have to subtract a @@ -12526,6 +12830,7 @@ \advance\@linkdim by -6.5\p@ \raise\@linkdim\hbox{\special{html:</a>}}% \Hy@endcolorlink + \Hy@RestoreSpaceFactor \else \begingroup \hyper@chars @@ -12611,9 +12916,12 @@ } \def\hyper@link#1#2#3{% \Hy@VerboseLinkStart{#1}{#2}% - \setbox\@tempboxa=\color@hbox #3\color@endbox \leavevmode \ifHy@raiselinks + \Hy@SaveSpaceFactor + \Hy@SaveSavedSpaceFactor + \sbox\@tempboxa{\Hy@RestoreSpaceFactor#3}% + \Hy@RestoreSavedSpaceFactor \@linkdim\dp\@tempboxa \lower\@linkdim\hbox{% \special{button: % @@ -12621,19 +12929,24 @@ \number\ht\@tempboxa\space #2% }% - \expandafter\Hy@colorlink\csname @#1color\endcsname#3% + \expandafter\Hy@colorlink\csname @#1color\endcsname + \Hy@RestoreSpaceFactor + #3% + \Hy@SaveSpaceFactor \Hy@endcolorlink }% \@linkdim\ht\@tempboxa \advance\@linkdim by -6.5\p@ \raise\@linkdim\hbox{}% + \Hy@RestoreSpaceFactor \else \special{button: % \number\wd\@tempboxa\space \number\ht\@tempboxa\space #2% }% - \expandafter\Hy@colorlink\csname @#1color\endcsname#3% + \expandafter\Hy@colorlink\csname @#1color\endcsname + #3% \Hy@endcolorlink \fi } @@ -12641,8 +12954,11 @@ \begingroup \hyper@chars \leavevmode - \setbox\@tempboxa=\color@hbox #1\color@endbox \ifHy@raiselinks + \Hy@SaveSpaceFactor + \Hy@SaveSavedSpaceFactor + \sbox\@tempboxa{\Hy@RestoreSpaceFactor#1}% + \Hy@RestoreSavedSpaceFactor \@linkdim\dp\@tempboxa \lower\@linkdim\hbox{% \special{button: % @@ -12651,11 +12967,16 @@ launch: \wwwbrowser\space #2% }% - \Hy@colorlink\@urlcolor#1\Hy@endcolorlink + \Hy@colorlink\@urlcolor + \Hy@RestoreSpaceFactor + #1% + \Hy@SaveSpaceFactor + \Hy@endcolorlink }% \@linkdim\ht\@tempboxa \advance\@linkdim by -6.5\p@ \raise\@linkdim\hbox{}% + \Hy@RestoreSpaceFactor \else \special{button: % \number\wd\@tempboxa\space @@ -12671,8 +12992,11 @@ \begingroup \hyper@chars \leavevmode - \setbox\@tempboxa=\color@hbox #1\color@endbox \ifHy@raiselinks + \Hy@SaveSpaceFactor + \Hy@SaveSavedSpaceFactor + \sbox\@tempboxa{\Hy@RestoreSpaceFactor#1}% + \Hy@RestoreSavedSpaceFactor \@linkdim\dp\@tempboxa \lower\@linkdim\hbox{% \special{button: % @@ -12681,11 +13005,16 @@ #3,% file: #2% }% - \Hy@colorlink\@filecolor#1\Hy@endcolorlink + \Hy@colorlink\@filecolor + \Hy@RestoreSpaceFactor + #1% + \Hy@SaveSpaceFactor + \Hy@endcolorlink }% \@linkdim\ht\@tempboxa \advance\@linkdim by -6.5\p@ \raise\@linkdim\hbox{}% + \Hy@RestoreSpaceFactor \else \special{button: % \number\wd\@tempboxa\space @@ -12815,6 +13144,9 @@ % \begin{macrocode} \providecommand*{\XR@ext}{pdf} \Hy@setbreaklinks{true} +\def\HyPat@ObjRef{% + @[^ ]+% +} \newsavebox{\pdfm@box} \def\@pdfm@mark#1{\special{pdf:#1}} \def\@pdfm@dest#1{% @@ -12975,14 +13307,14 @@ \begingroup \ifHy@ocgcolorlinks \def\Hy@ocgcolor{#1}% - \setbox0=\color@hbox + \setbox0=\hbox\bgroup\color@begingroup \else \HyColor@UseColor#1% \fi }% \def\Hy@endcolorlink{% \ifHy@ocgcolorlinks - \color@endbox + \color@endgroup\egroup \mbox{% \@pdfm@mark{content /OC/OCPrint BDC}% \rlap{\copy0}% @@ -13048,6 +13380,7 @@ /A<<% /S/GoTo% /D(\Hy@testname)% + \Hy@href@nextactionraw >>% >>% }% @@ -13061,8 +13394,11 @@ \def\hyper@linkfile#1#2#3{% \leavevmode \Hy@BeginAnnot{% - \Hy@pstringdef\Hy@pstringF{#2}% + \def\Hy@pstringF{#2}% + \Hy@CleanupFile\Hy@pstringF + \Hy@pstringdef\Hy@pstringF\Hy@pstringF \Hy@pstringdef\Hy@pstringD{#3}% + \Hy@MakeRemoteAction \@pdfm@mark{% bann<<% /Type/Annot% @@ -13076,8 +13412,14 @@ /A<<% /S/GoToR% /F(\Hy@pstringF)% - /D\ifx\\#3\\[0 \@pdfstartview]\else(\Hy@pstringD)\fi + /D% + \ifx\\#3\\% + [\Hy@href@page\@pdfremotestartview]% + \else + (\Hy@pstringD)% + \fi \Hy@SetNewWindow + \Hy@href@nextactionraw >>% >>% }% @@ -13103,6 +13445,10 @@ /A<<% /S/URI% /URI(\Hy@pstringURI)% + \ifHy@href@ismap + /IsMap true% + \fi + \Hy@href@nextactionraw >>% >>% }% @@ -13122,6 +13468,7 @@ /A<<% /S/Named% /N/#1% + \Hy@href@nextactionraw >>% \Hy@setpdfborder \ifx\@menubordercolor\relax @@ -13483,7 +13830,12 @@ \def\Hy@tempa{#1}% \ifx\Hy@tempa\@urltype \special{!% - aref <u=/Type /Action /S /URI /URI (\Hy@pstringURI)>;% + aref <u=/Type/Action/S/URI/URI(\Hy@pstringURI)% + \ifHy@href@ismap + /IsMap true% + \fi + \Hy@href@nextactionraw + >;% a=<% \ifHy@pdfa /F 4\fi \Hy@setpdfborder @@ -13522,10 +13874,12 @@ } \def\hyper@linkfile#1#2#3{% \leavevmode + \def\Hy@pstringF{#2}% + \Hy@CleanupFile\Hy@pstringF \special{!% aref <% \ifnum\Hy@VTeXversion>753 \ifHy@newwindow n\fi\fi - f=#2>#3;% + f=\Hy@pstringF>#3;% a=<% \ifHy@pdfa /F 4\fi \Hy@setpdfborder @@ -13544,7 +13898,12 @@ \hyper@chars \leavevmode \special{!% - aref <u=/Type /Action /S /URI /URI (\Hy@pstringURI)>;% + aref <u=/Type/Action/S/URI/URI(\Hy@pstringURI)% + \ifHy@href@ismap + /IsMap true% + \fi + \Hy@href@nextactionraw + >;% a=<% \ifHy@pdfa /F 4\fi \Hy@setpdfborder @@ -13606,7 +13965,8 @@ \ifx\\#3\\% \else /Win<</F(\Hy@pstringF)/P(\Hy@pstringP)>>% - \fi% + \fi + \Hy@href@nextactionraw >;% a=<% \ifHy@pdfa /F 4\fi @@ -14107,6 +14467,9 @@ % \begin{macrocode} %<*pdfmark> \Hy@breaklinks@unsupported +\def\HyPat@ObjRef{% + \{[^{}]+\}% +} \def\hyper@anchor#1{% \Hy@SaveLastskip \Hy@VerboseAnchor{#1}% @@ -14144,7 +14507,10 @@ \Hy@VerboseLinkStart{#1}{#2}% \ifHy@breaklinks \else - \leavevmode\hbox\bgroup + \leavevmode + \Hy@SaveSpaceFactor + \hbox\bgroup + \Hy@RestoreSpaceFactor \fi \expandafter\Hy@colorlink\csname @#1color\endcsname \literalps@out{H.S}% @@ -14176,7 +14542,9 @@ \Hy@endcolorlink \ifHy@breaklinks \else + \Hy@SaveSpaceFactor \egroup + \Hy@RestoreSpaceFactor \fi } % \end{macrocode} @@ -14511,10 +14879,19 @@ \literalps@out{H.R}% \else \leavevmode + \Hy@SaveSpaceFactor \ifHy@breaklinks - \Hy@setouterhbox\pdf@box{\Hy@AllowHyphens#1}% + \Hy@setouterhbox\pdf@box{% + \Hy@RestoreSpaceFactor + \Hy@AllowHyphens#1% + \Hy@SaveSpaceFactor + }% \else - \sbox\pdf@box{#1}% + \sbox\pdf@box{% + \Hy@RestoreSpaceFactor + #1% + \Hy@SaveSpaceFactor + }% \fi \dimen@\ht\pdf@box \ifdim\dp\pdf@box=\z@ @@ -14546,6 +14923,7 @@ \else \raise\dimen@\hbox{\literalps@out{H.R}}% \fi + \Hy@RestoreSpaceFactor \fi \ifx\pdf@type\Hy@DEST \else @@ -14775,7 +15153,13 @@ Border=\@pdfborder,% BorderStyle=\@pdfborderstyle,% Color=\@urlbordercolor,% - Action={<< /Subtype /URI /URI (\Hy@pstringURI) >>},% + Action={<<% + /Subtype/URI% + /URI(\Hy@pstringURI)% + \ifHy@href@ismap + /IsMap true% + \fi + >>},% Subtype=/Link,% PDFAFlags=4% }% @@ -14783,8 +15167,11 @@ } \def\hyper@linkfile#1#2#3{% \begingroup - \Hy@pstringdef\Hy@pstringF{#2}% + \def\Hy@pstringF{#2}% + \Hy@CleanupFile\Hy@pstringF + \Hy@pstringdef\Hy@pstringF\Hy@pstringF \Hy@pstringdef\Hy@pstringD{#3}% + \Hy@MakeRemoteAction \leavevmode \pdfmark[{#1}]{% pdfmark=/ANN,% @@ -14800,7 +15187,13 @@ /S/GoToR% \Hy@SetNewWindow /F(\Hy@pstringF)% - /D\ifx\\#3\\[0 \@pdfstartview]\else(\Hy@pstringD)cvn\fi + /D% + \ifx\\#3\\% + [\Hy@href@page\@pdfremotestartview]% + \else + (\Hy@pstringD)cvn% + \fi + \Hy@href@nextactionraw >>% }% }% @@ -14829,6 +15222,7 @@ \else /Win<</P(\Hy@pstringP)/F(\Hy@pstringF)>>% \fi + \Hy@href@nextactionraw >>% }% }% @@ -15309,17 +15703,24 @@ \def\hyper@linkurl#1#2{% \leavevmode \ifHy@raiselinks - \setbox\@tempboxa=\color@hbox #1\color@endbox + \Hy@SaveSpaceFactor + \Hy@SaveSavedSpaceFactor + \sbox\@tempboxa{\Hy@RestoreSpaceFactor#1}% + \Hy@RestoreSavedSpaceFactor \@linkdim\dp\@tempboxa \lower\@linkdim\hbox{% \hyper@chars \special{html:<a href=\hyper@quote#2\hyper@quote>}% }% - \Hy@colorlink\@urlcolor#1% - \@linkdim\ht\@tempboxa - \advance\@linkdim by -6.5\p@ - \raise\@linkdim\hbox{\special{html:</a>}}% + \Hy@colorlink\@urlcolor + \Hy@RestoreSpaceFactor + #1% + \Hy@SaveSpaceFactor + \@linkdim\ht\@tempboxa + \advance\@linkdim by -6.5\p@ + \raise\@linkdim\hbox{\special{html:</a>}}% \Hy@endcolorlink + \Hy@RestoreSpaceFactor \else \begingroup \hyper@chars @@ -15608,7 +16009,10 @@ \def\hyper@linkurl#1#2{% \leavevmode \ifHy@raiselinks - \setbox\@tempboxa=\color@hbox #1\color@endbox + \Hy@SaveSpaceFactor + \Hy@SaveSavedSpaceFactor + \sbox\@tempboxa{\Hy@RestoreSpaceFactor#1}% + \Hy@RestoreSavedSpaceFactor \@linkdim\dp\@tempboxa \lower\@linkdim\hbox{% \begingroup @@ -15618,10 +16022,15 @@ }% \endgroup }% - \Hy@colorlink\@urlcolor#1\Hy@endcolorlink + \Hy@colorlink\@urlcolor + \Hy@RestoreSpaceFactor + #1% + \Hy@SaveSpaceFactor + \Hy@endcolorlink \@linkdim\ht\@tempboxa \advance\@linkdim by -6.5\p@ \raise\@linkdim\hbox{\special{t4ht=</a>}}% + \Hy@RestoreSpaceFactor \else \begingroup \hyper@chars @@ -15649,6 +16058,25 @@ \def\rEfLiNK #1#2{#2}% \fi \def\backref#1{} +% \end{macrocode} +% Fix for tex4ht. +% \begin{macrocode} +\AtBeginDocument{% + \expandafter\let\expandafter\Hy@OrgMakeLabel\csname Make:Label\endcsname + \expandafter\def\csname Make:Label\endcsname#1#2{% + \ifhmode + \Hy@SaveSpaceFactor + \else + \global\Hy@SavedSpaceFactor=1000 % + \fi + \Hy@OrgMakeLabel{#1}{% + \Hy@RestoreSpaceFactor + #2% + \Hy@SaveSpaceFactor + }% + \Hy@RestoreSpaceFactor + }% +} %</tex4ht> %<*tex4htcfg> \IfFileExists{\jobname.cfg}{\endinput}{} @@ -15867,7 +16295,6 @@ \fi }% \begingroup - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofText,#1% }% @@ -15898,7 +16325,6 @@ \ifdim\@tempdimb>\@tempdima\@tempdima\@tempdimb\fi }% \advance\@tempdima by 15\p@ - \Field@toks={ }% \begingroup \HyField@SetKeys{#1}% \edef\x{\endgroup @@ -15977,7 +16403,6 @@ \def\@PushButton[#1]#2{% parameters, label \def\Fld@name{#2}% \begingroup - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofPushButton,#1% }% @@ -16003,7 +16428,6 @@ \endgroup } \def\@Submit[#1]#2{% - \Field@toks={ }% \def\Fld@width{\DefaultWidthofSubmit}% \def\Fld@height{\DefaultHeightofSubmit}% \begingroup @@ -16021,7 +16445,6 @@ \endgroup } \def\@Reset[#1]#2{% - \Field@toks={ }% \def\Fld@width{\DefaultWidthofReset}% \def\Fld@height{\DefaultHeightofReset}% \begingroup @@ -16050,7 +16473,6 @@ \begingroup \def\Fld@width{\DefaultWidthofCheckBox}% \def\Fld@height{\DefaultHeightofCheckBox}% - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofCheckBox,#1% }% @@ -16360,7 +16782,6 @@ \fi }% \begingroup - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofText,#1% }% @@ -16392,7 +16813,6 @@ \ifdim\@tempdimb>\@tempdima\@tempdima\@tempdimb\fi }% \advance\@tempdima by 15\p@ - \Field@toks={ }% \begingroup \HyField@SetKeys{#1}% \edef\x{\endgroup @@ -16489,7 +16909,6 @@ \def\@PushButton[#1]#2{% parameters, label \def\Fld@name{#2}% \begingroup - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofPushButton,#1% }% @@ -16517,7 +16936,6 @@ \endgroup } \def\@Submit[#1]#2{% - \Field@toks={ }% \def\Fld@width{\DefaultWidthofSubmit}% \def\Fld@height{\DefaultHeightofSubmit}% \begingroup @@ -16540,7 +16958,6 @@ \endgroup } \def\@Reset[#1]#2{% - \Field@toks={ }% \def\Fld@width{\DefaultWidthofReset}% \def\Fld@height{\DefaultHeightofReset}% \begingroup @@ -16570,7 +16987,6 @@ \begingroup \def\Fld@width{\DefaultWidthofCheckBox}% \def\Fld@height{\DefaultHeightofCheckBox}% - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofCheckBox,#1% }% @@ -16743,7 +17159,6 @@ \fi }% \begingroup - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofText,#1% }% @@ -16788,7 +17203,6 @@ \ifdim\@tempdimb>\@tempdima\@tempdima\@tempdimb\fi }% \advance\@tempdima by 15\p@ - \Field@toks={ }% \begingroup \HyField@SetKeys{#1}% \edef\x{\endgroup @@ -16915,7 +17329,6 @@ \def\@PushButton[#1]#2{% parameters, label \def\Fld@name{#2}% \begingroup - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofPushButton,#1% }% @@ -16953,7 +17366,6 @@ % \begin{macro}{\@Submit} % \begin{macrocode} \def\@Submit[#1]#2{% - \Field@toks={ }% \def\Fld@width{\DefaultWidthofSubmit}% \def\Fld@height{\DefaultHeightofSubmit}% \begingroup @@ -16982,7 +17394,6 @@ % \begin{macro}{\@Reset} % \begin{macrocode} \def\@Reset[#1]#2{% - \Field@toks={ }% \def\Fld@width{\DefaultWidthofReset}% \def\Fld@height{\DefaultHeightofReset}% \begingroup @@ -17022,7 +17433,6 @@ \begingroup \def\Fld@width{\DefaultWidthofCheckBox}% \def\Fld@height{\DefaultHeightofCheckBox}% - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofCheckBox,#1% }% @@ -17173,71 +17583,6 @@ % \end{macrocode} % \end{macro} % -% \begin{macro}{\PDFForm@Check} -% \begin{macrocode} -\def\PDFForm@Check{% - /Subtype/Widget% - \Fld@annotflags - /T(\Fld@name)% - /FT/Btn% - \Fld@flags - /Q \Fld@align - /BS<</W \Fld@borderwidth /S/\Fld@borderstyle>>% - /MK<<% - \ifnum\Fld@rotation=\z@ - \else - /R \Fld@rotation - \fi - \ifx\Fld@bordercolor\relax - \else - /BC[\Fld@bordercolor]% - \fi - \ifx\Fld@bcolor\relax - \else - /BG[\Fld@bcolor]% - \fi - /CA(\Hy@escapestring{\Fld@cbsymbol})% - >>% - /DA(/ZaDb \strip@pt\Fld@charsize\space Tf% - \ifx\Fld@color\@empty\else\space\Fld@color\fi)% - /H/P% - \ifFld@checked /V/Yes\else /V/Off\fi -} -% \end{macrocode} -% \end{macro} -% \begin{macro}{\PDFForm@Push} -% \begin{macrocode} -\ifHy@pdfa -\else - \def\PDFForm@Push{% - /Subtype/Widget% - \Fld@annotflags - /T(\Fld@name)% - /FT/Btn% - \Fld@flags - /H/P% - /BS<</W \Fld@borderwidth/S/\Fld@borderstyle>>% - \ifcase0\ifnum\Fld@rotation=\z@ \else 1\fi - \ifx\Fld@bordercolor\relax\else 1\fi - \space - \else - /MK<<% - \ifnum\Fld@rotation=\z@ - \else - /R \Fld@rotation - \fi - \ifx\Fld@bordercolor\relax - \else - /BC[\Fld@bordercolor]% - \fi - >>% - \fi - /A<</S/JavaScript/JS(\Hy@escapestring{\Fld@onclick@code})>>% - }% -\fi -% \end{macrocode} -% \end{macro} -% % \begin{macro}{\Fld@additionalactions} % \begin{macrocode} \def\Fld@@additionalactions{% @@ -17324,6 +17669,73 @@ % \end{macrocode} % \end{macro} % +% \begin{macro}{\PDFForm@Check} +% \begin{macrocode} +\def\PDFForm@Check{% + /Subtype/Widget% + \Fld@annotflags + /T(\Fld@name)% + /FT/Btn% + \Fld@flags + /Q \Fld@align + /BS<</W \Fld@borderwidth /S/\Fld@borderstyle>>% + /MK<<% + \ifnum\Fld@rotation=\z@ + \else + /R \Fld@rotation + \fi + \ifx\Fld@bordercolor\relax + \else + /BC[\Fld@bordercolor]% + \fi + \ifx\Fld@bcolor\relax + \else + /BG[\Fld@bcolor]% + \fi + /CA(\Hy@escapestring{\Fld@cbsymbol})% + >>% + /DA(/ZaDb \strip@pt\Fld@charsize\space Tf% + \ifx\Fld@color\@empty\else\space\Fld@color\fi)% + /H/P% + \ifFld@checked /V/Yes\else /V/Off\fi + \Fld@additionalactions +} +% \end{macrocode} +% \end{macro} +% \begin{macro}{\PDFForm@Push} +% \begin{macrocode} +\ifHy@pdfa +\else + \def\PDFForm@Push{% + /Subtype/Widget% + \Fld@annotflags + /T(\Fld@name)% + /FT/Btn% + \Fld@flags + /H/P% + /BS<</W \Fld@borderwidth/S/\Fld@borderstyle>>% + \ifcase0\ifnum\Fld@rotation=\z@ \else 1\fi + \ifx\Fld@bordercolor\relax\else 1\fi + \space + \else + /MK<<% + \ifnum\Fld@rotation=\z@ + \else + /R \Fld@rotation + \fi + \ifx\Fld@bordercolor\relax + \else + /BC[\Fld@bordercolor]% + \fi + >>% + \fi + /A<</S/JavaScript/JS(\Hy@escapestring{\Fld@onclick@code})>>% + \Fld@additionalactions + }% +\fi +% \end{macrocode} +% \end{macro} +% % \begin{macro}{\PDFForm@List} % \begin{macrocode} \def\PDFForm@List{% @@ -17469,6 +17881,7 @@ >>% \Fld@submitflags >>% + \Fld@additionalactions } % \end{macrocode} % \end{macro} @@ -17503,6 +17916,7 @@ \fi /BS<</W \Fld@borderwidth/S/\Fld@borderstyle>>% /A<</S/ResetForm>>% + \Fld@additionalactions }% \fi % \end{macrocode} diff --git a/Master/texmf-dist/tex/latex/hyperref/backref.sty b/Master/texmf-dist/tex/latex/hyperref/backref.sty index 4e4e35ee4e8..c553bfba9a3 100644 --- a/Master/texmf-dist/tex/latex/hyperref/backref.sty +++ b/Master/texmf-dist/tex/latex/hyperref/backref.sty @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{backref} - [2010/03/11 v1.35 Bibliographical back referencing]% + [2010/08/30 v1.36 Bibliographical back referencing]% \newif\ifBR@verbose \@ifundefined{ifHy@verbose}{% \BR@verbosefalse @@ -427,7 +427,7 @@ \immediate\closeout\tf@brf }% }{% - Rerun to get bibliographicsl references right% + Rerun to get bibliographical references right% }% } \endinput diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def index 9683f9293fa..f45ea7ed2c6 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def +++ b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hdvipdfm.def} - [2010/06/18 v6.81g + [2010/09/11 v6.81m Hyperref driver for dvipdfm] \def\Hy@PutCatalog#1{\@pdfm@mark{docview << #1 >>}} \ifHy@pagelabels @@ -123,6 +123,9 @@ \fi \providecommand*{\XR@ext}{pdf} \Hy@setbreaklinks{true} +\def\HyPat@ObjRef{% + @[^ ]+% +} \newsavebox{\pdfm@box} \def\@pdfm@mark#1{\special{pdf:#1}} \def\@pdfm@dest#1{% @@ -279,14 +282,14 @@ \begingroup \ifHy@ocgcolorlinks \def\Hy@ocgcolor{#1}% - \setbox0=\color@hbox + \setbox0=\hbox\bgroup\color@begingroup \else \HyColor@UseColor#1% \fi }% \def\Hy@endcolorlink{% \ifHy@ocgcolorlinks - \color@endbox + \color@endgroup\egroup \mbox{% \@pdfm@mark{content /OC/OCPrint BDC}% \rlap{\copy0}% @@ -348,6 +351,7 @@ /A<<% /S/GoTo% /D(\Hy@testname)% + \Hy@href@nextactionraw >>% >>% }% @@ -361,8 +365,11 @@ \def\hyper@linkfile#1#2#3{% \leavevmode \Hy@BeginAnnot{% - \Hy@pstringdef\Hy@pstringF{#2}% + \def\Hy@pstringF{#2}% + \Hy@CleanupFile\Hy@pstringF + \Hy@pstringdef\Hy@pstringF\Hy@pstringF \Hy@pstringdef\Hy@pstringD{#3}% + \Hy@MakeRemoteAction \@pdfm@mark{% bann<<% /Type/Annot% @@ -376,8 +383,14 @@ /A<<% /S/GoToR% /F(\Hy@pstringF)% - /D\ifx\\#3\\[0 \@pdfstartview]\else(\Hy@pstringD)\fi + /D% + \ifx\\#3\\% + [\Hy@href@page\@pdfremotestartview]% + \else + (\Hy@pstringD)% + \fi \Hy@SetNewWindow + \Hy@href@nextactionraw >>% >>% }% @@ -403,6 +416,10 @@ /A<<% /S/URI% /URI(\Hy@pstringURI)% + \ifHy@href@ismap + /IsMap true% + \fi + \Hy@href@nextactionraw >>% >>% }% @@ -422,6 +439,7 @@ /A<<% /S/Named% /N/#1% + \Hy@href@nextactionraw >>% \Hy@setpdfborder \ifx\@menubordercolor\relax @@ -619,7 +637,6 @@ \fi }% \begingroup - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofText,#1% }% @@ -659,7 +676,6 @@ \ifdim\@tempdimb>\@tempdima\@tempdima\@tempdimb\fi }% \advance\@tempdima by 15\p@ - \Field@toks={ }% \begingroup \HyField@SetKeys{#1}% \edef\x{\endgroup @@ -767,7 +783,6 @@ \def\@PushButton[#1]#2{% parameters, label \def\Fld@name{#2}% \begingroup - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofPushButton,#1% }% @@ -800,7 +815,6 @@ \endgroup } \def\@Submit[#1]#2{% - \Field@toks={ }% \def\Fld@width{\DefaultWidthofSubmit}% \def\Fld@height{\DefaultHeightofSubmit}% \begingroup @@ -824,7 +838,6 @@ \endgroup } \def\@Reset[#1]#2{% - \Field@toks={ }% \def\Fld@width{\DefaultWidthofReset}% \def\Fld@height{\DefaultHeightofReset}% \begingroup @@ -859,7 +872,6 @@ \begingroup \def\Fld@width{\DefaultWidthofCheckBox}% \def\Fld@height{\DefaultHeightofCheckBox}% - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofCheckBox,#1% }% @@ -988,6 +1000,57 @@ \endgroup \let\Fld@name\Hy@gtemp } +\def\Fld@@additionalactions{% + \ifx\Fld@keystroke@code\@empty + \else + /K<</S/JavaScript/JS(\Hy@escapestring{\Fld@keystroke@code})>>% + \fi + \ifx\Fld@format@code\@empty + \else + /F<</S/JavaScript/JS(\Hy@escapestring{\Fld@format@code})>>% + \fi + \ifx\Fld@validate@code\@empty + \else + /V<</S/JavaScript/JS(\Hy@escapestring{\Fld@validate@code})>>% + \fi + \ifx\Fld@calculate@code\@empty + \else + /C<</S/JavaScript/JS(\Hy@escapestring{\Fld@calculate@code})>>% + \fi + \ifx\Fld@onfocus@code\@empty + \else + /Fo<</S/JavaScript/JS(\Hy@escapestring{\Fld@onfocus@code})>>% + \fi + \ifx\Fld@onblur@code\@empty + \else + /Bl<</S/JavaScript/JS(\Hy@escapestring{\Fld@onblur@code})>>% + \fi + \ifx\Fld@onmousedown@code\@empty + \else + /D<</S/JavaScript/JS(\Hy@escapestring{\Fld@onmousedown@code})>>% + \fi + \ifx\Fld@onmouseup@code\@empty + \else + /U<</S/JavaScript/JS(\Hy@escapestring{\Fld@onmouseup@code})>>% + \fi + \ifx\Fld@onenter@code\@empty + \else + /E<</S/JavaScript/JS(\Hy@escapestring{\Fld@onenter@code})>>% + \fi + \ifx\Fld@onexit@code\@empty + \else + /X<</S/JavaScript/JS(\Hy@escapestring{\Fld@onexit@code})>>% + \fi +} +\def\Fld@additionalactions{% + \if-\Fld@@additionalactions-% + \else + \ifHy@pdfa + \else + /AA<<\Fld@@additionalactions>>% + \fi + \fi +} \def\PDFForm@Check{% /Subtype/Widget% \Fld@annotflags @@ -1015,6 +1078,7 @@ \ifx\Fld@color\@empty\else\space\Fld@color\fi)% /H/P% \ifFld@checked /V/Yes\else /V/Off\fi + \Fld@additionalactions } \ifHy@pdfa \else @@ -1042,59 +1106,9 @@ >>% \fi /A<</S/JavaScript/JS(\Hy@escapestring{\Fld@onclick@code})>>% + \Fld@additionalactions }% \fi -\def\Fld@@additionalactions{% - \ifx\Fld@keystroke@code\@empty - \else - /K<</S/JavaScript/JS(\Hy@escapestring{\Fld@keystroke@code})>>% - \fi - \ifx\Fld@format@code\@empty - \else - /F<</S/JavaScript/JS(\Hy@escapestring{\Fld@format@code})>>% - \fi - \ifx\Fld@validate@code\@empty - \else - /V<</S/JavaScript/JS(\Hy@escapestring{\Fld@validate@code})>>% - \fi - \ifx\Fld@calculate@code\@empty - \else - /C<</S/JavaScript/JS(\Hy@escapestring{\Fld@calculate@code})>>% - \fi - \ifx\Fld@onfocus@code\@empty - \else - /Fo<</S/JavaScript/JS(\Hy@escapestring{\Fld@onfocus@code})>>% - \fi - \ifx\Fld@onblur@code\@empty - \else - /Bl<</S/JavaScript/JS(\Hy@escapestring{\Fld@onblur@code})>>% - \fi - \ifx\Fld@onmousedown@code\@empty - \else - /D<</S/JavaScript/JS(\Hy@escapestring{\Fld@onmousedown@code})>>% - \fi - \ifx\Fld@onmouseup@code\@empty - \else - /U<</S/JavaScript/JS(\Hy@escapestring{\Fld@onmouseup@code})>>% - \fi - \ifx\Fld@onenter@code\@empty - \else - /E<</S/JavaScript/JS(\Hy@escapestring{\Fld@onenter@code})>>% - \fi - \ifx\Fld@onexit@code\@empty - \else - /X<</S/JavaScript/JS(\Hy@escapestring{\Fld@onexit@code})>>% - \fi -} -\def\Fld@additionalactions{% - \if-\Fld@@additionalactions-% - \else - \ifHy@pdfa - \else - /AA<<\Fld@@additionalactions>>% - \fi - \fi -} \def\PDFForm@List{% /Subtype/Widget% \Fld@annotflags @@ -1226,6 +1240,7 @@ >>% \Fld@submitflags >>% + \Fld@additionalactions } \ifHy@pdfa \else @@ -1254,6 +1269,7 @@ \fi /BS<</W \Fld@borderwidth/S/\Fld@borderstyle>>% /A<</S/ResetForm>>% + \Fld@additionalactions }% \fi \def\Hy@writebookmark#1#2#3#4#5{% diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvips.def b/Master/texmf-dist/tex/latex/hyperref/hdvips.def index fd48afc6b17..6cda6f66845 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hdvips.def +++ b/Master/texmf-dist/tex/latex/hyperref/hdvips.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hdvips.def} - [2010/06/18 v6.81g + [2010/09/11 v6.81m Hyperref driver for dvips] \providecommand*{\XR@ext}{pdf} \def\Hy@raisedlink{} diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipson.def b/Master/texmf-dist/tex/latex/hyperref/hdvipson.def index 45f7013ccc0..a27928fe904 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hdvipson.def +++ b/Master/texmf-dist/tex/latex/hyperref/hdvipson.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hdvipson.def} - [2010/06/18 v6.81g + [2010/09/11 v6.81m Hyperref driver for dvipsone] \providecommand*{\XR@ext}{pdf} \def\Hy@raisedlink{} diff --git a/Master/texmf-dist/tex/latex/hyperref/hdviwind.def b/Master/texmf-dist/tex/latex/hyperref/hdviwind.def index 899b9c77bea..30d960f878f 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hdviwind.def +++ b/Master/texmf-dist/tex/latex/hyperref/hdviwind.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hdviwind.def} - [2010/06/18 v6.81g + [2010/09/11 v6.81m Hyperref driver for dviwindo] \begingroup \@ifundefined{headerps@out}{}{% @@ -179,9 +179,12 @@ } \def\hyper@link#1#2#3{% \Hy@VerboseLinkStart{#1}{#2}% - \setbox\@tempboxa=\color@hbox #3\color@endbox \leavevmode \ifHy@raiselinks + \Hy@SaveSpaceFactor + \Hy@SaveSavedSpaceFactor + \sbox\@tempboxa{\Hy@RestoreSpaceFactor#3}% + \Hy@RestoreSavedSpaceFactor \@linkdim\dp\@tempboxa \lower\@linkdim\hbox{% \special{button: % @@ -189,19 +192,24 @@ \number\ht\@tempboxa\space #2% }% - \expandafter\Hy@colorlink\csname @#1color\endcsname#3% + \expandafter\Hy@colorlink\csname @#1color\endcsname + \Hy@RestoreSpaceFactor + #3% + \Hy@SaveSpaceFactor \Hy@endcolorlink }% \@linkdim\ht\@tempboxa \advance\@linkdim by -6.5\p@ \raise\@linkdim\hbox{}% + \Hy@RestoreSpaceFactor \else \special{button: % \number\wd\@tempboxa\space \number\ht\@tempboxa\space #2% }% - \expandafter\Hy@colorlink\csname @#1color\endcsname#3% + \expandafter\Hy@colorlink\csname @#1color\endcsname + #3% \Hy@endcolorlink \fi } @@ -209,8 +217,11 @@ \begingroup \hyper@chars \leavevmode - \setbox\@tempboxa=\color@hbox #1\color@endbox \ifHy@raiselinks + \Hy@SaveSpaceFactor + \Hy@SaveSavedSpaceFactor + \sbox\@tempboxa{\Hy@RestoreSpaceFactor#1}% + \Hy@RestoreSavedSpaceFactor \@linkdim\dp\@tempboxa \lower\@linkdim\hbox{% \special{button: % @@ -219,11 +230,16 @@ launch: \wwwbrowser\space #2% }% - \Hy@colorlink\@urlcolor#1\Hy@endcolorlink + \Hy@colorlink\@urlcolor + \Hy@RestoreSpaceFactor + #1% + \Hy@SaveSpaceFactor + \Hy@endcolorlink }% \@linkdim\ht\@tempboxa \advance\@linkdim by -6.5\p@ \raise\@linkdim\hbox{}% + \Hy@RestoreSpaceFactor \else \special{button: % \number\wd\@tempboxa\space @@ -239,8 +255,11 @@ \begingroup \hyper@chars \leavevmode - \setbox\@tempboxa=\color@hbox #1\color@endbox \ifHy@raiselinks + \Hy@SaveSpaceFactor + \Hy@SaveSavedSpaceFactor + \sbox\@tempboxa{\Hy@RestoreSpaceFactor#1}% + \Hy@RestoreSavedSpaceFactor \@linkdim\dp\@tempboxa \lower\@linkdim\hbox{% \special{button: % @@ -249,11 +268,16 @@ #3,% file: #2% }% - \Hy@colorlink\@filecolor#1\Hy@endcolorlink + \Hy@colorlink\@filecolor + \Hy@RestoreSpaceFactor + #1% + \Hy@SaveSpaceFactor + \Hy@endcolorlink }% \@linkdim\ht\@tempboxa \advance\@linkdim by -6.5\p@ \raise\@linkdim\hbox{}% + \Hy@RestoreSpaceFactor \else \special{button: % \number\wd\@tempboxa\space @@ -469,10 +493,19 @@ \literalps@out{H.R}% \else \leavevmode + \Hy@SaveSpaceFactor \ifHy@breaklinks - \Hy@setouterhbox\pdf@box{\Hy@AllowHyphens#1}% + \Hy@setouterhbox\pdf@box{% + \Hy@RestoreSpaceFactor + \Hy@AllowHyphens#1% + \Hy@SaveSpaceFactor + }% \else - \sbox\pdf@box{#1}% + \sbox\pdf@box{% + \Hy@RestoreSpaceFactor + #1% + \Hy@SaveSpaceFactor + }% \fi \dimen@\ht\pdf@box \ifdim\dp\pdf@box=\z@ @@ -491,6 +524,7 @@ \else \raise\dimen@\hbox{\literalps@out{H.R}}% \fi + \Hy@RestoreSpaceFactor \fi \ifx\pdf@type\Hy@DEST \else diff --git a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def index 40c42faa8de..a6a93bab7df 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hpdftex.def} - [2010/06/18 v6.81g + [2010/09/11 v6.81m Hyperref driver for pdfTeX] \let\Hy@PutCatalog\pdfcatalog \ifHy@pagelabels @@ -105,6 +105,9 @@ \fi \providecommand*{\XR@ext}{pdf} \Hy@setbreaklinks{true} +\def\HyPat@ObjRef{% + [0-9]*[1-9][0-9]* 0 R% +} \let\Hy@pdfminorversion\relax \begingroup\expandafter\expandafter\expandafter\endgroup \expandafter\ifx\csname pdfminorversion\endcsname\relax @@ -216,14 +219,14 @@ \begingroup \ifHy@ocgcolorlinks \def\Hy@ocgcolor{#1}% - \setbox0=\color@hbox + \setbox0=\hbox\bgroup\color@begingroup \else \HyColor@UseColor#1% \fi }% \def\Hy@endcolorlink{% \ifHy@ocgcolorlinks - \color@endbox + \color@endgroup\egroup \mbox{% \pdfliteral page{/OC/OCPrint BDC}% \rlap{\copy0}% @@ -253,11 +256,17 @@ \fi \providecommand*\@pdfview{XYZ} \def\new@pdflink#1{% + \ifhmode + \@savsf\spacefactor + \fi \Hy@SaveLastskip \Hy@VerboseAnchor{#1}% \Hy@pstringdef\Hy@pstringDest{\HyperDestNameFilter{#1}}% \Hy@DestName\Hy@pstringDest\@pdfview \Hy@RestoreLastskip + \ifhmode + \spacefactor\@savsf + \fi } \let\pdf@endanchor\@empty \def\Hy@DestName#1#2{% @@ -358,6 +367,10 @@ /Type/Action% /S/URI% /URI(\Hy@pstringURI)% + \ifHy@href@ismap + /IsMap true% + \fi + \Hy@href@nextactionraw >>% }% \relax @@ -367,8 +380,11 @@ } \def\hyper@linkfile#1#2#3{% anchor text, filename, linkname \begingroup - \Hy@pstringdef\Hy@pstringF{#2}% + \def\Hy@pstringF{#2}% + \Hy@CleanupFile\Hy@pstringF + \Hy@pstringdef\Hy@pstringF\Hy@pstringF \Hy@pstringdef\Hy@pstringD{#3}% + \Hy@MakeRemoteAction \leavevmode \pdfstartlink attr{% @@ -390,10 +406,11 @@ /S/GoToR% \Hy@SetNewWindow \ifx\\#3\\% - /D[0 \@pdfstartview]% + /D[\Hy@href@page\@pdfremotestartview]% \else /D(\Hy@pstringD)% \fi + \Hy@href@nextactionraw >>% }% \relax @@ -429,6 +446,7 @@ \else /Win<</P(\Hy@pstringP)/F(\Hy@pstringF)>>% \fi + \Hy@href@nextactionraw >>% }% \relax @@ -743,7 +761,9 @@ /Subtype/Link% \ifHy@pdfa /F 4\fi /A<<% - /S/Named/N/#1% + /S/Named% + /N/#1% + \Hy@href@nextactionraw >>% }% \relax @@ -875,7 +895,6 @@ \fi }% \begingroup - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofText,#1% }% @@ -907,7 +926,6 @@ \ifdim\@tempdimb>\@tempdima\@tempdima\@tempdimb\fi }% \advance\@tempdima by 15\p@ - \Field@toks={ }% \begingroup \HyField@SetKeys{#1}% \edef\x{\endgroup @@ -998,7 +1016,6 @@ \def\@PushButton[#1]#2{% parameters, label \def\Fld@name{#2}% \begingroup - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofPushButton,#1% }% @@ -1026,7 +1043,6 @@ \endgroup } \def\@Submit[#1]#2{% - \Field@toks={ }% \def\Fld@width{\DefaultWidthofSubmit}% \def\Fld@height{\DefaultHeightofSubmit}% \begingroup @@ -1049,7 +1065,6 @@ \endgroup } \def\@Reset[#1]#2{% - \Field@toks={ }% \def\Fld@width{\DefaultWidthofReset}% \def\Fld@height{\DefaultHeightofReset}% \begingroup @@ -1079,7 +1094,6 @@ \begingroup \def\Fld@width{\DefaultWidthofCheckBox}% \def\Fld@height{\DefaultHeightofCheckBox}% - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofCheckBox,#1% }% @@ -1205,6 +1219,57 @@ \endgroup \let\Fld@name\Hy@gtemp } +\def\Fld@@additionalactions{% + \ifx\Fld@keystroke@code\@empty + \else + /K<</S/JavaScript/JS(\Hy@escapestring{\Fld@keystroke@code})>>% + \fi + \ifx\Fld@format@code\@empty + \else + /F<</S/JavaScript/JS(\Hy@escapestring{\Fld@format@code})>>% + \fi + \ifx\Fld@validate@code\@empty + \else + /V<</S/JavaScript/JS(\Hy@escapestring{\Fld@validate@code})>>% + \fi + \ifx\Fld@calculate@code\@empty + \else + /C<</S/JavaScript/JS(\Hy@escapestring{\Fld@calculate@code})>>% + \fi + \ifx\Fld@onfocus@code\@empty + \else + /Fo<</S/JavaScript/JS(\Hy@escapestring{\Fld@onfocus@code})>>% + \fi + \ifx\Fld@onblur@code\@empty + \else + /Bl<</S/JavaScript/JS(\Hy@escapestring{\Fld@onblur@code})>>% + \fi + \ifx\Fld@onmousedown@code\@empty + \else + /D<</S/JavaScript/JS(\Hy@escapestring{\Fld@onmousedown@code})>>% + \fi + \ifx\Fld@onmouseup@code\@empty + \else + /U<</S/JavaScript/JS(\Hy@escapestring{\Fld@onmouseup@code})>>% + \fi + \ifx\Fld@onenter@code\@empty + \else + /E<</S/JavaScript/JS(\Hy@escapestring{\Fld@onenter@code})>>% + \fi + \ifx\Fld@onexit@code\@empty + \else + /X<</S/JavaScript/JS(\Hy@escapestring{\Fld@onexit@code})>>% + \fi +} +\def\Fld@additionalactions{% + \if-\Fld@@additionalactions-% + \else + \ifHy@pdfa + \else + /AA<<\Fld@@additionalactions>>% + \fi + \fi +} \def\PDFForm@Check{% /Subtype/Widget% \Fld@annotflags @@ -1232,6 +1297,7 @@ \ifx\Fld@color\@empty\else\space\Fld@color\fi)% /H/P% \ifFld@checked /V/Yes\else /V/Off\fi + \Fld@additionalactions } \ifHy@pdfa \else @@ -1259,59 +1325,9 @@ >>% \fi /A<</S/JavaScript/JS(\Hy@escapestring{\Fld@onclick@code})>>% + \Fld@additionalactions }% \fi -\def\Fld@@additionalactions{% - \ifx\Fld@keystroke@code\@empty - \else - /K<</S/JavaScript/JS(\Hy@escapestring{\Fld@keystroke@code})>>% - \fi - \ifx\Fld@format@code\@empty - \else - /F<</S/JavaScript/JS(\Hy@escapestring{\Fld@format@code})>>% - \fi - \ifx\Fld@validate@code\@empty - \else - /V<</S/JavaScript/JS(\Hy@escapestring{\Fld@validate@code})>>% - \fi - \ifx\Fld@calculate@code\@empty - \else - /C<</S/JavaScript/JS(\Hy@escapestring{\Fld@calculate@code})>>% - \fi - \ifx\Fld@onfocus@code\@empty - \else - /Fo<</S/JavaScript/JS(\Hy@escapestring{\Fld@onfocus@code})>>% - \fi - \ifx\Fld@onblur@code\@empty - \else - /Bl<</S/JavaScript/JS(\Hy@escapestring{\Fld@onblur@code})>>% - \fi - \ifx\Fld@onmousedown@code\@empty - \else - /D<</S/JavaScript/JS(\Hy@escapestring{\Fld@onmousedown@code})>>% - \fi - \ifx\Fld@onmouseup@code\@empty - \else - /U<</S/JavaScript/JS(\Hy@escapestring{\Fld@onmouseup@code})>>% - \fi - \ifx\Fld@onenter@code\@empty - \else - /E<</S/JavaScript/JS(\Hy@escapestring{\Fld@onenter@code})>>% - \fi - \ifx\Fld@onexit@code\@empty - \else - /X<</S/JavaScript/JS(\Hy@escapestring{\Fld@onexit@code})>>% - \fi -} -\def\Fld@additionalactions{% - \if-\Fld@@additionalactions-% - \else - \ifHy@pdfa - \else - /AA<<\Fld@@additionalactions>>% - \fi - \fi -} \def\PDFForm@List{% /Subtype/Widget% \Fld@annotflags @@ -1443,6 +1459,7 @@ >>% \Fld@submitflags >>% + \Fld@additionalactions } \ifHy@pdfa \else @@ -1471,6 +1488,7 @@ \fi /BS<</W \Fld@borderwidth/S/\Fld@borderstyle>>% /A<</S/ResetForm>>% + \Fld@additionalactions }% \fi \def\Hy@writebookmark#1#2#3#4#5{% diff --git a/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg b/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg index 1f54cb91452..580ff7cee7d 100644 --- a/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg +++ b/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{htex4ht.cfg} - [2010/06/18 v6.81g + [2010/09/11 v6.81m 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 ec044058cfc..dd6a0058c35 100644 --- a/Master/texmf-dist/tex/latex/hyperref/htex4ht.def +++ b/Master/texmf-dist/tex/latex/hyperref/htex4ht.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{htex4ht.def} - [2010/06/18 v6.81g + [2010/09/11 v6.81m Hyperref driver for TeX4ht] \providecommand*{\XR@ext}{html} \def\Hy@raisedlink{} @@ -99,7 +99,10 @@ \def\hyper@linkurl#1#2{% \leavevmode \ifHy@raiselinks - \setbox\@tempboxa=\color@hbox #1\color@endbox + \Hy@SaveSpaceFactor + \Hy@SaveSavedSpaceFactor + \sbox\@tempboxa{\Hy@RestoreSpaceFactor#1}% + \Hy@RestoreSavedSpaceFactor \@linkdim\dp\@tempboxa \lower\@linkdim\hbox{% \begingroup @@ -109,10 +112,15 @@ }% \endgroup }% - \Hy@colorlink\@urlcolor#1\Hy@endcolorlink + \Hy@colorlink\@urlcolor + \Hy@RestoreSpaceFactor + #1% + \Hy@SaveSpaceFactor + \Hy@endcolorlink \@linkdim\ht\@tempboxa \advance\@linkdim by -6.5\p@ \raise\@linkdim\hbox{\special{t4ht=</a>}}% + \Hy@RestoreSpaceFactor \else \begingroup \hyper@chars @@ -137,6 +145,22 @@ \def\rEfLiNK #1#2{#2}% \fi \def\backref#1{} +\AtBeginDocument{% + \expandafter\let\expandafter\Hy@OrgMakeLabel\csname Make:Label\endcsname + \expandafter\def\csname Make:Label\endcsname#1#2{% + \ifhmode + \Hy@SaveSpaceFactor + \else + \global\Hy@SavedSpaceFactor=1000 % + \fi + \Hy@OrgMakeLabel{#1}{% + \Hy@RestoreSpaceFactor + #2% + \Hy@SaveSpaceFactor + }% + \Hy@RestoreSpaceFactor + }% +} \def\@Form[#1]{% \kvsetkeys{Form}{#1}% \HCode{<form action="\Form@action" method="\Form@method">}% diff --git a/Master/texmf-dist/tex/latex/hyperref/htexture.def b/Master/texmf-dist/tex/latex/hyperref/htexture.def index b8d48f62d04..396cec13baa 100644 --- a/Master/texmf-dist/tex/latex/hyperref/htexture.def +++ b/Master/texmf-dist/tex/latex/hyperref/htexture.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{htexture.def} - [2010/06/18 v6.81g + [2010/09/11 v6.81m Hyperref driver for Textures] \providecommand*{\XR@ext}{pdf} \begingroup @@ -182,17 +182,24 @@ \def\hyper@linkurl#1#2{% \leavevmode \ifHy@raiselinks - \setbox\@tempboxa=\color@hbox #1\color@endbox + \Hy@SaveSpaceFactor + \Hy@SaveSavedSpaceFactor + \sbox\@tempboxa{\Hy@RestoreSpaceFactor#1}% + \Hy@RestoreSavedSpaceFactor \@linkdim\dp\@tempboxa \lower\@linkdim\hbox{% \hyper@chars \special{html:<a href=\hyper@quote#2\hyper@quote>}% }% - \Hy@colorlink\@urlcolor#1% - \@linkdim\ht\@tempboxa - \advance\@linkdim by -6.5\p@ - \raise\@linkdim\hbox{\special{html:</a>}}% + \Hy@colorlink\@urlcolor + \Hy@RestoreSpaceFactor + #1% + \Hy@SaveSpaceFactor + \@linkdim\ht\@tempboxa + \advance\@linkdim by -6.5\p@ + \raise\@linkdim\hbox{\special{html:</a>}}% \Hy@endcolorlink + \Hy@RestoreSpaceFactor \else \begingroup \hyper@chars diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtex.def b/Master/texmf-dist/tex/latex/hyperref/hvtex.def index 70d948c0d6a..a436643199e 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hvtex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hvtex.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hvtex.def} - [2010/06/18 v6.81g + [2010/09/11 v6.81m Hyperref driver for VTeX in PDF/PS mode] \providecommand*{\XR@ext}{pdf} \edef\Hy@VTeXversion{% @@ -206,7 +206,12 @@ \def\Hy@tempa{#1}% \ifx\Hy@tempa\@urltype \special{!% - aref <u=/Type /Action /S /URI /URI (\Hy@pstringURI)>;% + aref <u=/Type/Action/S/URI/URI(\Hy@pstringURI)% + \ifHy@href@ismap + /IsMap true% + \fi + \Hy@href@nextactionraw + >;% a=<% \ifHy@pdfa /F 4\fi \Hy@setpdfborder @@ -245,10 +250,12 @@ } \def\hyper@linkfile#1#2#3{% \leavevmode + \def\Hy@pstringF{#2}% + \Hy@CleanupFile\Hy@pstringF \special{!% aref <% \ifnum\Hy@VTeXversion>753 \ifHy@newwindow n\fi\fi - f=#2>#3;% + f=\Hy@pstringF>#3;% a=<% \ifHy@pdfa /F 4\fi \Hy@setpdfborder @@ -267,7 +274,12 @@ \hyper@chars \leavevmode \special{!% - aref <u=/Type /Action /S /URI /URI (\Hy@pstringURI)>;% + aref <u=/Type/Action/S/URI/URI(\Hy@pstringURI)% + \ifHy@href@ismap + /IsMap true% + \fi + \Hy@href@nextactionraw + >;% a=<% \ifHy@pdfa /F 4\fi \Hy@setpdfborder @@ -329,7 +341,8 @@ \ifx\\#3\\% \else /Win<</F(\Hy@pstringF)/P(\Hy@pstringP)>>% - \fi% + \fi + \Hy@href@nextactionraw >;% a=<% \ifHy@pdfa /F 4\fi diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def index c231807ba17..b21b4f9bdcd 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def +++ b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hvtexhtml.def} - [2010/06/18 v6.81g + [2010/09/11 v6.81m Hyperref driver for VTeX in HTML mode] \providecommand*{\XR@ext}{htm} \RequirePackage{vtexhtml} diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def b/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def index ab4d7e7c87b..f52225cfd92 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def +++ b/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hvtexmrk.def} - [2010/06/18 v6.81g + [2010/09/11 v6.81m Hyperref driver for VTeX in PDF/PS mode (pdfmark specials)] \providecommand*{\XR@ext}{pdf} \def\Hy@raisedlink{} diff --git a/Master/texmf-dist/tex/latex/hyperref/hxetex.def b/Master/texmf-dist/tex/latex/hyperref/hxetex.def index a4b82dd6c4f..a02683aca73 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hxetex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hxetex.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hxetex.def} - [2010/06/18 v6.81g + [2010/09/11 v6.81m Hyperref driver for XeTeX] \HyPsd@LoadUnicode \Hy@unicodetrue @@ -205,6 +205,9 @@ } \providecommand*{\XR@ext}{pdf} \Hy@setbreaklinks{true} +\def\HyPat@ObjRef{% + @[^ ]+% +} \newsavebox{\pdfm@box} \def\@pdfm@mark#1{\special{pdf:#1}} \def\@pdfm@dest#1{% @@ -361,14 +364,14 @@ \begingroup \ifHy@ocgcolorlinks \def\Hy@ocgcolor{#1}% - \setbox0=\color@hbox + \setbox0=\hbox\bgroup\color@begingroup \else \HyColor@UseColor#1% \fi }% \def\Hy@endcolorlink{% \ifHy@ocgcolorlinks - \color@endbox + \color@endgroup\egroup \mbox{% \@pdfm@mark{content /OC/OCPrint BDC}% \rlap{\copy0}% @@ -430,6 +433,7 @@ /A<<% /S/GoTo% /D(\Hy@testname)% + \Hy@href@nextactionraw >>% >>% }% @@ -443,8 +447,11 @@ \def\hyper@linkfile#1#2#3{% \leavevmode \Hy@BeginAnnot{% - \Hy@pstringdef\Hy@pstringF{#2}% + \def\Hy@pstringF{#2}% + \Hy@CleanupFile\Hy@pstringF + \Hy@pstringdef\Hy@pstringF\Hy@pstringF \Hy@pstringdef\Hy@pstringD{#3}% + \Hy@MakeRemoteAction \@pdfm@mark{% bann<<% /Type/Annot% @@ -458,8 +465,14 @@ /A<<% /S/GoToR% /F(\Hy@pstringF)% - /D\ifx\\#3\\[0 \@pdfstartview]\else(\Hy@pstringD)\fi + /D% + \ifx\\#3\\% + [\Hy@href@page\@pdfremotestartview]% + \else + (\Hy@pstringD)% + \fi \Hy@SetNewWindow + \Hy@href@nextactionraw >>% >>% }% @@ -485,6 +498,10 @@ /A<<% /S/URI% /URI(\Hy@pstringURI)% + \ifHy@href@ismap + /IsMap true% + \fi + \Hy@href@nextactionraw >>% >>% }% @@ -504,6 +521,7 @@ /A<<% /S/Named% /N/#1% + \Hy@href@nextactionraw >>% \Hy@setpdfborder \ifx\@menubordercolor\relax @@ -681,7 +699,6 @@ \fi }% \begingroup - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofText,#1% }% @@ -721,7 +738,6 @@ \ifdim\@tempdimb>\@tempdima\@tempdima\@tempdimb\fi }% \advance\@tempdima by 15\p@ - \Field@toks={ }% \begingroup \HyField@SetKeys{#1}% \edef\x{\endgroup @@ -829,7 +845,6 @@ \def\@PushButton[#1]#2{% parameters, label \def\Fld@name{#2}% \begingroup - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofPushButton,#1% }% @@ -862,7 +877,6 @@ \endgroup } \def\@Submit[#1]#2{% - \Field@toks={ }% \def\Fld@width{\DefaultWidthofSubmit}% \def\Fld@height{\DefaultHeightofSubmit}% \begingroup @@ -886,7 +900,6 @@ \endgroup } \def\@Reset[#1]#2{% - \Field@toks={ }% \def\Fld@width{\DefaultWidthofReset}% \def\Fld@height{\DefaultHeightofReset}% \begingroup @@ -921,7 +934,6 @@ \begingroup \def\Fld@width{\DefaultWidthofCheckBox}% \def\Fld@height{\DefaultHeightofCheckBox}% - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofCheckBox,#1% }% @@ -1050,6 +1062,57 @@ \endgroup \let\Fld@name\Hy@gtemp } +\def\Fld@@additionalactions{% + \ifx\Fld@keystroke@code\@empty + \else + /K<</S/JavaScript/JS(\Hy@escapestring{\Fld@keystroke@code})>>% + \fi + \ifx\Fld@format@code\@empty + \else + /F<</S/JavaScript/JS(\Hy@escapestring{\Fld@format@code})>>% + \fi + \ifx\Fld@validate@code\@empty + \else + /V<</S/JavaScript/JS(\Hy@escapestring{\Fld@validate@code})>>% + \fi + \ifx\Fld@calculate@code\@empty + \else + /C<</S/JavaScript/JS(\Hy@escapestring{\Fld@calculate@code})>>% + \fi + \ifx\Fld@onfocus@code\@empty + \else + /Fo<</S/JavaScript/JS(\Hy@escapestring{\Fld@onfocus@code})>>% + \fi + \ifx\Fld@onblur@code\@empty + \else + /Bl<</S/JavaScript/JS(\Hy@escapestring{\Fld@onblur@code})>>% + \fi + \ifx\Fld@onmousedown@code\@empty + \else + /D<</S/JavaScript/JS(\Hy@escapestring{\Fld@onmousedown@code})>>% + \fi + \ifx\Fld@onmouseup@code\@empty + \else + /U<</S/JavaScript/JS(\Hy@escapestring{\Fld@onmouseup@code})>>% + \fi + \ifx\Fld@onenter@code\@empty + \else + /E<</S/JavaScript/JS(\Hy@escapestring{\Fld@onenter@code})>>% + \fi + \ifx\Fld@onexit@code\@empty + \else + /X<</S/JavaScript/JS(\Hy@escapestring{\Fld@onexit@code})>>% + \fi +} +\def\Fld@additionalactions{% + \if-\Fld@@additionalactions-% + \else + \ifHy@pdfa + \else + /AA<<\Fld@@additionalactions>>% + \fi + \fi +} \def\PDFForm@Check{% /Subtype/Widget% \Fld@annotflags @@ -1077,6 +1140,7 @@ \ifx\Fld@color\@empty\else\space\Fld@color\fi)% /H/P% \ifFld@checked /V/Yes\else /V/Off\fi + \Fld@additionalactions } \ifHy@pdfa \else @@ -1104,59 +1168,9 @@ >>% \fi /A<</S/JavaScript/JS(\Hy@escapestring{\Fld@onclick@code})>>% + \Fld@additionalactions }% \fi -\def\Fld@@additionalactions{% - \ifx\Fld@keystroke@code\@empty - \else - /K<</S/JavaScript/JS(\Hy@escapestring{\Fld@keystroke@code})>>% - \fi - \ifx\Fld@format@code\@empty - \else - /F<</S/JavaScript/JS(\Hy@escapestring{\Fld@format@code})>>% - \fi - \ifx\Fld@validate@code\@empty - \else - /V<</S/JavaScript/JS(\Hy@escapestring{\Fld@validate@code})>>% - \fi - \ifx\Fld@calculate@code\@empty - \else - /C<</S/JavaScript/JS(\Hy@escapestring{\Fld@calculate@code})>>% - \fi - \ifx\Fld@onfocus@code\@empty - \else - /Fo<</S/JavaScript/JS(\Hy@escapestring{\Fld@onfocus@code})>>% - \fi - \ifx\Fld@onblur@code\@empty - \else - /Bl<</S/JavaScript/JS(\Hy@escapestring{\Fld@onblur@code})>>% - \fi - \ifx\Fld@onmousedown@code\@empty - \else - /D<</S/JavaScript/JS(\Hy@escapestring{\Fld@onmousedown@code})>>% - \fi - \ifx\Fld@onmouseup@code\@empty - \else - /U<</S/JavaScript/JS(\Hy@escapestring{\Fld@onmouseup@code})>>% - \fi - \ifx\Fld@onenter@code\@empty - \else - /E<</S/JavaScript/JS(\Hy@escapestring{\Fld@onenter@code})>>% - \fi - \ifx\Fld@onexit@code\@empty - \else - /X<</S/JavaScript/JS(\Hy@escapestring{\Fld@onexit@code})>>% - \fi -} -\def\Fld@additionalactions{% - \if-\Fld@@additionalactions-% - \else - \ifHy@pdfa - \else - /AA<<\Fld@@additionalactions>>% - \fi - \fi -} \def\PDFForm@List{% /Subtype/Widget% \Fld@annotflags @@ -1288,6 +1302,7 @@ >>% \Fld@submitflags >>% + \Fld@additionalactions } \ifHy@pdfa \else @@ -1316,6 +1331,7 @@ \fi /BS<</W \Fld@borderwidth/S/\Fld@borderstyle>>% /A<</S/ResetForm>>% + \Fld@additionalactions }% \fi \def\Hy@writebookmark#1#2#3#4#5{% diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty index 4e42f4f12b8..d7c55490684 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty +++ b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty @@ -30,7 +30,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hyperref} - [2010/06/18 v6.81g + [2010/09/11 v6.81m Hypertext links for LaTeX] \begingroup \@makeother\`% @@ -111,6 +111,45 @@ \def\Hy@Warning#1{\PackageWarning{hyperref}{#1}} \def\Hy@WarningNoLine#1{\PackageWarningNoLine{hyperref}{#1}} \def\Hy@Info#1{\PackageInfo{hyperref}{#1}} +\ltx@IfUndefined{pdfmatch}{% + \def\Hy@Match#1#2#3#4{}% +}{% + \def\Hy@Match#1#2{% + \begingroup + \edef\^{\ltx@backslashchar\string^}% + \edef\.{\ltx@backslashchar.}% + \edef\[{\ltx@backslashchar[}% ]] + \edef\${\ltx@backslashchar$}% + \edef\({\ltx@backslashchar(}% + \edef\){\ltx@backslashchar)}% + \edef\|{\ltx@backslashchar|}% + \edef\*{\ltx@backslashchar*}% + \edef\+{\ltx@backslashchar+}% + \edef\?{\ltx@backslashchar?}% + \edef\{{\ltx@backslashchar\ltx@leftbracechar}% + \edef\}{\ltx@rightbracechar}% + \edef\\{\ltx@backslashchar\ltx@backslashchar}% + \ifnum\pdfmatch{#2}{#1}=\ltx@one + \endgroup + \expandafter\ltx@firstoftwo + \else + \endgroup + \expandafter\ltx@secondoftwo + \fi + }% +} +\ltx@ifpackagelater{ltxcmds}{2010/09/11}{}{% + \begingroup + \lccode`0=`\{\relax + \lowercase{\endgroup + \def\ltx@leftbracechar{0}% + }% + \begingroup + \lccode`0=`\}\relax + \lowercase{\endgroup + \def\ltx@rightbracechar{0}% + }% +} \@ifundefined{AfterBeginDocument}{% \def\AfterBeginDocument{\AtBeginDocument}% }{}% @@ -391,7 +430,7 @@ \let\label\@gobble \let\index\@gobble \let\glossary\@gobble - \let\href\@secondoftwo + \let\href\HyPsd@href \let\@mkboth\@gobbletwo \let\ref\HyPsd@ref \let\pageref\HyPsd@pageref @@ -1365,6 +1404,7 @@ #3% }% } +\def\HyPsd@href#1#{\@secondoftwo} \def\HyPsd@ref#1{\HyPsd@@ref#1*\END}% \def\HyPsd@@ref#1*#2\END{% \ifx\\#2\\% @@ -2156,10 +2196,28 @@ \def\Hy@writebookmark#1#2#3#4#5{}% \let\HyperRaiseLinkHook\@empty \def\HyperRaiseLinkDefault{\baselineskip} +\newcount\Hy@SavedSpaceFactor +\def\Hy@SaveSpaceFactor{% + \global\Hy@SavedSpaceFactor=\ifhmode\spacefactor\else\z@\fi +} +\def\Hy@RestoreSpaceFactor{% + \relax + \ifhmode + \ifnum\Hy@SavedSpaceFactor>\z@ + \spacefactor=\Hy@SavedSpaceFactor + \fi + \fi +} +\def\Hy@SaveSavedSpaceFactor{% + \edef\Hy@RestoreSavedSpaceFactor{% + \global\Hy@SavedSpaceFactor=\the\Hy@SavedSpaceFactor\relax + }% +} \def\Hy@raisedlink#1{% \ifvmode #1% \else + \Hy@SaveSpaceFactor \penalty\@M \smash{% \begingroup @@ -2167,8 +2225,13 @@ \setlength\HyperRaiseLinkLength\HyperRaiseLinkDefault \HyperRaiseLinkHook \expandafter\endgroup - \expandafter\raise\the\HyperRaiseLinkLength\hbox{#1}% + \expandafter\raise\the\HyperRaiseLinkLength\hbox{% + \Hy@RestoreSpaceFactor + #1% + \Hy@SaveSpaceFactor + }% }% + \Hy@RestoreSpaceFactor \fi } \def\Hy@SaveLastskip{% @@ -3455,7 +3518,40 @@ \ifx\\#1\\% \def\@pdfstartview{}% \else - \hypercalcbpdef\@pdfstartview{ /#1 }% + \hypercalcbpdef\@pdfstartview{/#1}% + \fi +} +\def\HyPat@NonNegativeReal/{% + ([0-9]+\.?[0-9]*|[0-9]*\.?[0-9]+)% +} +\define@key{Hyp}{pdfremotestartview}{% + \ifx\\#1\\% + \def\@pdfremotestartview{/Fit}% + \else + \hypercalcbpdef\@pdfremotestartview{#1}% + \edef\@pdfremotestartview{\@pdfremotestartview}% + \Hy@Match\@pdfremotestartview{% + ^(XYZ -?(null|\HyPat@NonNegativeReal/) % + -?(null|\HyPat@NonNegativeReal/) % + (null|\HyPat@NonNegativeReal/)|% + Fit(|B|% + (H|V|BH|BV) (null|\HyPat@NonNegativeReal/)|% + R \HyPat@NonNegativeReal/ \HyPat@NonNegativeReal/ % + \HyPat@NonNegativeReal/ \HyPat@NonNegativeReal/% + ))$% + }{}{% + \Hy@Warning{% + Invalid value `\@pdfremotestartview'\MessageBreak + of `pdfremotestartview'\MessageBreak + is replaced by `Fit'% + }% + \let\@pdfremotestartview\@empty + }% + \ifx\@pdfremotestartview\@empty + \def\@pdfremotestartview{/Fit}% + \else + \edef\@pdfremotestartview{/\@pdfremotestartview}% + \fi \fi } \define@key{Hyp}{pdfpagescrop}{\edef\@pdfpagescrop{#1}} @@ -3529,7 +3625,8 @@ \def\@pdfkeywords{} \def\@pdftrapped{} \def\@pdfpagescrop{} -\def\@pdfstartview{ /Fit } +\def\@pdfstartview{/Fit} +\def\@pdfremotestartview{/Fit} \def\@pdfstartpage{1} \def\@pdfprintpagerange{} \def\@pdflang{} @@ -3593,7 +3690,7 @@ \let\@secondoffive\@secondoftwo \let\ReadBookmarks\relax \let\WriteBookmarks\relax - \Hy@WarningNoLine{ draft mode on}% + \Hy@WarningNoLine{Draft mode on}% \fi \Hy@DisableOption{draft}% \Hy@DisableOption{nolinks}% @@ -4137,7 +4234,9 @@ \hskip\z@skip \fi } -\DeclareRobustCommand*{\href}{% +\DeclareRobustCommand*{\href}[1][]{% + \begingroup + \setkeys{href}{#1}% \@ifnextchar\bgroup\Hy@href{\hyper@normalise\href@}% } \def\Hy@href#{% @@ -4147,10 +4246,78 @@ \catcode`\$=6 % \catcode`\#=12 % \gdef\href@$1{\expandafter\href@split$1##\\}% - \gdef\href@split$1#$2#$3\\{% - \hyper@@link{$1}{$2}% + \gdef\href@split$1#$2#$3\\$4{% + \hyper@@link{$1}{$2}{$4}% + \endgroup }% \endgroup +\define@key{href}{page}{% + \def\Hy@href@page{#1}% +} +\let\Hy@href@page\@empty +\newcount\c@Hy@tempcnt +\def\theHy@tempcnt{\the\c@Hy@tempcnt} +\def\Hy@MakeRemoteAction{% + \ifx\Hy@href@page\@empty + \def\Hy@href@page{0}% + \else + \setcounter{Hy@tempcnt}{\Hy@href@page}% + \ifnum\c@Hy@tempcnt<\@ne + \Hy@Warning{% + Invalid page number (\theHy@tempcnt)\MessageBreak + for remote PDF file.\MessageBreak + Using page 1% + }% + \def\Hy@href@page{0}% + \else + \global\advance\c@Hy@tempcnt\m@ne + \edef\Hy@href@page{\theHy@tempcnt}% + \fi + \fi + \ifx\Hy@href@nextactionraw\@empty + \else + \Hy@newwindowsettrue + \Hy@newwindowtrue + \fi +} +\define@key{href}{pdfremotestartview}{% + \setkeys{Hyp}{pdfremotestartview={#1}}% +} +\let\KV@href@pdfnewwindow\KV@Hyp@pdfnewwindow +\let\KV@href@pdfnewwindow@default\KV@Hyp@pdfnewwindow@default +\newif\ifHy@href@ismap +\define@key{href}{ismap}[true]{% + \ltx@IfUndefined{Hy@href@ismap#1}{% + \PackageError{hyperref}{% + Invalid value (#1) for key `ismap'.\MessageBreak + Permitted values are `true' or `false'.\MessageBreak + Ignoring `ismap'% + }\@ehc + }{% + \csname Hy@href@ismap#1\endcsname + }% +} +\let\Hy@href@nextactionraw\@empty +\define@key{href}{nextactionraw}{% + \edef\Hy@href@nextactionraw{#1}% + \ifx\Hy@href@nextactionraw\@empty + \else + \Hy@Match\Hy@href@nextactionraw{% + ^(\HyPat@ObjRef/|<<.*/S[ /].+>>|% + \[( ?\HyPat@ObjRef/|<<.*/S[ /].+>>)+ ?])$% + }{}{% + \Hy@Warning{Invalid value for `nextactionraw':\MessageBreak + \Hy@href@nextactionraw\MessageBreak + The action is discarded% + }% + }% + \ifx\Hy@href@nextactionraw\@empty + \else + \edef\Hy@href@nextactionraw{/Next \Hy@href@nextactionraw}% + \fi + \fi +} +\def\HyPat@ObjRef/{.+} \RequirePackage{url} \let\HyOrg@url\url \def\Hurl{\begingroup \Url} @@ -4263,20 +4430,26 @@ \x } \def\hyper@readexternallink#1\\#2#3#4{% - \expandafter\@hyper@readexternallink{#2}{#3}{#4}#1::\\{#1}% + \begingroup + \let\\\relax + \expandafter\endgroup + \expandafter\@@hyper@@readexternallink#1\\{#2}{#3}{#4}% +} +\def\@@hyper@@readexternallink#1\\#2#3#4{% + \@hyper@readexternallink{#2}{#3}{#4}#1::\\{#1}% } \def\@pdftempwordfile{file}% \def\@pdftempwordrun{run}% \def\@hyper@readexternallink#1#2#3#4:#5:#6\\#7{% \ifx\\#6\\% - \expandafter\@hyper@linkfile file:#7\\{#3}{#2}% + \@hyper@linkfile file:#7\\{#3}{#2}{#7}% \else \ifx\\#4\\% - \expandafter\@hyper@linkfile file:#7\\{#3}{#2}% + \@hyper@linkfile file:#7\\{#3}{#2}{#7}% \else \def\@pdftempa{#4}% \ifx\@pdftempa\@pdftempwordfile - \expandafter\@hyper@linkfile#7\\{#3}{#2}% + \@hyper@linkfile#7\\{#3}{#2}{#7}% \else \ifx\@pdftempa\@pdftempwordrun \ifHy@pdfa @@ -4288,7 +4461,7 @@ #2% \endgroup \else - \expandafter\@hyper@launch#7\\{#3}{#2}% + \@hyper@launch#7\\{#3}{#2}% \fi \else \hyper@linkurl{#3}{#7\ifx\\#2\\\else\hyper@hash#2\fi}% @@ -4308,8 +4481,8 @@ \fi }% } -\def\@hyper@linkfile file:#1\\#2#3{% - %file url,link string, name +\def\@hyper@linkfile file:#1\\#2#3#4{% + %file url,link string, name, original uri \filename@parse{#1}% \ifx\filename@ext\relax \edef\filename@ext{\XR@ext}% @@ -4320,7 +4493,7 @@ }{% \ifx\@baseurl\@empty \hyper@linkurl{#2}{% - \Hy@linkfileprefix\use@file\ifx\\#3\\\else\hyper@hash#3\fi + #4\ifx\\#3\\\else\hyper@hash#3\fi }% \else \hyper@linkurl{#2}{\use@file\ifx\\#3\\\else\hyper@hash#3\fi}% @@ -4345,6 +4518,29 @@ }% \expandafter\expandafter\expandafter\z\expandafter\x\y\@nil } +\def\Hy@StringLocalhost{localhost} +\@onelevel@sanitize\Hy@StringLocalhost +\def\Hy@CleanupFile#1{% + \edef#1{#1}% + \expandafter\Hy@@CleanupFile#1\hbox///\hbox\@nil{#1}% +} +\def\Hy@@CleanupFile#1//#2/#3\hbox#4\@nil#5{% + \begingroup + \toks@{\endgroup}% + \def\x{#1}% + \ifx\x\@empty + \def\x{#2}% + \ifx\x\@empty + \toks@{\endgroup\def#5{/#3}}% + \else + \@onelevel@sanitize\x + \ifx\x\Hy@StringLocalhost + \toks@{\endgroup\def#5{/#3}}% + \fi + \fi + \fi + \the\toks@ +} \long\def\hyper@@anchor#1#2{\@hyper@@anchor#1\relax#2\relax} \long\def\@hyper@@anchor#1\relax#2#3\relax{% \ifx\\#1\\% @@ -4375,6 +4571,7 @@ \fi \let\anchor@spot\@empty } +\def\anchor@spot{} \let\htmladdimg\hyperimage \def\htmladdnormallink#1#2{\href{#2}{#1}} \def\htmladdnormallinkfoot#1#2{\href{#2}{#1}\footnote{#2}} @@ -4886,12 +5083,21 @@ \def\Field@boolkey#1#2{% \csname Fld@#2\ifx\relax#1\relax true\else#1\fi\endcsname } -\newtoks\Field@toks -\Field@toks={ }% -\def\Field@addtoks#1#2{% - \edef\@processme{\Field@toks{\the\Field@toks\space #1="#2"}}% - \@processme -} +\ifHy@texht + \newtoks\Field@toks + \Field@toks={ }% + \def\Field@addtoks#1#2{% + \edef\@processme{\Field@toks{\the\Field@toks\space #1="#2"}}% + \@processme + }% +\else + \def\Hy@WarnHTMLFieldOption#1{% + \Hy@Warning{% + HTML field option `#1'\MessageBreak + is ignored% + }% + }% +\fi \def\Fld@checkequals#1=#2=#3\\{% \def\@currDisplay{#1}% \ifx\\#2\\% @@ -4909,12 +5115,21 @@ \define@key{Field}{disabled}[true]{% \lowercase{\Field@boolkey{#1}}{disabled}% } -\define@key{Field}{accesskey}{% - \Field@addtoks{accesskey}{#1}% -} -\define@key{Field}{tabkey}{% - \Field@addtoks{tabkey}{#1}% -} +\ifHy@texht + \define@key{Field}{accesskey}{% + \Field@addtoks{accesskey}{#1}% + }% + \define@key{Field}{tabkey}{% + \Field@addtoks{tabkey}{#1}% + }% +\else + \define@key{Field}{accesskey}{% + \Hy@WarnHTMLFieldOption{accesskey}% + }% + \define@key{Field}{tabkey}{% + \Hy@WarnHTMLFieldOption{tabkey}% + }% +\fi \define@key{Field}{name}{% \def\Fld@name{#1}% } @@ -5032,33 +5247,46 @@ \Hy@temp{onblur} \Hy@temp{onenter} \Hy@temp{onexit} -\def\Hy@temp#1{% - \define@key{Field}{#1}{% - \Field@addtoks{#1}{##1}% +\ifHy@texht + \def\Hy@temp#1{% + \define@key{Field}{#1}{% + \Field@addtoks{#1}{##1}% + }% }% -} -\Hy@temp{onselect} -\Hy@temp{onchange} +\else + \def\Hy@temp#1{% + \define@key{Field}{#1}{% + \Hy@WarnHTMLFieldOption{#1}% + }% + }% +\fi \Hy@temp{ondblclick} \Hy@temp{onmousedown} \Hy@temp{onmouseup} \Hy@temp{onmouseover} \Hy@temp{onmousemove} \Hy@temp{onmouseout} -\Hy@temp{onkeypress} \Hy@temp{onkeydown} \Hy@temp{onkeyup} -\ifHy@pdfa - \define@key{Field}{onclick}{% - \PackageError{hyperref}{% - PDF/A: Action `onclick' is prohibited% - }\@ehc - }% -\else +\Hy@temp{onselect} +\Hy@temp{onchange} +\Hy@temp{onkeypress} +\ifHy@texht \define@key{Field}{onclick}{% - \def\Fld@onclick@code{#1}% \Field@addtoks{onclick}{#1}% }% +\else + \ifHy@pdfa + \define@key{Field}{onclick}{% + \PackageError{hyperref}{% + PDF/A: Action `onclick' is prohibited% + }\@ehc + }% + \else + \define@key{Field}{onclick}{% + \def\Fld@onclick@code{#1}% + }% + \fi \fi \DeclareRobustCommand\TextField{% \@ifnextchar[{\@TextField}{\@TextField[]}% @@ -5610,6 +5838,7 @@ \fi \fi } +\let\Hy@saved@refstepcounter\refstepcounter \@ifpackageloaded{amsmath}{}{\newif\ifmeasuring@\measuring@false} \def\hyper@refstepcounter#1{% \edef\This@name{#1}% @@ -5832,6 +6061,18 @@ \edef#1{\getpagerefnumber{#2}}% }% }{} +\def\Hy@varioref@refstepcounter#1{% + \stepcounter{#1}% + \protected@edef\@currentlabel{% + \csname p@#1\expandafter\endcsname\csname the#1\endcsname + }% +} +\AtBeginDocument{% + \ifx\refstepcounter\Hy@varioref@refstepcounter + \let\H@refstepcounter\refstepcounter + \let\refstepcounter\Hy@saved@refstepcounter + \fi +} \@ifpackageloaded{longtable}{% \begingroup \def\y{\LT@array}% @@ -6581,7 +6822,7 @@ \evensidemargin \fi \kern-1bp\relax - \Hy@TempPageAnchor + \Hy@TempPageAnchor\relax \hss }% \vss diff --git a/Master/texmf-dist/tex/latex/hyperref/hypertex.def b/Master/texmf-dist/tex/latex/hyperref/hypertex.def index dd4cd0ea113..e5f03a5338c 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hypertex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hypertex.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hypertex.def} - [2010/06/18 v6.81g + [2010/09/11 v6.81m Hyperref driver for HyperTeX specials] \providecommand*{\XR@ext}{dvi} \def\PDF@FinishDoc{} @@ -94,17 +94,24 @@ \def\hyper@linkurl#1#2{% \leavevmode \ifHy@raiselinks - \setbox\@tempboxa=\color@hbox #1\color@endbox + \Hy@SaveSpaceFactor + \Hy@SaveSavedSpaceFactor + \sbox\@tempboxa{\Hy@RestoreSpaceFactor#1}% + \Hy@RestoreSavedSpaceFactor \@linkdim\dp\@tempboxa \lower\@linkdim\hbox{% \hyper@chars \special{html:<a href=\hyper@quote#2\hyper@quote>}% }% - \Hy@colorlink\@urlcolor#1% + \Hy@colorlink\@urlcolor + \Hy@RestoreSpaceFactor + #1% + \Hy@SaveSpaceFactor \@linkdim\ht\@tempboxa \advance\@linkdim by -6.5\p@ \raise\@linkdim\hbox{\special{html:</a>}}% \Hy@endcolorlink + \Hy@RestoreSpaceFactor \else \begingroup \hyper@chars diff --git a/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty b/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty index 5bc5acf4fdc..327ba2cb427 100644 --- a/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty +++ b/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty @@ -30,7 +30,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{nohyperref} - [2010/06/18 v6.81g + [2010/09/11 v6.81m Dummy hyperref (SR)] \RequirePackage{letltxmacro}[2008/06/13] \let\hyper@@anchor\@gobble @@ -53,7 +53,7 @@ \let\phantomsection\@empty \let\hypersetup\@gobble \let\hyperbaseurl\@gobble -\let\href\@gobble +\newcommand*{\href}[3][]{#3} \let\hyperdef\@gobbletwo \let\hyperlink\@gobble \let\hypertarget\@gobble diff --git a/Master/texmf-dist/tex/latex/hyperref/pd1enc.def b/Master/texmf-dist/tex/latex/hyperref/pd1enc.def index 97f3d2b8451..a3665096d49 100644 --- a/Master/texmf-dist/tex/latex/hyperref/pd1enc.def +++ b/Master/texmf-dist/tex/latex/hyperref/pd1enc.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{pd1enc.def} - [2010/06/18 v6.81g + [2010/09/11 v6.81m Hyperref: PDFDocEncoding definition (HO)] \DeclareFontEncoding{PD1}{}{} \DeclareTextAccent{\`}{PD1}{\textasciigrave} diff --git a/Master/texmf-dist/tex/latex/hyperref/pdfmark.def b/Master/texmf-dist/tex/latex/hyperref/pdfmark.def index 34d6b323562..c3256fa429d 100644 --- a/Master/texmf-dist/tex/latex/hyperref/pdfmark.def +++ b/Master/texmf-dist/tex/latex/hyperref/pdfmark.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{pdfmark.def} - [2010/06/18 v6.81g + [2010/09/11 v6.81m Hyperref definitions for pdfmark specials] \begingroup \@ifundefined{headerps@out}{}{% @@ -173,6 +173,9 @@ \endgroup } \Hy@breaklinks@unsupported +\def\HyPat@ObjRef{% + \{[^{}]+\}% +} \def\hyper@anchor#1{% \Hy@SaveLastskip \Hy@VerboseAnchor{#1}% @@ -210,7 +213,10 @@ \Hy@VerboseLinkStart{#1}{#2}% \ifHy@breaklinks \else - \leavevmode\hbox\bgroup + \leavevmode + \Hy@SaveSpaceFactor + \hbox\bgroup + \Hy@RestoreSpaceFactor \fi \expandafter\Hy@colorlink\csname @#1color\endcsname \literalps@out{H.S}% @@ -242,7 +248,9 @@ \Hy@endcolorlink \ifHy@breaklinks \else + \Hy@SaveSpaceFactor \egroup + \Hy@RestoreSpaceFactor \fi } \begingroup @@ -523,10 +531,19 @@ \literalps@out{H.R}% \else \leavevmode + \Hy@SaveSpaceFactor \ifHy@breaklinks - \Hy@setouterhbox\pdf@box{\Hy@AllowHyphens#1}% + \Hy@setouterhbox\pdf@box{% + \Hy@RestoreSpaceFactor + \Hy@AllowHyphens#1% + \Hy@SaveSpaceFactor + }% \else - \sbox\pdf@box{#1}% + \sbox\pdf@box{% + \Hy@RestoreSpaceFactor + #1% + \Hy@SaveSpaceFactor + }% \fi \dimen@\ht\pdf@box \ifdim\dp\pdf@box=\z@ @@ -545,6 +562,7 @@ \else \raise\dimen@\hbox{\literalps@out{H.R}}% \fi + \Hy@RestoreSpaceFactor \fi \ifx\pdf@type\Hy@DEST \else @@ -721,7 +739,13 @@ Border=\@pdfborder,% BorderStyle=\@pdfborderstyle,% Color=\@urlbordercolor,% - Action={<< /Subtype /URI /URI (\Hy@pstringURI) >>},% + Action={<<% + /Subtype/URI% + /URI(\Hy@pstringURI)% + \ifHy@href@ismap + /IsMap true% + \fi + >>},% Subtype=/Link,% PDFAFlags=4% }% @@ -729,8 +753,11 @@ } \def\hyper@linkfile#1#2#3{% \begingroup - \Hy@pstringdef\Hy@pstringF{#2}% + \def\Hy@pstringF{#2}% + \Hy@CleanupFile\Hy@pstringF + \Hy@pstringdef\Hy@pstringF\Hy@pstringF \Hy@pstringdef\Hy@pstringD{#3}% + \Hy@MakeRemoteAction \leavevmode \pdfmark[{#1}]{% pdfmark=/ANN,% @@ -746,7 +773,13 @@ /S/GoToR% \Hy@SetNewWindow /F(\Hy@pstringF)% - /D\ifx\\#3\\[0 \@pdfstartview]\else(\Hy@pstringD)cvn\fi + /D% + \ifx\\#3\\% + [\Hy@href@page\@pdfremotestartview]% + \else + (\Hy@pstringD)cvn% + \fi + \Hy@href@nextactionraw >>% }% }% @@ -775,6 +808,7 @@ \else /Win<</P(\Hy@pstringP)/F(\Hy@pstringF)>>% \fi + \Hy@href@nextactionraw >>% }% }% @@ -978,7 +1012,6 @@ \fi }% \begingroup - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofText,#1% }% @@ -1009,7 +1042,6 @@ \ifdim\@tempdimb>\@tempdima\@tempdima\@tempdimb\fi }% \advance\@tempdima by 15\p@ - \Field@toks={ }% \begingroup \HyField@SetKeys{#1}% \edef\x{\endgroup @@ -1088,7 +1120,6 @@ \def\@PushButton[#1]#2{% parameters, label \def\Fld@name{#2}% \begingroup - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofPushButton,#1% }% @@ -1114,7 +1145,6 @@ \endgroup } \def\@Submit[#1]#2{% - \Field@toks={ }% \def\Fld@width{\DefaultWidthofSubmit}% \def\Fld@height{\DefaultHeightofSubmit}% \begingroup @@ -1132,7 +1162,6 @@ \endgroup } \def\@Reset[#1]#2{% - \Field@toks={ }% \def\Fld@width{\DefaultWidthofReset}% \def\Fld@height{\DefaultHeightofReset}% \begingroup @@ -1161,7 +1190,6 @@ \begingroup \def\Fld@width{\DefaultWidthofCheckBox}% \def\Fld@height{\DefaultHeightofCheckBox}% - \Field@toks={ }% \expandafter\HyField@SetKeys\expandafter{% \DefaultOptionsofCheckBox,#1% }% @@ -1229,6 +1257,57 @@ \endgroup \let\Fld@name\Hy@gtemp } +\def\Fld@@additionalactions{% + \ifx\Fld@keystroke@code\@empty + \else + /K<</S/JavaScript/JS(\Hy@escapestring{\Fld@keystroke@code})>>% + \fi + \ifx\Fld@format@code\@empty + \else + /F<</S/JavaScript/JS(\Hy@escapestring{\Fld@format@code})>>% + \fi + \ifx\Fld@validate@code\@empty + \else + /V<</S/JavaScript/JS(\Hy@escapestring{\Fld@validate@code})>>% + \fi + \ifx\Fld@calculate@code\@empty + \else + /C<</S/JavaScript/JS(\Hy@escapestring{\Fld@calculate@code})>>% + \fi + \ifx\Fld@onfocus@code\@empty + \else + /Fo<</S/JavaScript/JS(\Hy@escapestring{\Fld@onfocus@code})>>% + \fi + \ifx\Fld@onblur@code\@empty + \else + /Bl<</S/JavaScript/JS(\Hy@escapestring{\Fld@onblur@code})>>% + \fi + \ifx\Fld@onmousedown@code\@empty + \else + /D<</S/JavaScript/JS(\Hy@escapestring{\Fld@onmousedown@code})>>% + \fi + \ifx\Fld@onmouseup@code\@empty + \else + /U<</S/JavaScript/JS(\Hy@escapestring{\Fld@onmouseup@code})>>% + \fi + \ifx\Fld@onenter@code\@empty + \else + /E<</S/JavaScript/JS(\Hy@escapestring{\Fld@onenter@code})>>% + \fi + \ifx\Fld@onexit@code\@empty + \else + /X<</S/JavaScript/JS(\Hy@escapestring{\Fld@onexit@code})>>% + \fi +} +\def\Fld@additionalactions{% + \if-\Fld@@additionalactions-% + \else + \ifHy@pdfa + \else + /AA<<\Fld@@additionalactions>>% + \fi + \fi +} \def\PDFForm@Check{% /Subtype/Widget% \Fld@annotflags @@ -1256,6 +1335,7 @@ \ifx\Fld@color\@empty\else\space\Fld@color\fi)% /H/P% \ifFld@checked /V/Yes\else /V/Off\fi + \Fld@additionalactions } \ifHy@pdfa \else @@ -1283,59 +1363,9 @@ >>% \fi /A<</S/JavaScript/JS(\Hy@escapestring{\Fld@onclick@code})>>% + \Fld@additionalactions }% \fi -\def\Fld@@additionalactions{% - \ifx\Fld@keystroke@code\@empty - \else - /K<</S/JavaScript/JS(\Hy@escapestring{\Fld@keystroke@code})>>% - \fi - \ifx\Fld@format@code\@empty - \else - /F<</S/JavaScript/JS(\Hy@escapestring{\Fld@format@code})>>% - \fi - \ifx\Fld@validate@code\@empty - \else - /V<</S/JavaScript/JS(\Hy@escapestring{\Fld@validate@code})>>% - \fi - \ifx\Fld@calculate@code\@empty - \else - /C<</S/JavaScript/JS(\Hy@escapestring{\Fld@calculate@code})>>% - \fi - \ifx\Fld@onfocus@code\@empty - \else - /Fo<</S/JavaScript/JS(\Hy@escapestring{\Fld@onfocus@code})>>% - \fi - \ifx\Fld@onblur@code\@empty - \else - /Bl<</S/JavaScript/JS(\Hy@escapestring{\Fld@onblur@code})>>% - \fi - \ifx\Fld@onmousedown@code\@empty - \else - /D<</S/JavaScript/JS(\Hy@escapestring{\Fld@onmousedown@code})>>% - \fi - \ifx\Fld@onmouseup@code\@empty - \else - /U<</S/JavaScript/JS(\Hy@escapestring{\Fld@onmouseup@code})>>% - \fi - \ifx\Fld@onenter@code\@empty - \else - /E<</S/JavaScript/JS(\Hy@escapestring{\Fld@onenter@code})>>% - \fi - \ifx\Fld@onexit@code\@empty - \else - /X<</S/JavaScript/JS(\Hy@escapestring{\Fld@onexit@code})>>% - \fi -} -\def\Fld@additionalactions{% - \if-\Fld@@additionalactions-% - \else - \ifHy@pdfa - \else - /AA<<\Fld@@additionalactions>>% - \fi - \fi -} \def\PDFForm@List{% /Subtype/Widget% \Fld@annotflags @@ -1467,6 +1497,7 @@ >>% \Fld@submitflags >>% + \Fld@additionalactions } \ifHy@pdfa \else @@ -1495,6 +1526,7 @@ \fi /BS<</W \Fld@borderwidth/S/\Fld@borderstyle>>% /A<</S/ResetForm>>% + \Fld@additionalactions }% \fi \def\Hy@writebookmark#1#2#3#4#5{% diff --git a/Master/texmf-dist/tex/latex/hyperref/puarenc.def b/Master/texmf-dist/tex/latex/hyperref/puarenc.def index 87d225407a1..00279107b34 100644 --- a/Master/texmf-dist/tex/latex/hyperref/puarenc.def +++ b/Master/texmf-dist/tex/latex/hyperref/puarenc.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{puarenc.def} - [2010/06/18 v6.81g + [2010/09/11 v6.81m Hyperref: Additions to puenc.def for Arabi] \DeclareTextCommand{\hamza}{PU}{\86\041}% 0621;afii57409;ARABIC LETTER HAMZA \DeclareTextCommand{\alefmadda}{PU}{\86\042}% 0622;afii57410;ARABIC LETTER ALEF WITH MADDA ABOVE diff --git a/Master/texmf-dist/tex/latex/hyperref/puenc.def b/Master/texmf-dist/tex/latex/hyperref/puenc.def index 83ad4a22306..d976e048a98 100644 --- a/Master/texmf-dist/tex/latex/hyperref/puenc.def +++ b/Master/texmf-dist/tex/latex/hyperref/puenc.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{puenc.def} - [2010/06/18 v6.81g + [2010/09/11 v6.81m Hyperref: PDF Unicode definition (HO)] \DeclareFontEncoding{PU}{}{} \DeclareTextCommand{\`}{PU}[1]{#1\83\000}% U+0300 diff --git a/Master/texmf-dist/tex/latex/hyperref/puvnenc.def b/Master/texmf-dist/tex/latex/hyperref/puvnenc.def index c8ff698e21e..b698f9c8c2c 100644 --- a/Master/texmf-dist/tex/latex/hyperref/puvnenc.def +++ b/Master/texmf-dist/tex/latex/hyperref/puvnenc.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{puvnenc.def} - [2010/06/18 v6.81g + [2010/09/11 v6.81m Hyperref: Additions to puenc.def for VnTeX] \DeclareTextCommand{\abreve}{PU}{\81\003} \DeclareTextCommand{\acircumflex}{PU}{\80\342} diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 0aeacb5fbd6..0035ea3b180 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -470,6 +470,7 @@ $Master = "$mydir/../.."; 'norasi-c90', "&MAKEnorasi_c90", 'notes', "&MAKEnotes", 'ntg', "die 'skipping, ntg is stale user group information'", + 'numericplots',"die 'skipping, matlab sources'", 'numline', "die 'skipping, obsolete'", 'numparse', "die 'skipping, experimental, not recommended by author'", 'oca', "die 'skipping, nosell license'", |