From: Nicolas Goaziou <n.goaziou@neuf.fr>
To: Eric Schulte <schulte.eric@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: The patch (org-exp-blocks), the question and the bug
Date: Mon, 18 May 2009 13:54:56 +0200 [thread overview]
Message-ID: <87ljoud3sf.fsf@selenimh.orion.org> (raw)
In-Reply-To: <m28wkvi9vg.fsf@gmail.com> (Eric Schulte's message of "Sun, 17 May 2009 16:32:19 -0700")
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
next prev parent reply other threads:[~2009-05-18 11:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-17 12:36 The patch (org-exp-blocks), the question and the bug emacs-orgmode
2009-05-17 23:14 ` Eric Schulte
2009-05-17 23:32 ` Eric Schulte
2009-05-18 11:54 ` Nicolas Goaziou [this message]
2009-05-18 13:30 ` Eric Schulte
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ljoud3sf.fsf@selenimh.orion.org \
--to=n.goaziou@neuf.fr \
--cc=emacs-orgmode@gnu.org \
--cc=schulte.eric@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).