Page LayoutLeft and right alignment on a single line

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
Shinka
Posts: 4
Joined: Thu May 21, 2009 3:48 pm

Left and right alignment on a single line

Post by Shinka »

I want to have, on a single line, some text aligned with left-alignment and some text with right-alignment. I've seen it done with;

Code: Select all

Code, edit and compile here:
\begin{format}
\employer{l}\title{r}\\
\location{l}\dates{r}\\
\body\\
\end{format}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
But what if I want to defined my own 'format' ?

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

Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Left and right alignment on a single line

Post by Stefan Kottwitz »

Hi Skinka,

you could insert \hfill:

left text\hfill right text

Stefan
LaTeX.org admin
Shinka
Posts: 4
Joined: Thu May 21, 2009 3:48 pm

Re: Left and right alignment on a single line

Post by Shinka »

Exactly what I was looking for, thank you.
Post Reply