Document mhchem \cf not supported (use \ce instead) (#2008)

* Document mhchem \cf not supported (use \ce instead)

* Mention \cf -> \ce in support table
This commit is contained in:
Erik Demaine
2019-07-05 02:02:09 -04:00
committed by Kevin Barabash
parent 2b83935064
commit f63733a35e
2 changed files with 4 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ This extension isn't part of core KaTeX, so the script should be separately incl
See the [mhchem Manual](https://mhchem.github.io/MathJax-mhchem/) for a full explanation of the input syntax, with working examples. The manual also includes a demonstration box.
Note that old versions of `mhchem.sty` used `\cf` for chemical formula and `\ce` for chemical equations, but `\cf` has been deprecated in place of `\ce`. This extension supports only `\ce`. You can define a macro mapping `\cf` to `\ce` if needed.
### Browser Support
This extension has been tested on Chrome, Firefox, Opera, and Edge.