Re: [O] [PATCH] bugfix: fix previewing latex fragments with imagemagick

2013-07-15 Thread Nicolas Goaziou
Hello, Feng Shu writes: > This is version 2, Thanks for the update. It looks mostly good. I have just one question about it. > \\usepackage[usenames]{color} > \\usepackage{amsmath} > \\usepackage[mathscr]{eucal} > -\\pagestyle{empty} % do not remove > \[PACKAGES] > \[DEFAULT-P

Re: [O] [PATCH] bugfix: fix previewing latex fragments with imagemagick

2013-07-14 Thread Feng Shu
This is version 2, >From 1ea9620cd3051cb982a4fb7ddb6f8a68fd0df4a6 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Sun, 14 Jul 2013 14:18:53 +0800 Subject: [PATCH] Fix generating LaTeX formula images * lisp/ox-odt.el (org-odt--translate-latex-fragments): Fix imagemagick support. * lisp/ox-html.el

Re: [O] [PATCH] bugfix: fix previewing latex fragments with imagemagick

2013-07-14 Thread Feng Shu
Nicolas Goaziou writes: > Hello, > > feng shu writes: > >> Previewing and exporting latex fragments with imagemagick has been broken >> when new export system merged. This is the fix patch. > > Thanks for the patch. Here are a few comments. > >> Subject: [PATCH] bugfix: fix generating formula i

Re: [O] [PATCH] bugfix: fix previewing latex fragments with imagemagick

2013-07-14 Thread Nicolas Goaziou
Correcting myself: Nicolas Goaziou writes: > > feng shu writes: > >> (unless (and (org-check-external-command "latex" "" t) >> -(org-check-external-command "dvipng" "" t)) >> +(org-check-external-command "dvipng" "" t) >> +(org-check-extern

Re: [O] [PATCH] bugfix: fix previewing latex fragments with imagemagick

2013-07-14 Thread Nicolas Goaziou
Hello, feng shu writes: > Previewing and exporting latex fragments with imagemagick has been broken > when new export system merged. This is the fix patch. Thanks for the patch. Here are a few comments. > Subject: [PATCH] bugfix: fix generating formula image with imagemagick when > previewin

Re: [O] [PATCH] bugfix: fix previewing latex fragments with imagemagick

2013-07-14 Thread feng shu
On Sun, Jul 14, 2013 at 3:02 PM, feng shu wrote: > Previewing and exporting latex fragments with imagemagick has been broken > when new export system merged. This is the fix patch. > 0001-bugfix-fix-generating-formula-image-with-imagemagick.patch Description: Binary data

[O] [PATCH] bugfix: fix previewing latex fragments with imagemagick

2013-07-14 Thread feng shu
Previewing and exporting latex fragments with imagemagick has been broken when new export system merged. This is the fix patch.