Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhchem committed Feb 22, 2018
1 parent 877aa78 commit a274850
Show file tree
Hide file tree
Showing 4 changed files with 339 additions and 376 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MathJax/mhchem Extension 3.2
# MathJax/mhchem Extension 3.3

mhchem 3.2 is a 3rd-party extension to MathJax for typesetting chemical equations.
mhchem 3.3 is a 3rd-party extension to MathJax for typesetting chemical equations.


## Usage
Expand All @@ -13,15 +13,19 @@ mhchem 3.2 is a 3rd-party extension to MathJax for typesetting chemical equation
[The manual (including a live test drive)](https://mhchem.github.io/MathJax-mhchem/)


## Using the MathJax CDN
## Using cdnjs

For information on how to load the extension and make the `\ce` command available,
see the [official MathJax docs](http://docs.mathjax.org/en/latest/configuration.html#using-in-line-configuration-options).
In short, use this config:

TeX: {
extensions: ["[Contrib]/mhchem/mhchem.js"]
}
MathJax.Ajax.config.path["mhchem"] =
"https://cdnjs.cloudflare.com/ajax/libs/mathjax-mhchem/3.3.0";
MathJax.Hub.Config({
TeX: {
extensions: ["[mhchem]/mhchem.js"]
}
});

## Changes of v3.0.x (when compared to v2.6.0 "legacy: true")

Expand Down
Loading

0 comments on commit a274850

Please sign in to comment.