ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* long style of a row to put in a macro
@ 2006-04-10 10:33 olivier Turlier
  2006-04-10 12:18 ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: olivier Turlier @ 2006-04-10 10:33 UTC (permalink / raw)


Hi everybody,

In writing a glossary of building terms (approx. 400 entries) in a natural TABLE.

For each letter, A, B, C, I want a screen background, spanning on 2 colomns,
with \bf style, etc.  : this leads to a rather long definition that I don't wish
to copy on each new letter row, so I made a little macro to recall this setup.

This system is not working yet, so i beg your help, TIA for any answer

%%%
\setupcolors[state=start]

\starttext

\def\Rowa#1{nc=2,background=color,backgroundcolor=screen,style=\bf,
frame=off,align={middle,lohi}{#1}}

\bTABLE[frame=off,width=broad,split=yes]
\setupTABLE[column][1][style=\bf,align={right,lohi},width=3cm]
\setupTABLE[column][2][style=\tf,align={lohi}]

\bTR  \bTD
[nc=2,background=color,backgroundcolor=Grisbleu,style=\bf,frame=off,
align={right,lohi}]
A \eTD \eTR %command=\Rowa
\bTR  \bTD abscisse \eTD \bTD	Axe horizontal d'un diagramme \eTD \eTR
\bTR  \bTD abside \eTD \bTD	Construction en forme de demi-cercle ou de polygone,
située derrière le chœur et constituant l'extrémité d'une église. \eTD \eTR
\bTR  \bTD action \eTD \bTD		Force ou déformation imposée agissant sur une
structure. \eTD \eTR
%...
\bTR  \bTD [command=\Rowa] B \eTD \eTR % NOT WORKING
\bTR  \bTD barre \eTD \bTD	Element de structure, généralement longiligne,
utilisé par exemple dans les treillis \eTD \eTR
\bTR  \bTD barre comprimée et fléchie \eTD \bTD	Element de structure soumis à
une compression excentrée.  \eTD \eTR
%...
\eTABLE

\stoptext

-- 

olivier Turlier

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-04-11 17:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-10 10:33 long style of a row to put in a macro olivier Turlier
2006-04-10 12:18 ` Hans Hagen
2006-04-10 12:47   ` Vit Zyka
2006-04-11 11:45     ` olivier Turlier
2006-04-11 13:56       ` Hans Hagen
2006-04-11 17:23         ` olivier Turlier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).