home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
wxos2240.zip
/
wxWindows-2.4.0
/
samples
/
help
/
doc.tex
/
internals.pl
< prev
next >
Wrap
Text File
|
2000-03-08
|
577b
|
27 lines
# LaTeX2HTML 2022 (Released January 1, 2022)
# Associate internals original text with physical files.
$key = q/about/;
$ref_files{$key} = "$dir".q|node5_ct.html|;
$noresave{$key} = "$nosave";
$key = q/chapter2/;
$ref_files{$key} = "$dir".q|node6_ct.html|;
$noresave{$key} = "$nosave";
$key = q/classes/;
$ref_files{$key} = "$dir".q|node3_ct.html|;
$noresave{$key} = "$nosave";
$key = q/functions/;
$ref_files{$key} = "$dir".q|node4_ct.html|;
$noresave{$key} = "$nosave";
$key = q/intro/;
$ref_files{$key} = "$dir".q|node2_ct.html|;
$noresave{$key} = "$nosave";
1;