summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/makeindex/base/puncts.ist
blob: db2aa70002fd4e8a0fdb25fb7cedd635e7410816 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
%
%
%  This file is part of
%	MakeIndex - A formatter and format independent index processor
%
%  Author: Gabor Herr
%
%
% $Log: puncts.ist,v $
% Revision 1.2  1991/12/18  16:19:35  schrod
% Corrected typo in space sort rule.
%
% Revision 1.1  1991/08/26  17:49:18  herr
% Initial revision
%
%
% sort rules for punctuations

% special characters come first
sort_rule	"\."		"\b\."
sort_rule	"\:"		"\b\:"
sort_rule	"\,"		"\b\,"
sort_rule	"\;"		"\b\;"
sort_rule	"\!"		"\b\!"
sort_rule	"\?"		"\b\?"
sort_rule	"\'"		"\b\'"
sort_rule	"\`"		"\b\`"
sort_rule	"\""		"\b\""
sort_rule	"\+"		"\b\+"
sort_rule	"\-"		"\b\-"
sort_rule	"\%"		"\b\%"
sort_rule	"\&"		"\b\&"
sort_rule	"\/"		"\b\/"
sort_rule	"\("		"\b\("
sort_rule	"\)"		"\b\)"
sort_rule	"\@"		"\b\@"
sort_rule	"\ "		"\b\ "

% special characters build a sort group
sort_group	"\b."		110
sort_group	"\b:"		110
sort_group	"\b,"		110
sort_group	"\b;"		110
sort_group	"\b!"		110
sort_group	"\b?"		110
sort_group	"\b'"		110
sort_group	"\b`"		110
sort_group	"\b\""		110
sort_group	"\b+"		110
sort_group	"\b-"		110
sort_group	"\b%"		110
sort_group	"\b&"		110
sort_group	"\b/"		110
sort_group	"\b("		110
sort_group	"\b)"		110
sort_group	"\b@"		110
sort_group	"\b "		110