summaryrefslogtreecommitdiff
path: root/fonts/psfonts/leawood/texmf/tex/latex/leawood/leawood.sty
blob: 8a55d76de8c48504f407abfabbbdba8f8b0dea56 (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
%%
%% 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'.