Frederick "FN" Noronha wrote:
I'm trying to set a book to 12/15 points. Is there some way I can do this? The options I'm getting are just one-line, one-and-half, and double-linespace. So I'd be really grateful if someone could tell me how to get 12/15 points settings. Thanks! FN
When I needed a 10.5 pt font with 12.5 pt linespread, I used this: \renewcommand{\normalsize}{\fontsize{10.5pt}{12.5pt}\selectfont}
Your case would be \renewcommand{\normalsize}{\fontsize{12}{15}\selectfont} I think. The command goes in the preamble, which you find in document->settings. Helge Hafting