File size: 753 Bytes
046e3b8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
\documentclass{article}

\usepackage{lipsum}

\title{One page Test}
\author{krasjet}
\date{}

\begin{document}
\maketitle

\section{Section One}

\section{Section Two}

\subsection{Subsection Two.One}
\subsection{Subsection Two.Two $\times 2$}

\section{Section Three, with looong loooong looong title}

\subsection{Subsection Three.One, with even loooooooooooonger title, and
probably even more}

\subsection{Subsection Three.Two}

\subsection{Subsection Three.Three}
\subsubsection{Subsubsection Three.Three.One}
\subsubsection{Subsubsection Three.Three.Two}
\subsubsection{Subsubsection Three.Three.Three}

\subsection{Subsection Three.Four}

\subsection{Subsection Three.Five}

\section{The End}

\end{document}