Re: Using emoji with PDF device

2022-07-15 Thread G. Branden Robinson
At 2022-07-14T19:23:55+0200, Andrea D'Amore wrote: > On Thu, 14 Jul 2022 at 01:28, Deri wrote: > > As regards what fonts are available as standard for gropdf they are > > listed on page 2 of the pdf version of the man page, you can see a > > version here:- http://chuzzlewit.co.uk/WebManPDF.pl/man:

Re: Request to support CJK fonts in grops

2022-07-15 Thread G. Branden Robinson
Hello Tanaka-san, At 2022-07-02T19:39:44+0900, t...@t-lab.opal.ne.jp wrote: > Dear All, > > I wrote a set of patches in order to support CJK fonts in PostScript > outputs. > > https://github.com/t-tk/groff-CJK-font Thank you for doing this work! > - It enables to support CJK non-embedded fonts

Re: Why are tty-char.tmac and tty.tmac separate files?

2022-07-15 Thread G. Branden Robinson
At 2022-07-10T16:55:41-0500, Dave Kemper wrote: > Why are tmac/tty-char.tmac and tmac/tty.tmac separate files? They > both seem to serve essentially the same purpose: providing fallback > character sequences for characters that may not exist in the terminal > environment's encoding (especially the

Re: Pdfmom does not depend on Makefile

2022-07-15 Thread G. Branden Robinson
Hi Axel, At 2022-07-09T13:09:40+0200, Axel Kielhorn wrote: > I used to build groff with a toolchain from Macports. > > Therefore I had perl at: > > #!/opt/local/bin/perl -w > > After cleaning my system I now use the system version of Perl at: > > #!/usr/bin/perl -w > > This has resulted in th

Re: Puzzle about ms files generated by pandoc

2022-07-15 Thread G. Branden Robinson
Hi Robert, At 2022-07-09T01:00:57-0400, Robert Goulding wrote: > That's quite some detective work! > > Yes, this is code generated by pandoc. I made a simple markdown file, ms.md: > > roff > > > > And then processed it with: pandoc --highlight-style=monochrome -s -o > ms-monochrome.ms

Re: Problem building latest git source

2022-07-15 Thread G. Branden Robinson
At 2022-07-08T14:27:31+0100, Deri wrote: > On Friday, 8 July 2022 05:54:11 BST G. Branden Robinson wrote: > > There is another issue I've been hitting. My builds still work fine > > in my general-purpose development environment, but fail in my Debian > > bullseye chroot with no optional dependenci

Re: Learning groff eqn (was: Typesetting Mathematics by Kernighan and Cherry, retypeset)

2022-07-15 Thread G. Branden Robinson
At 2022-07-02T19:47:49+0200, Ingo Schwarze wrote: > Hi Branden, > > G. Branden Robinson wrote on Sat, Jul 02, 2022 at 11:57:21AM -0500: > > > I was thinking this morning that at least groff's lex.cpp for eqn > > could be translated into EBNF for a groff_eqn(7) page; that way the > > extensions wo