summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/latex-web-companion/ch3bis/sampleMathThumb/internals.pl
blob: 736c048578674854029292b77cb48f04debd76d8 (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|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;