From 1bdd7f706f99a95c34faedb2b0dd291d22fbbf75 Mon Sep 17 00:00:00 2001 From: David Elizalde Date: Thu, 9 Jan 2025 05:24:39 -0600 Subject: [PATCH] Issue 2563 - remove mhchem (#3705) * Issue 2563 - remove mhchem * Update CONTRIBUTORS --- CONTRIBUTORS | 2 +- ts/mathjax/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}`);