Re: Groff examples repository

2021-08-29 Thread Heinz-Jürgen Oertel
Am Mittwoch, 25. August 2021, 18:50:56 CEST schrieb Thomas Dupond: > > > As noted on the first page, feel free to email me any macro you find > interesting, I will put it online as soon as I can :) . Hi, in the past for technical papers I often used dformat: https://noxz.tech/guides/groff

Re: Groff examples repository

2021-08-29 Thread G. Branden Robinson
At 2021-08-28T12:14:17-0400, Douglas McIlroy wrote: > - > > A small anomaly. Consider > > .de . > .tm Hi > ,.. > .. > > The second .. emits "Hi". This fragment also emits "Hi": > > .de end end > .tm Hi >

Re: Groff examples repository

2021-08-29 Thread Keith Marshall
On 28/08/2021 17:14, Douglas McIlroy wrote: > A small anomaly. Consider > > .de . > .tm Hi > ,.. > .. I'm guessing that the comma, before the first ".." is an unintended introduction? > The second .. emits "Hi". This fragment also emits "Hi": > > .de end end > .tm Hi >

Re: Groff examples repository

2021-08-29 Thread Dave Kemper
On 8/25/21, Thomas Dupond wrote: > The Groff examples repository is now available on the web at > https://froude.eu/groff and on geminispace at gemini://froude.eu/groff Fantastic! Thanks so much for putting this together. I see that each page has a link to the source mailing list post, so that

Re: Groff examples repository

2021-08-29 Thread Ingo Schwarze
Hi Thomas, On 8/25/21, Thomas Dupond wrote: > The Groff examples repository is now available on the web at > https://froude.eu/groff and on geminispace at gemini://froude.eu/groff Nice. I added a link to it to https://mandoc.bsd.lv/links.html I think on your start page, you ought to add a

Re: Groff examples repository

2021-08-29 Thread Ingo Schwarze
Hi Thomas, sorry for the afterthought... Ingo Schwarze wrote on Sun, Aug 29, 2021 at 07:34:56PM +0200: > https://mandoc.bsd.lv/mdoc/ Even if you consider mdoc(7) off-topic, you definitely want to link to these two pages: https://mandoc.bsd.lv/mdoc/details/recursion.html https://mandoc.bs

Re: Groff examples repository

2021-08-29 Thread Thomas Dupond
Heinz-Jürgen Oertel wrote: > Hi, > > in the past for technical papers I often used dformat: > > https://noxz.tech/guides/groff/papers/dformat_--_a_program_for_typesetting_data_formats__142.pdf This is excellent, I'm always impressed by what can be achieved with groff and pic. > extracted the so

Re: Groff examples repository

2021-08-29 Thread Heinz-Jürgen Oertel
Am Sonntag, 29. August 2021, 22:46:54 CEST schrieb Thomas Dupond: > Heinz-Jürgen Oertel wrote: > > > Hi, > > > > in the past for technical papers I often used dformat: > > > > https://noxz.tech/guides/groff/papers/dformat_--_a_program_for_typesetting_data_formats__142.pdf > > This is excellent,

Re: Groff examples repository

2021-08-29 Thread John Gardner
> > Since John Gardner will (rightly) insist that examples of mdoc(7) code are > nothing more than mere examples of roff(7) code To quote Heisenberg: *"You're goddamn right."* ;-) The Groff examples repository is now available on the web at > https://froude.eu/groff > Feel free to plunder my st