palatino-helvetica-courier.sty
==============================
Recommended Font Settings for Palatino, Helvetica, and Courier
--------------------------------------------------------------

:Author:    Günter Milde <milde@users.berlios.de>
:Revision:  $Revision: 5534 $
:Date:      $Date: 2005-06-28$
:Copyright: © 2009 G. Milde,
            Released  without warranties or conditions of any kind
            under the terms of the Apache License, Version 2.0
            http://www.apache.org/licenses/LICENSE-2.0

Usage
~~~~~

To use standard Postscript fonts in the combination `Palatino` - `Helvetica`
- `Courier` as document default, call this package with

  ``\usepackage{palatino-helvetica-courier}``

Options:

:osf: old-style figures (default)
:lf:  lining figures

While `mathpazo` defaults to lining figures, this package defaults to
old-style figures and also calls `mathpazo` with the [sc] option for true
small caps.

Implementation
~~~~~~~~~~~~~~

Identification::

  \ProvidesPackage{palatino-helvetica-courier}
  [2009/03/02 v0.1 Font Settings for Palatino, Helvetica, and Courier]

Options::

  \DeclareOption{osf}{\newcommand{\phc@options}{sc,osf}}
  \DeclareOption{lf}{\newcommand{\phc@options}{sc}}
  \ExecuteOptions{osf}
  \ProcessOptions*

Load font packages::

  \RequirePackage[\phc@options]{mathpazo}
  \RequirePackage[scaled=.95]{helvet}     % scaled to fit Palatino
  \RequirePackage{courier}

.. _l2tabu:
   http://dante.ctan.org/CTAN/help/Catalogue/entries/l2tabu.html

.. _psnfss:
   http://dante.ctan.org/CTAN/help/Catalogue/entries/psnfss.html
