-
Should have `N_pro` and `V_aux`:
-
While trying out this great software, I came across an important limitation for me .... I was unable to use commas in subscripts for variables.
![grafik](https://github.com/user-attachments/assets/64…
-
```swift
public type Foo : Deinitializable {
public memberwise init
public var data : Int
public subscript(_ arg: sink Int): Int {
inout {
yield &data
}
}
}
publi…
-
There's a comment in `HyperplaneArrangements` which I think we should fix by changing the precedence of _ and ^:
```m2
Flat ^ Flat := Flat => meet -- ooh, cool. But note L_1^L_2 isn't L_1^(L_2) !
…
-
### Reason/inspiration (optional)
We would like a new entry on the `Subscripts` concept under PostgreSQL. The entry should go in a new file under `docs/content/postgresql/concepts/subscripts/subscrip…
-
### Description
I think the issue is best described in the following image:
![image](https://github.com/typst/typst/assets/7827085/c537df4f-1324-4e1a-a2c3-06e956dbf828)
Basically, bold text-mod…
-
currently you can do q_1, but q_12 or q_{12} would be nice as well
-
How come subscripts don't work ?
Neither of the following work
```
\alpha_1312
\alpha\_32
```
-
## The Problem
When trying to use .= with [$value] or {$value} on the right hand-side, rather than doing $x = $x[$value], the call fails, stating that there is no method that could fulfill the co…
-
Section 18.15 states "Matrices of more than two dimensions can be built up using either pi'a or sa'i with an appropriate subscript numbering the dimension." Which subscript is pi'a and which is sa'i?