On Sat, Dec 15, 2001 at 02:48:01PM -1000, Rodney K wrote:
> I am tpying a document using the sans serif character style (I need to
> use the helvetica font) but when I view the document as a pdf or dvi or
> print the document, the table of contents, bibliography, list of
> figures, and citations are generated using the default font. I have
> changed the font to helvetica under layout => document => fonts, but
> nothing happens. How can I get everything to print in the helvetica
> font?
If you want to have sans-serif font for your document, then DON'T use
the character dialog for that (this is what you do in a word-processor,
but lyx is not a word-processor!)
The correct way to do it in LyX is to add the line
\renewcommand{\familydefault}{\sfdefault}
to the preamble.
(and use the reset option of the character dialog to revert the text style
to normal).