emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Including SVG images in html document


From: Vladimir Lomov
Subject: [O] Including SVG images in html document
Date: Thu, 15 Mar 2012 21:55:57 +0900
User-agent: Mutt/1.5.21 (2010-09-15)

Hello,
according to org mode documentation it is possible to include SVG images
while exporting to Docbook, but is it possible to use them in html
export too?

Small example:

#+TITLE: Export to HTML with SVG image
#+AUTHOR: Vladimir Lomov

* SVG image in HTML document

#+name: gnuplot-img1
#+begin_src gnuplot :exports both
set term svg
set output "gnuplot-img1.svg"
plot [-pi:pi] sin(x)
#+end_src

The graph of \sin(x) function in range [-\pi;\pi]
[[file:gnuplot-img1.svg]]

---
WBR, Vladimir Lomov

-- 
No one can feel as helpless as the owner of a sick goldfish.



reply via email to

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