You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET /m/#{encoded equation}.png where equation is a Base64 for URL (+ to -, / to _) encoded LaTeX equation (e.g. [equation].pack('m').tr('+/','-_').strip)
Some configuration at the top of amathema.rb, self explanatory.
Default is listening on port 2804, localhost only.
Only expose this to untrusted input if you trust your latex setup (in particular check the shell_execute and input/ouput file options of your tex distribution).