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

  • The KOMA-Script Classes
  • The KOMA-Script Packages
  • Installation
  • Getting Started
    • scrartcl — Article
    • scrreprt — Report
    • scrbook — Book & Thesis
    • scrlttr2 — Letters
    • typearea — Type Area
  1. Home
  2. Documentation
  3. Classes
  4. scrreprt — Report

scrreprt — Report

The KOMA-Script class for reports with chapters.

Last updated May 9, 2026

Overview

scrreprt is the KOMA-Script class for medium-length reports with chapters. It replaces the standard report class.

Minimal example

\documentclass{scrreprt}
 
\begin{document}
\chapter{Introduction}
\section{Motivation}
 
\chapter{Methods}
\chapter{Results}
\end{document}

Key options

\documentclass[
  paper=a4,
  fontsize=11pt,
  parskip=half,
  open=right,
  twoside=true,
  numbers=enddot
]{scrreprt}

On this page

  • Overview
  • Minimal example
  • Key options