bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #63067] [PATCH] document title that contains symbols that are not a


From: G. Branden Robinson
Subject: [bug #63067] [PATCH] document title that contains symbols that are not available in the standard fonts are not rendered correctly
Date: Fri, 16 Sep 2022 11:02:51 -0400 (EDT)

Update of bug #63067 (project groff):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #2:

Hi Nikita,

I can confirm this defect without having to use a Cyrillic font, simply by
choosing (say) Helvetia as the default family.


$ cat EXPERIMENTS/novel.mm
.\" groff -mm
.fam H
.COVER
.TL
The Great American Novel
.AU "Erasmus B.\& Dragon"
.COVEND
.P
It was a dark and stormy night.


As a workaround, you can set the default family at the command line using the
`-f` option.


$ groff -mm -fH EXPERIMENTS/novel.mm >| novel.ps


This causes the default environment's font family to be Helvetica, so when new
environments are created later, they copy this setting instead of Times, to
which troff defaults at startup.

However, your fix is more robust.

Regards,
Branden


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63067>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]