mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
16 lines
293 B
TeX
16 lines
293 B
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}
|