I think I have a good idea what to do.

>> When processing the attached source, I notice the header
>> margin is significantly larger than the expected 1 inch.
>> What is happening?
>
> This only happens on the first page after the title page, right?
> There is a
>
>   .rs
>   .sp 1
>
> at the end of the definition of "cov*rp-print" in s.tmac which
> is responsible for this.  If you remove those two lines, the
> text begins correctly right below the margin.  But I believe
> those request are there for a reason, although I can't right
> now guess what this may be...

The commands:

.rs
.sp 1

should be part of the conditional on the line directly above:

.if !\\n[cov*rp-no]

`RP` normally reprints some cover page information on
page one. It makes sense to have an enlarged header then.
However, `RP no` does not reprint anything from
the cover page, and should not have an enlarged header.

I've included a diff of the standard s.tmac and my changes.
-- 
Sincerely,
Colton Lewis

Senior in Computer Engineering
Missouri University of Science and Technology
573.202.4219
375c375,376
< .if !\\n[cov*rp-no] .cov*tl-au-print
---
> .if !\\n[cov*rp-no] \{\
> .cov*tl-au-print
377a379
> .\}

Reply via email to