liffiton / dokuwiki-plugin-mathjax

MathJax plugin for DokuWiki
https://www.dokuwiki.org/plugin:mathjax
12 stars 11 forks source link

Mathjax display overlays onto table of contents. #26

Closed russkel closed 8 years ago

russkel commented 8 years ago

Hi,

I have noticed the plugin seems to conflict with the table of contents div, see screenshot:

screen shot 2016-03-28 at 12 37 56 pm

You are unable to click the links in the ToC under the mathjax display div. If I was competent in CSS I'd provide a patch, but alas.

Russ

liffiton commented 8 years ago

It looks like an easy workaround for this is to switch to a different renderer. Right click on any math in the page, and select "Math Settings > Math Renderer > Common HTML". This setting should persist.

The Common HTML renderer is newer and faster, as well, so I've been considering switching the plugin's default configuration over to use it, anyway. I'll leave this issue open until either I make that switch or find another fix. Please let me know if the workaround works for you, though.

russkel commented 8 years ago

Excellent. Thanks for the help.