ich möchte gerne zum Einstieg ein bisschen Deko oberhalb meiner ersten Überschrift einflechten. Dank gegoogle bin ich jetzt soweit:
\documentclass{scrbook}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lipsum}
% customize chapter format:
\KOMAoption{headings}{twolinechapter}
\renewcommand*\chapterformat{\thechapter\autodot}
% customize dictum format:
\setkomafont{dictumtext}{\itshape\small}
\setkomafont{dictumauthor}{\normalfont}
\renewcommand*\dictumwidth{\linewidth}
\renewcommand*\dictumauthorformat[1]{--- #1}
\renewcommand*\dictumrule{}
\begin{document}
	
\setchapterpreamble[uc][.75\textwidth]{%
	\dictum[Lewis Carroll, \textit{Alice in Wonderland}]{%
		``Begin at the beginning,'' the King said, gravely, ``and go on till you
		come to an end; then stop.''}\vskip1em}
\chapter*{Vorwort}
\lipsum[1]
\end{document}Liebe Grüße,
Magenta

