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
|
%%
%% This is file `rviewport.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% rviewport.dtx (with options: `style')
%%
%% IMPORTANT NOTICE:
%%
%% For the copyright see the source file.
%%
%% Any modified versions of this file must be renamed
%% with new filenames distinct from rviewport.sty.
%%
%% For distribution of the original source see the terms
%% for copying and modification in the file rviewport.dtx.
%%
%% This generated file may be distributed as long as the
%% original source files, as listed above, are part of the
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{rviewport}
[2011/08/27 v1.0 Relative viewport for graphics inclusion]
\RequirePackage{keyval}
\define@key{Gin}{rviewport}
{\let\Gin@viewport@code\Gin@rviewport\Gread@parse@rvp#1 \\}
\def\Gread@parse@rvp#1 #2 #3 #4 #5\\{%
\def\Gin@vllx{#1}%
\def\Gin@vlly{#2}%
\def\Gin@vurx{#3}%
\def\Gin@vury{#4}}%
\def\Gin@rviewport{%
\let\Gin@ollx\Gin@llx
\let\Gin@olly\Gin@lly
\let\Gin@ourx\Gin@urx
\let\Gin@oury\Gin@ury
\Gin@nat@width\Gin@urx\p@
\advance\Gin@nat@width-\Gin@llx\p@
\Gin@nat@height\Gin@ury\p@
\advance\Gin@nat@height-\Gin@lly\p@
\dimen@\Gin@vurx\Gin@nat@width
\edef\Gin@vurx{\strip@pt\dimen@}%
\advance\dimen@\Gin@llx\p@
\edef\Gin@urx{\strip@pt\dimen@}%
\dimen@\Gin@vury\Gin@nat@height
\edef\Gin@vury{\strip@pt\dimen@}%
\advance\dimen@\Gin@lly\p@
\edef\Gin@ury{\strip@pt\dimen@}%
\dimen@\Gin@vllx\Gin@nat@width
\edef\Gin@vllx{\strip@pt\dimen@}%
\advance\dimen@\Gin@llx\p@
\edef\Gin@llx{\strip@pt\dimen@}%
\dimen@\Gin@vlly\Gin@nat@height
\edef\Gin@vlly{\strip@pt\dimen@}%
\advance\dimen@\Gin@lly\p@
\edef\Gin@lly{\strip@pt\dimen@}}
\endinput
%%
%% End of file `rviewport.sty'.
|