summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/internals.pl
blob: 129a18c5241b539ffc77455455aad676c9178afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# LaTeX2HTML 99.1 release (March 30, 1999)
# Associate internals original text with physical files.


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

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

1;