10 The idea is to convert latex fragments into *png* for display in html
16 There is a role called ``latex`` that can be used for inline
17 latex expressions: ``:latex:`$\psi(r) = \exp(-2r)$``` will
18 produce :m:`$\psi(r)=\exp(-2r)$`. Inside the back-tics you can write
19 anything you would write in a LaTeX ducument.
21 For producing displayed math (like an ``equation*`` environment in a
22 LaTeX document) there is a ``latex`` role. If you write::
42 You can use roles for inline stuff: :latex:`$e=mc^2$`. Lots of fun.
44 Or how about: :m:`$x = (-b \pm \sqrt{b^2 - 4ac}) / 2a$`
58 No more info at this time.