Hong-Phuc Bui
2020-10-02 dae312537b57f3ec8823602b91550e06c327fb86
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\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}