# Is MathJax really not working?

**URL:** https://meta.discourse.org/t/is-mathjax-really-not-working/37653
**Category:** Support
**Created:** [8 januari 2016 om 19:43 UTC](https://meta.discourse.org/t/is-mathjax-really-not-working/37653 "2016-01-08T19:43:06Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mcmcclur](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mcmcclur/32/115456_2.png) [@mcmcclur](https://meta.discourse.org/u/mcmcclur)
#### Post date: [8 januari 2016 om 19:43 UTC](https://meta.discourse.org/t/is-mathjax-really-not-working/37653/1 "2016-01-08T19:43:06Z")

</div>

What’s up with MathJax? The [MathJax plugin announcement here on meta](https://meta.discourse.org/t/mathjax-plugin-supports-math-notation-using-latex/12826) indicates that it’s broken on the latest version of discourse. The edit history indicates that was months ago, though. Is there any way to get it working?

I’ve tried the [standard install](https://meta.discourse.org/t/142537?silent=true). Thus, my app.yml file has the following lines in the hooks section:

```
hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/kasperpeulen/discourse-mathjax.git

```

The MathJax plugin appears on my list of plugins but is unselectable, as you can see:

 ![](https://global.discourse-cdn.com/meta/original/3X/8/2/821aa4050bae724860e0a2be811a93bc1f238cae.png)

The plugins console says that MathJax is enabled, at least, but it doesn’t seem to be working on my site.

---

<div class="post-metadata">

### Author: ![mcmcclur](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mcmcclur/32/115456_2.png) [@mcmcclur](https://meta.discourse.org/u/mcmcclur)
#### Post date: [8 januari 2016 om 19:49 UTC](https://meta.discourse.org/t/is-mathjax-really-not-working/37653/2 "2016-01-08T19:49:37Z")

</div>

Got it: After clicking on Change Setting → MathJax Plugin, I found the “Enable MathJax plugin” checkbox was not checked.

Sorry for the noise!

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [8 januari 2016 om 20:05 UTC](https://meta.discourse.org/t/is-mathjax-really-not-working/37653/3 "2016-01-08T20:05:57Z")

</div>


