File: beginend_inside_standalone.html

package info (click to toggle)
python-markdown-math 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 276 kB
  • sloc: python: 145; sh: 6; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
6
7
8
9
<p>
<script type="math/tex; mode=display">
s(x) = \begin{cases}
1 & \text{if } x > 0\\
0 & \text{if } x = 0\\
-1 & \text{if } x < 0
\end{cases}
</script>
</p>