Tagged Questions
8
votes
1answer
103 views
What does the font size documentclass option actually do?
When using e.g. the [12pt] option for a document class like
\documentclass[12pt]{article}
what does (Xe)LaTeX actually do/set?
I noticed that for example a multicols environment behaves different ...
1
vote
1answer
213 views
What unit of measure is pt in the documentclass?
I would like to know what is the meaning of 13pt in here:
\documentclass[a4paper,13pt]{article}
My first guess was that it was the size of the characters, but changing the number does not seem to ...
1
vote
1answer
214 views
Svmono hack. How to change font size in Springer Verlag Class?
I am writing my Ph.D. thesis with svmono class of Springer-Verlag, but the default size is 10pt and seems to me too difficult to read. I would like to change to 11pt or 12pt. This two option are ...
26
votes
3answers
17k views
What point (pt) font size are \Large etc.?
In the preamble I have:
\documentclass[a4paper,11pt]{article}
\usepackage{fontspec}
\setmainfont{Arial}
What can be inferred about the real font pt size for the following?
\tiny, \scriptsize, ...