Curricula Vitae / RésumésFreeman Resume: no line to end here

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
dostiemat
Posts: 1
Joined: Tue Oct 09, 2018 6:23 pm

Freeman Resume: no line to end here

Post by dostiemat »

Hello,

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
I tried adding '%' at the end of every line but it does not work. Using normal \\ without the itemize environment works for me though. It looks nice.

Best,
Patrick
Last edited by dostiemat on Tue Oct 09, 2018 7:55 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Freeman Resume: no line to end here

Post by Stefan Kottwitz »

Hi Patrick,

welcome to the forum!

Can you show the actual code you are doing? Just describing is makes it hard to guess what may be wrong in the code.

Stefan
LaTeX.org admin
Post Reply