Re: [Groff] replicating official memo

2013-02-08 Thread Tadziu Hoffmann
> I just ran ps2pdf(1) to convert the original 54.ps to 54.pdf. > [...] using his possibly superior method [...] I don't actually have a superior method (only ghostscript), but I was thinking of maybe manually fixing some of the most glaring positioning errors (like the "words in a box" example)

Re: [Groff] replicating official memo

2013-02-06 Thread Ralph Corderoy
Hi, Bernd wrote: > > Which files will we need? > > See http://troff.org/papers.html. There are the CSTR-files, but also > a lot of other ps-files. Tadziu, I just ran ps2pdf(1) to convert the original 54.ps to 54.pdf. If this is valid then I can do it for the others too. > Is it posssible to st

Re: [Groff] replicating official memo

2013-02-05 Thread Bernd Warken
> Von: "Tadziu Hoffmann" > > > I would be nice if you could do that for the other > > cstr ps-files that document classical troff. > > I'll try. Thank you. > Which files will we need? See http://troff.org/papers.html. There are the CSTR-files, but also a lot of other ps-files. Is it posssib

Re: [Groff] replicating official memo

2013-02-05 Thread Tadziu Hoffmann
> I would be nice if you could do that for the other > cstr ps-files that document classical troff. I'll try. Which files will we need?

Re: [Groff] replicating official memo

2013-02-05 Thread Peter Schaffter
Daniel -- On Mon, Feb 04, 2013, Daniel Lyons wrote: > I'm thinking now if I ever want to do footnotes or number headings > or whatever, I should instead customize one of the existing macro > packages. This is my question. I gather this is usually done with > -ms, is that correct? Would anybody

Re: [Groff] replicating official memo

2013-02-05 Thread Bernd Warken
> Von: "Tadziu Hoffmann" > > > > (http://cm.bell-labs.com/cm/cs/cstr/54.ps.gz). > > > > The 54.ps.gz are broken all over the internet. > > Sorry, I had forgotten about that because I had fixed my > downloaded copy. It's actually quite simple: move all > the %%BeginGlobal...%%EndGlobal sectio

Re: [Groff] replicating official memo

2013-02-05 Thread Tadziu Hoffmann
> > (http://cm.bell-labs.com/cm/cs/cstr/54.ps.gz). > > The 54.ps.gz are broken all over the internet. Sorry, I had forgotten about that because I had fixed my downloaded copy. It's actually quite simple: move all the %%BeginGlobal...%%EndGlobal sections into the prolog (i.e., before %%EndProlog

Re: [Groff] replicating official memo

2013-02-05 Thread Ralph Corderoy
Hi, Bernd wrote: > Tadziu wrote: > > A good starting point are the tutorial examples in the old Bell Labs > > Computing Science Technical Report #54 > > (http://cm.bell-labs.com/cm/cs/cstr/54.ps.gz). > > The 54.ps.gz are broken all over the internet. But > http://troff.org/54.pdf works. (The be

Re: [Groff] replicating official memo

2013-02-05 Thread Pierre-Jean
Daniel Lyons wrote: > I'm fairly new to groff. Me too, I'm a four year old troffer. > I'm thinking now if I ever want to do footnotes or number > headings or whatever, I should instead customize one of > the existing macro packages. This is my question. I think there's four ways of using trof

Re: [Groff] replicating official memo

2013-02-05 Thread Bernd Warken
> Von: "Tadziu Hoffmann" > > A good starting point are the tutorial examples in the > old Bell Labs Computing Science Technical Report #54 > (http://cm.bell-labs.com/cm/cs/cstr/54.ps.gz). The 54.ps.gz are broken all over the internet. But http://troff.org/54.pdf works. Bernd Warken

Re: [Groff] replicating official memo

2013-02-05 Thread Tadziu Hoffmann
> I'm thinking now if I ever want to do footnotes or number > headings or whatever, I should instead customize one of > the existing macro packages. If you're doing this (mostly) for fun and to really learn troff, I suggest you try to cobble together your own macros for this first. Then you can

[Groff] replicating official memo

2013-02-04 Thread Daniel Lyons
Hi, I'm fairly new to groff. For fun, I decided to copy work's memo template from Word, which you can see here if you're curious: http://www.nrao.edu/brand/NRAO_memo_template_SOC.dotx So, it's not a pretty memo template and my macros are very simplistic, but it seems to basically work, and I c