I know how to define the space between section number and section title:
https://tex.stackexchange.com/questions ... tion-title
Code: Select all
\makeatletter % access to internal commands
\renewcommand{\@seccntformat}[1]{\csname the#1\endcsname\ }
\makeatother
Thanks!!