FAQ

Supported MathML versions

JEuclid has built-in support for:

You may load either an XML file (.xml, .mml) or an OpenDocument Formula file (.odf) directly in all JEuclid applications.

Available image formats

What output image types are supported?

This depends on the version of Java you are using. All image types supported by ImageIO are supported in JEuclid by default.

Additional Image plugins will be picked up from the classpath. The full distribution includes FreeHEP and Batik.

  • JPEG (always)
  • PNG (always)
  • BMP (always)
  • WBMP (always)
  • GIF ( > JDK 1.6, or with FreepHEP)
  • SVG (with Batik)
  • EMF (with FreeHep)
  • PDF (with FreeHep)
  • PS (with FreeHep)
  • SWF (with FreeHep)

How can I add support for more image types?

By adding any ImageIO compatible plugin to your classpath. An example is