summaryrefslogtreecommitdiff
path: root/fonts/psfonts/leawood/texmf/tex/latex/leawood/leawood.sty
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/psfonts/leawood/texmf/tex/latex/leawood/leawood.sty')
-rw-r--r--fonts/psfonts/leawood/texmf/tex/latex/leawood/leawood.sty52
1 files changed, 52 insertions, 0 deletions
diff --git a/fonts/psfonts/leawood/texmf/tex/latex/leawood/leawood.sty b/fonts/psfonts/leawood/texmf/tex/latex/leawood/leawood.sty
new file mode 100644
index 0000000000..8a55d76de8
--- /dev/null
+++ b/fonts/psfonts/leawood/texmf/tex/latex/leawood/leawood.sty
@@ -0,0 +1,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'.