Skip to content

Commit

Permalink
\definecolor is unknown
Browse files Browse the repository at this point in the history
Explicitly load color module.

See also
mathjax/MathJax-node#307

Change-Id: I0c051ceff40afbc2a63cd66ad8f8a14358daeb2a
  • Loading branch information
physikerwelt committed Mar 22, 2017
1 parent 71175cc commit 16f6c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function initApp(options) {
app.use(bodyParser.urlencoded({extended: true}));

mjAPI.config({
extensions: "mediawiki-texvc.js, mhchem.js",
extensions: "TeX/color,TeX/mediawiki-texvc,TeX/mhchem",
MathJax: {
menuSettings: {semantics: true},
SVG: {font: "TeX"},
Expand Down

0 comments on commit 16f6c6b

Please sign in to comment.