diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/fax/sig.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/fax/sig.sty | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Master/texmf-dist/tex/latex/fax/sig.sty b/Master/texmf-dist/tex/latex/fax/sig.sty deleted file mode 100644 index e4f62418b7e..00000000000 --- a/Master/texmf-dist/tex/latex/fax/sig.sty +++ /dev/null @@ -1,23 +0,0 @@ -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{sig}[1995/07/04 v1.0 by: J.B. Rhebergen] - -\newcommand{\sig}{\leavevmode - \hbox to 62mm{\kern-5mm\vbox to 12mm{\kern-5mm\special{em:graph sig}\vfil}\hfil}} -\newcommand{\altsig}{\leavevmode - \hbox to 67mm{\vbox to 17mm{\special{em:graph sig}\vfil}\hfil}} -\newcommand{\zsig}{\leavevmode - \hbox to 0mm{\kern-5mm\vbox to 0mm{\kern-10mm\special{em:graph sig}\vfil}\hfil}} -\newcommand{\zaltsig}{\leavevmode - \hbox to 0mm{\vbox to 0mm{\special{em:graph sig}\vfil}\hfil}} - -\DeclareOption{fax}{\typeout{Using signature for fax!} -\renewcommand{\sig}{\leavevmode% - \hbox to 62mm{\kern-5mm\vbox to 12mm{\kern-5mm\special{em:graph faxsig}\vfil}\hfil}} -\renewcommand{\altsig}{\leavevmode% - \hbox to 67mm{\vbox to 17mm{\special{em:graph faxsig}\vfil}\hfil}} -\renewcommand{\zsig}{\leavevmode% - \hbox to 0mm{\kern-5mm\vbox to 0mm{\kern-10mm\special{em:graph faxsig}\vfil}\hfil}} -\renewcommand{\zaltsig}{\leavevmode% - \hbox to 0mm{\vbox to 0mm{\special{em:graph faxsig}\vfil}\hfil}} -} -\ProcessOptions |