Hello :) How are you today?
Today I am going to talk about the different tables of contents that we have available in LaTeX. These are three
\tableofcontentshere appear the contents that you put in\section{},\subsection{},\subsubsection{},\chapter{},\part{}this is the title of the sections which are in your documents\listoftableshere appear the content of thecaptioninstruction which is inside thetableenvironment\listoffigureshere appear the content of thecaptioninstruction which is inside thefigureenvironment
Let me focus on the caption command
Caption Command
We meet the caption command in the tabular and figure environments but
captionhas an optional option
The complete caption command is
\caption[list]{table}
-
tableis the title shown under the table/image -
listis the tile shown in thelistoftables/listoffigures
So, you can have two titles for the same image
You need to be careful with this, you need to put attention to the names you give to your image/table
Sometimes the text in table is a brief description of the image and the text in list is the complete description of the image/table but this is not a rule to follow
That is all, thanks for reading :)
follow me on Twitter @latexteada
Top comments (0)