Curricula Vitae / RésumésAdd month to entry

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Add month to entry

Post by templateuser »

Actually it is possible to write the years like:
2012-2013 Anything

But using:
02/2012-02/2013 breaks the layout.

Maybe anything know how to fix it?

Greetings
Sascha

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Add month to entry

Post by templateuser »

For visualizing what i mean:
http://paste.opensuse.org/70663277

If i can move the left range of the "Berufserfahrung" a little bit more to left then i can use:
02/2012--02/2013 with a space between 02/2013 and the Jobtitle.

Do you know what i mean?
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Add month to entry

Post by Vel »

Hey Sascha,

Open up friggeri-cv.cls and find this block:

Code: Select all

\newcommand{\entry}[4]{%
  #1&\parbox[t]{11.8cm}{%
    \textbf{#2}%
    \hfill%
    {\footnotesize\addfontfeature{Color=lightgray} #3}\\%
    #4\vspace{\parsep}%
  }\\}
All you need to do is reduce the 11.8cm number which will move the whole right block to the right giving you more space for the dates.

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Add month to entry

Post by templateuser »

Yeah that one works. Thank you :)
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Re: Add month to entry

Post by Vel »

No problem :)
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
dermaxxx
Posts: 1
Joined: Fri Jun 26, 2015 10:33 pm

Re: Add month to entry

Post by dermaxxx »

Hey,
I have the same problem with the date stretching over two lines. Instead of shifting the whole entry section further to the right, I'd like to start the entry with the first line of the date lines.
Examples:

date THE ENTRY shall start at this height
date

Is there a way to archieve this?
Thanks in advance for your help and great template!
cheers,
max.
Post Reply