I would like to author a course with lots of complex equations. A good way to display such equations on an HTML page is using MathJax. You can insert a <script> tag at the beginning of the file, and then you can write, e.g., \(x^2\) in your HTML file to
get a formula. Very complex expressions are possible using TeX notation (familiar to mathematicians). My question is: how can I customize LCDS to get such a <script> tag on every page of the course within an LMS? I will be exporting the course to a SCORM 1.2
zip file. Once this is achieved, equations support would be built into LCDS! You do not need any special editor features, because the TeX notation looks like ordinary text. You can type your equations right in the text boxes.