You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
all-ps target fails because my TeX distribution links latex to pdftex. So no .dvi files are produces but directly a pdf file. I don't recall when and how I installed this particular distribution (MacTeX) but I guess that I will not be alone: maybe some kind of check should be added that this toolchain works as expected.
These are the last lines of output of make all-ps:
for f in .dvi; do dvips $f; done
This is dvips(k) 5.96 Copyright 2005 Radical Eye Software (www.radicaleye.com)
dvips: ! DVI file can't be opened.
make: ** [all-ps] Error 1
The text was updated successfully, but these errors were encountered:
all-ps target fails because my TeX distribution links latex to pdftex. So no .dvi files are produces but directly a pdf file. I don't recall when and how I installed this particular distribution (MacTeX) but I guess that I will not be alone: maybe some kind of check should be added that this toolchain works as expected.
These are the last lines of output of make all-ps:
for f in .dvi; do dvips $f; done
This is dvips(k) 5.96 Copyright 2005 Radical Eye Software (www.radicaleye.com)
dvips: ! DVI file can't be opened.
make: ** [all-ps] Error 1
The text was updated successfully, but these errors were encountered: