Dear Latex Community,
I need to create a list of contents without dotted lines and page numbers as follows:
Contents
1 Introduction to Statistical Inference
1.1 Some Examples
2 Point Estimation
2.1 Estimator
2.2 Estimate
2.3 Notation
2.4 Accuracy and Precision
3 Estimation: Intuitive Estimators
3.1 Estimation of Mean
3.2 Estimation of Variance
3.3 Estimation of Proportion
.....
........
Any help is greatly appreciated.
With best regards,
Sarath Banneheka
General ⇒ Table of Contents without dotted Lines and Page Numbers
NEW: TikZ book now 40% off at Amazon.com for a short time.

Table of Contents without dotted Lines and Page Numbers
To remove page numbers in your ToC:
BTW, this will produce errors when you also use the hyperref package.
I do not know how to remove the dotted line, but I do know how to adjust the spacing between them. So just make the spacing very large:
Code: Select all
\renewcommand*{\addcontentsline}[3]{\addtocontents{#1}{\protect\contentsline{#2}{#3}{}}}
I do not know how to remove the dotted line, but I do know how to adjust the spacing between them. So just make the spacing very large:
howtoTeX.com - Your LaTeX resource site (Tips, Tricks, Templates and more!)
Follow howtoTeX on twitter
Follow howtoTeX on twitter
Re: Table of Contents without dotted Lines and Page Numbers
Look at the titletoc package (documented in the titlesec manual)