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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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