Tagged Questions
5
votes
1answer
67 views
Decrease space before and after chapter in fncychap
I would like to decrease the space before and after the chapter name due to space constraints. I am using the fncychap. Here is the MWE:
\documentclass{report}
\usepackage[Glenn]{fncychap}
...
2
votes
1answer
843 views
fncychap: vertical space between text and heading too large - shift left heading - improving on fix?
To reduce space between the table of contents heading and the first entry in the table of contents the following solution is used:
\addtocontents{toc}{\vskip-40pt The heading to display}
However, ...
4
votes
2answers
994 views
fncychap package - vertical gap/space between text and heading too large - how to reduce?
The below example shows the table large gap between the top of the table of contents its section heading.
How can this gap be reduced?
\documentclass{book}
\usepackage[Bjornstrup]{fncychap}
...