Re: Mixing justifications on the same line
"Mark T.B. Carroll" <[email protected]>
| Newsgroups | gmane.comp.type-setting.lout |
|---|---|
| Organization | none |
| Message-ID | <[email protected]> |
"Mark T.B. Carroll" <[email protected]> writes: > Could I have done this more simply with @Centre and @OverStrike and > suchlike? I don't know, but, > 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