I am using the Freeman Resume template. It looks nice but I would like to add an itemize inside the description field of the workposition function.
But I get a LaTeX Error: There's no line here to end.
What am I doing wrong?
Edit: added actual code that generates the error.
Code: Select all
\workposition{Fall 2016} % Duration
{FT} % FT/PT (full time or part time)
{AutoDesk, Montreal} % Employer
{Web Developer (intern)} % Job title
{
\begin{itemize}
\item Developing tests in PHP
\item blabla
\end{itemize}
} % Description
Best,
Patrick