File: images.pl

package info (click to toggle)
apoo 2.2-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 560 kB
  • ctags: 425
  • sloc: python: 3,092; perl: 100; makefile: 56; sh: 4
file content (26 lines) | stat: -rw-r--r-- 730 bytes parent folder | download | duplicates (3)
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
# LaTeX2HTML 2002-2-1 (1.71)
# Associate images original text with physical files.


$key = q/{figure}htmlimage{thumbnail=0.5}{centering{{epsfxsize{=400pt{epsfbox{apoo_gtk_interface.eps}{{par{{{{par{{figure};FSF=1.6;AAT/;
$cached_env_img{$key} = q|<A NAME="figure215"
 HREF="img2.png"><IMG
 WIDTH="200" HEIGHT="247"
 SRC="|."$dir".q|Timg2.png"
 ALT="\begin{figure}\centering
\epsfxsize =400pt
\epsfbox{apoo_gtk_interface.eps}
\par\par
\end{figure}"></A>|; 

$key = q/{figure}{epsfxsize{=350pt{epsfbox{Apoo1.ps}{htmlimage{scale=0.5}{figure};FSF=1.6;AAT/;
$cached_env_img{$key} = q|<IMG
 WIDTH="173" HEIGHT="173" BORDER="0"
 SRC="|."$dir".q|img1.png"
 ALT="\begin{figure}
\epsfxsize =350pt
\epsfbox{Apoo1.ps}
\end{figure}">|; 

1;