From 87e985a9163cca07e8034f4ba9318248498ff8a6 Mon Sep 17 00:00:00 2001 From: wl Date: Mon, 24 Mar 2008 20:01:36 +0000 Subject: * tmac/trace.tmac (so, mso): Added. * tmac/www.tmac (PIMG): Replace `.ie' (without `.el') with `.if'. If used with -mtrace, and this clause was active, the macro was executed twice. * tmac/pspic.tmac (PSPIC): Accept option `-C' for orthogonality. This makes `.PIMG -C ' (from www.tmac) work on non-HTML devices. * man/groff_tmac.man: Document it. --- tmac/pspic.tmac | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tmac/pspic.tmac') diff --git a/tmac/pspic.tmac b/tmac/pspic.tmac index edaa2ec8..43665033 100644 --- a/tmac/pspic.tmac +++ b/tmac/pspic.tmac @@ -7,7 +7,7 @@ .\" .\" Usage: .\" -.\" .PSPIC [-L|-R|-I ] [ []] +.\" .PSPIC [-L|-R|-C|-I ] [ []] . .do if d PSPIC .nx . @@ -37,8 +37,12 @@ . shift 2 . HTML-DO-IMAGE \\$1 i . \} -. el \ +. el \{\ +. \" centered is the default +. if '\\$1'-C' \ +. shift . HTML-DO-IMAGE \\$1 c +. \} . \} . \} . -- cgit v1.2.1