summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/comprehensive/source/prune-idx-similar.toml
blob: cf285406e1518554fa7313867c5d51fdbc132e31 (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
##############################################
# Categorize similarities.                   #
# Author: Scott Pakin <scott+clsl@pakin.org> #
##############################################

# ... regular ...

[[rewrite]]
matches = "sim"
item = "similar"

[[rewrite]]
matches = "thicksim"
item = ["similar", "thick"]

[[rewrite]]
matches = [
    "similar",
    "simeq",
    "cong"
]
not_render_contains = '\CircSm'
item = ["similar", "or equal to"]

[[rewrite]]
matches = "simcolon"
item = ["similar", "colon"]

[[rewrite]]
matches = "simcoloncolon"
item = ["similar", "colon, double"]

[[rewrite]]
matches = "simgE"
item = ["similar", "or greater than or equal to"]

[[rewrite]]
matches = "simgtr"
item = ["similar", "or greater than"]

[[rewrite]]
matches = "simlE"
item = ["similar", "or less than or equal to"]

[[rewrite]]
matches = "simless"
item = ["similar", "or less than"]

[[rewrite]]
matches = "simrdots"
item = ["similar", "dots, rising"]

[[rewrite]]
matches = "kernelcontraction"
item = ["similar", "dots, vertical"]

[[rewrite]]
matches = "dotsim"
item = ["similar", "dotted"]

[[rewrite]]
matches = "simminussim"
item = ["similar", "minus, similar"]

[[rewrite]]
matches = "simneqq"
item = ["similar", "or not equal to"]

[[rewrite]]
matches = "backsim"
item = ["similar", "reversed"]

[[rewrite]]
matches = ["backsimeq", "backcong"]
item = ["similar", "or equal to, reversed"]

[[rewrite]]
matches = "backsimneqq"
item = ["similar", "or not equal to, reversed"]

[[rewrite]]
matches = ["congdot", "dotcong"]
item = ["similar", "or equal to, dotted"]

# ... negated ...

[[rewrite]]
matches = "nsim"
item = ["similar", "negated"]

[[rewrite]]
matches = [
    "nsime",
    "nsimeq",
    "ncong",
    "not similar"
]
item = ["similar", "or equal to, negated"]

[[rewrite]]
matches = "ncongdot"
item = ["similar", "or equal to, dotted, negated"]

[[rewrite]]
matches = "nbacksim"
item = ["similar", "reversed, negated"]

[[rewrite]]
matches = ["nbacksimeq", "nbackcong"]
item = ["similar", "or equal to, reversed, negated"]