emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Add LaTeX to SVG support to org-mode


From: Suvayu Ali
Subject: Re: [O] Add LaTeX to SVG support to org-mode
Date: Mon, 15 Jun 2015 20:32:40 +0200
User-agent: Mutt/1.5.23.1 (2014-03-12)

Hi Adam,

As others mentioned, diffs are easier to work with.  Please see the
instructions on the how to contribute page on Worg.

That said, if you do not want to checkout the latest Org (the version
you sent looks like a version that was shipped with Emacs).  You can
still generate a diff.  Copy the original somewhere, and then edit the
copy.  Once done editing, you can generate a diff like this:

$ diff -u /path/to/original/org.el /path/to/edited/org.el > org.el.diff

If you then send the org.el.diff file, people would be happy to look at
it and help you get to a good solution.

Hope this email ecourages you to put in the extra effort :).

Cheers,


On Sat, Jun 13, 2015 at 06:45:51PM +0200, Adam Sneller wrote:
> 
> Out of the box, emacs supports two methods for rendering LaTeX previews in 
> orgmode: dvipng and imagemagick. I want to add a third method, using dvisvgm. 
> I have modified the org.el file to add org-create-formula-image-with-dvisvg. 
> Everything seems to work fine, except that orgmode is unable to find the SVG 
> file and errors "Failed to create svg file from ...". But the file it is 
> looking for does exist.
> 
> Any ideas?

-- 
Suvayu

Open source is the future. It sets us free.



reply via email to

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