Wrent / dokuwiki-plugin-latexit

Repository of DokuWiki plugin latexit, which allows to export multiple DokuWiki pages in single LaTeX file.
3 stars 8 forks source link

latexit plugin doesn't work with mathjax plugin #6

Closed yqu212 closed 10 years ago

yqu212 commented 10 years ago

Hi, I have installed both latexit and mathjax plugins. When I exported a passage with mathjax formulas, the latexit plugin has failed to export the formulas. It just omited all of them. And there is a warning that maybe relate to this problem. I got "Warning: array_shift() expects parameter 1 to be array, string given in E:\Kuaipan\atWork\DokuWikiStick\dokuwiki\lib\plugins\config\settings\config.class.php on line 91" at the dokuwiki config page after I had installed the latexit plugins. Can you help me?

britiger commented 10 years ago

I've found the error of the array_shift warning. There was an error in the metadata.php file see pullrequest #7

Wrent commented 10 years ago

Hello,

thank you britiger for fixing that.

However, the issue with mathjax was somewhere else. It should be fixed right now.