n-t-roff / heirloom-doctools

The Heirloom Documentation Tools: troff, nroff, and related utilities
http://n-t-roff.github.io/heirloom/doctools.html
Other
126 stars 23 forks source link

Whitespace is significant inside \D'...' #73

Closed nbuwe closed 6 years ago

nbuwe commented 6 years ago

troff seems to insist on parameters inside \D'...' separated with exactly one space. This precludes visual alignment in code like, e.g.:

\" 60 degrees segment on the left
\D'l -.87i -.5i'\
\D'a  .87i  .5i \
     -.87i  .5i'\
\D'l  .87i -.5i'

which, arguably, makes it a bit more readable.

It would be nice to support flexible whitespace here (groff does).

n-t-roff commented 6 years ago

Thank you for reporting.