Hi Paul,
On Thu, 08 Jan 2004 22:01:31 +0000
"Paul Smith" <[EMAIL PROTECTED]> wrote:
> In a certain document, I have changed the font from default to
> palatino. However, in the DVI file the mathematical formulae do no
> appear with palatino font. Cannot one force LyX to use palatino font
> with mathematical?
The way lyx uses palatino is depreciated by the latex developers. Set
the font to "default" and insert the following into the preamble:
\usepackage{mathpazo}
\usepackage[scaled=.95]{helvet}
\usepackage{courier}
See ftp://ftp.dante.de/tex-archive/info/l2tabu/english/l2tabuen.pdf for
details. I already posted a feature request to the lyx-devel list, but
got no answer so far :(
Bye,
Karsten