Issue 2563 - remove mhchem (#3705)

* Issue 2563 - remove mhchem

* Update CONTRIBUTORS
This commit is contained in:
David Elizalde 2025-01-09 05:24:39 -06:00 committed by GitHub
parent 59391e96fb
commit 1bdd7f706f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -205,7 +205,7 @@ Ross Brown <rbrownwsws@googlemail.com>
Lukas Sommer <sommerluk@gmail.com>
Niclas Heinz <nheinz@hpost.net>
Omar Kohl <omarkohl@posteo.net>
David Elizalde <david.elizalde.r.a@gmail.com>
********************
The text of the 3 clause BSD license follows:

View file

@ -3,7 +3,7 @@
/// <reference types="./mathjax-types" />
const packages = ["noerrors", "mathtools", "mhchem"];
const packages = ["noerrors", "mathtools"];
function packagesForLoading(packages: string[]): string[] {
return packages.map((value: string): string => `[tex]/${value}`);