Update of bug #64370 (project groff):
Severity: 3 - Normal => 2 - Minor
Item Group:None => Rendering/Cosmetics
Summary: Matrix Column Vertical Space is Sub Optimal => [eqn]
vertical spacing in matrice
Follow-up Comment #10, bug #57506 (project groff):
[comment #6 comment #6:]
> This could be tested, but it's not obvious how: the "is used by
> groff" line above is awfully vague about what accent-placing
> mechanism uses the value. The \o escape, for instance,
I tested this using a character th
Follow-up Comment #11, bug #57506 (project groff):
Your utf8 example has the diacritical mark above the n. If I run it as a pdf
using Tinos fonts the mark is above the a!
[derij@pip build (new-gropdf)]$ echo '\fIThis is Spin\[u0308]al Tap' |
./test-groff -Tpdf -fTINO -ms -P-e -Z
x T pdf
x res 72
Follow-up Comment #12, bug #57506 (project groff):
[comment #11 comment #11:]
> Your utf8 example has the diacritical mark above the n.
That's the expected result. From
http://en.wikipedia.org/wiki/Combining_character : "In Unicode, diacritics are
always added after the main character."
> If I