[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #57448] groff will not break a line at a hard hyphen following some
From: |
Dave |
Subject: |
[bug #57448] groff will not break a line at a hard hyphen following some letter combinations |
Date: |
Thu, 14 May 2020 02:41:00 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0 |
Follow-up Comment #6, bug #57448 (project groff):
And it turns out that kern pairs need not even exist between every letter of a
hyphen-containing phrase to trigger the bug. For instance, the string
"major-Y-axis" has only two kern pairs in the Times typeface: between "r" and
"-", and "Y" and "-". Yet groff will break at neither hyphen:
seq -w 0 99 | xargs -I FRACTION printf '.br\n.ll 3.FRACTIONc\nIt can show the
major-Y-axis line\n' | groff -a | fgrep It | uniq
The problem disappears if the Y is turned into an X.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?57448>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #57448] groff will not break a line at a hard hyphen following some letter combinations,
Dave <=