Added to repository.

This commit is contained in:
paraiso
2005-11-15 12:58:05 +00:00
parent 277293fc40
commit 462d5ce591
33 changed files with 2204 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# LaTeX2HTML 2002-2-1 (1.70)
# Associate internals original text with physical files.
$key = q/cite_clhepwebsite/;
$ref_files{$key} = "$dir".q|node16.html|;
$noresave{$key} = "$nosave";
$key = q/cite_mesawebsite/;
$ref_files{$key} = "$dir".q|node16.html|;
$noresave{$key} = "$nosave";
$key = q/cite_dawnwebsite/;
$ref_files{$key} = "$dir".q|node16.html|;
$noresave{$key} = "$nosave";
$key = q/cite_geant4website/;
$ref_files{$key} = "$dir".q|node16.html|;
$noresave{$key} = "$nosave";
$key = q/cite_rootwebsite/;
$ref_files{$key} = "$dir".q|node16.html|;
$noresave{$key} = "$nosave";
1;