Skip to content
KOMA-Script
  • Home
  • Features
  • Examples
  • Friends
  • News
  • Community
  • Download
KOMA-Script

Versatile LaTeX classes and packages

Reine Portfolio-Übung, vollständig selbst entwickelt. Kein offizieller Auftritt – die Website steht in keinem Zusammenhang mit dem LaTeX-Paket KOMA-Script und wird auch nicht von dessen Entwicklern betrieben.

This is purely a portfolio project, developed entirely on my own. This is not an official site—the website is in no way affiliated with the LaTeX package KOMA-Script and is not operated by its developers.

Project

  • About
  • Features
  • License

Resources

  • Documentation
  • Examples
  • FAQ
  • News

Community

  • CTAN
  • SourceForge
  • Codeberg
  • Mastodon

Legal

  • Imprint
  • Privacy
  • License

© 2026 Moritz Kohm

  1. Home
  2. Download

Download

KOMA-Script is part of every major TeX distribution. Here's how to get it.

Already installed?

In most cases, KOMA-Script is already installed with your LaTeX distribution. Check from a shell:

kpsewhich scrbook.cls

If a path is returned, you're ready to go.

Via your distribution

Vanilla TeX Live (Linux / macOS / Windows)

If you installed TeX Live directly from tug.org (not via apt/dnf/brew), use tlmgr to install and update KOMA-Script:

tlmgr install koma-script    # install
tlmgr update koma-script     # update

TeX Live from Linux / macOS package managers

If you installed TeX Live through your system's package manager, stick with that package manager for updates — mixing tlmgr with the system package manager rarely works reliably.

sudo apt install texlive-latex-extra && sudo apt upgrade   # Debian / Ubuntu
sudo dnf install texlive-koma-script && sudo dnf upgrade   # Fedora
sudo pacman -S texlive-latexextra && sudo pacman -Syu      # Arch Linux
brew install --cask mactex && brew upgrade --cask mactex   # macOS

MiKTeX

MiKTeX installs missing packages on demand. Alternatively use the MiKTeX Console to install and update koma-script via the package manager.

From source

SourceLink
CTANctan.org/pkg/koma-script
SourceForgesourceforge.net/projects/koma-script
GitHubgithub.com/komascript