Curricula Vitae / Résumés ⇒ Second line of my University to be right justified?
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Second line of my University to be right justified?
The length of my University name is long enough, combined with my course title, to go onto the next line. The second line appears left justified.
How would I go about making the second line right justified?
Thanks again,
Glyn.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Second line of my University to be right justified?
use
\raggedleft
right before the title, but ensure that it's within a group or environment, so only the title would be affected. Or enclose the title in \begin{flushright}
... \end{flushright}
.Stefan