Generaltable of contents

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
dmuthu_cse
Posts: 97
Joined: Fri Sep 04, 2009 4:56 pm

table of contents

Post by dmuthu_cse »

hello friends,

i have created a "eps" figure for my chapter title.. and so i didn't use
"\chapter" for displaying the chapter name..

But when i try to create table of contents.. the chapter title is missing.. obviously it should be..

but can i know, if , how can i use \chapter command in my document, without getting its corresponding output in pdf..

i mean something similar to "\kill" which helps in tabbing envi..

i came to know that i can manually change the "table of contents" created by latex. however, it is showing a warning about the change now and then... and it will not be that much comfortable if i am going to modify the document again,(i.e. the sections)

thanks in advance..

regards,
muthu..

Recommended reading 2024:

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

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

fatra2
Posts: 126
Joined: Fri May 01, 2009 1:43 pm

Re: table of contents

Post by fatra2 »

Hi there,

Seems to be very difficult to do so. I'll try to give you a few ideas. I never tried any of them, but they might just work.

1. Did you try including your graphic in the chapter title, something like: \chapter{\includegraphics[width=5cm]{my_eps}}

2. Did you try making a blank chapter title just before or after your graphic, something like: \chapter*{}\includegraphics[width=5cm]{my_eps}, or \includegraphics[width=5cm]{my_eps}\chapter*{}

3. Did you try generating a phatomsection to label your graphic: \includegraphics[width=5cm]{my_eps}\phantomsection

Otherwise, I am pretty lost. Cheers
Post Reply