From 59a2c385082f583afb431d30b616e2a96f8d712e Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 5 Mar 2008 10:13:59 +0000 Subject: [PATCH] Added support for rendering co callouts and calloutlist instances. So you can now use simple callouts -- marking up programlisting and such with co instances -- and have the callouts displayed in man-page output. ("simple callouts" means using co@id and callout@arearefs pointing to co@id instances; in man/roff output, we can't/don't support markup that uses areaset and area) --- xsl/manpages/lists.xsl | 176 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) diff --git a/xsl/manpages/lists.xsl b/xsl/manpages/lists.xsl index fc14fc125..e708c2482 100644 --- a/xsl/manpages/lists.xsl +++ b/xsl/manpages/lists.xsl @@ -424,4 +424,180 @@ + + + + + + + + + + + + + + + + .TS + tab(:); + + + + r lw(\n(.lu*75u/100u). + + .TE + + + + + + + + + + + + + + \h'-2n': + + + T{ + + T} + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ??? + + + + + + + + + + \ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ??? + + + + + + + + + \fB( + + )\fR + + + + + + + \fB + + .\fR + + + + + + + + + + -- 2.40.0