eliky / latex-lab

Automatically exported from code.google.com/p/latex-lab
0 stars 0 forks source link

image inclusion does not work properly #236

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
I am attempting to include an image as part of the file using the follwoing:
\begin{figure}[h]
\begin{center}
\includegraphics[width=\columnwidth]{DATAFLOW.pdf}
    \end{center}
    \caption{Data Flow}
\label{DataFlow}
\end{figure}

What is the expected output? What do you see instead?

I expect to see the image, but a blank space occurs instead. 

What version of the product are you using? On what browser?

I've tried Chrome and mozilla using the preview release
Please provide any additional information below.

Original issue reported on code.google.com by samson.p...@gmail.com on 7 Feb 2011 at 10:35

GoogleCodeExporter commented 8 years ago
Also tried 
                                            \begin{figure}
                                            \centering
                                            \includegraphics{DataFlow.jpg}
                                            \caption{g}
                                            \label{sd}
                                            \end{figure}

but still no luck

Original comment by samson.p...@gmail.com on 14 Feb 2011 at 10:52

GoogleCodeExporter commented 8 years ago
Have you added the file to Project Resources? If not, go to Project > Project 
Resources, check the image file(s) you want to include, and hit "okay". If the 
image changes, go to Project > Refresh Project Resources. You may need to 
re-add the resources every time you re-open Latex Lab, but maybe not. Note that 
this is in addition to doing the "includegraphics{}" thing.

Original comment by shade...@gmail.com on 12 Mar 2011 at 8:08

GoogleCodeExporter commented 8 years ago
I'm running into the same problem, and have added the .pdf as a resource.  The 
TeX output states that the image file isn't found.

Original comment by Jason.Ri...@gmail.com on 24 Mar 2011 at 5:10