summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/sections.pl
blob: 61916f95c0ab3d741c23e42ca088811181c1f223 (plain)
1
2
3
4
5
6
7
8
9
10
11
# LaTeX2HTML 99.1 release (March 30, 1999)
# Associate sections original text with physical files.


$key = q/0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
$section_info{$key} = '3%:%'."$dir".q|ex31.html%:%Une figure EPS%:%| unless ($section_info{$key}); 
$noresave{$key} = "$nosave";
$done{"${dir}ex31.html"} = 1;

1;