Re: Error using tocloft

2014-04-30 Thread Yoolim
Shivaramaiah, Nagaraj gmail.com> writes: > > > Hi,I found the solution...tocloft doesn't work properly with some of the classes...I used titletoc instead..  \usepackage{titletoc} > > \dottedcontents{figure}[4.5em]{}{3em}{0.75em} > \dottedcontents{table}[4.5em]{}{3e

Re: Error using tocloft

2011-02-28 Thread Shivaramaiah, Nagaraj
Hi, I found the solution... tocloft doesn't work properly with some of the classes... I used titletoc instead.. \usepackage{titletoc} \dottedcontents{figure}[4.5em]{}{3em}{0.75em} \dottedcontents{table}[4.5em]{}{3em}{0.75em} and it worked.. Nagaraj

Error using tocloft

2011-02-28 Thread Shivaramaiah, Nagaraj
Hi, I want to increase the width between figure numbers and figure captions in "list of figures". But when I use tocloft, I get an error.. Here is what I am doing: \usepackage{tocloft} \setlength{\cftfignumwidth}{3em} I even tried this as mentioned in some lists on the intern

Re: TOCLOFT - numwidth - Understanding Documentation

2009-08-07 Thread rgheck
On 08/07/2009 10:44 PM, Marcelo Reis wrote: Hi GuysFirst of all I'd like to wish you all a pretty good weekend :-) Secondly, (here it comes...) I'm trying to understanding the TocLoft documentation to use in my College Paper but I'm stuck in the following: H

TOCLOFT - numwidth - Understanding Documentation

2009-08-07 Thread Marcelo Reis
Hi GuysFirst of all I'd like to wish you all a pretty good weekend :-) Secondly, (here it comes...) I'm trying to understanding the TocLoft documentation to use in my College Paper but I'm stuck in the following: How would be the procedure to set the numwidth of a specif

Re: tocloft

2007-08-13 Thread Bob Lounsbury
>> I can do that with: > >>[EMAIL PROTECTED]@dottedtocline{0}{1.5em}{2.3em}} % > >> However in TOC, this removes formatting of the chapter entries and > >> removes section indents. > >> > >>> From what I can tell, I should be able to us

Re: tocloft

2007-08-13 Thread LB
ries and removes section indents. From what I can tell, I should be able to use tocloft package but when I use it I get error: LaTeX Error: Command [EMAIL PROTECTED] already defined. Can anybody suggest a solution for this? Thank you Leo Hi, I did have the same problem when i tried to use

tocloft

2007-08-10 Thread LB
s and removes section indents. From what I can tell, I should be able to use tocloft package but when I use it I get error: LaTeX Error: Command [EMAIL PROTECTED] already defined. Can anybody suggest a solution for this? Thank you Leo

tocloft

2002-12-03 Thread Jeroen Vriesman
Hi, When I put \usepackage{tocloft} in my preamble, using amsbook style, I get an error: 'Can be used only in preamble' at every \end{quote} Does anyone have any idea why that is? Cheers, Jeroen.

tocloft & subfigure problem

2002-03-16 Thread Roberto Hernandez
Hey everyone, I have a problem using tocloft and subfigure packages together. The deal is they both define and use the counter "lofdepth" (see error messages at the end). Has anybody used them together? If so, how can this be done? Regard

Re: tocloft and book/chapter problem

2001-12-30 Thread Herbert Voss
legendfigure1 > > but with > > 10.10Figurechapter10legendfigure1 have a look at http://www.lyx.org/help/tocloft/TOC.php there are solution for the labelwidth with and without tocloft HErbert

tocloft and book/chapter problem

2001-12-30 Thread Wolfgang Engelmann
separation. I tried the tocloft package in the preamble . \usepackage{tocloft} %see EMail Husmann \renewcommand{\l@section}{\@dottedtocline{1}{1.5em}{2.9em}} \renewcommand{\l@subsection}{\@dottedtocline{2}{4.4em}{3.9em}} \renewcommand{\l@subsubsection}{\@dottedtocline{3}{8.2em}{4.1em}} %\renewcommand{\l

Re: tocloft \contentsname

2001-12-17 Thread Christopher M. Jones
Using report. The \AtBeginDocument suggestion worked fine. Also sprach Tuukka Toivonen: > On Mon, 17 Dec 2001, Christopher M. Jones wrote: > >I want to change the title "Contents" for the table of contents, using > >tocloft. Documentation says \renewcommand{\contentsna

Re: tocloft \contentsname

2001-12-17 Thread Tuukka Toivonen
On Mon, 17 Dec 2001, Christopher M. Jones wrote: >I want to change the title "Contents" for the table of contents, using >tocloft. Documentation says \renewcommand{\contentsname}{...} should do it, >but this doesn't work. Have I missunderstood the documentation

Re: tocloft \contentsname

2001-12-17 Thread Wayan
On Mon, 17 Dec 2001, Christopher M. Jones wrote: > I want to change the title "Contents" for the table of contents, using > tocloft. Documentation says \renewcommand{\contentsname}{...} should do > it, but this doesn't work. Have I missunderstood the documenta

tocloft \contentsname

2001-12-17 Thread Christopher M. Jones
I want to change the title "Contents" for the table of contents, using tocloft. Documentation says \renewcommand{\contentsname}{...} should do it, but this doesn't work. Have I missunderstood the documentation?

Re: toc style again and tocloft

2001-08-01 Thread Dekel Tsur
On Wed, Aug 01, 2001 at 02:45:13PM +0300, Tuukka Toivonen wrote: > On Wed, 1 Aug 2001, Dekel Tsur wrote: > > > Another solution for uppercase sections is the following: > > > > \let\oldsection\section > > \renewcommand{\section}[1]{\oldsection{\uppercase{#1}}} > > Thank you, it almost works. Ho

Re: toc style again and tocloft

2001-08-01 Thread Tuukka Toivonen
On Wed, 1 Aug 2001, Dekel Tsur wrote: > Another solution for uppercase sections is the following: > > \let\oldsection\section > \renewcommand{\section}[1]{\oldsection{\uppercase{#1}}} Thank you, it almost works. However, it corrupts "section*" style. When I previously had "abstract" in "section

Re: toc style again and tocloft

2001-08-01 Thread Dekel Tsur
On Wed, Aug 01, 2001 at 08:46:16AM +0200, Guenter Milde wrote: > On Tue, 31 Jul 2001 19:56:04 +0300 (EEST) wrote Tuukka Toivonen ><[EMAIL PROTECTED]>: > > > tocloft seems to be working fine and my TOC styles are now > > perfect... except that I'd like to have th

Re: toc style again and tocloft

2001-07-31 Thread Guenter Milde
On Tue, 31 Jul 2001 19:56:04 +0300 (EEST) wrote Tuukka Toivonen <[EMAIL PROTECTED]>: > tocloft seems to be working fine and my TOC styles are now > perfect... except that I'd like to have the section headings typesetted in > CAPITALS (not just small caps) just like ins

Re: toc style again and tocloft

2001-07-31 Thread Herbert Voss
Tuukka Toivonen wrote: > > tocloft seems to be working fine and my TOC styles are now > perfect... except that I'd like to have the section headings typesetted in > CAPITALS (not just small caps) just like inside the article body. However, > \uppercase doesn't se

toc style again and tocloft

2001-07-31 Thread Tuukka Toivonen
tocloft seems to be working fine and my TOC styles are now perfect... except that I'd like to have the section headings typesetted in CAPITALS (not just small caps) just like inside the article body. However, \uppercase doesn't seem to be working (from my preamble): % Format TOC \

Re: tocloft changes koma-script-layout

2001-04-23 Thread Detlev Humann
> > Detlev Humann wrote: > > > > Hi! > > As my list of tables is longer than 10 entries I tried to follow > > Herbert Voss´ advice > > (http://www.educat.hu-berlin.de/~voss/lyx/tocloft/) using "tocloft" > > (in lyx-preamble: \usepackage{tocl

Re: tocloft changes koma-script-layout

2001-04-22 Thread Herbert Voss
> Detlev Humann wrote: > > Hi! > As my list of tables is longer than 10 entries I tried to follow > Herbert Voss´ advice > (http://www.educat.hu-berlin.de/~voss/lyx/tocloft/) using "tocloft" > (in lyx-preamble: \usepackage{tocloft} > \addtolengt{\cftfignumwidth

tocloft changes koma-script-layout

2001-04-22 Thread Detlev Humann
Hi! As my list of tables is longer than 10 entries I tried to follow Herbert Voss´ advice (http://www.educat.hu-berlin.de/~voss/lyx/tocloft/) using "tocloft" (in lyx-preamble: \usepackage{tocloft}  \addtolengt{\cftfignumwidth}{1em})  to change the lablewith, so that the number of