Skip to content

\\[length] is unresolved #208

@chillcicada

Description

@chillcicada

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:

Image

In mitex:

Image

As a solution approach, \\[length] can be parsed as #v(length). Thanks for maintainers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions