0
\documentclass{beamer}

\usepackage{graphicx}
\graphicspath{ {F:\'Surface Tension'} }

\title{My Title}
\author{The Author}
\institute{Institute name}
\date{}

\begin{document}

\frame{\titlepage}

\begin{frame}
Some text...

\begin{figure}
\centering
\includegraphics[width=0.5\textwidth]{Surface2}
\end{figure}
\end{frame}

\end{document}

screenshot

Why is the circled text showing up? How do I remove it? I am using beamer class. The picture which I want to insert is this.

0 Answers0