home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / texmf / inputs / latex / unpacked / modguide.tex / labels.pl < prev    next >
Encoding:
Text File  |  1995-06-21  |  1.1 KB  |  50 lines

  1. # LaTeX2HTML 2022 (Released January 1, 2022)
  2. # Associate labels original text with physical files.
  3.  
  4.  
  5. $key = q/sec:compl/;
  6. $external_labels{$key} = "$URL/" . q|node8_ct.html|; 
  7. $noresave{$key} = "$nosave";
  8.  
  9. $key = q/sec:conc/;
  10. $external_labels{$key} = "$URL/" . q|node9_ct.html|; 
  11. $noresave{$key} = "$nosave";
  12.  
  13. $key = q/sec:expl/;
  14. $external_labels{$key} = "$URL/" . q|node4_ct.html|; 
  15. $noresave{$key} = "$nosave";
  16.  
  17. $key = q/sec:intro/;
  18. $external_labels{$key} = "$URL/" . q|node2_ct.html|; 
  19. $noresave{$key} = "$nosave";
  20.  
  21. $key = q/sec:ja/;
  22. $external_labels{$key} = "$URL/" . q|node5_ct.html|; 
  23. $noresave{$key} = "$nosave";
  24.  
  25. $key = q/sec:jb/;
  26. $external_labels{$key} = "$URL/" . q|node6_ct.html|; 
  27. $noresave{$key} = "$nosave";
  28.  
  29. $key = q/sec:sys/;
  30. $external_labels{$key} = "$URL/" . q|node3_ct.html|; 
  31. $noresave{$key} = "$nosave";
  32.  
  33. $key = q/sec:tex/;
  34. $external_labels{$key} = "$URL/" . q|node7_ct.html|; 
  35. $noresave{$key} = "$nosave";
  36.  
  37. $key = q/sec:you/;
  38. $external_labels{$key} = "$URL/" . q|node10_ct.html|; 
  39. $noresave{$key} = "$nosave";
  40.  
  41. 1;
  42.  
  43.  
  44. # LaTeX2HTML 2022 (Released January 1, 2022)
  45. # labels from external_latex_labels array.
  46.  
  47.  
  48. 1;
  49.  
  50.