blob: 3ed515e2f4589b7667fd0f6d0ceb27ae9849fc2c (
plain)
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
|
%%% boxedeps.sty : Nov 1995 --
%% LaTeX wraper designed by Alun J. Carr <ajcarr@ccvax.ucd.ie>
%% for boxedeps package of Laurent Siebenmann <lcs@topo.matups.fr>.
%% See documentation in boxedeps.doc.
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{boxedeps}
[1995/08/01 (Laurent Siebenmann)]
\input{boxedeps.tex}
%% Driver support options
\DeclareOption{epsf}
{\SetepsfEPSFSpecial}
\DeclareOption{epsfmulti}
{\SetEPSFMultiSpecial}
\DeclareOption{textures}
{\SetTexturesEPSFSpecial}
\DeclareOption{unixcoop}
{\SetUnixCoopEPSFSpecial}
\DeclareOption{niponunix}
{\SetNiponUnixEPSFSpecial}
\DeclareOption{bechtolsheim}
{\SetBechtolsheimDVITPSEPSFSpecial}
\DeclareOption{lis}
{\SetLisEPSFSpecial}
\DeclareOption{rokicki}
{\SetRokickiEPSFSpecial}
\DeclareOption{dvipsone}
{\SetDVIPSoneEPSFSpecial}
\DeclareOption{dviwindow}
{\SetDVIWindowEPSFSpecial}
\DeclareOption{directtex}
{\SetDirectTeXEPSFSpecial}
\DeclareOption{cmactex}
{\SetCMacTeXEPSFSpecial}
\DeclareOption{oztex}
{\SetOzTeXEPSFSpecial}
\DeclareOption{oldoztex}
{\SetOldOzTeXEPSFSpecial}
\DeclareOption{psprint}
{\SetPSprintEPSFSpecial}
\DeclareOption{arbor}
{\SetArborEPSFSpecial}
\DeclareOption{clark}
{\SetClarkEPSFSpecial}
\DeclareOption{beebe}
{\SetBeebeEPSFSpecial}
\DeclareOption{northlake}
{\SetNorthlakeEPSFSpecial}
\DeclareOption{standard} %% default
{\SetStandardEPSFSpecial}
%% Emulation of Rokicki's \epsfbox, \epsfxsize, \epsfysize
\DeclareOption{emulaterokicki}
{\EmulateRokicki}
%% Displacement Box options
\DeclareOption{showboxes}
{\ShowDisplacementBoxes}
\DeclareOption{hideboxes}
{\HideDisplacementBoxes}
\ExecuteOptions{showboxes} %% set default
%% Preconfigured Options
\InputIfFileExists{boxedeps.cfg}
{\typeout{**************************************^^J%
*^^J%
* Local config file boxedeps.cfg used^^J%
*^^J%
**************************************}}%
{\ExecuteOptions{standard}}
\ProcessOptions
\endinput
%%
%% End of file `boxedeps.sty'.
|