Discussion:
Mixing justifications on the same line
(too old to reply)
Mark T.B. Carroll
2009-06-16 22:36:34 UTC
Permalink
I found myself resorting to something like,

@Tbl margin { 0f }
aformat { @Cell @ZeroWidth A | @Cell width { expand } | @Cell B | @Cell width { expand } }
{
@Rowa
A { Left-justified thing }
B { Centre-justified thing }
}

Could I have done this more simply with @Centre and @OverStrike and
suchlike? Maybe I should have a closer look at how fancy headers and
footers are done. I am wondering what I shall do when I want a
right-justified thing too!

Mark
Mark T.B. Carroll
2009-06-18 04:50:55 UTC
Permalink
Post by Mark T.B. Carroll
suchlike?
I don't know, but,
Post by Mark T.B. Carroll
I am wondering what I shall do when I want a right-justified thing
too!
I realized this could work,

@Tbl margin { 0f }
aformat { @Cell @ZeroWidth A | @Cell width { expand } | @Cell B | @Cell width { expand } | @Cell @ZeroWidth 1w @HShift C }
{
@Rowa
A { Left-justified thing }
B { Centre-justified thing }
C { Right-justified thing }
}

Okay, with maybe an align { whatever } here and there, but I wonder if I
even need a table at all.

Mark

Loading...