home *** CD-ROM | disk | FTP | other *** search
- # LaTeX2HTML 2022 (Released January 1, 2022)
- # Associate internals original text with physical files.
-
-
- $key = q/Open_a_file/;
- $ref_files{$key} = "$dir".q|node1_ct.html|;
- $noresave{$key} = "$nosave";
-
- $key = q/To_open_a_new_file/;
- $ref_files{$key} = "$dir".q|node1_ct.html|;
- $noresave{$key} = "$nosave";
-
- $key = q/To_open_a_web_site/;
- $ref_files{$key} = "$dir".q|node1_ct.html|;
- $noresave{$key} = "$nosave";
-
- $key = q/To_open_an_existing_file/;
- $ref_files{$key} = "$dir".q|node1_ct.html|;
- $noresave{$key} = "$nosave";
-
- 1;
-
-