WordMat Changelog

What's new in WordMat 1.11

Feb 21, 2017
  • 100% translated to English
  • Several minor bugfixes
  • Latex template available from WordMat menu

New in WordMat 1.10 (Oct 9, 2015)

  • Support for Office 2016
  • GeoGebra updated
  • Bug removed: Backup setting was not stored
  • Undo now possible for all functions

New in WordMat 1.09 (May 18, 2015)

  • New automatic backup function
  • Table values used for regression now support math boxes with definitions etc.
  • Improvements to equation solver
  • English manual completed thanks to Bruno Fischer Colonimos
  • Bug fixes

New in WordMat 1.08 (Oct 28, 2014)

  • Support for GeoGebra 5
  • Fixed a bug affecting some Office 64-bit users

New in WordMat 1.07 (May 23, 2014)

  • A quick fix because scientific notation was broken in v. 1.06

New in WordMat 1.06 (May 20, 2014)

  • Equation solver:
  • In this version the equation solver has been thoroughly tested and improved, specially for systems of equations.
  • This is an ongoing process. For every release teachers and students send me equations that either can't be solved, are solved incorrectly or are missing solutions. The equation solver is then improved to accomodate these equations. The equations are kept for testing of future versions.
  • Equation solving in WordMat is done by Maxima, but the builtin solver is very weak, and does not support solving within real numbers. This means that the equation solver had to be programmed separately within Maxima. It is now quite good, capable of solving many complex equations.
  • Whenever the equation solver is changed, there is a chance it will cause problems for other equations. This was the case for version 1.05. Though it was improved in some areas, problems arose in others. Version 1.06 remedies these problems.
  • Please let me know if you locate any problems.
  • Spanish Translation:
  • WordMat is now almost completely translated into english and spanish. You can find an occasional danish sentence though.
  • Units:
  • Unit handling is now much smoother. Unit-support can be turned on/off without delay (alt+e), and equation solving is not impaired when units are turned on.
  • In previous versions Maxima loaded a unit-module whenever units where turned on. The only way to turn it of was to restart Maxima. This caused a delay for the user when units where turned off/on. WordMat now launches an extra Maxima-process for handling units. It only causes a slight delay when units are turned on the first time. All calculations are first handled by the non-unit maxima, and then passed for unit-conversion to the unit supporting maxima process.
  • Multiplication sign:
  • Mathematicians hate the star operator (*) which serves as a multiplication sign on computers.
  • Using WordMat you could insert a proper multiplication sign (cross or dot depending on setting) using the keyboard shortcut alt+g.
  • In this version the star operator is automatically converted to a dot or cross. No more need to use alt+g.
  • Equal signs:
  • WordMat can return results of calculations exact or numerically. Numeric results where always preceded by a ?. Whereas exact result where preceded by a =.
  • Now WordMat checks if the results are exact. Hence 2/5=0.4 not 2/5?0.4
  • WordMat is also less likely to return two identical results in auto-mode.
  • Latex:
  • WordMat can convert Math to Latex. Place the cursor in an equation and press alt+t to convert to Latex.
  • To convert all equations in a document + more check the symbols-menu.
  • The conversion accuracy has been improved a lot in the last two versions of WordMat. Basically because I need it to create Moodle questions.
  • With this version of WordMat it is now possible to create entire documents which resemble documents created using Latex. WordMat installs a Latex template which can be accessed when opening Word. The template should be available under 'user'. If you can't find it there you can open it manually from documents. It will be in a folder called 'Custom Office templates' (depending on your local language).
  • This is possible because WordMat installs Latex similar fonts
  • Latin Modern (LM Modern 12 in the font-chooser)
  • Latin Modern Math
  • Adds a similar bibliography style: Bibword (Choose IEEE)
  • Also the template adjust margins and turns on hyphenation etc.
  • In WordMat version 1.05 numbered equations where introduced (alt+m twice). These fit nicely in a Latex document.
  • Fonts:
  • When Microsoft released Office 2007 and the 'new' equation editor, only 1 font was supported - The Cambria Math font.
  • This caused some problems, because not all documents are set in calibri/cambria ;-) and it doesn't look good if the math are in a different font.
  • One solution was to convert all equations using MathType which can be set in any font.
  • However more compatible Math fonts are now emerging.
  • As described above there is now a Latin Modern Font available for Word, used to create Latex-documents.
  • WordMat also installs two other Math fonts:
  • STIX fonts
  • XITS fonts
  • Both of these are 'times new roman' like fonts designed for math.
  • The XITS-Font is an attempt to improve on the STIX-font.
  • Choose them from the font-chooser or set a default math-font using the following procedure:
  • Place the cursor in any math expression.
  • Click Design tab in the ribbon
  • Locate the group called 'functions' in the left side
  • Click the tiny arrow in the lower right hand corner
  • From the topmost dropdown list you can choose from the 4 available fonts
  • Cambria Math
  • Latin Modern Math
  • STIX Math
  • XITS Math

New in WordMat 1.05 (Feb 10, 2014)

  • Support for 64-bit version of Word 2013
  • Maxima upgraded to version 5.30.0
  • GeoGebra opgraded
  • A lot translated to english. There is still some that is only in danish
  • spanish translation by Igor Capetillo
  • New feauture: Automatic numbering af equations (check: 2 x alt+m, WordMat-menu|Insert equation, settings)
  • Polynomial regression now possible to any order
  • Regression of user defined function now possible
  • Latex-konverter improved a lot
  • Equation solver improved. (incl lambert W)
  • Differential equation solver improved (logistic, temp. defs)
  • double integrals now possible
  • Differential-Notation improved. Support for partial derivatives of higher order
  • Support for logarithms of all bases ex. log_2(8)=3
  • numeric equation solver now takes temp. defs. into account
  • bug: Transfer of greek symbols to GeoGebra did not work
  • Lots of minor improvement

New in WordMat 1.04 (May 20, 2013)

  • Chisquare-test now for any number of rows and columns
  • Small problem with Logistic differential equations solved.

New in WordMat 1.03 (Mar 25, 2013)

  • Support for Office 2013
  • GeoGebra og Graph updated
  • Chi2test improved
  • bugs removed