Text FormattingAlignment

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Mini
Posts: 73
Joined: Thu Aug 06, 2009 12:46 pm

Alignment

Post by Mini »

Hello,

On the same line how can I align some text on the left side of the page and other text on the right side of the page.

Eg. I want to do something like:

Code: Select all

Blah Blah Blah                                      1
(where the '1' is on the far right side of page).

Thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Alignment

Post by meho_r »

Hi. Try this:

Code: Select all

Bla bla bla\hfill 1
Post Reply