 mommi84
|
Hello, I like the project and I think I found a bug.
I have a problem with the insertion of images. I tried with
\includegraphics{image.jpg}
\includegraphics{figs/image.jpg}
\includegraphics{./image.jpg}
\includegraphics{./figs/image.jpg}
but none worked.
Thanks!
|
 Martin Monperrus
|
Hi,
\includegraphics{image.jpg} is correct. Did you upload it using the Figures tab? Do you use latex or pdflatex?
Regards, –Martin
|
 mommi84
|
I used pdflatex but it wasn’t throwing any error messages.
My mistake was that I forgot to call \usepackage{graphics}.
Now the uploaded image is showing.
Thank you!
|
 Martin Monperrus
|
> Now the uploaded image is showing.
yeah! thanks for the feedback –Martin
|