source: vendor/python/2.5/Doc/tests/math.tex

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

File size: 293 bytes
Line 
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
11This contains an inline formula containing a subscript: $H_20$.
12This display doesn't make sense, but contains a subscript as well:
13
14$$\sum_1^2 = a_x$$
15
16\end{document}
Note: See TracBrowser for help on using the repository browser.