Hi,
\usepackage{subfigure}
\usepackage{tocloft}
error:
/usr/share/texmf-tetex/tex/latex/tocloft/tocloft.sty:608:Command \c@lofdepth already defined. \newcounter{lofdepth}
/usr/share/texmf-tetex/tex/latex/tocloft/tocloft.sty:609:Command \c@lotdepth already defined. \newcounter{lotdepth}
I would like to use tocloft to custom my TOC LOF etc.
how to solve this problem?
thanks
Document Classes ⇒ [package] tocloft conflicting with subfigure
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
[package] tocloft conflicting with subfigure
Hi chao,
use the subfigure option for tocloft:
That should be mentioned somewhere in the documentation of tocloft as I remember.
Stefan
use the subfigure option for tocloft:
Code: Select all
\usepackage[subfigure]{tocloft}
Stefan
LaTeX.org admin
Re: [package] tocloft conflicting with subfigure
Forgive me, I'm new to latex. The ability of searching document is still weak.
Thanks very much!
Thanks very much!
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
Re: [package] tocloft conflicting with subfigure
Hi chao,
I wasn't criticizing, the pointer to the documentation was just meant as information if you want to look for further explanation.
Stefan
I wasn't criticizing, the pointer to the documentation was just meant as information if you want to look for further explanation.
Stefan
LaTeX.org admin