>>Date: Mon, 3 Jun 2002 15:45:37 +0200 (MEST) >>From: [EMAIL PROTECTED] >>To: [EMAIL PROTECTED] >>Subject: second try >>X-Authenticated-Sender: #[EMAIL PROTECTED] >>X-Authenticated-IP: [213.218.4.11] >>X-Flags: 0001 >> >>Hello again, >> >>i used the tex preamble and modified it to use sffamily. However, it doesn't >>show up as Sans serif? >> >>should i ask on a latex mailing list? >> >>Ulrich
NO, but it's a fairly requent question, should be answered in Herbert's help http://www.lyx/org/help/ In short, it's not enough to change the family, you have also to ask to make it a default if you want it everywhere: \renewcommand{\familydefault}{\sfdefault} This must ne enough (that's what I use to set my viewgraphs in Helvetica): the times packages sets sfdefault: \renewcommand{\sfdefault}{phv} -- Jean-Pierre
