Skip to content

Math Notation Slides

David Russell edited this page Jul 27, 2016 · 1 revision

Math Notation Sides support the display of mathematics notation in GitPitch slideshow presentations. This feature is powered by MathJax, a JavaScript display engine for mathematics with support for LaTeX, MathML and other equation markup.

Simply use LaTeX or MathML notation within your slide markdown and see your equations rendered beautifully. For example, add the following LaTeX notation to a slide in your PITCHME.md file:

$$\sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6}$$

This notation will be rendered as follows in your GitPitch presentation:

By default this rendering capability is disabled within GitPitch presentations. To avail of this feature you must explicitly enable MathJax support. See the Math Notation Setting page for further details.

Clone this wiki locally