Fix CSS for margins in definition lists (html5).
[docutils.git] / sandbox / stylesheets / palatino-helvetica-courier.sty
blob5e47db6c4d58fe95812c2a739a726ebc74c7543f
1 % palatino-helvetica-courier.sty
2 % ==============================
3 % Recommended Font Settings for Palatino, Helvetica, and Courier
4 % --------------------------------------------------------------
5 %
6 % :Author: Günter Milde <milde@users.berlios.de>
7 % :Revision: $Revision: 5534 $
8 % :Date: $Date: 2005-06-28$
9 % :Copyright: © 2009 G. Milde,
10 % Released without warranties or conditions of any kind
11 % under the terms of the Apache License, Version 2.0
12 % http://www.apache.org/licenses/LICENSE-2.0
14 % Usage
15 % ~~~~~
17 % To use standard Postscript fonts in the combination `Palatino` - `Helvetica`
18 % - `Courier` as document default, call this package with
20 % ``\usepackage{palatino-helvetica-courier}``
22 % Options:
24 % :osf: old-style figures (default)
25 % :lf: lining figures
27 % While `mathpazo` defaults to lining figures, this package defaults to
28 % old-style figures and also calls `mathpazo` with the [sc] option for true
29 % small caps.
31 % Implementation
32 % ~~~~~~~~~~~~~~
34 % Identification::
36 \ProvidesPackage{palatino-helvetica-courier}
37 [2009/03/02 v0.1 Font Settings for Palatino, Helvetica, and Courier]
39 % Options::
41 \DeclareOption{osf}{\newcommand{\phc@options}{sc,osf}}
42 \DeclareOption{lf}{\newcommand{\phc@options}{sc}}
43 \ExecuteOptions{osf}
44 \ProcessOptions*
46 % Load font packages::
48 \RequirePackage[\phc@options]{mathpazo}
49 \RequirePackage[scaled=.95]{helvet} % scaled to fit Palatino
50 \RequirePackage{courier}
52 % .. _l2tabu:
53 % http://dante.ctan.org/CTAN/help/Catalogue/entries/l2tabu.html
55 % .. _psnfss:
56 % http://dante.ctan.org/CTAN/help/Catalogue/entries/psnfss.html