projects
/
worg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a141803
)
* org-contrib/babel/languages/ob-doc-asymptote.org: Show graphic results
author
Thomas Dye
<tsd@tsdye.com>
Wed, 3 Oct 2012 07:46:32 +0000 (21:46 -1000)
committer
Thomas Dye
<tsd@tsdye.com>
Wed, 3 Oct 2012 07:46:32 +0000 (21:46 -1000)
org-contrib/babel/languages/ob-doc-asymptote.org
patch
|
blob
|
history
diff --git
a/org-contrib/babel/languages/ob-doc-asymptote.org
b/org-contrib/babel/languages/ob-doc-asymptote.org
index
38e246d
..
ecfdc16
100644
(file)
--- a/
org-contrib/babel/languages/ob-doc-asymptote.org
+++ b/
org-contrib/babel/languages/ob-doc-asymptote.org
@@
-143,7
+143,7
@@
draw(shift(H)*s,m);
,#+end_src
#+end_example
-#+begin_src asymptote :file images/asymptote.png
+#+begin_src asymptote :file images/asymptote.png :exports results
import three;
size(560,320,IgnoreAspect);
@@
-220,7
+220,7
@@
for(int i=0; i<n; ++i)
#+end_example
#+header: :var n=8
-#+begin_src asymptote :file images/asy-tile.png
+#+begin_src asymptote :file images/asy-tile.png :exports results
import geometry;
size(7cm,0);