Table of Contents and List of Figures in Latex

  • Context: LaTeX 
  • Thread starter Thread starter EngWiPy
  • Start date Start date
  • Tags Tags
    Latex List Table
Click For Summary

Discussion Overview

The discussion revolves around creating a table of contents and a list of figures in LaTeX. Participants explore methods for including non-auto numbered sections like abstracts and acknowledgments in the table of contents, as well as addressing issues related to long figure captions in the list of figures.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants inquire about how to format the table of contents to include sections that are not automatically numbered, such as the abstract and acknowledgments.
  • One participant suggests using the command \addcontentsline{toc}{chapter}{\numberline{}Abstract} to include the abstract in the table of contents.
  • Another participant expresses a need for alternative methods to include the abstract when not using the abstract environment and seeks to add the list of figures and tables to the table of contents.
  • There is a discussion about the use of \listoffigures and how to handle long captions in the list of figures, with some participants proposing the use of short and long descriptions in the \caption command.
  • One participant describes a solution for including non-numbered titles in the table of contents using \addcontentsline{toc}{subsection}{title name} and provides an example for the acknowledgment section.
  • Concerns are raised about an error encountered when using \tableofcontents, with participants seeking clarification on the cause of the issue.

Areas of Agreement / Disagreement

Participants express various methods and solutions for the same problems, indicating that multiple competing views remain on how to best handle the formatting of the table of contents and list of figures. The discussion does not reach a consensus on the best approach.

Contextual Notes

Some participants mention specific LaTeX commands and their intended use, but there are unresolved issues regarding the error with \tableofcontents and the handling of long captions in the list of figures.

EngWiPy
Messages
1,361
Reaction score
61
Hello,

1- How to do the table of contents like this:

attachment.php?attachmentid=19799&stc=1&d=1248152270.jpg


2- In creating a list of figures, the long description of some figures does not appear as a whole. How to split the description of figures in the list of figures?

Thanks in advance
 

Attachments

  • untitled.JPG
    untitled.JPG
    21.7 KB · Views: 11,032
Physics news on Phys.org
1. \tableofcontents

2. When you write your caption, you give two arguments
Code:
\caption[Short desc. for the List of Fig]{Long Desc. for the original caption}
 
trambolin said:
1. \tableofcontents

2. When you write your caption, you give two arguments
Code:
\caption[Short desc. for the List of Fig]{Long Desc. for the original caption}

Yes, but \tableofcontents control sequence list the auto numbered headings. I need to include the list of figure page, the list of table page, abstract, acknowledgment,..etc, and all of these are not auto numbered headings. How can I do that?

About the second point I didn't understand it very well, can you elaborate more in this point, and give me an example, please?

Furthermore, when I write \tableofcontents, the following error eppears:

attachment.php?attachmentid=19804&stc=1&d=1248177442.jpg

Why is this error? Even though I put it the first time it worked, but later on stopped working, I don't know why?!

Regards
 

Attachments

  • untitled.JPG
    untitled.JPG
    43.6 KB · Views: 2,006
To add the abstract to the table of contents,
Code:
\begin{abstract} 
\addcontentsline{toc}{chapter}{\numberline{}Abstract}
Your abstract
\end{abstract}
 
D H said:
To add the abstract to the table of contents,
Code:
\begin{abstract} 
\addcontentsline{toc}{chapter}{\numberline{}Abstract}
Your abstract
\end{abstract}

Actually, I am not using the abstract enviroment, so, is there any other method to do that? Further, I need a method to add the page of list of figures and list of tables.

But before all of that, I am facing the aforementioned problem in using the \tableofcontents control sequence. Can anyone help me in this please?

Regards
 
Do you mean by auto numbering, page numbering?

\listoffigures gives you the list but I don't get your problem. Also my second point is that when you want to include a figure in List of figures, sometimes the caption is too long then you can use what I tried to suggest above.
 
trambolin said:
Do you mean by auto numbering, page numbering?

\listoffigures gives you the list but I don't get your problem. Also my second point is that when you want to include a figure in List of figures, sometimes the caption is too long then you can use what I tried to suggest above.

I mean, when you dividing your article to chapters, sections, subsections, ..., etc, without the '*' character, these headings will be automatically numbered by the program, and hence will be included automatically in the ToC. But there are some page titles such as Abstract, Acknowledgement, ...,etc, do not have numbers, i.e.: they have no reference. The question was: how to include these titles in the ToC? Anyway, I figured it out, and it is for whom is concerned, the following control sequence which must be placed in its proper position:

Code:
\addcontentsline{toc}{subsection}{[I]title name[/I]}

For example if you want to include the title "ACKNOWLEDGEMENT" in the ToC and its page number, all you have to do is to place the above control sequence just after the last line of the acknowledgment page, by replacing the title name by ACKNOWLEDGEMENT.

About the figures, I saw some "articles" where the discription of the figures in the list of figures span more than one line. I strictly need to do this, because the requirements is to include the description as it is under the intended figure, like this example:

attachment.php?attachmentid=19831&stc=1&d=1248386525.jpg


Regards
 

Attachments

  • untitled.JPG
    untitled.JPG
    32.7 KB · Views: 2,265

Similar threads

Replies
3
Views
8K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K