Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!i2unix!sixcom!helios!sergio From: sergio@helios.sixcom.it (Sergio Scola) Newsgroups: comp.text.tex Subject: avoiding "Chapter" in report.sty Keywords: LaTeX report.sty \chapter Message-ID: Date: 1 Mar 91 10:46:17 GMT Sender: news@sixcom.sixcom.it (Network news owner) Organization: Sixcom S.p.A. - Milano, Italy. Lines: 65 Nntp-Posting-Host: helios I'm using LaTeX for document preparation and writing a document with the following style, and layout: \documentstyle[12pt,suthesis]{report} \begin{document} \tableofcontents \chapter{Introduction} \input{intro.tex} \chapter{First chapter} \input{chap1.tex} \chapter{Second chapter} \input{chap2.tex} \chapter{Third chapter} \input{chap3.tex} \chapter{Conclusions} \input{concl.tex} \bibliography{main} \end{document} I would like to avoid the printing of the word ``Chapter'' for first, and last chapter (i.e. Introduction, and Conclusions). The result should be: Contents 1 Introduction 2 First chapter 3 Second chapter 4 Third chapter 5 Conclusisons Bibliography Introduction : Chapter 1 First chapter : Chapter 2 Second chapter : Chapter 3 Third Chapter : Conclusions : Bibliography : Please e-mail answer to ``sergio@sixcom.it''. Thanks in advance for any help. -- Sergio Scola .--------------------------------------------------------------------------. | SIXCOM S.p.A. | Phone +39-2-3192313 | Email sergio@sixcom.it | | via G. Govone, 66 | +39-2-31921 | sergio@sixcom.uucp | | I-20155 Milano (Italy) | Fax +39-2-33603112 | ...!i2unix!sixcom!sergio | `--------------------------------------------------------------------------'