J'ai un petit problème. Voilà l'ECM.
Code : Tout sélectionner
import three;
usepackage("kpfonts");
usepackage("esvect");
path3 vv_OEx = O -- O+X;
string macro_vec = "\vv";
string nom_vv_Ex = "e_x";
string label_vv_Ex = "$" + macro_vec + "{" + nom_vv_Ex + "}$";
size(8cm,0);
currentprojection=perspective(4,3,2);
draw(Label(label_vv_Ex,.7,align=N),
vv_OEx);
Code : Tout sélectionner
asy -vv -inlineimage bug.asy -render=4 -tex pdflatex
Code : Tout sélectionner
gs -q -dNOCACHE -dNOPAUSE -dBATCH -dSAFER -sDEVICE=epswrite -sOutputFile=- bug_.pdf
gs -q -dBATCH -dSAFER -sDEVICE=epswrite -sOutputFile=/dev/null bug_.ps
/home/christophe/texmf/asymptote/three_surface.asy: 403.11: runtime: Stack overflow or segmentation fault: rerun with -nothreads
Abandon
Quelqu'un aurait une idée ? J'utilise asy en version 2.08, compilée maison, avec texlive 2010 à jour sous ubuntu 10.10.
En vous remerciant d'avance.
--
Christophe