So I'ld like to put page number 5 in the example below at the first line, something like:
1. This is a really long chapter title 5
and it continues here, although we
already gave the page number
..and get all the lines ragged right.
Any help would be appreciated!
This is my code:
Code: Select all
\documentstyle{memoir}
\begin{document}
\tableofcontents*
\chapter{This is a normal chapter}
\chapter{This is a chapter with a long title, but I can't really
make it shorter, how hard I try}
\chapter{This is a chapter -- I hesitate to say it --
with an extreme long title, really, but the authors didn't want
to have it curtailed, so I am afraid I will have to cope with it,
although I will still try to make it shorter}
\chapter{This is not too bad again}
\end{document}