DUO Labs
DUO Labs

Reputation: 159

How to convert LaTeX code to SVG code or SVG file with python without requiring an internet connection?

I want to be able to take a line of LaTeX code and turn it into SVG code, or (even better) an actual SVG file. However, the kicker here is that I don't want to require that I have an internet connection-- I am willing to have to download a LaTeX distribution (like MiKTeX). I am on Windows 10.

Upvotes: 0

Views: 763

Answers (1)

Mustafa Quraish
Mustafa Quraish

Reputation: 694

You can use this library (which is a wrapper around dvisvgm)

Upvotes: 2

Related Questions