Hi there, I just test the project on Mac OSX 10.9, it works very well.
The only problem is that tex.pool is not found under tex/, maybe it should be moved from web/ to tex/, otherwise the program utters:
$ ./a.out test.tex
! I can't read tex.pool.
I want to port this to iOS and Android so that I can compile TeX scripts to get some images of formula. So I need to convert the .dvi files to .png or .svg, I'm currently investigating dvisvgm and dvipng, do you know any other better options?
Thanks.
Hi there, I just test the project on Mac OSX 10.9, it works very well.
The only problem is that
tex.poolis not found undertex/, maybe it should be moved fromweb/totex/, otherwise the program utters:I want to port this to iOS and Android so that I can compile TeX scripts to get some images of formula. So I need to convert the
.dvifiles to.pngor.svg, I'm currently investigating dvisvgm and dvipng, do you know any other better options?Thanks.