FAQ
Frequently asked questions about KOMA-Script.
General
What does "KOMA-Script" stand for?
The name is simply derived from the author's name KOhm MArkus — combined with Script, the predecessor bundle from which Markus developed today's KOMA-Script classes.
Why should I use KOMA-Script over the standard classes?
The standard classes article, report, and book were designed in the 1980s with
US-American typography in mind. KOMA-Script offers:
- better European / German typographic defaults
- significantly more configuration options
- smarter type-area calculation via
typearea - the modern letter class
scrlttr2
Technical
How do I change the font size?
\documentclass[fontsize=11pt]{scrartcl}Sizes from 8pt to 36pt are supported.
How do I adjust the type area?
\documentclass[DIV=12]{scrbook}
\documentclass[DIV=calc]{scrbook}Help
Where do I find the manual?
texdoc scrguide # German
texdoc scrguien # EnglishWhere do I get help with a specific issue?
TeX Stack Exchange — tag
koma-script. Always include a MWE!