joao-vitor-sr / hilbert

A little script that transform a tex equation into a svg/png

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hilbert

A little script that transform a tex equation into a svg/png

Installation

You can either, run install.sh, or move the hilbert script to your $PATH, and move ./template.tex to $XDG_DATA_HOME/hilbert/template.tex

Usage

execute the hilbert script with the equation file (on a tex f ormat), as the argument:

hilbert ./equation.tex as an example of the equation file

\begin{align*} A = \begin{bmatrix} a_1 & a_2 \end{bmatrix} \end{align*}

About

A little script that transform a tex equation into a svg/png

License:Apache License 2.0


Languages

Language:Shell 68.5%Language:TeX 31.5%