% Change the style of itemize, enumerate, etc. % (without space between items) %\makeatletter \def\@listI{\leftmargin\leftmargini \topsep \z@ \parsep \z@ \itemsep \z@} \let\@listi\@listI \@listi \def\@listii{\leftmargin\leftmarginii \labelwidth\leftmarginii\advance\labelwidth-\labelsep \topsep \z@ \parsep \z@ \itemsep \z@} \def\@listiii{\leftmargin\leftmarginiii \labelwidth\leftmarginiii\advance\labelwidth-\labelsep \topsep \z@ \parsep \z@ \itemsep \z@} %\makeatother