Skip to content

Releases: juliendelplanque/mathex

0.3

19 Oct 17:59

Choose a tag to compare

  • Now uses visitor design pattern to generate LaTeX source code from Mathex objects.
  • Added the possibility to specify package to include using \usepackage in the preamble of the LaTeX document.
  • Added possibility to load all extensions using
MLoader loadAll.
  • Refactored class hierarchy.
  • Added MExists (\exists) and MForall (\forall) objects to Mathex package.
  • Added some AMS LaTeX commands in the package Mathex-AMS.

0.2

27 Sep 15:42

Choose a tag to compare

0.2
  • Made preview in GT-Inspector asynchronous.
  • Improved LaTeX code generated for compilation.
  • Mathex Rewriter is now loadable using 'MLoader loadRewriter'.
  • Removed greek letters globals, replaced them by #symbol asMathex.
  • Added some tests.
  • Some more refactoring.

0.1

20 Sep 16:44

Choose a tag to compare

0.1

This is the first release of Mathex!

Please read the README and the wiki to learn how to use Mathex.