summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/mathsemantics/mathsemantics-commons.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/mathsemantics/mathsemantics-commons.sty')
-rw-r--r--macros/latex/contrib/mathsemantics/mathsemantics-commons.sty13
1 files changed, 13 insertions, 0 deletions
diff --git a/macros/latex/contrib/mathsemantics/mathsemantics-commons.sty b/macros/latex/contrib/mathsemantics/mathsemantics-commons.sty
new file mode 100644
index 0000000000..7f32621c53
--- /dev/null
+++ b/macros/latex/contrib/mathsemantics/mathsemantics-commons.sty
@@ -0,0 +1,13 @@
+\ProvidesPackage{mathsemantics-commons}[2022/05/06]
+
+% Packages which allow control flow
+\RequirePackage{ifthen}
+\RequirePackage{xifthen}
+\RequirePackage{ifxetex}
+
+\RequirePackage{xparse}
+\RequirePackage{xspace}
+\let\Bbbk\relax
+\RequirePackage{amssymb} % load diableable by an option?
+\RequirePackage{mathtools}
+\RequirePackage{calc} \ No newline at end of file