Skip to content

[ENH]: Support Latex-like math rendering with Typst instead of pdflatex #26098

Closed as not planned
@SeerLite

Description

@SeerLite

Problem

Latex compilers are very slow.

Proposed solution

Typst is orders of magnitude faster than any latex compiler (runs in milliseconds) and has a much easier to use syntax than latex (subjective but I think most agree). I'd like to request support for it as a rendering engine for math in figures.

I'm not sure how rendering is currently done, but here's an example of a 0-margin document with math using typst:

#set page(width: auto, height: auto, margin: 0pt)
$ y = integral_(x_0)^x f(s) d s $

Live preview on typst.app

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions