groff
[Top][All Lists]
Advanced

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

Re: [Groff] multiple lists of references in a document


From: Ralph Corderoy
Subject: Re: [Groff] multiple lists of references in a document
Date: Thu, 22 Jan 2015 14:01:38 +0000

Hi Anton,

> $ cat z.1
> .PP
> word
> $ /usr/local/bin/groff -ms -Tps z.1 > z.ps
> $ cp z.ps z1.ps
> $ diff z.ps z1.ps
> $ psmerge -ozz.ps z.ps z1.ps
> 
> z.ps:  http://eis.bris.ac.uk/~mexas/z.ps
> zz.ps: http://eis.bris.ac.uk/~mexas/zz.ps

If you look at the end of zz.ps there's no `%%Page' or content, so
something's gone wrong.

Taking your z.ps, I find

    $ psmerge z.ps z.ps | grep %%Page
    %%Pages: (atend)
    %%Page: 1 1
    %%PageBoundingBox: 0 0 612 792
    %%PageTrailer
    %%Page: 2 2
    %%PageBoundingBox: 0 0 612 792
    %%PageTrailer
    %%Pages: 2
    $ 

and the resulting PostScript views fine, two pages, the same content on
each.  psutils 1.17-27 on Ubuntu here.

Cheers, Ralph.



reply via email to

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