diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-23 12:01:54 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-23 12:01:54 +0000 |
commit | 581b17ce0c02a39a5fd6e297867f2ade9b2f3c63 (patch) | |
tree | cef51f2be08f7d2ae3a32b594b759ec0f7b63f7e /eqn.7 | |
parent | 2252d1a2cee8d276065b3b219c4566d375827af8 (diff) | |
download | mandoc-581b17ce0c02a39a5fd6e297867f2ade9b2f3c63.tar.gz |
Add matrix support. Also remove "above" notion, as all elements in a
list are delimited by their "aboveness" and it's superfluous.
Diffstat (limited to 'eqn.7')
-rw-r--r-- | eqn.7 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -72,16 +72,18 @@ box : text | \*qundef\*q text | box pos box | box mark + | \*qmatrix\*q \*q{\*q [col \*q{\*q list \*q}\*q ]* | pile \*q{\*q list \*q}\*q | font box | \*qsize\*q text box | \*qleft\*q text eqn [\*qright\*q text] +col : \*qlcol\*q | \*qrcol\*q | \*qccol\*q text : [^space\e\*q]+ | \e\*q.*\e\*q pile : \*qlpile\*q | \*qcpile\*q | \*qrpile\*q pos : \*qover\*q | \*qsup\*q | \*qsub\*q | \*qto\*q | \*qfrom\*q mark : \*qdot\*q | \*qdotdot\*q | \*qhat\*q | \*qtilde\*q | \*qvec\*q | \*qdyad\*q | \*qbar\*q | \*qunder\*q -font : \*qroman\*q | \*qitalic\*q | \*\*qbold\*q +font : \*qroman\*q | \*qitalic\*q | \*qbold\*q list : eqn | list \*qabove\*q eqn space : [\e^~ \et] |