<html>
An approach to this is to 
<ul>
<li>Seek out the parts of the class and style files that define the
\chapter{} and \part{} macros.&nbsp; Start in report.cls, but that may
not be the only place to look.&nbsp; I don't have the LaTeX Companion
handy, but I have a vague recollection that there is a macro used to
define section headings, and that is what you need to find.
<li>Copy the relevant definitions to either your document preamble or a
style / class file you will be loading (the chocie among these depends on
how often you expect to use the result: if this is one document, just put
the code in the preamble; if you will be using this style many times,
consider writing a style or class file to capture the changes. (if you do
use a style file, make sure it is loaded after the file that loads the
original code)
<li>Change the copied definitions as desired. Since they are after the
original class/style files are loaded, your changes will override the
original code.
</ul>I've used this approach successfully, but not specifically with the
sectioning headings, so YMMV.<br><br>
At 01:01 PM 2/2/02 +0000, you wrote:<br><br>
<blockquote type=cite class=cite cite>Hi group,<br>
How could I prevent LaTeX from writing &quot;chapter x&quot; or
&quot;part y&quot; at the begining of each chapter (part) in a report
document class?<br>
Is it possible or should I choose another doc. class?<br><br>
Thanx<br><br>
<hr>
Chat with friends online, try MSN Messenger:
<a href="'http://go.msn.com/bql/hmtag1_etl_en.asp'">Click Here</a><br>
_______________________________________________ pdftex mailing list
pdftex@tug.org
<a href="http://tug.org/mailman/listinfo/pdftex" eudora="autourl">http://tug.org/mailman/listinfo/pdftex</a>
</blockquote>
<x-sigsep><p></x-sigsep>
Mark B. Wroth<br>
&lt;mark@astrid.upland.ca.us&gt;</html>