Modify ↓
Opened 14 years ago
Closed 11 years ago
#9762 closed defect (fixed)
MathJax now requires added querystring for default setting
| Reported by: | tsukhani | Owned by: | Kamil Kisiel |
|---|---|---|---|
| Priority: | high | Component: | TracMathJaxPlugin |
| Severity: | major | Keywords: | |
| Cc: | Trac Release: | 0.12 |
Description (last modified by )
The newer version of the MathJax library now requires that a querystring be appended to MathJax.js so that the script tag looks like this:
script type="text/javascript" src="MathJax.js?config=default"></script>
Can the plugin be amended accordingly?
Attachments (0)
Change History (3)
comment:1 Changed 13 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 11 years ago by
| Description: | modified (diff) |
|---|
comment:3 Changed 11 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
The current version includes a query string (though more specific than the default).
Note: See
TracTickets for help on using
tickets.



I recently pushed a new version of the plugin (not yet tagged as a release) to https://bitbucket.org/kisielk/tracmathjaxplugin/changeset/7f4e31322263
Can you check out a copy of the repo and give it a try?