Re: [O] Math formatting in HTML export - The Org Manual

2014-10-15 Thread Eric S Fraga
On Wednesday, 15 Oct 2014 at 07:59, Joseph Vidal-Rosset wrote: [...] > Yes, I'm using precisely org-mime-htmlize with gnus when want to send > messages with png images. But with minted in my setup (to export correctly > html), the preview function does not work and then org-mime-htmlize > fails..

Re: [O] Math formatting in HTML export - The Org Manual

2014-10-14 Thread Joseph Vidal-Rosset
2014-10-14 21:09 GMT+02:00 Eric S Fraga : > > But now it does not work in my Gnus if I want to include some png images > of > > proofs... I have to deleted these "dangerous lines"... > > Sorry, I missed this the first time around. What does gnus have to do > with this? You were talking about exp

Re: [O] Math formatting in HTML export - The Org Manual

2014-10-14 Thread Joseph Vidal-Rosset
2014-10-14 19:51 GMT+02:00 Nick Dokos : > I don't know why you need minted (I have not followed the conversation), > but to use minted you *need* -shell-escape: minted requires running an > external program (pygments), but tex does not like doing that for > security reasons - the -shell-escape opt

Re: [O] Math formatting in HTML export - The Org Manual

2014-10-14 Thread Eric S Fraga
On Tuesday, 14 Oct 2014 at 19:23, Joseph Vidal-Rosset wrote: [...] > But now it does not work in my Gnus if I want to include some png images of > proofs... I have to deleted these "dangerous lines"... Sorry, I missed this the first time around. What does gnus have to do with this? You were ta

Re: [O] Math formatting in HTML export - The Org Manual

2014-10-14 Thread Nick Dokos
Joseph Vidal-Rosset writes: > Thanks Eric. > > I have tested this solution that works with imagemagick and html export. I > have added these lines in my init.el : > > ; Include the latex-exporter > (require 'ox-latex) > ;; Add minted to the defaults packages to include when exporting. > ;(add-to

Re: [O] Math formatting in HTML export - The Org Manual

2014-10-14 Thread Joseph Vidal-Rosset
Thanks Eric. I have tested this solution that works with imagemagick and html export. I have added these lines in my init.el : ; Include the latex-exporter (require 'ox-latex) ;; Add minted to the defaults packages to include when exporting. ;(add-to-list 'org-latex-packages-alist '("" "minted"))

Re: [O] Math formatting in HTML export - The Org Manual

2014-10-14 Thread Eric S Fraga
Have a look at the following variable and note the SNIPPET argument: ,[ C-h v org-latex-packages-alist RET ] | org-latex-packages-alist is a variable defined in `org.el'. | Its value is (("" "xcolor") | ("" "tikz") | ("" "listings") | ("version=3" "mhchem") | ("" "amsmath" t)) | | Origina

Re: [O] Math formatting in HTML export - The Org Manual

2014-10-13 Thread Joseph Vidal-Rosset
Le lun. 13 oct. 2014 à 01:45:28 , Eric S Fraga a envoyé ce message: > On Monday, 13 Oct 2014 at 09:45, Joseph Vidal-Rosset wrote: > > [...] > >> Here is a minimal document as example >> >> #+OPTIONS: tex:imagemagick >> #+TITLE: Minimal logic >> >> #+AUTHOR: Joseph Vidal-Rosset >> >> \begin{equ

Re: [O] Math formatting in HTML export - The Org Manual

2014-10-13 Thread Eric S Fraga
On Monday, 13 Oct 2014 at 09:45, Joseph Vidal-Rosset wrote: [...] > Here is a minimal document as example > > #+OPTIONS: tex:imagemagick > #+TITLE: Minimal logic > > #+AUTHOR: Joseph Vidal-Rosset > > \begin{equation} > \neg A \to (A \to B) > \end{equation} This works perfectly fine for me with b

Re: [O] Math formatting in HTML export - The Org Manual

2014-10-13 Thread Joseph Vidal-Rosset
Thanks for your reply. 2014-10-13 2:45 GMT+02:00 Grant Rettke : > What version of Emacs and org mode are you using? > GNU Emacs 24.3.1 > What is your configuration? > I'm using org from Elpa. OS: At the moment Xubuntu 14.04 , but the same problem occurred with Debian testing. > > What acti

Re: [O] Math formatting in HTML export - The Org Manual

2014-10-12 Thread Grant Rettke
What version of Emacs and org mode are you using? What is your configuration? What action did you perform on what document? What did you want and expect to have happen with that action? What happened instead? On Sun, Oct 12, 2014 at 3:17 AM, Joseph Vidal-Rosset wrote: > http://orgmode.org/man

[O] Math formatting in HTML export - The Org Manual

2014-10-12 Thread Joseph Vidal-Rosset
http://orgmode.org/manual/Math-formatting-in-HTML-export.html Hello the list, Unfortunately, I do not know how to use Mathjax in order to convert any mathematical symbol or any proof in html. Therefore the only solution that I see is to use imagemagick. But the line #+OPTIONS: tex:imagemagick