Documentation update.
[pylit.git] / doc / examples / palatino-helvetica-courier.sty.txt
blob1382bc658fd378eae11b8863c537c99130c617eb
1 palatino-helvetica-courier.sty
2 ==============================
3 Recommended Font Settings for Palatino, Helvetica, and Courier
4 --------------------------------------------------------------
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]
38   
39 Options::
41   \DeclareOption{osf}{\newcommand{\phc@options}{sc,osf}}
42   \DeclareOption{lf}{\newcommand{\phc@options}{sc}}
43   \ExecuteOptions{osf}
44   \ProcessOptions*
45   
46 Load font packages::
48   \RequirePackage[\phc@options]{mathpazo}
49   \RequirePackage[scaled=.95]{helvet}     % scaled to fit Palatino
50   \RequirePackage{courier}
51   
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