Closed iokill closed 12 years ago
I've got 2 errors when using it with the latest version of moderncv:
The first was in \tllabelcventry where tl@endyear.north was used. I fixed it by setting it to 0pt like in the other commands.
\tllabelcventry
tl@endyear.north
The second error was caused by changes in moderncv. In moderncv 0.15.1 sectionrectanglecolor is no longer defined and was replaced by color1.
sectionrectanglecolor
color1
Thank you!
I've got 2 errors when using it with the latest version of moderncv:
The first was in
\tllabelcventry
wheretl@endyear.north
was used. I fixed it by setting it to 0pt like in the other commands.The second error was caused by changes in moderncv. In moderncv 0.15.1
sectionrectanglecolor
is no longer defined and was replaced bycolor1
.