diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/contents.pl')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/contents.pl | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/contents.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/contents.pl new file mode 100644 index 00000000000..314b2567f8f --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/contents.pl @@ -0,0 +1,30 @@ +# LaTeX2HTML 99.1 release (March 30, 1999) +# Associate contents original text with physical files. + + +$key = q/0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; +$toc_section_info{$key} = '0%:%'."$dir".q|ex30.html%:%Exemple d'un document segmenté| unless ($toc_section_info{$key}); +$noresave{$key} = "$nosave"; + +$key = q/0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; +$toc_section_info{$key} = '3%:%'."$dir".q|ex30.html%:%À propos de ce document...%:%<tex2html_star_mark>| unless ($toc_section_info{$key}); +$noresave{$key} = "$nosave"; + +$key = q/0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; +$toc_section_info{$key} = '3%:%'."$dir".q|ex30.html%:%Liste des figures| unless ($toc_section_info{$key}); +$noresave{$key} = "$nosave"; + +$key = q/0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; +$toc_section_info{$key} = '3%:%'."$dir".q|ex30.html%:%Liste des tableaux| unless ($toc_section_info{$key}); +$noresave{$key} = "$nosave"; + +$key = q/0 0 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; +$toc_section_info{$key} = '3%:%'."$dir".q|ex30.html%:%Bibliographie| unless ($toc_section_info{$key}); +$noresave{$key} = "$nosave"; + +$key = q/0 0 0 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; +$toc_section_info{$key} = '3%:%'."$dir".q|ex30.html%:%Index| unless ($toc_section_info{$key}); +$noresave{$key} = "$nosave"; + +1; + |