Based on the original Rocket Workbench on SourceForge in CVS at: https://sourceforge.net/projects/rocketworkbench
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
708 B

  1. # LaTeX2HTML 99.2beta8 (1.42)
  2. # Associate internals original text with physical files.
  3. $key = q/variable/;
  4. $ref_files{$key} = "$dir".q|star.html|;
  5. $noresave{$key} = "$nosave";
  6. $key = q/star/;
  7. $ref_files{$key} = "$dir".q|star.html|;
  8. $noresave{$key} = "$nosave";
  9. $key = q/grah/;
  10. $ref_files{$key} = "$dir".q|star.html|;
  11. $noresave{$key} = "$nosave";
  12. $key = q/arc/;
  13. $ref_files{$key} = "$dir".q|star.html|;
  14. $noresave{$key} = "$nosave";
  15. $key = q/len/;
  16. $ref_files{$key} = "$dir".q|star.html|;
  17. $noresave{$key} = "$nosave";
  18. $key = q/res/;
  19. $ref_files{$key} = "$dir".q|star.html|;
  20. $noresave{$key} = "$nosave";
  21. $key = q/cite_nasa/;
  22. $ref_files{$key} = "$dir".q|star.html|;
  23. $noresave{$key} = "$nosave";
  24. 1;