Search found 14 matches

by nettel
Tue Nov 18, 2008 8:01 pm
Forum: Document Classes
Topic: Change TOC Heading
Replies: 6
Views: 5444

Re: Change TOC Heading

Thanks for the reply worked a treat.
by nettel
Tue Nov 18, 2008 7:42 pm
Forum: Document Classes
Topic: Change TOC Heading
Replies: 6
Views: 5444

Change TOC Heading

im using \usepackage{titletoc} to generate table of contents and my document class is "article". This gives a default heading for the toc as "Contents". I want to change this heading to "Table of Contents" instead. How can i do this? Sample code attached.

cheers
\documentclass[a4paper]{article ...
by nettel
Sun Oct 26, 2008 10:01 pm
Forum: Document Classes
Topic: Suppress page number in TOC
Replies: 7
Views: 11560

Re: Suppress page number in TOC

Thankyou makes sense.
by nettel
Sun Oct 26, 2008 9:18 pm
Forum: Document Classes
Topic: Suppress page number in TOC
Replies: 7
Views: 11560

Suppress page number in TOC

Thankyou Juanjo...worked perfectly and thanks for the other suggestions as well. Just curious though what part of the code made the numbers disappear in the TOC?


Cheers

% Redefinition of the ToC format for sections, adapted to Acknowledgements
\titlecontents{section}[2em]
{\addvspace{1.0em plus ...
by nettel
Sat Oct 25, 2008 10:16 pm
Forum: Document Classes
Topic: Suppress page number in TOC
Replies: 7
Views: 11560

Re: Suppress page number in TOC

Can anyone help here?
by nettel
Tue Oct 21, 2008 10:26 am
Forum: Document Classes
Topic: Suppress page number in TOC
Replies: 7
Views: 11560

Suppress page number in TOC

Thanks for the help that worked and as you mentioned now comes the formatting. Im new to Latex and i dont quite understand how to apply formating to make it look like say the Introduction line in the toc from example code. i.e. make it ragged left, bold, and larger text. Im sure this is a simple ...
by nettel
Tue Oct 21, 2008 9:17 am
Forum: Document Classes
Topic: Suppress page number in TOC
Replies: 7
Views: 11560

Suppress page number in TOC

I need to supress pagenumbers in TOC against only one section. For e.g. I dont want a page number against acknowledgements in the table of contents for the example code i have supplied. Also how do I get rid of the dotted lines on the acknowlegdement line ONLY (in toc).

Note: Not asking to suppress ...
by nettel
Mon Oct 13, 2008 12:42 am
Forum: Document Classes
Topic: Horizontal spacing in table of contents
Replies: 8
Views: 12852

Re: Horizontal spacing in table of contents

You are a legend ....worked perfectly and all the issues have been rectified.

Thankyou for all of your help gmedina
by nettel
Sun Oct 12, 2008 6:43 am
Forum: Document Classes
Topic: Horizontal spacing in table of contents
Replies: 8
Views: 12852

Re: Horizontal spacing in table of contents

Excellent we are getting there.
The only remaing issue is how do i now provide the spacing between chapters like in the first example of the code?

Also how do i remove the dots off the lines that are now bold (not all the dotted lines, just the ones from the chapter headings)?

Cheers
by nettel
Sun Oct 12, 2008 5:46 am
Forum: Document Classes
Topic: Horizontal spacing in table of contents
Replies: 8
Views: 12852

Horizontal spacing in table of contents

sorry couldnt get file upload to work.

Here is a cut down example of my code that should explain what im trying to do.
Run this code first ( i had to build first to get this to work before i previewed the document) \documentclass[a4paper]{article}
\usepackage{titletoc}
%\titlecontents{section}[0em ...