I am using my own adaption of the package 'fncychap' and I am happy with the layout of most of the document. However I would like to adjust the (vertical) position where the first line of the table of contents is set.
I tried:
Code: Select all
\usepackage{tocloft}
\renewcommand{\cftaftertoctitle}{\vskip-1.5cm}
Code: Select all
\usepackage[titles]{tocloft}
\renewcommand{\cftaftertoctitle}{\vskip-1.5cm}
Any suggestions would be appreciated!