i want to extend the itemize environment to have a parameter for the symbols. Unfortunately the following does not work and i read that \renewenvironment cannot change the number of arguments.
Code: Select all
\let\itemizeOld=\itemize
\renewenvironment{itemize}[1][-]{\renewcommand{\labelitemi}{#1} \begin{itemizeOld}}{\end{itemizeOld}}
Thanks in advance,
Max