1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
%%
%% This is file `htexture.def',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% hyperref.dtx (with options: `textures')
%%
%% File: hyperref.dtx Copyright (C) 1995-1999 Sebastian Rahtz
%%
%% This package may be distributed under the terms of the LaTeX Project Public
%% License, as described in lppl.txt in the base LaTeX distribution.
%% Either version 1.0 or, at your option, any later version.
%%
\def\literalps@out#1{\special{rawpostscript #1}}%
\def\pdf@setheight{\literalps@out{%
\strip@pt@and@otherjunk\baselineskip
\space 2 sub
PDFToDvips /HyperBase exch def
}%
}
\providecommand\@pdfview{XYZ pdf@hoff pdf@voff null}
\providecommand\@pdfviewparams{ pdf@hoff pdf@voff null}
\def\PSHyperAnchorStart{\literalps@out{HyperStart }}
\def\PSHyperAnchorEnd{%
\pdf@setheight
\literalps@out{HyperAutoEnd HyperAutoVoff }%
}
\def\PSHyperLinkStart{\literalps@out{HyperStart }}
\def\PSHyperLinkEnd{%
\pdf@setheight
\literalps@out{HyperAutoEnd}%
}
\def\PSHyperRectStart{\literalps@out{HyperStart }}
\def\PSHyperRectEnd{\literalps@out{HyperEnd HyperVoff }}
\special{prepostscript
/vsize { \hy@pageheight } def
/DvipsToPDF { } def
/PDFToDvips { } def
/HyperBorder { 1 PDFToDvips } def
/HyperVoff {
currentpoint exch pop vsize 72 sub
exch DvipsToPDF sub /pdf@voff exch def
} def
/HyperAutoVoff {
currentpoint exch pop
vsize 72 sub exch DvipsToPDF
HyperBase sub % baseline skip
sub /pdf@voff exch def
} def
/HyperStart {
currentpoint
HyperBorder add /pdf@lly exch def
dup DvipsToPDF /pdf@hoff exch def
HyperBorder sub /pdf@llx exch def
} def
/HyperAutoEnd {
currentpoint
HyperBase sub /pdf@ury exch def
/pdf@urx exch def
} def
/HyperEnd {
currentpoint
HyperBorder sub /pdf@ury exch def
HyperBorder add /pdf@urx exch def
} def
systemdict
/pdfmark known not
{userdict /pdfmark systemdict /cleartomark get put} if
}
\AtBeginDocument{%
\ifhy@colorlinks
\def\@pdfborder{0 0 0}%
\fi
}
\def\@pdfborder{0 0 1}
\AtBeginDocument{%
\def\@pdfproducer{Textures + Distiller}}
\endinput
%%
%% End of file `htexture.def'.
|