Tag Archives: maths

mts

A little thing I am hoping to integrate into this blog. It uses MediaWiki’s texvc to generate a PNG from an equation in LaTeX.
function mts {
tex=$(texvc /tmp $1 $2 iso-9559-1 | tr -d “\0″ |
sed -r ’s ^.(.{32}).* \1 ‘)
[...]

0
| 0 Comments - Leave A Response | Posted in software | Also tagged | Edit