IconResources
Prepare report

List of figures

How to add a list of figures to your deliverable.

Examples

Follow along with the out-of-the-box example code below.



Adding a list of figures helps readers quickly locate all images and graphics included in your deliverable. This feature improves navigation and gives your document a more complete and professional structure. In t0, inserting a list of figures is simple and ensures consistency across all deliverables.

Add list of figures

Word

In Microsoft Word, you would insert a "Table of Figures" and configure it to display all figure captions.
This setup requires manual updates each time figures are added or removed.

t0 Prompt

Here are example prompts to generate a list of figures:

Add a list of figures after the list of tables.

Automatically include all figures with their captions.

Format the list professionally for business reporting.

LaTeX

The LaTeX code to generate a list of figures looks as follows:

\listoffigures
Loading PDF...
CommandMandatory ArgumentOptional ArgumentDescription
\listoffigures(none)(none)Automatically generates a list of all figures with their captions.
Notes:

The \listoffigures command is fully supported in the report, article, and beamer document classes. In beamer, it is usually shown on a dedicated slide rather than a separate page.

On this page