Skip to main content

A script to convert LaTeX snippets to SVG

Project description

tex2svg

pip3 install tex2svg

A simple program to convert a LaTeX equations to SVGs.

# for "inline mode" LaTeX
echo "x^2" | tex2svg > x2.svg 

# for "block" LaTeX
echo "x^2" | tex2svg --block > x2.svg

Depends on pdflatex, pdfcrop, pdf2svg, and svgo. On Arch Linux, you can install these with:

sudo pacman -S pdf2svg texlive-most npm
sudo npm install -g svgo

This program automatically caches outputs. The cache is stored in ~/.tex2svg.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tex2svg-0.0.2.tar.gz (25.9 kB view hashes)

Uploaded Source

Built Distribution

tex2svg-0.0.2-py3-none-any.whl (27.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page