Skip to content

Use Unicode in Typst #232

@gzagatti

Description

@gzagatti

I'd prefer if math converted to Typst used Unicode characters which is supported by Typst.

For instance, the following conversion transforms all elements of the equation into text.

> pandoc -t typst <<< '$\alpha + \beta = \lambda$' 
$alpha plus beta eq lambda$

When I would prefer the output that we obtain when converting to plain for instance which is more readable.

> pandoc -t plain <<< '$\alpha + \beta = \lambda$'
α + β = λ

Is there any way to force pandoc to use Unicode first?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions