Package: asymptote
Version: 2.67-1
Severity: important
File: /usr/bin/asy
X-Debbugs-Cc: pi...@debian.org

Hello, with the attached file, I get this error message

~/hkl/Documentation/figures$ asy B_a.asy
GPL Ghostscript 9.53.3: 
   *** EPS files may not contain multiple pages.
   *** Use of the %d filename format is required to output pages to multiple 
EPS files.
GPL Ghostscript 9.53.3: Unrecoverable error, exit code 1

Cheers


-- System Information:
Debian Release: bullseye/sid
  APT prefers stable-debug
  APT policy: (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 
'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.8.0-2-amd64 (SMP w/4 CPU threads)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages asymptote depends on:
ii  freeglut3                        2.8.1-6
ii  ghostscript                      9.53.3~dfsg-4
ii  imagemagick                      8:6.9.11.24+dfsg-1+b1
ii  imagemagick-6.q16 [imagemagick]  8:6.9.11.24+dfsg-1+b1
ii  install-info                     6.7.0.dfsg.2-5
ii  libc6                            2.31-3
ii  libfftw3-double3                 3.3.8-2
ii  libgc1                           1:8.0.4-2
ii  libgcc-s1                        10.2.0-13
ii  libgl1                           1.3.2-1
ii  libglew2.1                       2.1.0-4+b1
ii  libglx0                          1.3.2-1
ii  libgsl25                         2.6+dfsg-2
ii  libreadline8                     8.0-4
ii  libsigsegv2                      2.12-2
ii  libstdc++6                       10.2.0-13
ii  libtinfo6                        6.2+20200918-1
ii  python3                          3.8.2-3
ii  tex-common                       6.15
ii  texlive-binaries                 2020.20200327.54578-5
ii  texlive-latex-base               2020.20200925-1
ii  texlive-plain-generic            2020.20200925-1
ii  texlive-pstricks                 2020.20200925-1
ii  xdg-utils                        1.1.3-2
ii  zlib1g                           1:1.2.11.dfsg-2

Versions of packages asymptote recommends:
ii  asymptote-doc  2.67-1

Versions of packages asymptote suggests:
pn  asymptote-x11  <none>

-- no debconf information
import three;

size(6cm);
currentprojection=orthographic(1,0,0);
currentlight=White;

triple b1 = (1, 0, 0);
triple b2 = (.31, .95, 0);
triple b3 = (.4, .5, 0.76);

triple a1 = cross(b2, b3);
triple a2 = cross(b3, b1);
triple a3 = cross(b1, b2);

// orthonormal coordinates
draw(Label("$\vec{x}$", 1), O--(2*X), gray, Arrow3());
draw(Label("$\vec{y}$", 1), O--(2*Y), gray, Arrow3());
draw(Label("$\vec{z}$", 1), O--(2*Z), gray, Arrow3());

// reciprocal space
draw(Label("$\vec{b_1}$", 1), O--b1, blue, Arrow3());
draw(Label("$\vec{b_2}$", 1), O--b2, red, Arrow3());
draw(Label("$\vec{b_3}$", 1), O--b3, green, Arrow3());

// real space
draw(Label("$\vec{a_1}$", 1), O--a1, cyan, Arrow3());
draw(Label("$\vec{a_2}$", 1), O--a2, magenta, Arrow3());
draw(Label("$\vec{a_3}$", 1), O--a3, yellow, Arrow3());

Reply via email to