[Groff] postscript (ps) device and utf8

2012-02-24 Thread Morten Bo Johansen
Hi, Is there some way that I can print a file that contains wide characters with the "ps" device? I need to use the ps device to preserve the typography (it seems), but the wide characters are not printed correctly. I suppose that I need to specify a utf8 font for the ps output device? I use th

Re: [Groff] odd interaction between .bl and .(c in -me macros

2012-02-24 Thread Tadziu Hoffmann
[...] > produces the expected output (with all lines of equal length) > when using basic groff, because *all* lines are the default length > but changes line length in the foo environment when using the > -me macro set. because the line length in environment 0 ("normal" text) has been changed b

Re: [Groff] postscript (ps) device and utf8

2012-02-24 Thread Volker Wolfram
Morten Bo Johansen wrote: > Hi, > > Is there some way that I can print a file that contains wide > characters with the "ps" device? > > I need to use the ps device to preserve the typography (it > seems), but the wide characters are not printed correctly. > > I suppose that I need to specify a ut

Re: [Groff] postscript (ps) device and utf8

2012-02-24 Thread Morten Bo Johansen
Volker Wolfram wrote: > I'm using this command in my printing workflow: [...] > This is my workflow makefile: > ---snip > template = text > default: > echo $(template) > text: > groff -Tps -k -K utf-8 -dpaper¤l -P-pa4 -P-l -mm $(template).tr > > $(template).ps > ps2pdf14 $(te

Re: [Groff] postscript (ps) device and utf8

2012-02-24 Thread Matthias Apitz
El día Friday, February 24, 2012 a las 08:35:36PM +0100, Volker Wolfram escribió: > This is my workflow makefile: > ---snip > template = text > default: > echo $(template) > text: > groff -Tps -k -K utf-8 -dpaper=a4l -P-pa4 -P-l -mm $(template).tr > > $(template).ps > ps2pdf14