groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] Groff Digest, Vol 132, Issue 6


From: Colton Lewis
Subject: Re: [Groff] Groff Digest, Vol 132, Issue 6
Date: Tue, 15 Sep 2015 12:49:58 -0500

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

Attachment: s.tmac.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]