Staging
v0.5.1
swh:1:snp:635f4099902912592851108bcac178ff574f7c5f
Raw File
Tip revision: ec2aed66177f8d74346d85ea42841ae538725d6e authored by Martin v. Löwis on 31 January 2010, 12:38:29 UTC
Prepare for 2.5.5.
Tip revision: ec2aed6
math.tex
\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}
back to top