home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / texmf / doc / SpecHost / example2e / example2e.tex / internals.pl < prev    next >
Encoding:
Text File  |  1994-09-25  |  404 b   |  19 lines

  1. # LaTeX2HTML 2022 (Released January 1, 2022)
  2. # Associate internals original text with physical files.
  3.  
  4.  
  5. $key = q/fig:one/;
  6. $ref_files{$key} = "$dir".q|example2e_ct.html|; 
  7. $noresave{$key} = "$nosave";
  8.  
  9. $key = q/fig:three/;
  10. $ref_files{$key} = "$dir".q|example2e_ct.html|; 
  11. $noresave{$key} = "$nosave";
  12.  
  13. $key = q/fig:two/;
  14. $ref_files{$key} = "$dir".q|example2e_ct.html|; 
  15. $noresave{$key} = "$nosave";
  16.  
  17. 1;
  18.  
  19.