-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
As a common and universal notation, \\[length] can be used to set line spacing, equal to #v() in typst.
Take the below code as an example:
\begin{align*}
a &= b \\[5pt]
&= c \\[10pt]
&= d \\[25pt]
&= e.
\end{align*}In latex:
In mitex:
As a solution approach, \\[length] can be parsed as #v(length). Thanks for maintainers.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels