On Fri, 22 Apr 2005 at 23:09:35+0200, Hans Hagen wrote:
if you want a hook, try something:
\def\TBLcharalign#1#2{hooked {\bf #2} on tables}
Not bad for the moment. Well, it interferes with alignemntcharachter, and of course one would like to use a certain hook for a selection of cells only. But...
if you remind me in a couple of weeks i can see if i can generalize it; hooks are a bit tricky because one also needs to know in what pass on is (there are multiple passes in constructing the table)
I will remind you, as well as of the other points.
before ... after cell, is probably doable but need some thinking (keep in mind that these tables need to span and such; not really complex but needs to be done carefully
between rows ... tricky since that may interfere with splitting; maybe doable when some limitations are accepted
Thanks a lot so far, -- Eckhart