Skip to content

Updating to Feb 7 meeting and fix some bugs #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 28 additions & 10 deletions _data/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ defaultfixity:
characters: [∉]
- concept: not-parallel-to
characters: [∦]
- concept: obtained-from
characters: [←]
- concept: or
characters: [∨]
- concept: outer-product
Expand All @@ -150,7 +152,7 @@ defaultfixity:
characters: [":", "∶"]
- concept: set-difference
characters: "[∼, ~, -, −, \\]"
- concept: similar-to
- concept: similar
characters: [≅]
- concept: subset
characters: [⊂]
Expand Down Expand Up @@ -461,6 +463,7 @@ concepts:
```


- concept: partial-derivative
arity: 3 or more
property: ???
Expand Down Expand Up @@ -488,19 +491,27 @@ concepts:
comment:
- "limit is not an argument, but intent should be on `msub` or `munder`"
- "There are several arrows used for limits. "
- "Example: limx0 might be spoken as \"limit as x tends to from below 0\" and marked up as:"
- "Example:
lim
x0
might be spoken as \"limit as x tends to from below 0\" and marked up as:"
- |
```
lim
'>
x
0
```
- "Another notation that might be spoken similarly is limx0- "
- "Another notation that might be spoken similarly is
limx0-
"

- concept: tends-to
arity: 2
Expand Down Expand Up @@ -908,6 +919,8 @@ concepts:
property: function
en: "mode of $1"



- concept: conditional-probability
arity: 2
property: function
Expand Down Expand Up @@ -1244,7 +1257,7 @@ concepts:
- concept: binomial-coefficient
arity: 2
property: infix
en: "n choose k"
en: "$1 choose $2"
comment:
- "There are many notations used for the binomial coefficient. Here are some of them:
Expand Down Expand Up @@ -1303,7 +1316,7 @@ concepts:
- concept: permutation-cycle
arity: "*"
property: function
en: "permutation cycle of 1 3 2"
en: "permutation cycle of $1 $2 ..."
comment:
- "A common notation for a permutation cycle is (
132
Expand All @@ -1320,9 +1333,14 @@ concepts:
)
```



- concept: embellished-name
arity: 2
property: infix
en: "$1 with annotation $2"
comment:
- "used with `mover` or `munder`"


- title: Grouping
intents:
Expand All @@ -1336,7 +1354,7 @@ concepts:
- concept: annotation
arity: 2
property: function
en: "H 2 0, which is water"
en: "$1 which is $2"
comment:
- "used with `mover` or `munder`"
- "Example: H2Owater"
Expand All @@ -1352,7 +1370,7 @@ concepts:
- concept: repeating-decimal
arity: 1
property: function
en: "repeating decimal 14"
en: "repeating decimal $1"
comment:
- "typically used in when there is a bar over the repeating part of a decimal or dots over the first and last digits."
- "Example: 122=0.045_"
Expand Down