From: "Eric Schulte" <schulte.eric@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: The patch (org-exp-blocks), the question and the bug
Date: Mon, 18 May 2009 06:30:05 -0700 [thread overview]
Message-ID: <m21vqmh736.fsf@gmail.com> (raw)
In-Reply-To: <87ljoud3sf.fsf@selenimh.orion.org> (Nicolas Goaziou's message of "Mon, 18 May 2009 13:54:56 +0200")
Thanks for the example.
I've added it along with a line crediting you as the author to the
org-exp-blocks page on worg.
Cheers -- Eric
Nicolas Goaziou <n.goaziou@neuf.fr> writes:
> 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
prev parent reply other threads:[~2009-05-18 13:30 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
2009-05-18 13:30 ` Eric Schulte [this message]
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=m21vqmh736.fsf@gmail.com \
--to=schulte.eric@gmail.com \
--cc=emacs-orgmode@gnu.org \
/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).