TeamBasedInquiryLearning / checkit-tbil-la

https://teambasedinquirylearning.github.io/checkit-tbil-la/
MIT License
0 stars 1 forks source link

Use array based linear systems for simplicity in templating #2

Closed StevenClontz closed 3 years ago

StevenClontz commented 4 years ago

While I fixed https://github.com/StevenClontz/checkit to support PreTeXt with spaces in an @alignat-columns attribute, those spaces are not supported by the official PreTeXt build tools: https://github.com/rbeezer/mathbook/issues/1348

The issue is that latex(n) pads spaces around n (so it can be concatenated with other LaTeX). So we could pass str(n) to get the plain string with no padding. Or we can implement https://github.com/StevenClontz/checkit/commit/41a2e576fc0cf83e97d1f5e2bba6482192bfe97d to avoid the issue altogether.

StevenClontz commented 4 years ago

Fixed in https://github.com/rbeezer/mathbook/commit/fbe157f9e1becffd6611a7f8c1c266d412abc9dd -- leaving this open but updating title since I think implementing the array-based system is still a good idea.

StevenClontz commented 3 years ago

closed in 386a433485a52788522c615a6d496c0060d17498