aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/eqn.7
diff options
context:
space:
mode:
Diffstat (limited to 'eqn.7')
-rw-r--r--eqn.712
1 files changed, 11 insertions, 1 deletions
diff --git a/eqn.7 b/eqn.7
index 52e3095f..6770594d 100644
--- a/eqn.7
+++ b/eqn.7
@@ -1,4 +1,4 @@
-.\" $Id: eqn.7,v 1.16 2011/07/22 14:26:32 kristaps Exp $
+.\" $Id: eqn.7,v 1.17 2011/07/22 14:55:07 kristaps Exp $
.\"
.\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -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.