On 04/15/2011 01:47 PM, Bruce Pourciau wrote:
The Elsevier document class
* prints "Preprint submitted to Elsevier" and the date as footers
* indents the first paragraph after a heading
What, if anything, can I put in the preamble to make the footers go
away and to stop the first paragraph after a heading from indenting?
For the first, try giving the "final" option to the class.
For the second, try: \@afterindentfalse. If that doesn't quite work,
mimic what's done in the indentfirst package:
\let\@afterindenttrue\@afterindentfalse
\@afterindentfalse
rh