File: images.pl

package info (click to toggle)
rtlinux 3.1pre3-2
  • links: PTS
  • area: non-free
  • in suites: sarge, woody
  • size: 4,892 kB
  • ctags: 4,228
  • sloc: ansic: 26,204; sh: 2,069; makefile: 1,414; perl: 855; tcl: 489; asm: 380; cpp: 42
file content (30 lines) | stat: -rw-r--r-- 1,038 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# LaTeX2HTML 2K.1beta (1.48)
# Associate images original text with physical files.


$key = q/2;MSF=1.6;LFS=12;AAT/;
$cached_env_img{$key} = q|<IMG
 WIDTH="16" HEIGHT="20" ALIGN="BOTTOM" BORDER="0"
 SRC="|."$dir".q|img4.png"
 ALT="$2$">|; 

$key = q/includegraphics[width=0.8textwidth]{componentsslashrt-linux.eps};LFS=12;AAT/;
$cached_env_img{$key} = q|<IMG
 WIDTH="443" HEIGHT="257" ALIGN="BOTTOM" BORDER="0"
 SRC="|."$dir".q|img3.png"
 ALT="\includegraphics[width=0.8\textwidth]{components/rt-linux.eps}">|; 

$key = q/includegraphics[width=0.8textwidth]{componentsslashunix.eps};LFS=12;AAT/;
$cached_env_img{$key} = q|<IMG
 WIDTH="440" HEIGHT="286" ALIGN="BOTTOM" BORDER="0"
 SRC="|."$dir".q|img2.png"
 ALT="\includegraphics[width=0.8\textwidth]{components/unix.eps}">|; 

$key = q/includegraphics[width=0.2in]{componentsslashstop_sign.eps};LFS=12;AAT/;
$cached_env_img{$key} = q|<IMG
 WIDTH="23" HEIGHT="22" ALIGN="BOTTOM" BORDER="0"
 SRC="|."$dir".q|img1.png"
 ALT="\includegraphics[width=0.2in]{components/stop_sign.eps}">|; 

1;