]> git.lyx.org Git - features.git/commit
Support for exporting math as images with XHTML. The next step is to
authorRichard Heck <rgheck@comcast.net>
Wed, 21 Jul 2010 13:19:52 +0000 (13:19 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 21 Jul 2010 13:19:52 +0000 (13:19 +0000)
commitb8d43b05bc8411ae6dd347f40669b0c4a9a0d1ee
tree433f570bbcfc55e56754853c326f62503c2b6885
parent096cf9f2e85ace276306e36ea74f5a081367689a
Support for exporting math as images with XHTML. The next step is to
allow this as a fallback. E.g., if we're unable to export as MathML,
then we try to export as an image.

There are several ways, I am sure, in which this implementation is not
ideal.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34993 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp
src/Buffer.h
src/graphics/PreviewImage.cpp
src/graphics/PreviewImage.h
src/graphics/PreviewLoader.cpp
src/graphics/PreviewLoader.h
src/insets/RenderPreview.cpp
src/insets/RenderPreview.h
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathHull.h