mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 19:30:03 +02:00
15 lines
276 B
Perl
15 lines
276 B
Perl
# LaTeX2HTML 2012 (1.2)
|
|
# Associate internals original text with physical files.
|
|
|
|
|
|
$key = q/sec:trimdir/;
|
|
$ref_files{$key} = "$dir".q|node7.html|;
|
|
$noresave{$key} = "$nosave";
|
|
|
|
$key = q/sec:encal/;
|
|
$ref_files{$key} = "$dir".q|node16.html|;
|
|
$noresave{$key} = "$nosave";
|
|
|
|
1;
|
|
|