emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Mathjax vs. problems with imagemagick


From: Joseph Vidal-Rosset
Subject: Re: [O] Mathjax vs. problems with imagemagick
Date: Tue, 8 Jul 2014 15:44:37 +0200

Hello Nick, hello everybody,

I have finally got the solution.

I have put again in my init.el  the code from the page  http://orgmode.org/worg/org-tutorials/org-latex-preview.html , i.e.

(setq org-latex-listings 'minted) (require 'ox-latex) (add-to-list 'org-latex-packages-alist '("" "minted"))


and I have added this one foiunded on the web (I do not remind where exactly):


;; Let the exporter use the -shell-escape option to let latex
;; execute external programs.
;; This obviously and can be dangerous to activate!
(setq org-latex-pdf-process
      '("xelatex -shell-escape -interaction nonstopmode -output-directory %o %f"))


Now it works. But I do not know really why.

Best wishes,

Jo.



2014-07-08 15:04 GMT+02:00 Joseph Vidal-Rosset <address@hidden>:

2014-07-08 15:01 GMT+02:00 Joseph Vidal-Rosset <address@hidden>:

That's strange because it works well with LaTeX export and even with
latex-preview-image and org-htmlize. This image of implication
elimination rule in my gnus-message should be nice:

\begin{prooftree}
\AxiomC{$A \to B$}
\AxiomC{$A$}
\RightLabel{\scriptsize{$\to E$}}
\BinaryInfC{$B$}
\end{prooftree}



No. I see  now the image in my browser, it is not nice at all... I do not understand why. :(

Jo.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]