summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwl <wl>2005-02-20 10:38:36 +0000
committerwl <wl>2005-02-20 10:38:36 +0000
commit79e7da74a1fd6ec732544dc75fe5813318631a87 (patch)
treeb3e7bf55fda6c409f64947261ff3674692bf9c14 /NEWS
parent2c596e66ab2949a837d3eda1815c20a7668ca246 (diff)
downloadgroff-79e7da74a1fd6ec732544dc75fe5813318631a87.tar.gz
* src/preproc/eqn/eqn.man, NEWS: Document various extensions of
eqn.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 28 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 448ba97c..0cafe4ac 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,34 @@ Pic
o The `by' argument in a `for' loop can now be negative if it is additive.
For the multiplicative case, it must be greater than zero.
+Eqn
+---
+
+o The following keywords aren't new but haven't been documented previously:
+
+ undef NAME (to undefine a macro)
+ copy "FILE" (a synonym for `include')
+ space n (to modify the vertical spacing before and after
+ an equation)
+
+o The following macros aren't new but haven't been documented previously:
+
+ Alpha, ..., Omega (the same as `ALPHA', ..., `OMEGA')
+ ldots (three dots on the base line)
+ dollar (a dollar glyph)
+
+o The following keywords have been extended. Again, this isn't new but
+ hasn't been documented previously:
+
+ col n { ... }
+ lcol n { ... }
+ rcol n { ... }
+ ccol n { ... }
+ pile n { ... }
+ lpile n { ... }
+ rpile n { ... }
+ cpile n { ... } (set vertical spacing between rows to N)
+
Grohtml
-------