i'm still busy with the index, can't fix it.
I want the index in the sectionformat, while LaTeX normally uses a Chapter (in the report documentclass)
I've tried to do this (according to another tip on this subforum):
Code: Select all
\makeatletter
\renewenvironment{theindex}
{\twocolumn[\section*{\indexname}]
\@mkboth{\MakeUppercase{\indexname}}
{\MakeUppercase{\indexname}}
\thispagestyle{fancy}
\columnsep 45\p@
\let\item\@idxitem}
\makeatother
Code: Select all
\usepackage[columnsep = 10mm, totoc, unbalance=false]{idxlayout}
How can I combine my wishes (i.e. columnsep = 10mm, fancy pagestyle, sectionfont, into toc, italic pagenumbers, balanced)