I am writing solutions for a number of problems using traditional pg code.
In a few of the problems I am using images. While the image displays nicely, the image's associated caption is not displaying.
This is code segment in question:
\{ image( "LeaningLadder1.png", width=>432, height=>224,
tex_size=>700, extra_html_tags=>'alt="The leaning ladder forms a right triangle." ' ) \}
Any suggestions as to why i am not getting an image caption?
Or is that display only for the pdf version of the problem.
Thank you..