Guest User

Untitled

a guest
Oct 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. documentclass{moderncv}
  2.  
  3. usepackage{moderntimeline}
  4. moderncvtheme{classic}
  5. tlmaxdates{2007}{2012}
  6.  
  7. setlength{separatorcolumnwidth}{0.25textwidth} % 0.025 <=============
  8.  
  9. firstname{John}
  10. familyname{Doe}
  11.  
  12.  
  13. begin{document}
  14. tlcventry{2010}{0}{I'm still doing this!}{}{}{}{}
  15. tlcventry{2009}{2010}{Then I did something else.}{}{}{}{}
  16. tlcventry{2009}{2009}{I did something cool for just one year.}{}{}{}{}
  17. tlcventry{2007}{2009}{A regular entry}{}{}{}{}
  18. end{document}
Add Comment
Please, Sign In to add comment