summaryrefslogtreecommitdiffstats
path: root/eqn.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-21 13:18:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-21 13:18:24 +0000
commitd98b3838b2d49efc6220b1dc7bdb995e37cd4d10 (patch)
tree78b6d8a9ac3e4bf00688322b73cc0728f1ee1fa1 /eqn.7
parent5bbaf34f67268b1270c7dd46448c7cf7556805f8 (diff)
downloadmandoc-d98b3838b2d49efc6220b1dc7bdb995e37cd4d10.tar.gz
Add support for markers. These decorate the last box: see eqn.7.
Diffstat (limited to 'eqn.7')
-rw-r--r--eqn.711
1 files changed, 10 insertions, 1 deletions
diff --git a/eqn.7 b/eqn.7
index c9c2e993..a8447f4a 100644
--- a/eqn.7
+++ b/eqn.7
@@ -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