Text Formatting ⇒ How to move the "Table of Contents" out of "Table of Content
-
- Posts: 3
- Joined: Wed Nov 25, 2009 8:46 am
How to move the "Table of Contents" out of "Table of Content
I have an emergent problem for TOC (Table of Contents) format.
Currently, with a defined class file, the generated pdf file as
TABLES OF CONTENTS
DEDICATION................................iii
ACKNOWLEDGMENT............................iv
ABSTRACT...................................vi
TABLE OF CONTENTS...........................viii
LIST OF TABLES...............................xii
How can I remove the red"TABLE OF CONTENTS"?
I checked my class file, but I do not know how to change it.
\addcontentsline{toc}{chapter}%
Any suggestions? Thank you so much for the help.
hellowezwz
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
Re: How to move the "Table of Contents" out of "Table of Content
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
How to move the "Table of Contents" out of "Table of Content
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 3
- Joined: Wed Nov 25, 2009 8:46 am
Re: How to move the "Table of Contents" out of "Table of Content
I have created MWE as TOC_test.zip.
Please give me help on this.
I do not know how to do a change on uofl.cls or do other changes to
remove that.
-
- Posts: 3
- Joined: Wed Nov 25, 2009 8:46 am
Re: How to move the "Table of Contents" out of "Table of Content
I finally solved my problem by changing the class file and main.tex
Basically, it disable some toc commands in the class, and write new commands
in the main.tex.
Thank you so much for your time.