diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def | 96 |
1 files changed, 48 insertions, 48 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def b/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def index c6214f4f354..f044af75fbe 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def +++ b/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def @@ -22,14 +22,14 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hvtexmrk.def} - [2007/02/27 v6.75t + [2007/05/29 v6.76g Hyperref driver for VTeX in PDF/PS mode (pdfmark specials)] \input{pdfmark.def}% \ifx\@pdfproducer\relax \ifnum\OpMode=\@ne - \def\@pdfproducer{VTeX} + \def\@pdfproducer{VTeX}% \else - \def\@pdfproducer{VTeX + Distiller} + \def\@pdfproducer{VTeX + Distiller}% \fi \fi \def\literalps@out#1{\special{pS:#1}}% @@ -40,51 +40,51 @@ \providecommand*\@pdfviewparams{ H.V} \AtBeginDvi{% \headerps@out{% - /vsize {\Hy@pageheight} def - /HyperBorder {1} def - /H.V {pdf@hoff pdf@voff null} def - /H.B {/Rect[pdf@llx pdf@lly pdf@urx pdf@ury]} def - /H.S { - currentpoint - HyperBorder sub - /pdf@lly exch def - dup 72 add /pdf@hoff exch def - HyperBorder sub - /pdf@llx exch def - } def - /H.L { - 2 sub - /HyperBasePt exch def - currentpoint - HyperBasePt add HyperBorder add - /pdf@ury exch def - HyperBorder add - /pdf@urx exch def - } def - /H.A { - H.L - currentpoint exch pop - vsize 72 sub exch - HyperBasePt add add - /pdf@voff exch def - } def - /H.R { - currentpoint - HyperBorder add - /pdf@ury exch def - HyperBorder add - /pdf@urx exch def - currentpoint exch pop vsize 72 sub add - /pdf@voff exch def - } def - systemdict /pdfmark known - { - userdict /?pdfmark systemdict /exec get put - }{ - userdict /?pdfmark systemdict /pop get put - userdict /pdfmark systemdict /cleartomark get put - } - ifelse + /vsize {\Hy@pageheight} def% + /HyperBorder {1} def% + /H.V {pdf@hoff pdf@voff null} def% + /H.B {/Rect[pdf@llx pdf@lly pdf@urx pdf@ury]} def% + /H.S {% + currentpoint % + HyperBorder sub% + /pdf@lly exch def % + dup 72 add /pdf@hoff exch def % + HyperBorder sub% + /pdf@llx exch def% + } def% + /H.L {% + 2 sub% + /HyperBasePt exch def % + currentpoint % + HyperBasePt add HyperBorder add% + /pdf@ury exch def % + HyperBorder add% + /pdf@urx exch def% + } def% + /H.A {% + H.L % + currentpoint exch pop % + vsize 72 sub exch % + HyperBasePt add add% + /pdf@voff exch def% + } def% + /H.R {% + currentpoint % + HyperBorder add% + /pdf@ury exch def % + HyperBorder add% + /pdf@urx exch def % + currentpoint exch pop vsize 72 sub add% + /pdf@voff exch def% + } def % + systemdict /pdfmark known% + {% + userdict /?pdfmark systemdict /exec get put% + }{% + userdict /?pdfmark systemdict /pop get put % + userdict /pdfmark systemdict /cleartomark get put% + }% + ifelse% }% } \endinput |