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..
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
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
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
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
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"))
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
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
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
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
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
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
12 matches
Mail list logo