============================================================

  Using Linotype's "Officina Sans" typeface (ITC version)
                         with LaTeX

============================================================
                                                  2003-05-31
                                              Walter Schmidt
                                             <was@VR-Web.de>
                                             
The name of the font family Linotype ITC Officina Sans is
"lo9".  Thus, the command

  \renewcommand{\sfdefault}{lo9}
  
makes LaTeX use Officina Sans as the default sans serif font
family.

|  Notice that Officina Sans is supported with T1 (european)
|  andTS1 (textcompanion) encoding only, so you should 
|  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)    PostScript FontName
---------------------------------------------------
lo9     m       n, it, sc   OfficinaSanITC-Book,
                            OfficinaSanITC-BookSC,
                            OfficinaSanITC-BookItal
lo9     b       n, it, sc   OfficinaSanITC-Bold,
                            OfficinaSanITC-BoldSC,
                            OfficinaSanITC-BoldItal

Encodings:  T1 (Cork), TS1 (Textcompanion).  The TS1
encoding comprises only those gylphs that belong to the
ISO-Adobe character set, plus the \texteuro.


