Menu

Different behaviour of asy command line in windows

Help
2022-10-05
2022-10-05
  • Alan Bromborsky

    Alan Bromborsky - 2022-10-05

    If I run "asy -f pdf cv2.asy" in Ubuntu it just creates the pdf file. If I run it in the terminal or as a process in python in Win 10 it also opens the pdf file in a viewer. I don't want to do this. I am converting the pdf file to a png file so I can insert it in a Jupyter notebook. Any suggestions?

     
  • John Bowman

    John Bowman - 2022-10-05

    The default of -V under MSDOS is what most MSDOS users expect, as described in the manual; you can override this with -noV:

    In interactive mode, or when given the -V option (the default when running Asymptote on a single file under MSDOS), Asymptote will automatically invoke the PostScript viewer

     

Log in to post a comment.