From c756eb1c227d819acceab69ea3b38b0a56bb6da0 Mon Sep 17 00:00:00 2001 From: wlemb Date: Sun, 17 Aug 2003 05:21:53 +0000 Subject: Add key character `x' to tbl which makes tbl call a user-defined macro on a table cell. * src/preproc/tbl/table.h (entry_modifier): Add `macro'. * src/preproc/tbl/table.cpp (block_entry::do_divert): Call `set_modifier' after printing the compatibility request. (set_modifier): Print call to `m->macro' if not empty. * src/preproc/tbl/main.cpp (entry_format::debug_print): Handle `macro'. (process_format): Implement cases `x' and `X'. * src/preproc/tbl/tbl.man, NEWS: Updated. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 1462c0d0..062d01cf 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,12 @@ ___ o Dashed and dotted ellipses have been implemented. +Tbl +--- + +o New key character `x' to make tbl call a user-defined macro on a table + cell. Patch by Heinz-Jürgen Oertel . + Grap2graph ---------- -- cgit v1.2.1