J Worky wrote:
I am new to this whole LyX/LaTeX thing, but I am loving it! I am
creating a book that looks pretty good in Palatino font, but I want to
spice it up a little. I would at least like to be able to have one font
for headings (sans serif) and one font for everything else (serif). I am
happy with the display font all being the same, I just want the printed
version to have two. I have read "A Not So Short Guide to LaTeX" and the
"Customization" manual for LyX. I have tried putting simple commands
into the document preamble, but I'm not sure what the class already has
defined so I don't know what to put in to have the spacing and
everything stay the same and just the font change. What is the simplest
route to get my two fonts in?
The first question is what document class you are using. Many classes do
use different fonts for the headings and body text, so you might just
try switching from whatever you are using (book?) to something else,
such as book (koma-script). One advantage to the koma-script styles is
that they are extremely customizable. (This is also the main
disadvantage to the koma-script styles. ;-) ) Have a look at the
koma-script manual, which you will find in scrguien.pdf wherever your
TeX docs are. On my system (Fedora), it's at
/usr/share/texmf/doc/latex/koma-script/scrguien.pdf.
Richard