rmcgibbo / slidedeck

Beautiful HTML5 slides in markdown. A easy-to-use fork of the google-io-2012 slide deck
317 stars 47 forks source link

Matrices #6

Closed kyleabeauchamp closed 11 years ago

kyleabeauchamp commented 11 years ago

Is it possible to display latex matrices? To me, it's not obvious if this is possible because of the way the $$ parsing occurs.

kyleabeauchamp commented 11 years ago

This works:

$\begin{pmatrix}a & b \\\ c & d\end{pmatrix}$