summaryrefslogtreecommitdiff
path: root/support/bib2gls/examples/binaryoperators.bib
diff options
context:
space:
mode:
Diffstat (limited to 'support/bib2gls/examples/binaryoperators.bib')
-rw-r--r--support/bib2gls/examples/binaryoperators.bib34
1 files changed, 34 insertions, 0 deletions
diff --git a/support/bib2gls/examples/binaryoperators.bib b/support/bib2gls/examples/binaryoperators.bib
new file mode 100644
index 0000000000..5cc2ec9ab3
--- /dev/null
+++ b/support/bib2gls/examples/binaryoperators.bib
@@ -0,0 +1,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}
+}
+