| Fred Drake | 712f070 | 2005-03-24 06:21:37 +0000 | [diff] [blame] | 1 | \documentclass{howto} |
| 2 | |||||
| 3 | \title{Test of python.sty with math} | ||||
| 4 | |||||
| 5 | \begin{document} | ||||
| 6 | |||||
| 7 | \maketitle | ||||
| 8 | |||||
| 9 | \section{Subscripts in Math Mode} | ||||
| 10 | |||||
| 11 | This contains an inline formula containing a subscript: $H_20$. | ||||
| 12 | This display doesn't make sense, but contains a subscript as well: | ||||
| 13 | |||||
| 14 | $$\sum_1^2 = a_x$$ | ||||
| 15 | |||||
| 16 | \end{document} | ||||