34 lines
721 B
Perl
34 lines
721 B
Perl
# LaTeX2HTML 2002-2-1 (1.70)
|
|
# Associate labels original text with physical files.
|
|
|
|
|
|
$key = q/cite_clhepwebsite/;
|
|
$external_labels{$key} = "$URL/" . q|node16.html|;
|
|
$noresave{$key} = "$nosave";
|
|
|
|
$key = q/cite_mesawebsite/;
|
|
$external_labels{$key} = "$URL/" . q|node16.html|;
|
|
$noresave{$key} = "$nosave";
|
|
|
|
$key = q/cite_dawnwebsite/;
|
|
$external_labels{$key} = "$URL/" . q|node16.html|;
|
|
$noresave{$key} = "$nosave";
|
|
|
|
$key = q/cite_geant4website/;
|
|
$external_labels{$key} = "$URL/" . q|node16.html|;
|
|
$noresave{$key} = "$nosave";
|
|
|
|
$key = q/cite_rootwebsite/;
|
|
$external_labels{$key} = "$URL/" . q|node16.html|;
|
|
$noresave{$key} = "$nosave";
|
|
|
|
1;
|
|
|
|
|
|
# LaTeX2HTML 2002-2-1 (1.70)
|
|
# labels from external_latex_labels array.
|
|
|
|
|
|
1;
|
|
|