Hello everybody!
can anyone tell me how to remove dotted lines in the Table of Contents?
Here's the preview.
Document Classes ⇒ How to remove dotted lines in table of contents?
How to remove dotted lines in table of contents?
Last edited by huddiex on Wed Mar 10, 2010 11:38 am, edited 2 times in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
How to remove dotted lines in table of contents?
Please upload attachments to the forum server (see Board Rules). External links can get lost with time and later make a problem incomprehensible.
You have to modify the \@dotsep register. The lines below go into the preamble.
If necessary, set the register to a higher value.
Best regards and welcome to the board
Thorsten
You have to modify the \@dotsep register. The lines below go into the preamble.
Code: Select all
\makeatletter
\renewcommand\@dotsep{140} % default value 4.5
\makeatother
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
Re: How to remove dotted lines in table of contents?
Thanks a lot Thorsten, its really works!
Cheers
Cheers

Re: How to remove dotted lines in table of contents?
Dear Thorsten,
It worked like a charm. Thank you so much. Your post helped me a lot !!
-jackin
It worked like a charm. Thank you so much. Your post helped me a lot !!
-jackin