I had some issues with creating the pdf. I found those to be caused by the Makefile running dvipdf. When looking into the Makefile, there is:
# these targets are for most common unix systems, but YMMV. Modify if you need
# let the editors know you have a better way for the next ADASS team
# ASP prefers the latex;latex;dvipdfm route
DVIPDF = dvipdf
adding an m at the end makes it work for me. So if ASP prefers that we use dvipdfm, why don't we actually do that in the Makefile?
I had some issues with creating the pdf. I found those to be caused by the Makefile running dvipdf. When looking into the Makefile, there is:
adding an m at the end makes it work for me. So if ASP prefers that we use dvipdfm, why don't we actually do that in the Makefile?