From d74986fcfa0c193332aa9b77da853b7cb3bef25e Mon Sep 17 00:00:00 2001 From: wl Date: Fri, 18 Mar 2005 08:33:19 +0000 Subject: Add numbered and definition lists to www.tmac. * tmac/www.tmac (www-ul-level1, www-ul-level2, www-ul-level3, www-ol-level1, www-ol-level2, www-ol-level3, www-ol-tmp): New auxiliary string registers. (www-ul-level, www-ol-level, www-dl-level, www-ol-ctr1, www-ol-ctr2, www-ol-ctr3, www-dl-shift): New auxiliary number registers. (www-level): Removed. (www-level1, www-level2, www-level3): Initialize to empty. (www-level0, www-level4, www-level5, www-level6, www-level7, www-level8, www-level9): New string registers. (www-push-li, www-pop-li): New macros. (www-push-level, www-pop-level): Renamed to... (www-push-ul-level, www-pop-ul-level): This. Updated. (www-push-ol-level, www-pop-ol-level): New macros. (ULS, ULE): Updated. (OLS, OLE, DLS, DLE): New user macros. (LI): Removed. It is aliased to one of... (www-li-ul, www-li-ol, www-li-dl): New macros. * tmac/groff_www.man: Document new macros. * NEWS: Updated. --- tmac/groff_www.man | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmac/groff_www.man') diff --git a/tmac/groff_www.man b/tmac/groff_www.man index 4601b7af..68a7ff19 100644 --- a/tmac/groff_www.man +++ b/tmac/groff_www.man @@ -87,6 +87,10 @@ Here is a summary of the functions found in this macro set. \&.HEAD add data to block \&.ULS unorder list begin \&.ULE unorder list end +\&.OLS ordered list begin +\&.OLE ordered list end +\&.DLS definition list begin +\&.DLE definition list end \&.LI insert a list item \&.DC generate a drop capital \&.HTML pass an html raw request to the -- cgit v1.2.1