summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/labels.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/labels.pl')
-rw-r--r--Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/labels.pl61
1 files changed, 61 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/labels.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/labels.pl
new file mode 100644
index 00000000000..fee23dac250
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/labels.pl
@@ -0,0 +1,61 @@
+# LaTeX2HTML 99.1 release (March 30, 1999)
+# Associate labels original text with physical files.
+
+
+$key = q/bdef/;
+$external_labels{$key} = "$URL/" . q|sampleMathImages.html|;
+$noresave{$key} = "$nosave";
+
+$key = q/b0def/;
+$external_labels{$key} = "$URL/" . q|sampleMathImages.html|;
+$noresave{$key} = "$nosave";
+
+$key = q/bgdefs/;
+$external_labels{$key} = "$URL/" . q|sampleMathImages.html|;
+$noresave{$key} = "$nosave";
+
+$key = q/eqn:stress-sr/;
+$external_labels{$key} = "$URL/" . q|sampleMathImages.html|;
+$noresave{$key} = "$nosave";
+
+$key = q/budef/;
+$external_labels{$key} = "$URL/" . q|sampleMathImages.html|;
+$noresave{$key} = "$nosave";
+
+$key = q/gdef/;
+$external_labels{$key} = "$URL/" . q|sampleMathImages.html|;
+$noresave{$key} = "$nosave";
+
+1;
+
+
+# LaTeX2HTML 99.1 release (March 30, 1999)
+# labels from external_latex_labels array.
+
+
+$key = q/bdef/;
+$external_latex_labels{$key} = q|7a|;
+$noresave{$key} = "$nosave";
+
+$key = q/b0def/;
+$external_latex_labels{$key} = q|7b|;
+$noresave{$key} = "$nosave";
+
+$key = q/bgdefs/;
+$external_latex_labels{$key} = q|7|;
+$noresave{$key} = "$nosave";
+
+$key = q/eqn:stress-sr/;
+$external_latex_labels{$key} = q|6|;
+$noresave{$key} = "$nosave";
+
+$key = q/budef/;
+$external_latex_labels{$key} = q|7c|;
+$noresave{$key} = "$nosave";
+
+$key = q/gdef/;
+$external_latex_labels{$key} = q|7d|;
+$noresave{$key} = "$nosave";
+
+1;
+