Difference between revisions of "Main Page"

From iMath
Jump to: navigation, search
m
(Download and installation)
Line 28: Line 28:
 
* iMath 2.2.0 on Ubuntu 16.04 with LO 5.1 (must install from PPA)
 
* iMath 2.2.0 on Ubuntu 16.04 with LO 5.1 (must install from PPA)
 
* iMath 2.2.0 on Windows 7 Home 32bit with LO 5.3 and MS VC++ 2015 redist
 
* iMath 2.2.0 on Windows 7 Home 32bit with LO 5.3 and MS VC++ 2015 redist
 +
* iMath 2.2.0 on Windows 7 Home 32bit with AOO 4.1 and MS VC++ 2015 redist
 
* iMath 2.2.0 on Windows 7x64 with LO 5.2 and MS VC++ 2015 redist
 
* iMath 2.2.0 on Windows 7x64 with LO 5.2 and MS VC++ 2015 redist
 
* iMath 2.1.4 on Ubuntu 16.04 with LO 5.1 and libeqc 1.4.18
 
* iMath 2.1.4 on Ubuntu 16.04 with LO 5.1 and libeqc 1.4.18

Revision as of 19:52, 20 July 2017

iMath extension for LibreOffice

The iMath extension to LibreOffice (and Apache OpenOffice) enables numeric and symbolic calculations inside a Writer document. The development of iMath was prompted by a problem which I often encountered doing calculations in my profession as a mechanical engineer. I would first begin writing out the problem on paper, putting together the necessary equations, and then turn to a spreadsheet to do the actual calculations. iMath is meant to integrate this process in a single Office text document.

Contents

Download and installation

iMath can be downloaded from sourceforge. You might also want to have a look at the CompPad project, and CmathOOoCAS which adds symbolic capabilities to calc. Both of these projects appear to be unmaintained, though.

Up to version 2.1.4, iMath makes use of the EQC library. Linux users will have to install this first.

Windows users might need to install the Microsoft Visual C++ Redistributable Package (search for "vcredist" on the Microsoft website). Please make sure to choose matching versions according to the info below!

If your operating system can install .deb packages, have a look at my PPA. Note that if your system does not have libginac6 with a minimum version of 1.7.1, you must install from the PPA. In this case the required version of libginac6 will be installed as well.

Due to the OpenOffice/LibreOffice and Windows/Linux divide, sadly not everything works as it should. Known working configurations are:

  • iMath 2.2.0 on Ubuntu 16.04 with LO 5.1 (must install from PPA)
  • iMath 2.2.0 on Windows 7 Home 32bit with LO 5.3 and MS VC++ 2015 redist
  • iMath 2.2.0 on Windows 7 Home 32bit with AOO 4.1 and MS VC++ 2015 redist
  • iMath 2.2.0 on Windows 7x64 with LO 5.2 and MS VC++ 2015 redist
  • iMath 2.1.4 on Ubuntu 16.04 with LO 5.1 and libeqc 1.4.18
  • iMath 2.1.4 on Ubuntu 14.04 with LO 4.2 and libeqc 1.4.18 (Note: use the libginac2 .oxt package)
  • iMath 2.1.4 on Windows 7x64 with LO 5.1 and MS VC++ 2013 redist
  • iMath 2.1.4 on Windows 7x64 with AOO 4.1 and MS VC++ 2013 redist