Skip to content

Update to Jan 18 meeting decisions #60

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 28 commits into from
Jan 26, 2024
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
e4daca8
playing around display
NSoiffer Dec 7, 2023
67902f7
Update to Dec 7 meeting
NSoiffer Dec 7, 2023
00c9478
indent block scalar past the |
davidcarlisle Dec 9, 2023
cdc0667
markdown
davidcarlisle Dec 9, 2023
3379833
markdown
davidcarlisle Dec 9, 2023
3661ee4
markdown
davidcarlisle Dec 9, 2023
0771ad1
no tabs
davidcarlisle Dec 9, 2023
0a460c1
Update to Dec 7 meeting
NSoiffer Dec 7, 2023
aae5032
trial adding integral and derivatives
NSoiffer Dec 21, 2023
cb894ee
fix typos
NSoiffer Dec 21, 2023
f637b4b
fix typos
NSoiffer Dec 21, 2023
397d682
added first cut at limit
NSoiffer Dec 21, 2023
cda2174
fix typos
NSoiffer Dec 21, 2023
b423752
fix typos
NSoiffer Dec 21, 2023
219e015
fix typos
NSoiffer Dec 21, 2023
0f510cf
add example for mean and add evaluated-at
NSoiffer Dec 21, 2023
031dc30
change examples to avoid menclose
NSoiffer Dec 21, 2023
14a4087
Merge branch 'w3c:main' into main
NSoiffer Dec 21, 2023
3af0ebe
fix limit example
NSoiffer Dec 21, 2023
e02401b
change spacing
NSoiffer Dec 21, 2023
f8acc50
Alphabetized Core Concept Default Fixity properties
NSoiffer Jan 4, 2024
c7d76a1
Add ellipses, fractions, and repeating-decimal
NSoiffer Jan 11, 2024
ac951c4
Added examples for repeating-decimal
NSoiffer Jan 11, 2024
36146c9
Added curl, divergence, dot-product, polar-coordinate, list, tuple, d…
NSoiffer Jan 11, 2024
f4ae83b
Comment out "tends-to" until we have some consensus.
NSoiffer Jan 11, 2024
31b154a
update based on Jan 18 meeting
NSoiffer Jan 25, 2024
3aa31a2
fix missing quote
NSoiffer Jan 25, 2024
15a41ad
Merge branch 'main' into main
davidcarlisle Jan 26, 2024
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
98 changes: 80 additions & 18 deletions _data/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ defaultfixity:
characters: [⁤∧]
- concept: applied-to
characters: [⁡U+2061]
- concept: approaches
characters: [→]
- concept: approximately
characters: [≈]
- concept: congruent
Expand All @@ -78,6 +76,8 @@ defaultfixity:
characters: ["·"]
- concept: downwards-diagonal-ellipsis
characters: ["⋱"]
- concept: direct-product
characters: [×]
- concept: element-of
characters: [∈, ∊]
- concept: ellipsis
Expand All @@ -94,6 +94,8 @@ defaultfixity:
characters: [">"]
- concept: greater-than-or-equal-to
characters: [≥, ≧]
- concept: identically-equals
characters: [≡]
- concept: if-and-only-if
characters: ["⟺"]
- concept: implies
Expand Down Expand Up @@ -148,8 +150,8 @@ defaultfixity:
characters: [":", "∶"]
- concept: set-difference
characters: "[∼, ~, -, −, \\]"
- concept: similar
characters: []
- concept: similar-to
characters: []
- concept: subset
characters: [⊂]
- concept: subset-or-equal
Expand Down Expand Up @@ -400,6 +402,15 @@ concepts:
property: function
en: ceiling of $1

- concept: round
arity: 1
property: function
en: rounded-value of $1
comment: "This sometimes uses the notation
x
or
[x]"

- concept: fractional-part
arity: 1
property: function
Expand Down Expand Up @@ -472,26 +483,26 @@ concepts:
```

- concept: limit
arity: 3
property: ???
en: "limit as $1 $2 $3"
arity: 1
property: prefix
en: "limit as $1"
comment:
- "limit is not an argument, but intent should be on `msub` or `munder`"
- "There are several arrows used for limits. "
- "Example:
lim
x arg='arrow'>↗0
arg='lim' intent='tends-to-from-below($x, $val)''>x0
might be spoken as \"limit as x approaches from below 0\" and marked up as:"
might be spoken as \"limit as x tends to from below 0\" and marked up as:"
- |
```
lim
arg='lim' intent='tends-to-from-below($x, $val)''>
x
arg='arrow'>↗
0
Expand All @@ -500,10 +511,23 @@ concepts:
limx0-
"

# - concept: tends-to
# arity: 3
# property: ???
# en: "limit as $1 $2 $3"
- concept: tends-to
arity: 2
property: infix
en: "$1 tends to $2"
comment: "see \"limit\" example"

- concept: tends-to-from-above
arity: 2
property: infix
en: "$1 tends to from above $2"
comment: "see \"limit\" example"

- concept: tends-to-from-below
arity: 2
property: infix
en: "$1 tends to from below $2"
comment: "see \"limit\" example"

## ====================== 4.4.5 Sets ============================
- title: Sets
Expand Down Expand Up @@ -565,6 +589,12 @@ concepts:
comment:
- "Three notations used for empty set are: { }, ∅, and ∅"


- concept: cardinality
arity: 1
property: function
comment: "often used with matchfix single vertical bars"

- concept: list
arity: "*"
en: "list of $1, ..."
Expand Down Expand Up @@ -936,6 +966,16 @@ concepts:
property: function
comment: "often used with matchfix single or double vertical bars"

- concept: norm
arity: 1
property: function
comment: "often used with matchfix double vertical bars"

- concept: span
arity: 1
property: function
comment: "often used with matchfix angle brackets"

- concept: unit-vector
arity: 1
property: prefix
Expand All @@ -962,6 +1002,7 @@ concepts:
en: "transpose of $1"
fr: "transposée de $1"


## ====================== 4.4.10 Constants and Sets ======================
- title: Constants and Sets
intents:
Expand Down Expand Up @@ -1261,12 +1302,33 @@ concepts:
- "The first of these would be marked up as:"
- |
```
P
k
n
```

- concept: permutation-cycle
arity: "*"
property: function
en: "permutation cycle of 1 3 2"
comment:
- "A common notation for a permutation cycle is (
132
)"
- "This would be marked up as:"
- |
```
(
1
3
2
)
```



Expand Down