summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/labels.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-26 23:07:28 +0000
committerKarl Berry <karl@freefriends.org>2012-08-26 23:07:28 +0000
commitd3535e838cefea309221187bb9e62698c0df8c51 (patch)
treedbee8197e1bfecefe547d53e843f0acff729a3fe /Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/labels.pl
parent33353453d22fc5877a8ced58c673c7008ce8c00a (diff)
latex-web-companion non-update
git-svn-id: svn://tug.org/texlive/trunk@27531 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/labels.pl')
-rw-r--r--Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/labels.pl33
1 files changed, 0 insertions, 33 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/labels.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/labels.pl
deleted file mode 100644
index 7a800316923..00000000000
--- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/labels.pl
+++ /dev/null
@@ -1,33 +0,0 @@
-# LaTeX2HTML 99.1 release (March 30, 1999)
-# Associate labels original text with physical files.
-
-
-$key = q/cite_bib-PS/;
-$external_labels{$key} = "$URL/" . q|node6.html|;
-$noresave{$key} = "$nosave";
-
-$key = q/Fpsfig/;
-$external_labels{$key} = "$URL/" . q|node4.html|;
-$noresave{$key} = "$nosave";
-
-$key = q/tab:exa/;
-$external_labels{$key} = "$URL/" . q|node5.html|;
-$noresave{$key} = "$nosave";
-
-1;
-
-
-# LaTeX2HTML 99.1 release (March 30, 1999)
-# labels from external_latex_labels array.
-
-
-$key = q/Fpsfig/;
-$external_latex_labels{$key} = q|1|;
-$noresave{$key} = "$nosave";
-
-$key = q/tab:exa/;
-$external_latex_labels{$key} = q|1|;
-$noresave{$key} = "$nosave";
-
-1;
-