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

2013-07-15 Thread Nicolas Goaziou
Hello, Feng Shu tuma...@gmail.com 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]

[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.

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 tuma...@gmail.com 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

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

2013-07-14 Thread Nicolas Goaziou
Hello, feng shu tuma...@gmail.com 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

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

2013-07-14 Thread Nicolas Goaziou
Correcting myself: Nicolas Goaziou n.goaz...@gmail.com writes: feng shu tuma...@gmail.com writes: (unless (and (org-check-external-command latex t) -(org-check-external-command dvipng t)) +(org-check-external-command dvipng t) +

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

2013-07-14 Thread Feng Shu
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, feng shu tuma...@gmail.com 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:

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 tuma...@gmail.com 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. *