Project to make progress on getting better support for LaTex users in Quarto books. See the book
- Showing people how to get amsmath to display properly in html
- Give some background on MathJax so people know how to debug
- Figure out how to get the chapters equation number to work (TO DO)
- Maybe work on a Lua filter so that we can use basic LaTeX code throughout (
\section{abc}
) and don't have to re-write our LaTeX code.
Please do! Add issues or put in a pull request. Let's try to stick with proper LaTeX syntax and MathJax syntax, so idea is not to re-create stuff of make up new syntax but to get our existing tools to work in Quarto books.
Note, all work here is under a permissive Apache 2.0 license. By contributing (putting in pull-requests), you are agreeing to that license. All pull-request contributors will be added to copyright, unless it is something minor like grammar or spelling.