Tagged Questions
6
votes
2answers
333 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 ...
17
votes
2answers
234 views
Load package after other package with \AfterPackage
I want to group packages together (in the real document, I load many more packages) and want to solve the sorting of the packages with commands like \AfterPackage from KOMA-Script.
I am using this ...