home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / servis / tipy / web / CSTUG / LATEX / LM / LM096.HTM / labels.pl < prev    next >
Encoding:
Text File  |  1999-12-27  |  407 b   |  22 lines

  1. # LaTeX2HTML 2022 (Released January 1, 2022)
  2. # Associate labels original text with physical files.
  3.  
  4.  
  5. $key = q/cite__/;
  6. $external_labels{$key} = "$URL/" . q|LM096_ct.html|; 
  7. $noresave{$key} = "$nosave";
  8.  
  9. $key = q/cite_kl__/;
  10. $external_labels{$key} = "$URL/" . q|LM096_ct.html|; 
  11. $noresave{$key} = "$nosave";
  12.  
  13. 1;
  14.  
  15.  
  16. # LaTeX2HTML 2022 (Released January 1, 2022)
  17. # labels from external_latex_labels array.
  18.  
  19.  
  20. 1;
  21.  
  22.