===========================================================
              Using Linotype Melior with LaTeX
============================================================
                                                  2004-01-29
                                              Walter Schmidt
                                       <w.a.schmidt@gmx.net>

The font family Linotype Melior is assigned the name "lml".
Thus, the command

  \renewcommand{\rmdefault}{lml}

makes LaTeX use Linotype Melior as the default roman font 
family.


|  Notice that Melior is supported with T1 (european) and
|  TS1 (text companion) 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.



Typesetting math
----------------
To typeset math, the Melior text fonts can be used together
with the Euler math fonts.  It is recmmended to make use of
the macro package eulervm.sty:

  \renewcommand{\rmdefault}{lml}
  \usepackage{eulervm}

See the documentation of the package eulervm for further 
details.



NFSS classification
-------------------

  encoding(s)  family  series  shape(s) 
  -------------------------------------
  T1, TS1      lml     m       n, it
  T1, TS1      lml     b       n, it

Only those text companion (TS1) symbols, that are also part
of the ISO-Adobe character set, are available, plus the Euro
symbol.

== finis

