Tagged Questions
9
votes
3answers
473 views
a4paper, where should I declare it? In document class or geometry?
I currently have an article document class and I previously changed it to include printing on A4 paper:
\documentclass[12pt, a4paper]{article}
However, I had to change my margins to meet my ...
6
votes
2answers
332 views
“Double use” of a4paper (geometry/KOMA)?
In my preamble, should I give the a4paper option just once or twice, i. e. once for the KOMA-script document class (scrartcl) and once for geometry? Is this redundant or does scrartcl need the option ...