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..
General ⇒ table of contents
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: table of contents
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
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