summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/sections.pl
blob: 300a790077a767d6fbe200b48e0172f72d6e4315 (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 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
$section_info{$key} = '3%:%'."$dir".q|ex32.html%:%Exemple d'un tableau%:%| unless ($section_info{$key}); 
$noresave{$key} = "$nosave";
$done{"${dir}ex32.html"} = 1;

1;