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
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
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
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
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
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
Previewing and exporting latex fragments with imagemagick has been broken
when new export system merged. This is the fix patch.