I am not exactly sure my question belongs to this topic, but I couldn't find anything more appropriate. I apologize in advance if my question is misplaced.
I am getting acquainted with the class moderncv. I found a template on the web which I am using. I would like to add my photograph to the file, but I get an error. I am quoting my file preamble followed by the mistake I get:
Code: Select all
\documentclass[11pt,a4paper]{moderncv}
\moderncvtheme[blue]{classic}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[scale=0.8]{geometry}
\firstname{name}
\familyname{lastname}
\address{address}{postcode}
\mobile{mobile}
\phone{landline}
\email{email}
\photo[64pt][0.4pt]{picture}
\begin{document}
Thank you,