============================================================
          Using Linotype Zapf Chancery with LaTeX
============================================================
                                                  2004-01-06
                                              Walter Schmidt

Linotype Zapf Chancery is assigned the "font family name"
lzc.  For instance, to select it within the current group or
environment, issue the following commands:

  \fontfamily{lzc}\selectfont
  

|  Notice that Zapf Chancery is supported with T1 (european)
|  and TS1 (textcompanion) encoding only, so you must
|  issue the commands
|
|    \usepackage[T1]{fontenc}
|    \usepackage{textcomp}
|
|  in the document preamble.  The obsolete OT1 encoding,
|  which is still the default with LaTeX, is _not_
|  supported.
 

NFSS classification:

  family  series  shape(s)  FontNames
  ----------------------------------------
  lzc     l       n, it     ZapfChanceryLT-Light,
                            ZapfChanceryLT-LightItalic
  lzc     m       n, it     ZapfChanceryLT-Roman,
                            ZapfChanceryLT-Italic
  lzc     mb      it        ZapfChanceryLT-MediumItalic
  lzc     sb      n         ZapfChanceryLT-Demi
  lzc     b       n         ZapfChanceryLT-Bold
  
Supported encodings are T1 and TS1.  The TS1 encoded fonts
provide only those glyphs that belong to the ISO-Adobe
character set, plus the Euro symbol \texteuro.

== finis
