[groff] Unicode fonts output

2019-08-06 Thread Jean Louis
Hello, I would like to get Unicode fonts output, for characters like š Š ć Ć č Č đ Đ ž Ž, but I cannot get it. pdfmom -k letter.mom > out.pdf gave me: letter.mom:17: warning: can't find special character `u0063_030C' Any clues what to do? Jean

Re: [groff] Unicode fonts output

2019-08-06 Thread Deri
On Tuesday, 6 August 2019 17:00:34 BST Jean Louis wrote: > Hello, > > I would like to get Unicode fonts output, for characters like š Š ć Ć > č Č đ Đ ž Ž, but I cannot get it. > > pdfmom -k letter.mom > out.pdf > > gave me: > > letter.mom:17: warning: can't find special character `u0063_030C' >

Re: [groff] Unicode fonts output

2019-08-06 Thread Jean Louis
* Deri [2019-08-06 18:56]: > On Tuesday, 6 August 2019 17:00:34 BST Jean Louis wrote: > > Hello, > > > > I would like to get Unicode fonts output, for characters like š Š ć Ć > > č Č đ Đ ž Ž, but I cannot get it. > > > > pdfmom -k letter.mom > out.pdf > > > > gave me: > > > > letter.mom:17: wa

Re: [groff] Unicode fonts output

2019-08-06 Thread Jean Louis
Find it in attachment. .\" -*- mode: text; coding: utf-8; -*- \# \# Copyright (C) 2004-2018 Free Software Foundation, Inc. \# \# Copying and distribution of this file, with or without modification, \# are permitted in any medium without royalty provided the copyright \# notice and this notice are p

Re: [groff] Unicode fonts output

2019-08-06 Thread Deri
On Tuesday, 6 August 2019 18:11:03 BST Jean Louis wrote: > I wish it could be simpler. But I am not getting it to work. > > Find the file in attachment. > > [~/Programming/groff/mom-2.4/examples] > admin-> pdfmom -k letter.mom > out.pdf > letter.mom:10: warning: can't find font `U_HR' > letter.mo

Re: [groff] Unicode fonts output

2019-08-06 Thread Jean Louis
* Deri [2019-08-06 20:12]: > One, my solution used underscores when it should have used hyphens, so the > magic is U-!! > > Two, I have found, in your example, the .FAMILY line needs to come after > .START. > > The attached works Ok on my setup. So if the file works on your side, on my side I

Re: [groff] Unicode fonts output

2019-08-06 Thread Morten Bo Johansen
On 2019-08-06 Jean Louis wrote: > So if the file works on your side, on my side I get these > problems from the file you have prepared. > > So something is wrong on my system. I am not very familiar with mom, but it works for me if I a place an .ft macro after the .START macro and the font you us

Re: [groff] Unicode fonts output

2019-08-06 Thread Jean Louis
* Morten Bo Johansen [2019-08-06 20:43]: > On 2019-08-06 Jean Louis wrote: > > > So if the file works on your side, on my side I get these > > problems from the file you have prepared. > > > > So something is wrong on my system. > > I am not very familiar with mom, but it works for me if I a > p

Re: [groff] Unicode fonts output

2019-08-06 Thread Peter Schaffter
On Tue, Aug 06, 2019, Deri wrote: > Two problems:- > > One, my "solution" used underscores when it should have used > hyphens, so the "magic" is "U-"!! I was about to mention this when your post appeared. :) > Two, I have found, in your example, the .FAMILY line needs to come > after .START. Y

Re: [groff] Unicode fonts output

2019-08-06 Thread Jean Louis
* Peter Schaffter [2019-08-06 21:23]: > On Tue, Aug 06, 2019, Deri wrote: > > Two problems:- > > > > One, my solution used underscores when it should have used > > hyphens, so the magic is U-!! How do I create U- fonts? Do I need to use devpdf/util/BuildFoundries somehow? Is there example how

Re: [groff] Unicode fonts output

2019-08-06 Thread Jean Louis
* Morten Bo Johansen [2019-08-06 20:43]: > On 2019-08-06 Jean Louis wrote: > > > So if the file works on your side, on my side I get these > > problems from the file you have prepared. > > > > So something is wrong on my system. > > I am not very familiar with mom, but it works for me if I a > p

Re: [groff] Unicode fonts output

2019-08-06 Thread Dale Snell
On Tue, Aug 6, 2019, 12:33 PM Jean Louis wrote > How do I create U- fonts? The URW++ fonts (i.e., U-*) should be installed when you build Groff. One would hope that your Gnu/Linux distro vendor would include them, but that's not guaranteed. Worse, URW++ changed the names of their files a while

Re: [groff] Unicode fonts output

2019-08-06 Thread Deri
On Tuesday, 6 August 2019 20:33:14 BST Jean Louis wrote: > * Peter Schaffter [2019-08-06 21:23]: > > On Tue, Aug 06, 2019, Deri wrote: > > > Two problems:- > > > > > > One, my solution used underscores when it should have used > > > hyphens, so the magic is U-!! > > How do I create U- fonts? >

Re: [groff] Unicode fonts output

2019-08-07 Thread Morten Bo Johansen
On 2019-08-06 Jean Louis wrote: > I do not have LinBiolinumR so I need to figure out what to place > instead on that place jus to try it out. Many fonts have these glyphs, e.g. Arial, but the stock groff fonts like Helvetica an Times seem to lack them. This also works for me: .AUTHOR"Yanni

Re: [groff] Unicode fonts output

2019-08-07 Thread Jean Louis
* Morten Bo Johansen [2019-08-07 14:47]: > On 2019-08-06 Jean Louis wrote: > > > I do not have LinBiolinumR so I need to figure out what to place > > instead on that place jus to try it out. > > Many fonts have these glyphs, e.g. Arial, but the stock groff > fonts like Helvetica an Times seem to

Re: [groff] Unicode fonts output

2019-08-07 Thread Jean Louis
* Dale Snell [2019-08-06 23:55]: > On Tue, Aug 6, 2019, 12:33 PM Jean Louis wrote > > How do I create U- fonts? > > The URW++ fonts (i.e., U-*) should be installed when you build > Groff. Maybe. I got it in GNU/Linux distribution, I did not build it myself. Maybe I should later. But I wish to t

Re: [groff] Unicode fonts output

2019-08-07 Thread Jean Louis
* Deri [2019-08-07 00:00]: > On Tuesday, 6 August 2019 20:33:14 BST Jean Louis wrote: > > * Peter Schaffter [2019-08-06 21:23]: > > > On Tue, Aug 06, 2019, Deri wrote: > > > > Two problems:- > > > > > > > > One, my solution used underscores when it should have used > > > > hyphens, so the magic

Re: [groff] Unicode fonts output

2019-08-07 Thread Jean Louis
* Deri [2019-08-07 00:00]: > locate n019003l.pfb # note an alpha ell (not numeric one) before the > .pfb ls /usr/share/grace/fonts/type1/ d05l.afm n019003l.pfb n019023l.afm n019024l.pfb n021004l.afm n021023l.pfb n022003l.afm n022004l.pfb n022024l.afm s05l.pfb d05l.pfb n0190