tex >> How to put figure into TOC

by chat » Wed, 10 Sep 2008 14:22:15 GMT

Hi all,

Can anybody suggest me how to insert figure into Table Of Content ?
For example, for each chapter I need figure lie below a chapter name
and a section name is on the right side of the figure.


Chapter 1. Name of chapter 1

%%%%%%%%%%%% 1.1 name of section 1
%%% figure here %%% 1.2 name of section 2
%%%%%%%%%%%% 1.3 name of section 3
%%%%%%% %%%%% 1.4 name of section 4

Chapter 2. Name of chapter 2



Thank you for any suggestion.

Chat


tex >> How to put figure into TOC

by Ulrike Fischer » Wed, 10 Sep 2008 15:10:15 GMT


Am Tue, 9 Sep 2008 23:22:15 -0700 (PDT) schrieb chat:


Perhaps something like this: (replace the rule by
\includegraphics{graphic}):

\documentclass{book}
\usepackage{multicol}
\begin{document}
\tableofcontents
\chapter{chap one}
\addtocontents{toc}{%
\protect\raggedcolumns
\protect\begin{multicols}{2}%
\protect\rule{4cm}{3cm}%
\protect\columnbreak}

\section{sec}
\section{sec}
\section{sec}
\section{sec}
\section{sec}

\addtocontents{toc}{\protect\end{multicols}}

\chapter{chap two}
\end{document}


--
Ulrike Fischer



tex >> How to put figure into TOC

by chat » Wed, 10 Sep 2008 22:14:13 GMT

Thank you very much Ulrike Fischer. I follow your suggestion and it
works well. You help again.
Thank you again.

Chat


Similar Threads

1. How to put caption by the side of figure (instead of below the figure)

I have a figure that is narrow but very long. So I wanna put its
caption to the right hand side of the figure, instead of below the
figure. How to do that?

Thanks!

2. why doesn't /printindex put entry in TOC?

3. How to put two column figure in one column text environment

Hi, everyone:
I am using Latex 2e on a WinXP system. My report is a one column style.
I have several small figures that I want to put them in a two column in
the text. I have searched this newsgroup without the answer I need. I
know the following command can do two column figure.


\twocolumn
\begin{figure*}[htbp]
 % figure file here

\end{figure*}
\onecolumn



The problem is that the small two-column figure will occupy one new
whole page. This is not what I like. And, the page before the figures
has a lot of blank space.

I want to know if the one column text can be followed with two column
figure right away? Then, one column text continues after the two column
figures? I am new to Latex.

Thanks.

4. Put a figure in a desired page

5. How to put one figure in one page

Hi,
   I am going to put figures in seperate pages with each figure occupying 
a whole page. Is there a way to do it?

   Thank you very much!  

sincerely
-------------
Kuan Zhou
ECSE department


6. put figure next to align* environment?

7. put tables and figures at the end of a document

Hi,

Most editors I've dealt with require manuscripts submitted with all
tables following the text, followed by all figures. I can write an
Emacs lisp function to alter the source code to accomodate this, but
I was wondering if there is a way I could implement this with LaTeX
code. Specifically, I'm looking for a way to indicate in the preamble
whether or not floats are to be placed in the text itself, or
following it. That way I'd only need to switch one line depending on
whether or not I was submitting a first draft or the final copy.

Thanks,

Tyler

8. annoting figures using \put