diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4bccef305..107f7419a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -205,7 +205,7 @@ Ross Brown Lukas Sommer Niclas Heinz Omar Kohl - +David Elizalde ******************** The text of the 3 clause BSD license follows: diff --git a/ts/mathjax/index.ts b/ts/mathjax/index.ts index bcfb2b6a0..b31738e89 100644 --- a/ts/mathjax/index.ts +++ b/ts/mathjax/index.ts @@ -3,7 +3,7 @@ /// -const packages = ["noerrors", "mathtools", "mhchem"]; +const packages = ["noerrors", "mathtools"]; function packagesForLoading(packages: string[]): string[] { return packages.map((value: string): string => `[tex]/${value}`);