# LaTeX2HTML 99.1 release (March 30, 1999)
# Associate index original text with physical files.
$key = q/références/;
$index{$key} .= q|Bibliographie
\| |;
$noresave{$key} = "$nosave";
# LaTeX2HTML 99.1 release (March 30, 1999)
# Printable index-keys from sub_index array.
# LaTeX2HTML 99.1 release (March 30, 1999)
# Printable index-keys from printable_key array.
$key = q/références/;
$printable_key{$key} = q|références| unless ($printable_key{$key});
$noresave{$key} = "$nosave";
1;