Closed komorin95 closed 4 years ago
After cloning and modifying apxproof.dtx, I found that make didn't work. Seemingly this is because the typeset directory is ignored in typeset() in build.lua. This pull request fixes this issue.
make
typeset()
Not sure why this was working for me, but I integrated the build request.
After cloning and modifying apxproof.dtx, I found that
make
didn't work. Seemingly this is because the typeset directory is ignored intypeset()
in build.lua. This pull request fixes this issue.