dbrianwalton
dbrianwalton
Here are the specific areas I will be checking in pretext-runestone-fitb.xsl. I think there are three specific locations that were not working properly based on the example provided in the...
@rbeezer This actually looks like the CLI is behind the actual PreTeXt repo. I actually fixed this error in the following commit: 908d884. If I run pretext/pretext/pretext to build the...
Question: Should I have made a copy of the stringparams and modified the entry in a copy? I just realized that the CLI isn't calling the pretext/pretext script for each...
Thanks @bnmnetp for confirming.
I really don't think it should be required for Runestone since that is a dynamic build, not a static build. It shouldn't really be required for a web build either....
I just tried to build sample-book with pretext/pretext/pretext (not CLI) with the substitutions were not available. I used the noparts publication file with format html and platform runestone and I...
The dynamic formats, html and runestone, do not need the substitutions because they run the actual javascript. All static formats (everything else?) will need the substitutions.
Sorry, @rbeezer, I did misunderstand. I had copied what was being done in the cli. I'll shortly push another commit that matches the pretext.py model.
It should look much cleaner now.
Thank you for your testing these ideas. I'll add this to my test to verify that the edit will address this.