ob-asymptote 
- Description
- Babel Functions for Asymptote
- Latest
- ob-asymptote-1.0.2.tar (.sig), 2025-May-11, 10.0 KiB
- Maintainer
- Jarmo Hurri <jarmo.hurri@iki.fi>
- Website
- https://github.com/hurrja/ob-asymptote
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
Org-Babel support for evaluating asymptote source code. This differs from most standard languages in that 1) there is no such thing as a "session" in asymptote 2) we are generally only going to return results of type "file" 3) we are adding the "file" and "cmdline" header arguments, if file is omitted then the -V option is passed to the asy command for interactive viewing
Old versions
ob-asymptote-1.0.1.tar.lz | 2024-Oct-18 | 2.28 KiB |
ob-asymptote-1.0.tar.lz | 2024-Mar-31 | 2.29 KiB |
News
-*- mode: org; coding: utf-8 -*- * Version 1.0.2 ** Correct file name handling Order of ~org-babel-process-file-name~ and ~file-name-sans-extension~ is now correct (reversed from previous) for proper file name processing on Windows platform. Thanks to Taichi Kawabata for pointing out this issue.