At 00:12 24/04/2003 +0200, you wrote:
\defineparagraphs[unitdescription][n=3,before=,after=,distance=1.4ex] \setupparagraphs[unitdescription][1][width=.08\textwidth] \setupparagraphs[unitdescription][2][width=.2\textwidth]
\def\DescribeUnit#1#2{% \startunitdescription \csname #1\endcsname \unitdescription \unitmeaning{#1} \unitdescription #2 \stopunitdescription }
\def\DescribeUnit#1#2% {\starttabulate[|w(.08\textwidth)|w(.2\textwidth)|p|] \NC \getvalue{#1} \NC \unitmeaning{#1} \NC #2 \NC \NR \stoptabulate} or: \def\DescribeUnit#1#2% {\NC \getvalue{#1} \NC \unitmeaning{#1} \NC #2 \NC \NR} \starttabulate[|l|l|p|] \DescribeUnit{AbsorptionCrossSection}{The equivalent surface area of a single molecule} \DescribeUnit{CollisionInducedAbsorptionCrossSection}{The absorption of the collision complex} \stoptabulate ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------