aligrudi / neatroff_make

Neatroff top-level makefile
50 stars 15 forks source link

Turn no-space mode off when calling `.EPS` #14

Closed Gavinok closed 2 years ago

Gavinok commented 3 years ago

This fixes issues when working with other macros such as ms and men since they enable no-space mode during their traps for headers. The eps file is not given enough space if it is on the first line of a new page.

roff -meps -men test.ms | post > test.ps
.\" test.ms
.EPS test.eps
.bp
.EPS test.eps

Causes the following to happen on the 2nd page 2021-03-25_17:35:31 This fix results in 2021-03-25_17:35:11

aligrudi commented 3 years ago

Applied. Thanks.