| Age | Commit message (Collapse) | Author |
|
|
|
table (#1568)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Fixes #873 by properly handling `none` supplement for`ref`.
- Fixes #523 by adding a `supplement` parameter to `math.equation`
- In the future, we can remove supplement functions in favor of show-set rules with fine-grained selectors. Currently, this is not possible because show-set + synthesis doesn't play well together
|
|
|
|
|
|
Fixes #169
Fixes #1102
|
|
|
|
|
|
|
|
|
|
Fixes #479
Fixes #1040
|
|
This can be trivially optimized to `.nth(1).is_some()` which obviates evaluating every element in the iterator.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Breaking change: abbreviate attach() attachment params, top -> t, bottom -> b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #730
|