blob: 29c8b42349e0d68c56d55731c201bd9dd5db5194 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
%%
%% Copyright (C) 1995, Written by Kazunori ASAYAMA (TPM03937@pcvan.or.jp)
%%
%% This file is a part of the package of `dviout'.
%%
%% It should be distributed *unchanged* and together with the package.
%% A modified version of this file may be distributed, but it should
%% be distributed with a *different* name.
%%
\DeclareOption{dviout}{\def\Gin@driver{dviout.def}}
\ExecuteOptions{dviout}
|