Skip to content
This repository has been archived by the owner on Dec 24, 2019. It is now read-only.

Latest commit

 

History

History
30 lines (24 loc) · 808 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 808 Bytes

Build Status Documentation Status

mathml-to-image-service

Requirements

  • python == 3.4

Installing prerequisites

sudo apt-get install librsvg2-bin phantomjs pngcrush imagemagick

Installing and running svgtex

git clone https://github.com/agrbin/svgtex.git
cd svgtex
phantomjs main.js

Usage:

pip install -r requirements.txt
python mathml_to_image_service/service.py

Running tests:

python -m unittest discover mathml_to_image_service