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 ...