Implement LaTeX rendering in new server
See Issue #2639 (closed).
TODO list
-
switch the legacy server to use POST (b/c django cannot accept data on GETs, Issue #2371 (closed)). -
call the texFragment method -
return a file object or the raw bytes or something. - this is the part to be figured out!
Edited by Colin Macdonald