Path: utzoo!attcan!uunet!oddjob!mimsy!aplcen!aplcomm!aplvax.jhuapl.edu!jw From: jw@aplvax.jhuapl.edu (Jeff Wong) Newsgroups: comp.text Subject: Page Numbers & Table of Contents in LaTeX Message-ID: <1369@aplcomm.jhuapl.edu> Date: 25 Jul 88 20:51:27 GMT Sender: news@aplcomm.jhuapl.edu Reply-To: jw@aplvax.jhuapl.edu.UUCP (Jeff Wong) Distribution: comp.text Organization: The Johns Hopkins University Applied Physics Laboratory Lines: 16 I am currently creating a new document style which requires that the page numbers be the section number with the page number of that section attached, for example, 2-4, or page four of section two. This style carries over in the appendixes of this type of document such that I will end up with page numbers like B-2. The document style which I am using as a basis is the 'article' document style. I have created a new counter which is implemented as each new section is called and in my page style it specifies... \arabic{sectioncounter}--\arabic{page} in my footer information. How do I go about getting these changes to show up in the table of contents. Thanks in advance. Amanda S. Hanes (using J.W.'s account)