Commit Graph

4 Commits

Author SHA1 Message Date
Takeshi KOMIYA
63f6d917b3 Merge pull request #2188 from xuhdev/latex-math-section-title
Fix #1480: LaTeX: Support math in section titles
2015-12-22 11:33:58 +09:00
Hong Xu
4d3fdc0e47 Fix LaTeX output of \mathbb in math
If \mathbb is used in math, which is commonly used to represent sets,
the output LaTeX won't compile. This commit fixes this issue by adding
amsfonts package in the setup of sphinx.ext.mathbase .
2015-12-21 01:30:14 -08:00
Hong Xu
eac142f8b8 LaTeX: Support math in section titles
Fix #1480
2015-12-20 03:16:54 -08:00
Georg Brandl
6d89feae1e Test suite update for math extension. 2008-08-06 14:57:44 +00:00