This seems trivial, but I'd like a single line to have some text with left-justification and right-justification at the same time, eg.
left text here right text here
normal text, normal text, normal text, normal text, normal text, normal text,
normal text, normal text, normal text, normal text, normal text, normal text,
normal text, normal text, normal text, normal text, normal text, normal text,
Would it be some combination of ragged lefts and rights? My (non-working) solution would be something like:
{\raggedleft left text here} {\raggedright right text here}

left textandright textare only on one line. If you want to allow line breaks, you'll need to enclose each block of text in something like aminipage. – ESultanik Dec 02 '10 at 22:46