ox-latex: support SVG images
commit0cef5b63eb67b9665221df77929fe154e0343253
authorAaron Ecay <aaronecay@gmail.com>
Sat, 27 Jul 2013 06:24:38 +0000 (27 02:24 -0400)
committerAaron Ecay <aaronecay@gmail.com>
Sat, 27 Jul 2013 06:24:38 +0000 (27 02:24 -0400)
tree15114f6862399580dfd5240c997d63d98896f67a
parent46d05e4d08823614e702178353444e23a513b24d
ox-latex: support SVG images

* lisp/ox-latex.el (org-latex-inline-image-rules): add "svg" to
supported filetypes.
(org-latex--inline-image): implement the appropriate code for including
SVG files.

This relies on the "svg" LaTeX package (http://www.ctan.org/pkg/svg)
lisp/ox-latex.el