KaTeX/src
Martin von Gagern d26a67f220 Avoid non-determinisms related to font metric generation
We had some duplicate mappings in mappings to start with.  Now we have some
code to complain loudly about these, and all currently existing duplicates
have been dealt with.

We also had a problem where in some Python dict, existing stuff was using
strings as keys while new data would use numeric indices, thus not
overwriting the previous value.  Now we always use strings as keys.

Along the road, the italic dotless i and j symbols were changed
so that they now are taken from cmmi10 instead of cmti10.
2015-07-10 14:30:42 +02:00
..
buildCommon.js Add MathML rendering to improve accessibility 2015-03-01 18:33:20 -08:00
buildHTML.js Improve horizontal spacing of fractions 2015-07-07 10:03:34 +02:00
buildMathML.js Implement environments, for arrays and matrices in particular 2015-06-18 22:24:40 +02:00
buildTree.js Add MathML rendering to improve accessibility 2015-03-01 18:33:20 -08:00
delimiter.js Simplify stacked delimiters 2015-06-18 22:24:40 +02:00
domTree.js Add MathML rendering to improve accessibility 2015-03-01 18:33:20 -08:00
environments.js Implement Bmatrix environment 2015-07-08 22:47:22 +02:00
fontMetrics.js Save auto-generated font metrics data to separate JSON file 2015-07-10 14:30:41 +02:00
fontMetricsData.json Avoid non-determinisms related to font metric generation 2015-07-10 14:30:42 +02:00
functions.js Implement environments, for arrays and matrices in particular 2015-06-18 22:24:40 +02: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 Added new exercise colors as macros 2015-05-26 19:07:51 -07: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 Implement environments, for arrays and matrices in particular 2015-06-18 22:24:40 +02:00
parseTree.js Add an optional settings argument to render calls 2015-02-19 15:26:57 -08:00
Settings.js Add an optional settings argument to render calls 2015-02-19 15:26:57 -08:00
Style.js Adds JSHint to the build system and tidies up code. 2014-10-01 21:28:46 -04:00
symbols.js Add two AMS symbols: checkmark and circledR 2015-07-01 01:57:57 -06:00
utils.js Implement cases environment 2015-07-01 08:05:08 +02:00