summaryrefslogtreecommitdiff
path: root/support/bib2gls/examples/mathsobjects.bib
blob: 5aa84e70cb2b0701e6a3c9a0c4d6f9445b3da360 (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
146
147
148
149
150
151
152
153
154
% 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 amssymb.sty

@preamble{"\providecommand{\setfmt}[1]{\mathcal{#1}}
\providecommand{\setcontentsfmt}[1]{\{#1\}}
\providecommand{\setmembershipfmt}[2]{\setcontentsfmt{#1: #2}}
\providecommand{\setmembershiponeargfmt}[1]{\setmembershipfmt#1}
\providecommand{\setcardfmt}[1]{\lvert#1\rvert}
\providecommand{\numspacefmt}[1]{\mathbb{#1}}
\providecommand{\transposefmt}[1]{#1^T}
\providecommand{\invfmt}[1]{#1^{-1}}
\providecommand{\vecfmt}[1]{\boldsymbol{#1}}
\providecommand{\mtxfmt}[1]{\boldsymbol{#1}}"}

@symbol{set,
  name={\ensuremath{\setfmt{S}}},
  description={\sortart{a}{set}},
  format={setfmt},
  identifier={set}
}

@symbol{setcontents,
  name={\ensuremath{\setcontentsfmt{\ldots}}},
  description={set contents},
  format={setcontentsfmt},
  identifier={set}
}

@symbol{setmembership,
  name={\ensuremath{\setmembershipfmt{\vecfmt{x}}{\ldots}}},
  description={set membership},
  format={setmembershiponeargfmt},
  identifier={set}
}

@symbol{setcard,
  name={\ensuremath{\setcardfmt{\setfmt{S}}}},
  description={\sortart{the}{cardinality of $\setfmt{S}$}},
  format={setcardfmt},
  identifier={set}
}

@symbol{numberspace,
  name={\ensuremath{\numspacefmt{S}}},
  description={\sortart{a}{number space}},
  format={numspacefmt},
  identifier={numberspace}
}

@symbol{naturalnumbers,
  name={\ensuremath{\numspacefmt{N}}},
  description={\sortart{the}{set of natural numbers}},
  identifier={numberspace}
}

@symbol{integernumbers,
  name={\ensuremath{\numspacefmt{Z}}},
  description={\sortart{the}{set of integers}},
  identifier={numberspace}
}

@symbol{rationalnumbers,
  name={\ensuremath{\numspacefmt{Q}}},
  description={\sortart{the}{set of rational numbers}},
  identifier={numberspace}
}

@symbol{algebraicnumbers,
  name={\ensuremath{\numspacefmt{A}}},
  description={\sortart{the}{set of algebraic numbers}},
  identifier={numberspace}
}

@symbol{realnumbers,
  name={\ensuremath{\numspacefmt{R}}},
  description={\sortart{the}{set of real numbers}},
  identifier={numberspace}
}

@symbol{imaginarynumbers,
  name={\ensuremath{\numspacefmt{I}}},
  description={\sortart{the}{set of imaginary numbers}},
  identifier={numberspace}
}

@symbol{complexnumbers,
  name={\ensuremath{\numspacefmt{C}}},
  description={\sortart{the}{set of complex numbers}},
  identifier={numberspace}
}

@symbol{emptyset,
  name={\ensuremath{\emptyset}},
  description={\sortart{the}{empty set}},
  identifier={set}
}

@symbol{universalset,
  name={\ensuremath{\setfmt{U}}},
  description={\sortart{the}{universal set}},
  identifier={set}
}

@symbol{transpose,
  name={\ensuremath{\transposefmt{\vecfmt{x}}}},
  description={\sortart{the}{transpose of $\vecfmt{x}$}},
  format={transposefmt},
  identifier={matrix}
}

@symbol{inverse,
  name={\ensuremath{\invfmt{\mtxfmt{M}}}},
  description={\sortart{the}{inverse of $\mtxfmt{M}$}},
  format={invfmt},
  identifier={matrix}
}

@symbol{vector,
  name={\ensuremath{\vecfmt{v}}},
  description={\sortart{a}{vector}},
  format={vecfmt},
  identifier={matrix}
}

@symbol{matrix,
  name={\ensuremath{\mtxfmt{M}}},
  description={\sortart{a}{matrix}},
  format={mtxfmt},
  identifier={matrix}
}

@symbol{0vec,
  name={\ensuremath{\vecfmt{0}}},
  description={\sortart{the}{vector of 0s}},
  identifier={matrix}
}

@symbol{1vec,
  name={\ensuremath{\vecfmt{1}}},
  description={\sortart{the}{vector of 1s}},
  identifier={matrix}
}

@symbol{identitymatrix,
  name={\ensuremath{\mtxfmt{I}}},
  description={\sortart{the}{identity matrix}},
  identifier={matrix}
}