- # LaTeX2HTML 99.2beta8 (1.42)
- # Associate internals original text with physical files.
-
-
- $key = q/variable/;
- $ref_files{$key} = "$dir".q|star.html|;
- $noresave{$key} = "$nosave";
-
- $key = q/star/;
- $ref_files{$key} = "$dir".q|star.html|;
- $noresave{$key} = "$nosave";
-
- $key = q/grah/;
- $ref_files{$key} = "$dir".q|star.html|;
- $noresave{$key} = "$nosave";
-
- $key = q/arc/;
- $ref_files{$key} = "$dir".q|star.html|;
- $noresave{$key} = "$nosave";
-
- $key = q/len/;
- $ref_files{$key} = "$dir".q|star.html|;
- $noresave{$key} = "$nosave";
-
- $key = q/res/;
- $ref_files{$key} = "$dir".q|star.html|;
- $noresave{$key} = "$nosave";
-
- $key = q/cite_nasa/;
- $ref_files{$key} = "$dir".q|star.html|;
- $noresave{$key} = "$nosave";
-
- 1;
-
|