Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.groff.bug > #1949
| From | Dave <INVALID.NOREPLY@gnu.org> |
|---|---|
| Newsgroups | gnu.groff.bug |
| Subject | [bug #58897] ellipses need kerning too |
| Date | 2020-08-05 00:51 -0400 |
| Message-ID | <mailman.845.1596603116.2739.bug-groff@gnu.org> (permalink) |
| References | <20200804-113302.sv93119.36285@savannah.gnu.org> <20200804-235154.sv93119.90050@savannah.gnu.org> |
Follow-up Comment #1, bug #58897 (project groff):
[comment #0 original submission:]
> It would be easy to write a script to patch these files
> by duplicating the . kernpairs for the ellipsis.
In fact, since I needed it for my own use anyway, I wrote this script
(actually just a one-liner I entered at the shell prompt):
for file in font/devps/*[A-Z]; do sed -Ei\~ 's/(.*)(^| )\. (.*)/&\n\1\2u2026
\3/' $file ; done
It's an ugly and likely nonportable hack, but editing the font/devps files
directly is probably the wrong solution anyway.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58897>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
Back to gnu.groff.bug | Previous | Next | Find similar
[bug #58897] ellipses need kerning too Dave <INVALID.NOREPLY@gnu.org> - 2020-08-05 00:51 -0400
csiph-web