diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/index.pl')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/index.pl | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/index.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/index.pl new file mode 100644 index 00000000000..406d89c0350 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/index.pl @@ -0,0 +1,23 @@ +# LaTeX2HTML 99.1 release (March 30, 1999) +# Associate index original text with physical files. + + +$key = q/références/; +$index{$key} .= q|<A HREF="|."$dir".q|ex30.html#58">Bibliographie</A> + \| |; +$noresave{$key} = "$nosave"; + +# LaTeX2HTML 99.1 release (March 30, 1999) +# Printable index-keys from sub_index array. + + +# LaTeX2HTML 99.1 release (March 30, 1999) +# Printable index-keys from printable_key array. + + +$key = q/références/; +$printable_key{$key} = q|références| unless ($printable_key{$key}); +$noresave{$key} = "$nosave"; + +1; + |