moderntimeline icon indicating copy to clipboard operation
moderntimeline copied to clipboard

Wrong placement of \tlcventry bar

Open Astrinus opened this issue 9 years ago • 3 comments

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

Astrinus avatar Mar 03 '15 18:03 Astrinus

Hello,

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

raphink avatar Mar 05 '15 22:03 raphink

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 avatar Mar 06 '15 07:03 Astrinus

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

Astrinus avatar Mar 11 '15 13:03 Astrinus