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, 49 insertions, 0 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
new file mode 100644
index 00000000000..800c5e8a9a1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/index.pl
@@ -0,0 +1,49 @@
+# 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;
+