Curricula Vitae / RésumésRight alignment for Medium length professional CV

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
jayeta
Posts: 2
Joined: Sun Mar 13, 2016 8:50 pm

Right alignment for Medium length professional CV

Post by jayeta »

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!
Last edited by jayeta on Mon Mar 14, 2016 4:47 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Right alignment for Medium length professional CV

Post by Johannes_B »

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.
jayeta
Posts: 2
Joined: Sun Mar 13, 2016 8:50 pm

Re: Right alignment for Medium length professional CV

Post by jayeta »

Thank you so much! Worked perfectly! :)

Jay
Post Reply