Closed 404pnf closed 12 years ago
Output images now default to transparent backgrounds. You can run the tests. I have tested this under dvipng 1.14.
to provide more infomation
dvipng installed through apt
dvipng --version This is dvipng 1.14 Copyright 2002-2010 Jan-Ake Larsson dvipng 1.14 kpathsea version 5.0.0 Compiled with Freetype 2.4.4 Using libft 2.4.8 Copyright (C) 2002-2010 Jan-Ake Larsson. There is NO warranty. You may redistribute this software under the terms of the GNU Lesser General Public License version 3, see the COPYING file in the dvipng distribution or http://www.gnu.org/licenses/.
Ubuntu 12.04.1 LTS
Can you upload that actual generated data somewhere?
Also, verify that your -x is using the local latex.py and now your site-packages version (if it exists)
Sorry, I didn't put the latest version in the markdown extension folder.
I am stupid!
The new version already has the -bg Transparent options. Thank you!
Sorry for taking up your time!
Close issue.
This module rocks! And the solution is so simple (in regard to what user need to do) that at first I didn't get it because I didn't believe this could be my solution. :) How I was wrong!
After playing around with the module for a few days, I do have a question.
I added
to the dvipng cmd options in line 108 where it used to be
hoping to get what I want.
It didn't work.
How to get a math png with transparent background. The current background is white.
I want to do this because the final output is html and white background doesn't play well with some page background.
Thank you!