5 Jun
2003
5 Jun
'03
3:32 a.m.
Andrew Lawson wrote
I want to right-align a block of text, e.g. have the text left-aligned but the block right aligned. An ascii example would be
| | | Some text | | More text | | Even more text |
I can't take credit for the following clever snippet of code: \startalignment[left] \noindent\framed [width=fit,align=right,frame=off] {Some text\\More text\\Even more text} \stopalignment