Nipon

Tuesday, February 28, 2012

Nasty Latex error on the first line of latex.

Latex Problem:
Undefined control  sequence.
\chtapter ...ace {10\p@ }}\algocf@original@chapter
Issue:
algorithm2e expects \chapter to be defined

Solution: Add this before loading algorithm2e package.
\let\chapter\section