Search found 1 match

by phloxicon
Thu Jul 16, 2009 6:12 pm
Forum: General
Topic: Algorithm Compilation Errors
Replies: 1
Views: 3065

Algorithm Compilation Errors

I'm trying to work on LaTeX from home and I'm getting compiler errors that I wasn't getting in work. Here's the code generating the errors:

\begin{algorithm}[H]
%\SetLine
\SetKwData{OpenList}{openList}
\SetKwData{ClosedList}{closedList}
\SetKwData{Start}{start}
\SetKwData{End}{end}
\SetKwData ...