On Thu, May 16, 2024 at 10:41:44PM +0200, Patrice Dumas wrote:
> On Thu, May 16, 2024 at 02:21:21PM -0500, G. Branden Robinson wrote:
> > At 2024-05-16T12:55:51-0500, Dave Kemper wrote:
> > > In a few places, the groff Texinfo manual uses a line-ending @ to
> > > continue a @cindex entry. An examp
Greetings,
I have a bunch of jpg files I need to put into an mm file. The way I am
doing it right now is:
1. convert jpg files to ps files using: convert pic.jpg pic.ps
2. Include the pics in the mm file using: .PSPIC pic.ps 4in
3. Run groff: groff -mm file.mm >file.ps
4. Convert the file to
On Sun, 2 Jun 2024, Blake McBride wrote:
I have a bunch of jpg files I need to put into an mm file. The way I am
doing it right now is:
1. convert jpg files to ps files using: convert pic.jpg pic.ps
2. Include the pics in the mm file using: .PSPIC pic.ps 4in
3. Run groff: groff -mm file.mm
Greetings,
I have a bunch of jpg files I need to put into an mm file. The way I am
doing it right now is:
1. convert jpg files to ps files using: convert pic.jpg pic.ps
2. Include the pics in the mm file using: .PSPIC pic.ps 4in
3. Run groff: groff -mm file.mm >file.ps
4. Convert the file to
I tried:
1. Convert the jpg file to a pdf file with: convert file.jpg file.ps
2. Include the picture with: .PDFPIC file.pdf 4in
3. Run groff with: pdfroff -mm -U file.mm >file.pdf
But line 3 gives me the following error:
GPL Ghostscript 9.55.0: Unrecoverable error, exist code 1
Segmentatio