move metrics to katex-fonts submodule (#1134)

* move metrics to katex-fonts submodule

* update katex-fonts submodule

* update katex-fonts submodule after pulling down changes
This commit is contained in:
Kevin Barabash
2018-02-11 16:36:13 -05:00
committed by GitHub
parent 3f69de5036
commit 9b2101f6b4
10 changed files with 3 additions and 3898 deletions

View File

@@ -88,7 +88,7 @@ const sigmasAndXis = {
// metrics, including height, depth, italic correction, and skew (kern from the
// character to the corresponding \skewchar)
// This map is generated via `make metrics`. It should not be changed manually.
import metricMap from "./fontMetricsData";
import metricMap from "../submodules/katex-fonts/fontMetricsData";
// These are very rough approximations. We default to Times New Roman which
// should have Latin-1 and Cyrillic characters, but may not depending on the

File diff suppressed because it is too large Load Diff

View File

@@ -4,7 +4,7 @@
* This can be used to define some commands in terms of others.
*/
import fontMetricsData from "./fontMetricsData";
import fontMetricsData from "../submodules/katex-fonts/fontMetricsData";
import symbols from "./symbols";
import utils from "./utils";
import {Token} from "./Token";