Tagged Questions
1
vote
1answer
4k views
Package algorithm2e on Ubuntu
I am having some trouble getting a LaTeX document to compile. I would like to use the package algorithm2e. I am working on a machine running Ubuntu. I tried using Texmaker and Gummi (LaTeX editors) ...
2
votes
2answers
2k views
Undefined control sequence in algorithm package
I am using Ubuntu 11.04 with TeXmaker and TeX Live. There is a \newenvironment definition in my LaTeX file:
\newenvironment{algo}[1]{%
\begin{algorithm}[#1]
\SetTitleSty{textsc}{normalsize}
...