CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/10/15 19:10:06
Modified files:
usr.bin/mandoc : eqn.c libmandoc.h libroff.h mdoc.c roff.c
Log message:
Implement in-line equations, much needed by Xenocara manuals.
Put the steering into the roff parser rather than into the mdoc
parser such that it works for all macro languages and on both text
and macro lines.
Line breaks and blank characters generated before and after in-line
equations are not perfect yet, but let's do one thing at a time.