ubuntu-manual team mailing list archive
-
ubuntu-manual team
-
Mailing list archive
-
Message #00126
[Bug 503322] Re: Too much white space above chapter headings
Ah, got the thing. It's basically a case of adding the following to
main.tex:
\usepackage{titlesec}
\titleformat{\chapter}[display]
{\Huge}
{
\vskip-3em
\Large\chaptername
\Large\thechapter}
{0mm}
{}
[\vspace{0.5mm}]
This seems to have a small bug in that it doesn't put a space in between
"Chapter" and the number (eg "Chapter3"), but it otherwise seems to
work.
--
Too much white space above chapter headings
https://bugs.launchpad.net/bugs/503322
You received this bug notification because you are a member of Ubuntu
Manual Team, which is subscribed to Ubuntu Manual.
Status in Ubuntu Manual: Confirmed
Bug description:
There is far too much white space above the heading for each chapter. The chapter headings need to be moved closer to the top of each page.
References