I am trying to make a CV using moderncv. I tried some example CV tex files, but got no pdf being produced, though there was no any error actually. So rather I tried a simple one like this:
\documentclass[11pt,a4paper]{moderncv}
%% ModernCV themes
\moderncvtheme[blue]{casual}
%\moderncvstyle{casual}
%\moderncvcolor{blue}
\renewcommand{\familydefault}{\sfdefault}
\nopagenumbers{}
%% Character encoding
\usepackage[utf8]{inputenc}
%% Adjust the page margins
\usepackage[scale=0.75]{geometry}
%% Personal data
\firstname{Protik}
\familyname{Das}
\title{Resume}
\address{University of Dhaka}
%\mobile{+1~(234)~567~890}
\phone{01678-715530}
%\fax{+3~(456)~789~012}
\email{john@doe.com}
\homepage{www.johndoe.com}
\extrainfo{additional}
\photo[6pt][0.4pt]{pic}
\quote{Some quote (optional)}
%%------------------------------------------------------------------------------
%% Content
%%------------------------------------------------------------------------------
\begin{document}
\maketitle
\section{Education}
\end{document}
I got one badbox & other warning type while running this. These are:
badbox: Underfull \hbox (badness 10000) in paragraph at lines 36--36 warning: \footskip is too small (30.0pt): Make it at least 36.71997pt.
I tried both \maketitle & \makecvtitle they both showed the same error. If I omit the \maketitle then it runs & only a pdf with Education section is produced.
I'm using texmaker with most updated Miktex. Can anybody please help?
pic.jpg). You are probably missing a few required packages or use outdated ones. Update your system and provide use with the output of \listfiles if your problem isn't solved. – Xavier Feb 24 '13 at 16:55\address. I was compiling with the version that shipped with the DVD TeXLive 2012 before I downloaded the newest. I believe that this problem is TL as can be seen from the self-answer. – hpesoj626 Feb 24 '13 at 22:36