Math/db
Moritz Schubotz d8822169ab
Mathoid CLI interface
Renders formulae via mathoid without to run mathoid as a service.
Mathoid 0.7.1 or later must be installed locally and configured to be
accessed directly from the math extension. It has been tested with the
config.dev.yaml of version 0.7.1. If mathoid is installed in
'/srv/mathoid' the following line might be added to LocalSettings.php
$wgMathoidCli = ['/srv/mathoid/cli.js', '-c', '/srv/mathoid/config.dev.yaml'];
i.e., make sure to specify the -c parameter with an absolute path.
In addition mathoid uses more memory than the the default. With
the config.dev.yaml a value of
$wgMaxShellMemory = 2097152;
has been tested to work well.

Change-Id: I0600f056d21927963267cf979d342e313419e9fa
2018-02-21 20:29:20 +01:00
..
patches Mathoid CLI interface 2018-02-21 20:29:20 +01:00
math.mssql.sql Breaking the 'math' table setup out to Math extension. Should be the last main step in extension-ification of the math options! 2011-04-22 21:37:16 +00:00
math.mysql.sql Improve mathtable 2014-05-21 08:48:34 +00:00
math.oracle.sql Breaking the 'math' table setup out to Math extension. Should be the last main step in extension-ification of the math options! 2011-04-22 21:37:16 +00:00
math.postgres.sql Improve mathtable 2014-05-21 08:48:34 +00:00
math.sqlite.sql Improve mathtable 2014-05-21 08:48:34 +00:00
mathlatexml.mysql.sql Increase size of the math_mathml in the mathlatexml table 2014-11-18 12:42:27 +01:00
mathlatexml.postgres.sql Improve mathtable 2014-05-21 08:48:34 +00:00
mathlatexml.sqlite.sql Improve mathtable 2014-05-21 08:48:34 +00:00
mathoid.mysql.sql Mathoid CLI interface 2018-02-21 20:29:20 +01:00
mathoid.postgres.sql Mathoid CLI interface 2018-02-21 20:29:20 +01:00
mathoid.sqlite.sql Mathoid CLI interface 2018-02-21 20:29:20 +01:00