Embedding LaTeX content in a Flash animation

I would like to create a flash presentation for a web page. It will read the contents of files in LaTeX format and display the contents correctly. This would require calling the LaTeX compiler and generating the correct output every time the content in the latex files changes. How can i do this? Any other ideas around this?

+4
source share
2 answers

Here is a good example of this at http://www.flashandmath.com/basic/latex/index.html , which uses the LaTeXtoSWF library, from http://www.tlhiv.org/LaTeX2swf/

+6
source

You may be interested in my open source project http://sourceforge.net/projects/latex2flash/ .

Here is the blog site http://validi.fi/latex2flash

+1
source

All Articles