On 2015-05-18, Jürgen Spitzmüller wrote:
> [-- Type: text/plain, Encoding: quoted-printable --]
> Am Montag, 18. Mai 2015 schrieb Michael Berger :
>> thank you for your input. With time constraints in the neck and almost no
> LaTeX knowledge I switched to Document Class KOMA-Script Article.
>> I can now set the page margins as needed. :-)
>> This seems to be contradicting with your above explanation -
> KOMA-Script Article does not load typearea automatically, as opposed to
> classicthesis. So you can use geometry with the former.
Well, in scrartcl.cls, I find
\RequirePackage{typearea}[\KOMAScriptVersion]
after a lot of
\PassOptionsToPackage{...}{typearea}%
However, the geometry package seems to override the typearea settings.
Günter