diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/leawood/leawood.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/leawood/leawood.sty | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/Master/texmf-dist/tex/latex/leawood/leawood.sty b/Master/texmf-dist/tex/latex/leawood/leawood.sty deleted file mode 100644 index 8a55d76de8c..00000000000 --- a/Master/texmf-dist/tex/latex/leawood/leawood.sty +++ /dev/null @@ -1,52 +0,0 @@ -%% -%% This is file `leawood.sty', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% leawood.dtx (with options: `package') -%% -%% This is a generated file. -%% -%% Copyright (C) 2003 by Scott Pakin <pakin@uiuc.edu> -%% -%% This file may be distributed and/or modified under the conditions of -%% the LaTeX Project Public License, either version 1.2 of this license -%% or (at your option) any later version. The latest version of this -%% license is in: -%% -%% http://www.latex-project.org/lppl.txt -%% -%% and version 1.2 or later is part of all distributions of LaTeX version -%% 1999/12/01 or later. -%% -\NeedsTeXFormat{LaTeX2e}[1999/12/01] -\ProvidesPackage{leawood} - [2003/09/03 v1.0 make ITC Leawood the default body font] -\newcommand*{\ilw@body}{ilwk} -\newcommand*{\ilw@bold}{ilwb} -\newif\ifilw@use@luxi -\ilw@use@luxitrue -\DeclareOption{noluxi}{\ilw@use@luxifalse} -\DeclareOption{dark}{% - \renewcommand*{\ilw@body}{ilwm} - \renewcommand*{\ilw@bold}{ilwc} -} -\ProcessOptions\relax -\linespread{1.15} -\selectfont -\renewcommand{\rmdefault}{ilw} -\renewcommand{\sfdefault}{phv} -\ifilw@use@luxi - \IfFileExists{luximono.sty}{% - \RequirePackage{luximono} - }{% - \PackageWarningNoLine{leawood}{% - The luximono package is unavailable.\space\space - Using the\MessageBreak - default fixed-width font instead of LuxiMono} - } -\fi -\endinput -%% -%% End of file `leawood.sty'. |