diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-22 14:55:07 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-22 14:55:07 +0000 |
commit | a45ffeccc960ff652ba7f2aeebec3a920827306b (patch) | |
tree | e4f40286cc7d68a5c8f1c9aa9d59146e6c687910 /eqn.7 | |
parent | 9ff714c4d1575c1f56c58d6d0a2632df41c604c7 (diff) | |
download | mandoc-a45ffeccc960ff652ba7f2aeebec3a920827306b.tar.gz |
Add support for `gsize' eqn token (introduced in second-edition troff).
Diffstat (limited to 'eqn.7')
-rw-r--r-- | eqn.7 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -66,6 +66,7 @@ eqn : box | eqn box box : text | "{" eqn "}" | "define" text text + | "gsize" text | "set" text text | "undef" text | box pos box @@ -141,6 +142,15 @@ foo bar 'baz' .Ed .Pp Self-referencing definitions will raise an error. +.It Cm gsize +Set the default size of subsequent output. +Its syntax is as follows: +.Pp +.D1 define Ar size +.Pp +The +.Ar size +value should be an integer. .It Cm set Set an equation mode. Both arguments are thrown away. |