home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / a / aplop.zip / APLOP.TEX / labels.pl < prev    next >
Text File  |  1993-03-02  |  600b  |  30 lines

  1. # LaTeX2HTML 2022 (Released January 1, 2022)
  2. # Associate labels original text with physical files.
  3.  
  4.  
  5. $key = q/p0/;
  6. $external_labels{$key} = "$URL/" . q|node4_ct.html|; 
  7. $noresave{$key} = "$nosave";
  8.  
  9. $key = q/p0max/;
  10. $external_labels{$key} = "$URL/" . q|node5_ct.html|; 
  11. $noresave{$key} = "$nosave";
  12.  
  13. $key = q/p1min/;
  14. $external_labels{$key} = "$URL/" . q|node5_ct.html|; 
  15. $noresave{$key} = "$nosave";
  16.  
  17. $key = q/pmax/;
  18. $external_labels{$key} = "$URL/" . q|node5_ct.html|; 
  19. $noresave{$key} = "$nosave";
  20.  
  21. 1;
  22.  
  23.  
  24. # LaTeX2HTML 2022 (Released January 1, 2022)
  25. # labels from external_latex_labels array.
  26.  
  27.  
  28. 1;
  29.  
  30.