\documentclass{scrartcl}
|
|
\setkomafont{section}{\Large\ttfamily\itshape}
|
\setkomafont{subsection}{%
|
\usekomafont{section} % Die Einstellung von section übernehmen
|
\large % die Größe von Unterabschnitt ist kleiner als Abschnitt
|
}
|
|
\pagestyle{empty}
|
|
\begin{document}
|
\section{Ein Abschnitt in Retrolook}
|
|
Damals gab es weder Word noch \LaTeX.
|
Der junge Student schriebt seine Diplomarbeit noch mit einer Schreibmaschine.
|
|
\subsection{Unter-Abschnitt ist auch in Retrolook}
|
|
\end{document}
|