12 lines
231 B
TeX
12 lines
231 B
TeX
\documentclass{article}
|
|
\begin{document}
|
|
|
|
\section{This is a normal section}
|
|
|
|
\section{
|
|
This is a really long section title which is hard-wrapped
|
|
after 80 characters or so to keep the source code readable
|
|
}
|
|
|
|
\end{document}
|