Search found 3 matches

by echo
Fri Jul 01, 2011 8:07 pm
Forum: Graphics, Figures & Tables
Topic: Custom Table and Figure numbers
Replies: 2
Views: 4340

Re: Custom Table and Figure numbers

I have a different question though.
\caption package did give figure2.1 figure 2.2 etc. for figures under chapter 2.
Then to make all figures in the same document numbering continuously like figure 1, figure 2, ... , figure 15. even though figure 15 belongs to chapter 4.

I tried following code ...
by echo
Fri Jun 24, 2011 7:10 am
Forum: Page Layout
Topic: Show "Table of Contents (continued)" in ToC Page Header
Replies: 2
Views: 4453

Re: Show "Table of Contents (continued)" in ToC Page Header

Hi,
Thank you so much for sharing this information.
It works for me!! :D

Basically it is easier than what I am looking for before. By adding direct source code at .toc file, you don't need any command at .cls file. The only thing is that you have to do that right before you compile it, otherwise ...
by echo
Wed Jun 15, 2011 10:39 am
Forum: Page Layout
Topic: Show "Table of Contents (continued)" in ToC Page Header
Replies: 2
Views: 4453

Show "Table of Contents (continued)" in ToC Page Header

I have two pages long table of contents in my thesis.
The school requires continuing pages must be headed as "TABLE OF CONTENT (continued)" if the table of contents is longer than one page.

I use \tableofcontents command in the .tex file.
And define it in .cls file as below.
However, only "TABLE ...