diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/internals.pl')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/internals.pl | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/internals.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/internals.pl new file mode 100644 index 00000000000..736c0485786 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/internals.pl @@ -0,0 +1,30 @@ +# LaTeX2HTML 99.1 release (March 30, 1999) +# Associate internals original text with physical files. + + +$key = q/bdef/; +$ref_files{$key} = "$dir".q|sampleMathThumb.html|; +$noresave{$key} = "$nosave"; + +$key = q/b0def/; +$ref_files{$key} = "$dir".q|sampleMathThumb.html|; +$noresave{$key} = "$nosave"; + +$key = q/bgdefs/; +$ref_files{$key} = "$dir".q|sampleMathThumb.html|; +$noresave{$key} = "$nosave"; + +$key = q/eqn:stress-sr/; +$ref_files{$key} = "$dir".q|sampleMathThumb.html|; +$noresave{$key} = "$nosave"; + +$key = q/budef/; +$ref_files{$key} = "$dir".q|sampleMathThumb.html|; +$noresave{$key} = "$nosave"; + +$key = q/gdef/; +$ref_files{$key} = "$dir".q|sampleMathThumb.html|; +$noresave{$key} = "$nosave"; + +1; + |