|
|
|
|
|
by exDM69
3555 days ago
|
|
I've got a project where it would be really nice to plot some math formulae with *TeX typesetting and then outputting raster or vector data in memory (to be rendered in a graphics engine). Do you think such a thing would be possible with LuaTeX? I did glance over the article you linked and it's showing that it works pretty nicely for basic text, but can anyone shed some light if this works nicely for outputting equations, etc? |
|
Depending on your need, LuaTeX can be quite fast. I have a project where I use a non-optimized version of LuaTeX to have a 'live' preview of a web form. It takes less than 1/2 second to run LuaTeX, generate a bitmap from the PDF and push it to the user. In most cases this will be too slow, but for me this was a good solution.