Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typst as LaTeX equation rendering engine [mitex package] #64

Open
iagobaapellaniz opened this issue Nov 14, 2024 · 0 comments
Open

Typst as LaTeX equation rendering engine [mitex package] #64

iagobaapellaniz opened this issue Nov 14, 2024 · 0 comments

Comments

@iagobaapellaniz
Copy link

iagobaapellaniz commented Nov 14, 2024

Would make sense the following pipeline?

teximg(L"E = m c^2", position=(0, 0), engine=:latex) # [Default] Render the equation using LaTeX/Tectonic
teximg(L"E = m c^2", position=(0, 0), engine=:typst) # Render the equation using Typst

I mean, a LaTeX equation could be compiled with

#set page(
    height: auto,
    width: auto,
    margin: 0pt
)
#import "@preview/mitex:0.2.4": *

#mitex(`
E = m c^2
`)

The package mitex does a nice job on translating LaTeX text and equations.

@iagobaapellaniz iagobaapellaniz changed the title [Idea] Typst as LaTeX equation rendering engine [mitex package] Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant