Zvezdan Petkovic wrote: > If you choose Layout->Document and in the dialogue that opens set Fonts > button to "palatino" (or some other non-default), there are no problems > with PDF whatsoever. Well, almost. Math is still in Computer Modern > and comes out fuzzy in PDF.
Actually, \usepackage{palatino} is completely outdated as almost the whole LyX font stuff: ftp://ftp.gwdg.de/pub/dante/info/l2tabu/english/l2tabuen.pdf You'd better \usepackage{mathpazo} then you'll also get matching math fonts. And instead of ae, I'd recommend latin modern, a much better type-1 version of cm (though still beta and not yet perfect). Jürgen.