Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement a service that can output formula with tex parameters?

Tags:

php

image

tex

Is there some open source project I can refer to?

I'm using PHP.

Anyone knows?

like image 822
user198729 Avatar asked Nov 16 '25 07:11

user198729


2 Answers

I've tried about half a dozen of the available solutions. The best I've seen is QuickLaTeX which has a WordPress plugin which could easily be adapted to other platforms. It has better vertical alignment than the other solutions. There is a list of most of the available solutions at http://sixthform.info/steve/wordpress/?p=59

like image 173
Rob Hyndman Avatar answered Nov 18 '25 20:11

Rob Hyndman


It looks like LatexRender might do what you want.

like image 21
Dominic Rodger Avatar answered Nov 18 '25 21:11

Dominic Rodger