I have write the code of an slide in tex;
the text is shown above the image
and the image is shown below the text.
What should I do; such that Image is in the left and the text in right?
begin{frame}
\frametitle{History}
The problem was first asked 200 years ago.
\begin{center}
\includegraphics[scale=0.3]{Image01}
\end{center}
\end{frame}
This code shows the text at top and shows the image in the bottom of the text.
What should I do to show the text in the right and image in the left?
\includegraphicsis positioned using exactly the same logic as a letter such asx. If you usexyit comes out with x first and if you useyxthen it comes last. As with letters if it is one above the other then you have a linebreak or new paragraph (eg blank line)between them. – David Carlisle Oct 06 '17 at 06:50