PCCMathSAC / apex-mbx

Repository for a conversion of APEX Calculus to MathBook XML
2 stars 10 forks source link

A few things #58

Closed davidfarmer closed 7 years ago

davidfarmer commented 7 years ago

XML version at top of files

\lim\limits

no newlines around var in paragraphs (That changed some spaving around vars that already were inline, but I don't think any harm was done).

Alex-Jordan commented 7 years ago

Looks good. As noted, there is one var-space issue (that I noticed) which I'll fix with my next round. In other places, a space character was added, which should be harmless.

I know you like human-readable source, so I thought I'd mention one thing. In the webworks, I often sacrifice human readability to shorten the length of the base64 string that will carry the problem to the server. Mainly, this happens in the perl code where I only use spaces where they are absolutely necessary, and I try to employ as many perl shortcuts as I know. The net effect there is that you maybe need to be more well-versed in perl to read the algorithm. The other place is within math mode, where again I use no spaces unless they are really needed.