summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/latex-web-companion/ch3bis/l2hexa/internals.pl
blob: b437e91cbec9d74d0698c6037bd068a8ea2dca88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# LaTeX2HTML 99.1 release (March 30, 1999)
# Associate internals original text with physical files.


$key = q/cite_bib-PS/;
$ref_files{$key} = "$dir".q|node6.html|; 
$noresave{$key} = "$nosave";

$key = q/Fpsfig/;
$ref_files{$key} = "$dir".q|node4.html|; 
$noresave{$key} = "$nosave";

$key = q/tab:exa/;
$ref_files{$key} = "$dir".q|node5.html|; 
$noresave{$key} = "$nosave";

1;