Hi,

> On Sep 10, 2015, at 9:55 PM, Uma Ravat <rav...@illinois.edu> wrote:
> 
> \includegraphics[width=6cm]{/priv/uiuc/ravat1/image/hist1.png}
> 

I am afraid this will ever work, the “/priv/“-area is your private construction 
space.

I am not sure if this would work with the “/res/“-address, I have never tried.

Why wouldn’t it work to just use a normal HTML table for both web and print?

<table>
<tr><td><img src=“hist1.png” /></td></tr>
</table>

LON-CAPA should turn the HTML-table into a LaTeX-table.

- Gerd.

_______________________________________________
LON-CAPA-users mailing list
LON-CAPA-users@mail.lon-capa.org
http://mail.lon-capa.org/mailman/listinfo/lon-capa-users

Reply via email to