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 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
%%
%% This is file `hdvipson.def',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% hyperref.dtx (with options: `dvipsone')
%%
%% 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\@pdfborder{0 0 65781}
\input{pdfmark.def}%
\def\@pdfproducer{dvipsone + Distiller}
\def\PDF@FinishDoc{
\special{PDF: Keywords \@pdfkeywords}%
\special{PDF: Title \@pdftitle}%
\special{PDF: Creator \@pdfcreator}%
\special{PDF: Author \@pdfauthor}%
\special{PDF: Producer \@pdfproducer}%
\special{PDF: Subject \@pdfsubject}%
}
\def\PDF@SetupDoc{
\pdfmark{pdfmark=/DOCVIEW,
Page=\@pdfstartpage,
View=\@pdfstartview,
URI={<< /Base (\@baseurl) >>},
PageMode=\@pdfpagemode
}%
\ifx\@pdfpagescrop\@empty\else
\pdfmark{pdfmark=/PAGES,CropBox=\@pdfpagescrop}%
\fi
\pdfmark{pdfmark=/PUT,Raw={
\string{Catalog\string} <<
/ViewerPreferences <<
\ifhy@toolbar\else /HideToolbar true \fi
\ifhy@menubar\else /HideMenubar true \fi
\ifhy@windowui\else /HideWindowUI true \fi
\ifhy@fitwindow /FitWindow true \fi
\ifhy@centerwindow /CenterWindow true \fi
>>
\ifx\pdf@pagelayout\@empty\else/PageLayout /\pdf@pagelayout\space\fi
>>}}%
}
\def\literalps@out#1{\special{ps:#1}}%
\def\pdf@setheight{\literalps@out{%
\strip@pt@and@otherjunk\baselineskip
\space 2 sub
PDFToDvips /HyperBase exch def
}%
}
\providecommand\@pdfview{XYZ}
\providecommand\@pdfviewparams{ gsave revscl currentpoint grestore 72 add
exch pop null exch 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{headertext=
/DvipsToPDF { 65781 div } def
/PDFToDvips { 65781 mul } def
/HyperBorder { 1 PDFToDvips } def
/HyperVoff {
currentpoint exch pop DvipsToPDF /pdf@voff exch def
} def
/HyperAutoVoff {
currentpoint exch pop
HyperBase sub % baseline skip
DvipsToPDF /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
}
\endinput
%%
%% End of file `hdvipson.def'.
|