images.pl 335 B

12345678910111213
  1. # LaTeX2HTML 2002-2-1 (1.70)
  2. # Associate images original text with physical files.
  3. $key = q/includegraphics[<comment_mark>20scale=0.6]{router-mode3.eps};AAT/;
  4. $cached_env_img{$key} = q|<IMG
  5. WIDTH="363" HEIGHT="415" ALIGN="BOTTOM" BORDER="0"
  6. SRC="|."$dir".q|img1.png"
  7. ALT="\includegraphics[%
  8. scale=0.6]{router-mode3.eps}">|;
  9. 1;