I'm trying to use Scientific Workplace to compile a document that was written in LaTeX. Everything is fine but the figures.
In the LaTeX file I wrote
\documentclass[10pt,a4paper]{article}
\usepackage{graphicx}
and
\begin{document}
\begin{figure}[htb]
\centering
\includegraphics[scale=1]{filename}
\end{figure}
\end{document}
This works in LaTeX.
Now I open the same file with Scientific Workplace 5.5 and the problem is that SWP does not find the file filename. It recognizes the command \includegraphics but it does
not find the figure file (although it is placed in the working directory and LaTeX can find it)
I have to translate a bunch of files from LaTeX to SWP and I'd like to solve this issue.
\documentclass{...}, the required\usepackage's,\begin{document}, and\end{document}. Note that you can format code as code by indenting 4 spaces (easy way: highlight and press '{}' button). – cfr Nov 26 '14 at 01:03\includegraphics? – Peter Grill Nov 26 '14 at 01:22