FS#65261 - [asymptote] xaxis with Ticks leads to dvips error

Attached to Project: Arch Linux
Opened by Jakub Klinkovský (lahwaacz) - Friday, 24 January 2020, 23:18 GMT
Last edited by Antonio Rojas (arojas) - Friday, 14 July 2023, 06:00 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Rémy Oudompheng (remyoudompheng)
Antonio Rojas (arojas)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Consider this simple asymptote code (test.asy):

import graph;
picture p;
xaxis(p, Ticks);
add(p);

When translating with `asy test.asy`, we get the following error:

dvips: Unknown keyword ("test_0".eps) in \special will be ignored
dvips: No \special psfile was given; figure will be blank

The asymptote code seems to be correct, because `asy` does not complain, but leads to wrong test_.dvi file, which can't be processed by dvips.
This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 14 July 2023, 06:00 GMT
Reason for closing:  Works for me
Additional comments about closing:  Works fine in 2.86

Loading...