From c95840fb0b41d28f8e2ebfa89839302343ff854c Mon Sep 17 00:00:00 2001 From: NSoiffer Date: Fri, 13 Oct 2023 21:55:39 +0100 Subject: [PATCH] Added "defaultfixity" operators based on MathCAT's common operators (unicode.yaml). --- _data/core.yml | 70 +++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 64 insertions(+), 6 deletions(-) diff --git a/_data/core.yml b/_data/core.yml index e215f050..00aa1624 100644 --- a/_data/core.yml +++ b/_data/core.yml @@ -6,19 +6,77 @@ defaultfixity: + - fixity: function + concepts: + - gradient (∇) + - laplacian (∆) + + - fixity: prefix + concepts: + - angle (∠) + - for-all (∀) + - measured-angle (∡) + - minus (-, −) + - partial-derivative (∂) + - right-angle (∟) + - square-root-of (√) + - there-does-not-exist (∄) + - there-exists (∃) + - fixity: infix concepts: - - plus - - minus - - times - - less-than + - and (⁤∧) + - approaches (→) + - composed-with (∘) + - cross-product (×) + - divided-by (/, ÷, :) + - divides (|, ∣) + - does-not-belong-to (∉) + - does-not-divide (∤) + - element-of (∈, ∊) + - equals (=) + - given (|) + - greater-than (>) + - greater-than-or-equal-to (≥, ≧) + - identical-to (≡) + - intersection (∩) + - less-than (<) + - less-than-or-equal-to (≤, ≦) + - member-of (∈, ∊) + - minus (-, −) + - minus-or-plus (∓) + - not (¬) + - not-a-subset (⊄) + - not-a-superset (⊅) + - not-equal-to (≠) + - not-member-of (∉) + - not-parallel-to (∦) + - of (⁡) # invisible functional call + - or (∨) + - parallel-to (∥) + - plus (+) + - plus-or-minus (±) + - precedes (≺) + - proportional (∝, ∷, ∼, ~) + - ratio (:, ∶) + - subset (⊂) + - subset-or-equal (⊆) + - succeeds (≻) + - such-that (|) + - superset (⊃) + - superset-or-equal (⊇) + - tilde (~) + - times (*, ·, ×, ∗) + - union (∪) + - fixity: postfix concepts: - - factorial + - factorial (!) + - fixity: silent concepts: - invisible-times - + concepts: