Tagged Questions
9
votes
3answers
516 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
354 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 ...
1
vote
1answer
554 views
How can I customize 'headsep' attribute in the geometry package so that I can set it for individual pages?
I use the \geometry package for formatting my CV, and I know (from How to remove vertical space between header and body of text?) that I can use the headsep attribute to customize the spacing between ...