(and back again)
Equations in MathJax are similar to LaTeX but more accessible.
Inline: \(\sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6}\)
Display mode allows equation labels (see Equation 1):
\[ \sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6} \tag{1}\]
(and back again)
pandoc -t markdown -o syllabus.md syllabus.docx(Just copy the header from syllabus.qmd)
pandoc -t markdown -o syllabus.md syllabus.tex(Just copy the header from syllabus.qmd)
pandoc -t markdown -o slides.md slides.tex(Just copy from 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