summaryrefslogtreecommitdiff
path: root/macros/generic/boxedeps/boxedeps.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/boxedeps/boxedeps.sty')
-rw-r--r--macros/generic/boxedeps/boxedeps.sty78
1 files changed, 78 insertions, 0 deletions
diff --git a/macros/generic/boxedeps/boxedeps.sty b/macros/generic/boxedeps/boxedeps.sty
new file mode 100644
index 0000000000..3ed515e2f4
--- /dev/null
+++ b/macros/generic/boxedeps/boxedeps.sty
@@ -0,0 +1,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'.
+