Search found 1 match

by david611
Thu May 03, 2018 8:38 pm
Forum: Document Classes
Topic: Re: ! LaTeX Error: Command \algorithm* already defined.
Replies: 2
Views: 26025

! LaTeX Error: Command \algorithm* already defined.

I have exactly that problem:

! LaTeX Error: Command \algorithm* already defined.
Or name \end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.

I managed to undefine the algorithm environment as follows:

\makeatletter
\let\algorithm\@undefined
\let ...