summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/index.pl')
-rw-r--r--Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/index.pl49
1 files changed, 0 insertions, 49 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/index.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/index.pl
deleted file mode 100644
index 800c5e8a9a1..00000000000
--- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/index.pl
+++ /dev/null
@@ -1,49 +0,0 @@
-# LaTeX2HTML 99.1 release (March 30, 1999)
-# Associate index original text with physical files.
-
-
-$key = q/sectionfigure/;
-$index{$key} .= q|<A HREF="|."$dir".q|ex31.html#24">Une figure EPS</A>
- \| |;
-$noresave{$key} = "$nosave";
-
-$key = q/figure/;
-$index{$key} .= q|<A HREF="|."$dir".q|ex31.html#30">Une figure EPS</A>
- \| |;
-$noresave{$key} = "$nosave";
-
-$key = q/postscript/;
-$index{$key} .= q|<A HREF="|."$dir".q|ex31.html#31">Une figure EPS</A>
- \| |;
-$noresave{$key} = "$nosave";
-
-# LaTeX2HTML 99.1 release (March 30, 1999)
-# Printable index-keys from sub_index array.
-
-
-$key = q/section/;
-$sub_index{$key} .= q|sectionfigure|;
-$noresave{$key} = "$nosave";
-
-# LaTeX2HTML 99.1 release (March 30, 1999)
-# Printable index-keys from printable_key array.
-
-
-$key = q/sectionfigure/;
-$printable_key{$key} = q|figure| unless ($printable_key{$key});
-$noresave{$key} = "$nosave";
-
-$key = q/figure/;
-$printable_key{$key} = q|figure| unless ($printable_key{$key});
-$noresave{$key} = "$nosave";
-
-$key = q/postscript/;
-$printable_key{$key} = q|PostScript| unless ($printable_key{$key});
-$noresave{$key} = "$nosave";
-
-$key = q/section/;
-$printable_key{$key} = q|section| unless ($printable_key{$key});
-$noresave{$key} = "$nosave";
-
-1;
-