diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/sections.pl')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/sections.pl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/sections.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/sections.pl new file mode 100644 index 00000000000..61916f95c0a --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/sections.pl @@ -0,0 +1,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; + |