blob: 4b26fca706b3e7ab7bb58d7ba8ff67d1033a1f73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
\documentclass{scrartcl}
\usepackage{coseoul}
\begin{document}
\levelstay{The first section}
This is a blind text. This is a blind text. This is a blind text. This is a blind text.
\leveldown{A subsection}
This is a blind text. This is a blind text. This is a blind text.
\leveldown{A subsubsection}
This is a blind text. This is a blind text.
\levelup{Another section}
This is a blind text. This is a blind text. This is a blind text. This is a blind text.
\levelstay{Yet another section}
This is a blind text. This is a blind text. This is a blind text. This is a blind text.
\end{document}
|