Please, how can I delete space between minitoc and the introduction?
\chapter{chapter 1}
\renewcommand{\baselinestretch}{1}
\minitoc
\label{CHAPTER1}
\thispagestyle{empty}
\section{Introduction}
|
Please, how can I delete space between minitoc and the introduction?
|
||||
|
You can use
You can also define this group of commands as new command (
And then simply change |
||||
|
|
\labelbefore\minitoc(just for being on the safe side). Why are you doing\renewcommand{\baselinestretch}{1}? – egreg Sep 17 '12 at 17:30