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


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

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

1;