diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/internals.pl')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/internals.pl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/internals.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/internals.pl new file mode 100644 index 00000000000..e3a9dff2e90 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/internals.pl @@ -0,0 +1,14 @@ +# LaTeX2HTML 99.1 release (March 30, 1999) +# Associate internals original text with physical files. + + +$key = q/cite_bib-PS/; +$ref_files{$key} = "$dir".q|../ex30/ex30.html|; +$noresave{$key} = "$nosave"; + +$key = q/Fpsfig/; +$ref_files{$key} = "$dir".q|ex31.html|; +$noresave{$key} = "$nosave"; + +1; + |