Curricula Vitae / Résumés ⇒ Alignment
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Alignment
Thanks and regards.
fawad
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
Alignment
Simply remove the
\raggedright
fromCode: Select all
\newcommand{\Description}[1]{\hangindent=2em\hangafter=0\noindent\raggedright%
\footnotesize{#1}\par\normalsize\vspace{1em}}
Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Alignment
fawad
Re: Alignment
Could explain how to do this?
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Alignment

Re: Alignment
I would like to align the first and second line where the arrow points.
- Attachments
-
- snaphot_align.png (39.6 KiB) Viewed 9506 times
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Alignment
Code: Select all
\newlength{\spacewidth}
\settowidth{\spacewidth}{\space}
\NewEntry{2010--2011}{\parbox[t]{\linewidth-\datebox-1.5em-2em-\spacewidth\relax}{Summer Intern, \textsc{Initech Inc} --- Chicago and much much much more text to be shown here}}
That is of course kinda messy, since LaTeX adjusts the amount of space between words.
-
- Posts: 1
- Joined: Thu Aug 04, 2016 11:50 am
Re: Alignment
I have the same problem of Lambert and tried the Johannes_B solution but it does not work (I mean, I tried it in the same identical code line used by Johannes_B in his example but it does not return the solution I was looking for).
Does anyone know another way to fix this problem?
Thank you,
I
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm