Hi, dear friends:
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
Text Formatting ⇒ How to move the "Table of Contents" out of "Table of Content
-
- Posts: 3
- Joined: Wed Nov 25, 2009 8:46 am
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: How to move the "Table of Contents" out of "Table of Content
Did you try putting an asterisk (*) when you call you toc???
- 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
This behaviour is unusual. Provide a minimal working example (MWE). In case you are using a class that is not listed on CTAN, attach it to your next post or give a link where to find it.
Best regards and welcome to the board
Thorsten¹
Best regards and welcome to the board
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
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
Hi, Thorsten and fatar2, thank you so much.
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.
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
Thank you, all
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.
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.