Math & ScienceProblem with float package

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
JO
Posts: 2
Joined: Tue Dec 29, 2009 12:36 am

Problem with float package

Post by JO »

I am using texlive on ubuntu. The following tex code generates some error.

\documentclass[11pt, a4paper] {memoir}

\usepackage{algorithm}
\begin{document}
\end{document}

The error is in float.sty at line 68: Command \newfloat already defined. {}}}.

How do debug this problem? It has no problem with Miktex.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Re: Problem with float package

Post by Stefan Kottwitz »

Hi JO,

welcome to the board!
I did not get an error using TeX Live 2009 on Ubuntu Linux.

Stefan
LaTeX.org admin
JO
Posts: 2
Joined: Tue Dec 29, 2009 12:36 am

Re: Problem with float package

Post by JO »

Yes, I am downloading texliv 2009. I will try it out.
Post Reply