chakravala / chakravala/Grassmann.wl
MakeBoxes for Submanifold
Open
good first issue
help wanted
question
- Dominant language
- Mathematica
- Stars
- 6
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Currently, there is an issue regarding how `MakeBoxes` displays `Submanifold` elements having `Symbol` coefficients.
If `MakeBoxes` is used on the `Coefficient` of the `Submanifold`, then for the `a` symbol it is printed as ```$CellContext`a```.
```
V = Submanifold[MetricSignature["+++"]];
v = Submanifold[V,0];
a*v[1]+v[2]
```
Additionally, I would like to use `InterpretationBox[Selectable -> ...]` but I have not successfully implemented that yet.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.