scribble-math/src
Martin von Gagern 6bc7cd574f Split up groupType map in buildHTML and buildMathML code
Having long object literals containing the code is problematic.
It makes it difficult to add auxiliary functions or data close to the
function inside the map where it is needed.
Building the map in several steps, repeating the map name at each step,
avoids that problem since it makes the definitions independent from one
another, so anything can go between them.

This commit deliberately avoided reindenting existing code to match the new
surroundings.  That way it is easier to see where actual changes happen,
even when not performing a whitespace-ignoring diff.
2015-09-10 11:34:34 +02:00
..
buildCommon.js Adds MathML support for math font commands. 2015-08-30 17:24:04 -06:00
buildHTML.js Split up groupType map in buildHTML and buildMathML code 2015-09-10 11:34:34 +02:00
buildMathML.js Split up groupType map in buildHTML and buildMathML code 2015-09-10 11:34:34 +02:00
buildTree.js Adds MathML support for math font commands. 2015-08-30 17:24:04 -06:00
delimiter.js Provide more delimiters 2015-07-09 02:23:33 +02:00
domTree.js Add MathML rendering to improve accessibility 2015-03-01 18:33:20 -08:00
environments.js Add | column separators to arrays. 2015-08-28 08:50:42 -07:00
fontMetrics.js Add | column separators to arrays. 2015-08-28 08:50:42 -07:00
fontMetricsData.js Add missing semicolon at the end of fontMetricsData 2015-08-06 09:17:42 +01:00
functions.js Adds math commands, HTML rendering, and screenshotter tests. 2015-08-19 22:04:34 -06:00
Lexer.js Implement environments, for arrays and matrices in particular 2015-06-18 22:24:40 +02:00
mathMLTree.js Add MathML rendering to improve accessibility 2015-03-01 18:33:20 -08:00
Options.js Adds MathML support for math font commands. 2015-08-30 17:24:04 -06:00
parseData.js Implement environments, for arrays and matrices in particular 2015-06-18 22:24:40 +02:00
ParseError.js added position property to ParseError 2014-09-23 14:38:41 -06:00
Parser.js Rename breakOnUnsupportedCmds to throwOnError. 2015-09-01 16:51:03 -07:00
parseTree.js Add an optional settings argument to render calls 2015-02-19 15:26:57 -08:00
Settings.js Rename breakOnUnsupportedCmds to throwOnError. 2015-09-01 16:51:03 -07:00
Style.js Adds JSHint to the build system and tidies up code. 2014-10-01 21:28:46 -04:00
symbols.js Adds math commands, HTML rendering, and screenshotter tests. 2015-08-19 22:04:34 -06:00
utils.js Implement cases environment 2015-07-01 08:05:08 +02:00