Spaces:
Sleeping
Sleeping
File size: 640 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 39 40 41 42 43 | \documentclass{article}
\usepackage{lipsum}
\usepackage{hyperref}
\title{2 Level Heading Test}
\author{krasjet}
\date{}
\begin{document}
\maketitle
\section{Section One}
\lipsum[2-4]
\section{Section Two}
\lipsum[2-5]
\subsection{Subsection Two.One}
\lipsum[2-5]
\section{Section Three, with looong loooong looong title}
\lipsum[1-2]
\subsection{Subsection Three.One, with even loooooooooooonger title, and
probably even more}
\lipsum[2-5]
\subsection{Subsection Three.Two}
\lipsum[1-1]
\subsection{Subsection Three.Three}
\lipsum[2-3]
\section{The End}
\lipsum[2-5]
\end{document}
|