summaryrefslogtreecommitdiff
path: root/support/bib2gls/examples/bigmathsymbols.bib
blob: eebb2f5be10e0e394031756d3fd6aea02f7b2918 (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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
% 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

% requires stix.sty

@preamble{"\providecommand{\bigoperatornamefmt}[1]{%
 $\displaystyle#1\textstyle#1$}
\providecommand{\nary}[1]{$#1$-ary}"}

@symbol{bigsqcap,
  name={\bigoperatornamefmt{\bigsqcap}},
  text={\bigsqcap},
  description={\nary{n} square intersection operator},
  identifier={naryoperator}
}

@symbol{bigsqcup,
  name={\bigoperatornamefmt{\bigsqcup}},
  text={\bigsqcup},
  description={\nary{n} square union operator},
  identifier={naryoperator}
}

@symbol{sum,
  name={\bigoperatornamefmt{\sum}},
  text={\sum},
  description={\nary{n} summation},
  identifier={naryoperator}
}

@symbol{prod,
  name={\bigoperatornamefmt{\prod}},
  text={\prod},
  description={\nary{n} product},
  identifier={naryoperator}
}

@symbol{coprod,
  name={\bigoperatornamefmt{\coprod}},
  text={\coprod},
  description={\nary{n} coproduct},
  identifier={naryoperator}
}

@symbol{bigcap,
  name={\bigoperatornamefmt{\bigcap}},
  text={\bigcap},
  description={\nary{n} intersection},
  identifier={naryoperator}
}

@symbol{bigcup,
  name={\bigoperatornamefmt{\bigcup}},
  text={\bigcup},
  description={\nary{n} union},
  identifier={naryoperator}
}

@symbol{bigodot,
  name={\bigoperatornamefmt{\bigodot}},
  text={\bigodot},
  description={\nary{n} circled dot operator},
  identifier={naryoperator}
}

@symbol{bigoplus,
  name={\bigoperatornamefmt{\bigoplus}},
  text={\bigoplus},
  description={\nary{n} circled plus operator},
  identifier={naryoperator}
}

@symbol{bigotimes,
  name={\bigoperatornamefmt{\bigotimes}},
  text={\bigotimes},
  description={\nary{n} circled times operator},
  identifier={naryoperator}
}

@symbol{biguplus,
  name={\bigoperatornamefmt{\biguplus}},
  text={\biguplus},
  description={\nary{n} union operator with plus},
  identifier={naryoperator}
}

@symbol{bigvee,
  name={\bigoperatornamefmt{\bigvee}},
  text={\bigvee},
  description={\nary{n} logical or},
  identifier={naryoperator}
}

@symbol{bigwedge,
  name={\bigoperatornamefmt{\bigwedge}},
  text={\bigwedge},
  description={\nary{n} logical and},
  identifier={naryoperator}
}

@symbol{int,
  name={\bigoperatornamefmt{\int}},
  text={\int},
  description={integral},
  identifier={integral}
}

@symbol{iint,
  name={\bigoperatornamefmt{\iint}},
  text={\iint},
  description={double integral},
  identifier={integral}
}

@symbol{iiint,
  name={\bigoperatornamefmt{\iiint}},
  text={\iiint},
  description={triple integral},
  identifier={integral}
}

@symbol{oint,
  name={\bigoperatornamefmt{\oint}},
  text={\oint},
  description={contour integral},
  identifier={integral}
}

@symbol{oiint,
  name={\bigoperatornamefmt{\oiint}},
  text={\oiint},
  description={surface integral},
  identifier={integral}
}

@symbol{oiiint,
  name={\bigoperatornamefmt{\oiiint}},
  text={\oiiint},
  description={volume integral},
  identifier={integral}
}