I need to put a picture in title page. I can't figure out what is the problem with picture in the file..it always show me in the log file Latex Error: Cannot determine size of graphic in ....jpg (no BoundingBox)
here is the code :
Code: Select all
\documentclass{article}
\usepackage{graphicx,graphics}
\baselineskip=36pt
\sloppy \topmargin 0mm \marginparwidth 10mm \oddsidemargin 0mm
\textheight 8.5in \textwidth 6.2in \evensidemargin 0mm
\newcommand{\R}{{\rm I} \hspace{-0.03in} {\rm R}}
\newcommand{\C}{{\rm I} \hspace{-0.08in} {\rm C}}
\newcommand{\Z}{{Z} \hspace{-0.06in} {Z}}
\newcommand{\N}{{\rm I} \hspace{-0.03in} {\rm N}}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\begin{document}
\begin{titlepage}
\begin{center}
\textbf{
\Huge Curriculum Vitae \vskip .5cm
\includegraphics[width=6cm,height=7cm]{pic}
\vskip.2in
\textsc{\LARGE Professor THTH}}
\vskip.2in
\small Department of Mathematics,
\vskip .2cm
\end{center}
\section*{Personal Data}
\begin{itemize}
\item Full Name: \hspace{0.9cm} THTH
\item Date of Birth: \hspace{0.5cm} May 10, 1800
\item Place of Birth:\hspace{0.5cm} CA-USA
\item Nationality: \hspace{0.8cm} USA
\item Sex: \hspace{2.1cm} Male
\item Marital Status: \hspace{0.33cm} Married, two daughters.
\end{itemize}
\end{titlepage}
\end{document}