Search found 4 matches

by suatlatex
Thu Mar 10, 2011 7:00 am
Forum: General
Topic: figure number and title overlap in \listoffigures
Replies: 4
Views: 4810

Re: figure number and title overlap in \listoffigures

I'm using the memoir class.
It works. Thanks.
by suatlatex
Wed Mar 09, 2011 5:33 pm
Forum: General
Topic: figure number and title overlap in \listoffigures
Replies: 4
Views: 4810

figure number and title overlap in \listoffigures

In \listoffigures, when number of the figure is more than two digits, the number is overlapped with the title of the figure.

http://bbs.ctex.org/attachments/1103092301d07fcc5e002ddb97.png.thumb.jpg

Is there any command that can change the skip between the figure number and the figure title in ...
by suatlatex
Wed Mar 09, 2011 12:31 pm
Forum: Document Classes
Topic: Figure numbering with memoir
Replies: 3
Views: 5809

Re: Figure numbering with memoir

It works! Thanks a lot!!!!
by suatlatex
Mon Mar 07, 2011 7:49 am
Forum: Document Classes
Topic: Figure numbering with memoir
Replies: 3
Views: 5809

Figure numbering with memoir

I'm using the memoir class write my thesis, and I want to number the floats in #chapter.#section.#equation format.

I have included the following codes in the \frontmatter.


\numberwithin{equation}{section}
\numberwithin{figure}{section}

The number of an equation is shown as 1.2.3. This is ...