emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] The patch (org-exp-blocks), the question and the bug


From: Nicolas Goaziou
Subject: Re: [Orgmode] The patch (org-exp-blocks), the question and the bug
Date: Mon, 18 May 2009 13:54:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux)

Hello,

Here is a simple asymptote block :

#+begin_asy out.pdf
import graph;

size(0,4cm);

real f(real t) {return 1+cos(t);}

path g=polargraph(f,0,2pi,operator ..)--cycle;
filldraw(g,pink);

xaxis("$x$",above=true);
yaxis("$y$",above=true);

dot("$(a,0)$",(1,0),N);
dot("$(2a,0)$",(2,0),N+E);
#+end_asy

The output should be 
http://asymptote.sourceforge.net/gallery/cardioid.pdf

-- 
Nicolas Goaziou





reply via email to

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