diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-21 13:18:24 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-21 13:18:24 +0000 |
commit | d98b3838b2d49efc6220b1dc7bdb995e37cd4d10 (patch) | |
tree | 78b6d8a9ac3e4bf00688322b73cc0728f1ee1fa1 /eqn.7 | |
parent | 5bbaf34f67268b1270c7dd46448c7cf7556805f8 (diff) | |
download | mandoc-d98b3838b2d49efc6220b1dc7bdb995e37cd4d10.tar.gz |
Add support for markers. These decorate the last box: see eqn.7.
Diffstat (limited to 'eqn.7')
-rw-r--r-- | eqn.7 | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -63,11 +63,20 @@ The equation grammar is as follows: .Bd -literal -offset indent eqn : box | eqn box box : text - | { eqn } + | { eqn } | DEFINE text text | SET text text | UNDEF text + | box mark text : TEXT +mark : DOT + | DOTDOT + | HAT + | TILDE + | VEC + | DYAD + | BAR + | UNDER .Ed .Pp Data in TEXT form is a non-empty sequence of non-space characters or a |