From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/generic/boxedeps/boxedeps.sty | 78 ++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 macros/generic/boxedeps/boxedeps.sty (limited to 'macros/generic/boxedeps/boxedeps.sty') 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 + %% for boxedeps package of Laurent Siebenmann . + %% 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'. + -- cgit v1.2.3