List of tables
How to add a list of tables to your deliverable.
Examples
Follow along with the out-of-the-box example code below.
Including a list of tables improves the professionalism and readability of your deliverable. It provides a clear overview of all tables used, along with their titles and page numbers. In t0, adding a list of tables is simple and ensures consistent formatting across your files.
List of Tables
Word
In Microsoft Word, you would manually insert a table of figures and filter it to show only tables.
Maintaining this list requires careful updating whenever tables are added, moved, or deleted.
t0 Prompt
Here are example prompts to generate a list of tables:
Add a list of tables after the table of contents.
Automatically include all tables with their captions.
Format the list professionally for business reporting.
LaTeX
The LaTeX code to generate a list of tables looks as follows:
Command | Mandatory Argument | Optional Argument | Description |
---|---|---|---|
\listoftables | (none) | (none) | Automatically generates a list of all tables with their captions. |
The \listoftables
command is fully supported in the report
, article
, and beamer
document classes. In beamer
, it is usually shown on a dedicated slide instead of a separate page.