Hi!
I have noticed that the right alignment for Education section and Work experience section is slightly different. Can someone please help me correct it to precisely the same?
Thanks in advance!
Curricula Vitae / Résumés ⇒ Right alignment for Medium length professional CV
Right alignment for Medium length professional CV
Last edited by jayeta on Mon Mar 14, 2016 4:47 pm, edited 1 time in total.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Right alignment for Medium length professional CV
replace in your current file with below:
Code: Select all
\newenvironment{rSubsection}[4]{% 4 input arguments - company name, year(s) employed, job title and location
{\bfseries #1} \hfill {#2}% Bold company name and date on the right
\ifthenelse{\equal{#3}{}}{}{% If the third argument is not specified, don't print the job title and location line
\\
{\em #3} \hfill {\em #4}% Italic job title and location
}\smallskip
\begin{list}{$\cdot$}{\leftmargin=0em}% \cdot used for bullets, no indentation
\itemsep -0.5em \vspace{-0.5em}% Compress items in list together for aesthetics
}{%
\end{list}%
\vspace{0.5em}% Some space after the list of bullet points
}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Re: Right alignment for Medium length professional CV
Thank you so much! Worked perfectly!
Jay

Jay