I am writing a CV with moderncv and moderntimeline package.
Last month everything went well but since last week, I got this error:
Illegal unit of measure (pt inserted).
The error shows to the first entry of employment/education. I am using \tlcventry.
Here is my TeX Live version:
TeX 3.14159265 (TeX Live 2016/Debian)
kpathsea version 6.2.2
Copyright 2016 D.E. Knuth.
Packages used:
geometry, url, eurosym, moderntimeline.
Please help. Thanks.
\documentclass[11pt,a4paper,sans]{moderncv}
\definecolor{darkgreen}{rgb}{0,0.5,0.0}
\moderncvstyle{banking}
\moderncvcolor{blue}
\usepackage[scale=0.8]{geometry}
\firstname{Kisu}
\familyname{Terduba}
\title{Curriculum Vita{\ae}}
\address{8888 Kota 16419}{Republic of Negara}
\mobile{+88~88~8888~8888}
\phone{+88~(88)~888~8888}
\fax{+88~(88)~888~8888}
\email{kisu@terduba.edu}
\homepage{https://about.me/kisu}
\usepackage{url}
\usepackage{eurosym}
\usepackage{moderntimeline}
\begin{document}
\makecvtitle
\tlwidth{0.8ex}
\tltext{\tiny}
\section{Employment}
\tlmaxdates{2007}{2019}
\tlcventry{2010}{0}{Assistant Professor}{Somewhere University}{Republic of Negara}{}{}{}
\tlcventry{2012}{2015}{Assistant Professor}{President University}{Tengah}{}{}{}
\tlcventry{2007}{2010}{Assistant Professor}{The University of Nakal}{Semenanjung Campus}{}{}{}
\section{Education}
\tlmaxdates{1997}{2006}
\tlcventry{2003}{2006}{PhD in Applied Mathematics}{Universiteit Enskede}{Belanda}{}{}
\tlcventry{2001}{2003}{Master of Mathematical Sciences}{Universiteit Tyreso}{Tyreso}{}{}
\tlcventry{1997}{2001}{BS in Mathematics}{Institute of Technology}{Java}{}{}
\end{document}
I am writing a CV with moderncv and moderntimeline package.
Last month everything went well but since last week, I got this error:
Illegal unit of measure (pt inserted).
The error shows to the first entry of employment/education. I am using \tlcventry.
Here is my TeX Live version:
TeX 3.14159265 (TeX Live 2016/Debian)
kpathsea version 6.2.2
Copyright 2016 D.E. Knuth.
Packages used:
geometry, url, eurosym, moderntimeline.
Please help. Thanks.