My question is how can I control the font size of each chapter's and section's title? I tried \Large, \normalsize \small etc. But i am not satisfied, since I would like to control the font size exactly to a number, such as font size 16, 16.5, 17, etc. Could anyone tell how to achieve this? Thanks!!
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 font size can be changed with
where size is the font size ans skip is the baseline skip (typically 1.2 times the font size). If you want to know how to use that to change headers, you have to indicate which document class you are using. However, I do not recommend fiddling with the font size to the point. Usually, the document class sets appropriate sizes that harmonize with each other. |
|||
|
|
documentclassused, since many of them bring their own mechanism to alter the appearance. So i suggest that you provide a MWE – bloodworks Jan 14 at 10:23