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

2015-01-22 Thread Ralph Corderoy
Hi Anton, > > psutils 1.17-27 on Ubuntu here. ... > $ head -n1 /usr/local/bin/psmerge > #!/usr/local/bin/perl5.16.3 $ sed q /usr/bin/psmerge #!/usr/bin/perl I suspect it's more to do with that `-27' which shows the number of local Debian/Ubuntu adjustments made to the upstream vanilla pa

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

2015-01-22 Thread Anton Shterenlikht
>From ra...@inputplus.co.uk Thu Jan 22 14:07:02 2015 > >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 >%%

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

2015-01-22 Thread Ralph Corderoy
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 con

[Groff] multiple lists of references in a document

2015-01-22 Thread Anton Shterenlikht
I need to prepare a document with 2 separate lists of references. I cannot see a way to do this directly. Is there? So I wanted to prepare two separate PostScript documents and then merge them into one with psmerge, part of psutils: http://www.knackered.org/angus/psutils/psmerge.html The two Post