-
And asy-mode.el supports now LaTex master files :-)
2009-09-28 09:54:34 UTC in Asymptote
-
pivaldi committed revision 4667 to the Asymptote SVN repository, changing 1 files.
2009-09-24 23:29:07 UTC in Asymptote
-
pivaldi committed revision 4658 to the Asymptote SVN repository, changing 8 files.
2009-09-19 10:18:26 UTC in Asymptote
-
Hi,
I'm not sure to understand the meaning of "scale given point in given direction" but the following code can inspire you:
//8<------8<------8<------8<------8<------8<------8<------8<------
import geometry;
typedef point fpoint(point);
fpoint scaleDir(real s, vector dir) {
return new point(point P){
return scale(-s,P+unit(dir))*P;
};
}...
2009-09-04 08:33:28 UTC in Asymptote
-
pivaldi committed revision 4590 to the Asymptote SVN repository, changing 1 files.
2009-08-14 14:50:49 UTC in Asymptote
-
Same error for me with Linux (Debian testing):
GPL Ghostscript SVN PRE-RELEASE 8.64: Unrecoverable error, exit code 1.
2009-08-12 13:02:16 UTC in Asymptote
-
pivaldi committed revision 4272 to the Asymptote SVN repository, changing 1 files.
2009-05-16 14:04:32 UTC in Asymptote
-
pivaldi committed revision 4271 to the Asymptote SVN repository, changing 1 files.
2009-05-16 11:07:49 UTC in Asymptote
-
pivaldi committed revision 4270 to the Asymptote SVN repository, changing 1 files.
2009-05-16 10:52:59 UTC in Asymptote
-
Hello,
You can grab the new version of trembling_pi from http://tinyurl.com/ce2g6n.
2009-04-15 16:29:16 UTC in Asymptote