I have a problem with the algorithm2e package. It prevents me from creating a TOC when using scrartcl.
A minimalized code is:
Code: Select all
\documentclass[]{scrartcl}
\usepackage[english]{babel}
\usepackage{algorithm2e}
\begin{document}
\tableofcontents
\end{document}
Code: Select all
! Undefined control sequence.
\chapter ...ace {10\p@ }}\algocf@original@chapter
l.5 \tableofcontents
Thanks in advance for any ideas to solve this.
Michael