summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/bib2gls/examples/binaryoperators.bib
blob: 5cc2ec9ab397ca89e7ce5825f75f518533c4bf35 (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
% 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{plus,
  name={$+$},
  text={+},
  description={addition},
  identifier={binaryoperator}
}

@symbol{minus,
  name={$-$},
  text={-},
  description={subtraction},
  identifier={binaryoperator}
}

@symbol{times,
  name={$\times$},
  text={\times},
  description={multiplication},
  identifier={binaryoperator}
}

@symbol{div,
  name={$\div$},
  text={\div},
  description={division},
  identifier={binaryoperator}
}