summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/internals.pl
blob: 19324793ac1b0e068b30f2e937c667837fbc35ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# LaTeX2HTML 99.1 release (March 30, 1999)
# Associate internals original text with physical files.


$key = q/bdef/;
$ref_files{$key} = "$dir".q|sampleMathImages.html|; 
$noresave{$key} = "$nosave";

$key = q/b0def/;
$ref_files{$key} = "$dir".q|sampleMathImages.html|; 
$noresave{$key} = "$nosave";

$key = q/bgdefs/;
$ref_files{$key} = "$dir".q|sampleMathImages.html|; 
$noresave{$key} = "$nosave";

$key = q/eqn:stress-sr/;
$ref_files{$key} = "$dir".q|sampleMathImages.html|; 
$noresave{$key} = "$nosave";

$key = q/budef/;
$ref_files{$key} = "$dir".q|sampleMathImages.html|; 
$noresave{$key} = "$nosave";

$key = q/gdef/;
$ref_files{$key} = "$dir".q|sampleMathImages.html|; 
$noresave{$key} = "$nosave";

1;