[Plugin: wp-mpdf] wp-latex support
-
Hi,
as I mentioned in other thread wp-mpdf plugin had problems with wp-latex equations converted to images
example: http://posterus.sk/incorrect.pdf (black boxes at 2 page or later)
problem was in entities inside src attribute of img tag, by adding
$srcpath = html_entity_decode($srcpath);on line 16271inside /wp-mpdf/mpdf/mpdf.php will fix this bug as you can see here:
http://posterus.sk/correct.pdf
this solution comes from my student Mário Kašuba so all credits should go to him 🙂
The topic ‘[Plugin: wp-mpdf] wp-latex support’ is closed to new replies.