[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mixing justifications on the same line
From: |
Mark T.B. Carroll |
Subject: |
Re: Mixing justifications on the same line |
Date: |
Wed, 17 Jun 2009 13:44:51 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
"Mark T.B. Carroll" <address@hidden> 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