Enivex
Enivex
> > Isn't this better achieved by the code editor inserting the desired letter for you using a snippet? > > Another counterpoint: typst has a symbol for ∈, but...
> Title. Currently a very long equation will overflow, but it would be better to auto shrink the math font size. If it overflows you need to modify your equation...
> i'm not sure if this is related but if i force a linebreak inside inline equation the order of rendered input lines is wrong: > > ` > is...
> should i open a new ticket for this? if i change this to a not-inline-equation it renders as expected below the preceding text. If inline equations become breakable, then...
If it's that specific array the sum is always going to be size*(size-1)/2.
`$ ((sin x)/y)\|_1^2 $` works, though the | obviously won't be scaled automatically. That's somewhat unavoidable, since there is no matching delimiter. The way this is handled in Latex is...
Write `(5π)/6` if you want the former.
I would definitely expect it to render 5 frac(pi,6), and would prefer the least amount of "intelligence". The most frustrating experience is having to fight against behavior like that when...
I would strongly oppose anything other than >= for gt.eq and
That would be inconsistent with programming font ligatures, like I mentioned above. What typst is already using is fairly standard. (See for instance https://github.com/tonsky/FiraCode.) I don't see what's wrong with...