summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/bib2gls/examples/mathsrelations.bib
blob: a9d68d99b4ce39c8cc96eadf08b18b6bf51e6328 (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
% This file is public domain. See the "Examples" chapter
% in the bib2gls user manual for a more detailed description
% of this file.

% Encoding: UTF-8

@symbol{leq,
  name={$\leq$},
  text={\leq},
  description={less than or equal to},
  identifier={relation}
}

@symbol{less,
  name={$<$},
  text={<},
  description={less than},
  identifier={relation}
}

@symbol{ll,
  name={$\ll$},
  text={\ll},
  description={much less than},
  identifier={relation}
}

@symbol{geq,
  name={$\geq$},
  text={\geq},
  description={greater than or equal to},
  identifier={relation}
}

@symbol{greater,
  name={$>$},
  text={>},
  description={greater than},
  identifier={relation}
}

@symbol{gg,
  name={$\gg$},
  text={\gg},
  description={much greater than},
  identifier={relation}
}

@symbol{equals,
  name={$=$},
  text={=},
  description={equals},
  identifier={relation}
}

@symbol{neq,
  name={$\neq$},
  text={\neq},
  description={not equals},
  identifier={relation}
}

@symbol{approx,
  name={$\approx$},
  text={\approx},
  description={approximately},
  identifier={relation}
}

@symbol{in,
  name={$\in$},
  text={\in},
  description={in},
  identifier={relation}
}

@symbol{ni,
  name={$\ni$},
  text={\ni},
  description={not in},
  identifier={relation}
}