First of all, as previously mentioned on these forums, incredible template. Thank you very much for providing it!
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.
Curricula Vitae / Résumés ⇒ Second line of my University to be right justified?
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Second line of my University to be right justified?
Hi Glyn,
use
Stefan
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
LaTeX.org admin