I am writing a proposal to the National Science Foundation, and they require no more than 6 lines in one-inch vertical spaces, with 11 pt sized Computer Modern fonts.
I am using the article document class, and playing around with
\linespread{0.9}
\selectfont
I was wondering if there is a way that I can make it sure that there are no more than 6 lines in one-inch vertical spaces, perhaps using something like \fontsize{10}{12}? There might be some ways to compute the font size and the maximum possible line spacing to make it sure no more than 6 lines.