summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwl <wl>2009-01-02 23:13:00 +0000
committerwl <wl>2009-01-02 23:13:00 +0000
commit700bd754b7551cc6828b81b6c1a15279e55c1e9d (patch)
treec8c427e1eae3a1b6d50757d3c798085819f4648e /NEWS
parent818c508554e96bd14374798dc225accc009dcc13 (diff)
downloadgroff-700bd754b7551cc6828b81b6c1a15279e55c1e9d.tar.gz
* NEWS: Mention hdtbl.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 29b7577f..71900b07 100644
--- a/NEWS
+++ b/NEWS
@@ -189,6 +189,31 @@ o New option `-f NAME' to set the internal name of the groff font.
Macro Packages
--------------
+o Joachim Walsdorff contributed the `hdtbl' package for the generation of
+ tables, using a syntax very similar to the HTML table model. For
+ example, a table with two cells and two rows looks like this:
+
+ .TBL cols=2
+ . TR .TD 1*1 .TD 1*2
+ . TR .TD 2*1 .TD 2*2
+ .ETB
+
+ Here the same table using a more expanded syntax:
+
+ .TBL cols=2
+ . TR
+ . TD 1*1
+ . TD 1*2
+ . TR
+ . TD 2*1
+ . TD 2*2
+ .ETB
+
+ Tables can be nested; `hdtbl' works without a preprocessor so that the
+ full capability of groff's macro engine is available.
+
+ This package currently works with `-Tps' only.
+
o -mandoc now supports multiple man pages (in either man or mdoc format).
o Fabrice Ménard contributed locales support. In particular, it is now