TeamBasedInquiryLearning / precalculus

ARCHIVED - Materials for running a Team-Based Inquiry Learning precalculus course (in active development!)
https://teambasedinquirylearning.github.io/precalculus/
Other
4 stars 0 forks source link

Updated Answers in EQ2 #432

Closed tdegeorge closed 3 months ago

siwelwerd commented 3 months ago

The build is failing due to a PTX bug:

messages from the log for XSL processing:
error: * PTX:BUG:     Exercise component mis-labeled
error: * PTX:BUG:     Exercise component mis-labeled
error: * PTX:BUG:     Exercise component mis-labeled
successful application of /github/home/.ptx/2.6.0/core/xsl/pretext-latex.xsl

Unfortunately it doesn't say exactly where.

siwelwerd commented 3 months ago

Also, this was only caught because of the effort @StevenClontz put in to automate this checking! A month or so ago, this would have passed the checks, and only later would we have discovered that the HTML built but the PDF did not, and had a much harder time tracking this down.

siwelwerd commented 3 months ago

Working on this, waiting on the PDF to compile in a codespace to test before commiting

siwelwerd commented 3 months ago

The PTX:BUGs were indeed due to the hints, moving them resolved that. I still got build errors from unescaped $ and %, so fixed those in the second commit.