summaryrefslogtreecommitdiffstats
path: root/Doc/tests/math.tex
blob: 11880e5a9ca5f83ac7dcabdb66d4139f46a1d780 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\documentclass{howto}

\title{Test of python.sty with math}

\begin{document}

\maketitle

\section{Subscripts in Math Mode}

This contains an inline formula containing a subscript: $H_20$.
This display doesn't make sense, but contains a subscript as well:

$$\sum_1^2 = a_x$$

\end{document}