(and back again)

MathJax is similar to LaTeX but more accessible.
Inline: \(\sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6}\)
(and back again)
pandoc -t markdown -o syllabus.md syllabus.docx(Or copy the header from syllabus.qmd)
pandoc -t markdown -o syllabus.md syllabus.tex(Or copy the header from syllabus.qmd)
pandoc -t markdown -o slides.md slides.tex(Or copy the file that made these slides, pandoc.qmd)
Tip
Pandoc can also do the reverse, of course. And thus, Quarto can render to beamer, too.
๐ Click on Block M for a menu | Click here to return to the website