diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-02-16 14:05:06 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-02-16 14:05:06 +0100 |
commit | cdd88f43264212bb2345052a98a026cfdc1561c3 (patch) | |
tree | 703108ecbcd8f615caeeff815c36ae0fe4c0e092 | |
parent | bc41e51769166b8a85f90457677975e7f54d0c91 (diff) | |
download | groff-tools-cdd88f43264212bb2345052a98a026cfdc1561c3.tar.gz |
README fixes
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -57,9 +57,12 @@ int main(int argc, char **argv) renders an embedded diagram with [PlantUML](http://plantuml.sourceforge.net/) and automatically emits the appropriate Mom `PDF_IMAGE` macro calls. +Naturally, this leaves around PDF images (`uml_tempX.pdf`) that you should remove +after generating your document. + ## HTML Tables -`htbl.tes` is a quick and dirty [SciTECO](http://plantuml.sourceforge.net/) script +`htbl.tes` is a quick and dirty [SciTECO](http://rhaberkorn.github.com/sciteco/) script that can act as a drop-in replacement for the tbl preprocessor that generates proper HTML tables when the Groff html output device is used. With the original tbl preprocessor, tables are (and must be) rendered by the postscript |