raphink / moderntimeline

A timeline package for moderncv
77 stars 15 forks source link

Wrong placement of \tlcventry bar #8

Open Astrinus opened 9 years ago

Astrinus commented 9 years ago

I have an experience which ends in 2014 (specifically december) and the next one starts in 2015. Without cheating with the start year (putting 2014 instead of 2015), there is an "hole" in the ideal continuity of the various time bars. Original output: 1

Hole colored in orange: 2

raphink commented 9 years ago

Hello,

Do you have a minimal working example to reproduce this behavior?

Astrinus commented 9 years ago

Here you are:

\documentclass{moderncv}
\usepackage[firstyear=2013,lastyear=2016]{moderntimeline}
\moderncvstyle{classic}
\moderncvcolor{blue}
\name{John}{Doe}
\begin{document}
\makecvtitle
\tlcventry[orange]{2015}{2016}{aaa}{bbb}{ccc}{ddd}{eee}
\tlcventry[red]{2013}{2014}{aaa}{bbb}{ccc}{ddd}{eee}
\end{document}

Maybe some positioning options (beginning of the year, mid of the year (default) and end of the year) could be made available. Until next week I have no time to try solving that issue.

Astrinus commented 9 years ago

I've written code for month support. Next days I'll make a pull request.