On Fri, Aug 12, 2011 at 09:55:49AM +1200, Stuart Rackham wrote: > Thanks Michel, I've applied your patch to the trunk: > > http://code.google.com/p/asciidoc/source/detail?r=92913c6ec78bef4e7f73883b7e8947964b4aedf1 > > Cheers, Stuart
Hi,
The patch is missing a quote. The attached patch fixes it.
Regards,
Simon
---
filters/latex/latex2png.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/filters/latex/latex2png.py b/filters/latex/latex2png.py
index 843266c..bbafdd2 100755
--- a/filters/latex/latex2png.py
+++ b/filters/latex/latex2png.py
@@ -142,7 +142,7 @@ def latex2png(infile, outfile, dpi, modified):
cmd = 'dvipng'
if dpi:
cmd += ' -D %s' % dpi
- cmd += ' -T tight -x 1000 -z 9 -bg Transparent --truecolor -o "%s" "%s
' \
+ cmd += ' -T tight -x 1000 -z 9 -bg Transparent --truecolor -o "%s"
"%s" ' \
% (outfile,dvifile)
run(cmd)
finally:
--
1.7.6
--
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9
pgpSJVl4P6Y0U.pgp
Description: PGP signature
