I use \fontsize{18pt}{20pt}\selectfont comand because I want 18pt fontsize. Does rule fontsize+2 always apply? Say for 20pt font leading will be 22, 32 for 30 and so on.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
The answer depends on the font: the size of ascenders and descenders. Fonts with larger ascenders/descenders require larger leading, fonts with smaller ones require smaller one. For Computer Modern However, a fine tuning of leading requires a real expertise in font and typography design, so if you have any specific recommendations for the font you use by the font author, you'd be better off following them. Update: I was asked for other point sizes, so here I plotted the LaTeX values as defined in
|
|||||||||||||
|


10ptfont, the baseline skip is12pt, that is, "font size + 20%", not "font size + 2pt". For11pt, baseline skip is13.6pt(font size + 13%). For12pt, its14.5pt(font size + 21%). – Werner May 14 '12 at 21:32