Generalexclude list of figures from table of contents

LaTeX specific issues not fitting into one of the other forums of this category.
magali
Posts: 14
Joined: Sat Dec 04, 2010 12:41 am

exclude list of figures from table of contents

Post by magali »

Hello,

I get the same problem: list of tables AND list of figures in my TOC, and I don't want it.
It probably comes from a package and layout that I'm being forced to use.
Here's my preamble:

Code: Select all

\documentclass[english,brazil,ruledheader]{abnt}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{array}
\usepackage{varioref}
\usepackage{float}
\usepackage{rotfloat}
\usepackage{amstext}
\usepackage{accents}
\usepackage{graphicx}

\makeatletter
What can I do to solve this? Is it possible to edit the TOC manually?
Thanx

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

exclude list of figures from table of contents

Post by localghost »

You are using a non-standard class that is not listed on CTAN. Attach it to your next post by uploading it to the forum server or at least give a link where to find it. Regardless of that I suggest to ask the class maintainer for support.


Thorsten
Post Reply