summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/images.pl
blob: 5b93bd63d0afa12b4f2c75b1975cf1fa9c5ed1ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# LaTeX2HTML 99.1 release (March 30, 1999)
# Associate images original text with physical files.


$key = q/includegraphics[width=3cm]{tac2dim};AAT/;
$cached_env_img{$key} = q|<IMG
 WIDTH="139" HEIGHT="133" ALIGN="BOTTOM" BORDER="0"
 SRC="img2.gif"
 ALT="\includegraphics [width=3cm]{tac2dim}">|; 

$key = q/includegraphics[width=3cm]{colorcir};AAT/;
$cached_env_img{$key} = q|<IMG
 WIDTH="136" HEIGHT="114" ALIGN="BOTTOM" BORDER="0"
 SRC="img1.gif"
 ALT="\includegraphics [width=3cm]{colorcir}">|; 

1;