diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/graphics/dviwin.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/graphics/dviwin.def | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/graphics/dviwin.def b/Master/texmf-dist/tex/latex/graphics/dviwin.def new file mode 100644 index 00000000000..ad87d602ca5 --- /dev/null +++ b/Master/texmf-dist/tex/latex/graphics/dviwin.def @@ -0,0 +1,34 @@ +%% +%% This is file `dviwin.def', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% drivers.dtx (with options: `dviwin,nops') +%% +%% drivers.dtx Copyright (C) 1994 David Carlisle Sebastian Rahtz +%% Copyright (C) 1995 1996 1997 1998 1999 David Carlisle +%% +%% This file is part of the Standard LaTeX `Graphics Bundle'. +%% It 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. +%% +\ProvidesFile{dviwin.def} + [1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)] +\@namedef{Gin@rule@*}#1{{bmp}{}{#1}} +\def\Ginclude@bmp#1{% + \raise\Gin@req@height\hbox{% + \special{anisoscale #1, + \the\Gin@req@width\space \the\Gin@req@height}}} +\@namedef{Gin@rule@.ps}#1{{eps}{.ps}{#1}} +\@namedef{Gin@rule@.eps}#1{{eps}{.eps}{#1}} +\let\Ginclude@eps\Ginclude@bmp +\def\Gin@extensions{.eps,.ps,.wmf,.tif} +\def\Gin@PS@raw#1{} +\def\Gin@PS@restored#1{} +\def\Gin@PS@literal@header#1{} +\def\Gin@PS@file@header#1{} +\endinput +%% +%% End of file `dviwin.def'. |