summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/index.pl
blob: 406d89c0350ba09eb5478e04df45de071c090592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# LaTeX2HTML 99.1 release (March 30, 1999)
# Associate index original text with physical files.


$key = q/références/;
$index{$key} .= q|<A HREF="|."$dir".q|ex30.html#58">Bibliographie</A>
 \| |; 
$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;