moderntimeline icon indicating copy to clipboard operation
moderntimeline copied to clipboard

tllabelcventry is broken in 0.11

Open Trefex opened this issue 4 years ago • 4 comments

\documentclass{moderncv}
\usepackage[firstyear=2000,lastyear=2025]{moderntimeline}
\moderncvstyle{classic}
\moderncvcolor{blue}
\name{John}{Doe}
\begin{document}
\makecvtitle
\tllabelcventry{2005}{2020}{end}{Scribus Student}{GNU School}{The Internet}{}{Tried Scribus for a short while}
\end{document}

Result

image

Expected result: No 2020 in the timeline, but only "end".

It works by doing

\tllabelcventry{2005}{2020}{end///}{Scribus Student}{GNU School}{The Internet}{}{Tried Scribus for a short while}

image

Thanks @exaexa for the "workaround".

Trefex avatar Jan 07 '21 18:01 Trefex

Thanks for the report. We'll have to pinpoint when this behavior started.

raphink avatar Jan 11 '21 10:01 raphink

I think it started with the introduction of the /// behavior.

Trefex avatar Jan 22 '21 19:01 Trefex

@Trefex, do you have a link to that commit introducing the /// behavior?

Also, if using 0 as the end year, then it’s not placed below the timeline.

paulmenzel avatar Feb 06 '21 09:02 paulmenzel

@paulmenzel maybe this? https://github.com/raphink/moderntimeline/commit/327267b8cb89c689b96fcde6d8b2bb53195859da

Trefex avatar Feb 06 '21 09:02 Trefex