Is this the right linespread for kpfonts?
\PassOptionsToPackage{nomath,oldstylenums,oldstyle,noamsmath,notextcomp}{kpfonts}
\RequirePackage{kpfonts}
\linespread{1}
Is this the right linespread for kpfonts?
\PassOptionsToPackage{nomath,oldstylenums,oldstyle,noamsmath,notextcomp}{kpfonts}
\RequirePackage{kpfonts}
\linespread{1}
kpfonts features an x-height (height of lowercase letters like "x") of about 4.41pt (for a font size of 10pt), which is only marginally larger than that of Computer Modern (4.31pt) and smaller that that of Palatino (4.69pt). Therefore -- and if \linespread{1.05} suits your taste for Palatino (see Why exactly is \linespread{1.05} appropriate for Palatino?) -- I suggest to try \linespread{1.01} for kpfonts (or just to leave the default settings).
\linespread{1.05}. Why are you using\PassOptionsToPackageand not\usepackage[<options>]{kpfonts}? Note that using\RequirePackageis recommended only for classes or packages and that it has the same syntax as\usepackage. – egreg Aug 17 '12 at 21:20classicthesis, like thearsclassicapackage... i have read that for themathpazopackage the correctlinespreadis 1.05 so i have thought that for every different font exist a correctlinespread– Aurelius Aug 17 '12 at 21:28