I am using Texnic Center and Miktex as a compiler and I am having problems because it generates a frame with written the directory of the image but I can not see the image.
I have uploaded the graphic package... my code is...
Code: Select all
\documentclass{beamer}
\usetheme{Warsaw}
\setbeamercovered{invisible}
\setbeamertemplate{navigation symbols}{}
%
\usepackage{graphicx}
\title{Offshoring with Search and Matching at the Labor Market}
\author{Annalisa Ziliani}
\institute {University of Tubingen}
\date{12-07-2011}
\begin{document}
\begin{frame}
\begin{figure}
\includegraphics [width=0.65\textwidth]{C:\TEX FILES\imgs\Graph2.png}
\end{figure}
\end{frame}
% End of slides
\end{document}
I save the images under a same folder where I keep my latex files. I have problems aswell in a normal latex pdf with Texnic Center. With Texnic Center the graphs do not even appear.