Adds math commands, HTML rendering, and screenshotter tests.

This is part 2 of 3.  Part 1 added new fonts metrics.  Part 2 will add MathML support and unit tests.
This commit is contained in:
Kevin Barabash
2015-07-04 15:28:18 -06:00
committed by Kevin Barabash
parent f32d615813
commit fd2d58fd80
18 changed files with 338 additions and 34 deletions

View File

@@ -2514,6 +2514,17 @@ var symbols = {
font: "main",
group: "accent",
replace: "\u02d9"
},
"\\imath": {
font: "main",
group: "mathord",
replace: "\u0131"
},
"\\jmath": {
font: "main",
group: "mathord",
replace: "\u0237"
}
},
"text": {