Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!mcsun!hp4nl!fwi.uva.nl!smagt From: smagt@fwi.uva.nl (Patrick van der Smagt) Newsgroups: comp.text.tex Subject: LaTeX bug/feature: A matter of style? Keywords: referencing, \part, chapter number, LaTeX Message-ID: <1991May31.094228.11053@fwi.uva.nl> Date: 31 May 91 09:42:28 GMT Sender: news@fwi.uva.nl Organization: FWI, University of Amsterdam Lines: 29 Nntp-Posting-Host: chris.fwi.uva.nl In the book I am writing in LaTeX I use \part, \chapter, \section, and so on. In some cases, I want to start a \part with an introduction, without giving this introduction a separate chapter. I.e., \part{...} ...Introductory text... \chapter{...}% the first chapter of this part ... \chapter{...} ... Now, all \labels I make in the introduction get the number of the last \chapter before the current \part. Obviously, this is not correct. But what to do about this? Since the references in that introduction cannot get a chapter number, there are some options: o give each label a number consisting of the part number plus the label number (e.g., (IV.1), (IV.2), ...). Very ugly? o only use the label number (e.g., (1), (2)). o don't use this kind of introduction, i.e., create a new chapter for it. That is to say, no text inbetween \part and the next \chapter. Is this correct, typographically? If so, then why does the table of contents show the page number of the part? That seems inconsequent. Patrick van der Smagt