Weird. Must be a problem with the mailing list... Bye, Michel
On 13 Aug., 01:40, Stuart Rackham <[email protected]> wrote: > On 12/08/11 22:49, Simon Ruderich wrote: > > > 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=92913c6ec78bef4e7f7... > > >> Cheers, Stuart > > > Hi, > > > The patch is missing a quote. The attached patch fixes it. > > Thanks for spotting that Simon, fixed in trunk: > > http://code.google.com/p/asciidoc/source/detail?r=9191d6a8a4d91793345... > > Cheers, Stuart > > > > > > > > > > > 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: -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
