Search found 4 matches

by rockrat0
Mon Jan 05, 2009 12:52 am
Forum: Page Layout
Topic: Adding "Part" heading page numbers to TOC
Replies: 1
Views: 8308

Adding "Part" heading page numbers to TOC

Hi all,
I'm using documentclass{revtex4} and am using \part{titles} to section my document. I would like these to show up in the table of contents (which they do) with pages numbers (which they do not).

Examples of use are:
\part{title}
this gives:
<part number> title (no page number)
in the TOC ...
by rockrat0
Mon Jan 05, 2009 12:34 am
Forum: Page Layout
Topic: Need help Removing "Part" from the \part{stuff} headings
Replies: 2
Views: 9968

Need help Removing "Part" from the \part{stuff} headings

Thanks for the help, that does work! I still am having trouble getting the page numbers of the "part" to show up in the table of contents, but I will make a new post to that effect.

I did come to the following, slightly different answer once I started playing around with the revtex4.cls (which I ...
by rockrat0
Sun Jan 04, 2009 9:27 am
Forum: New Members
Topic: Introduction
Replies: 2
Views: 2297

Introduction

hi all,
I have used the revtex4 version of latex extensively to write up articles and am now working on putting together all that work and more into a dissertation. As such, I feel I have a good grip of latex, but will probably be seeking help on this forum when running into "big document" issues ...
by rockrat0
Sun Jan 04, 2009 9:21 am
Forum: Page Layout
Topic: Need help Removing "Part" from the \part{stuff} headings
Replies: 2
Views: 9968

Need help Removing "Part" from the \part{stuff} headings

I am using revtex4, which has an inherent documentclass of "article" and therefore I can't use the \Chapter headings. I have partially worked around this by using:

\renewcommand\thepart{Chapter \arabic{part}}
\renewcommand\thesection{\arabic{part}.\arabic{section}}

This gets the part numbers to ...