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}