File: doc.tex

package info (click to toggle)
rubber 1.6.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,556 kB
  • sloc: python: 3,844; sh: 172; makefile: 31
file content (12 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
\documentclass{article}
\usepackage[standard, thmmarks]{ntheorem}
\begin{document}
\begin{proof}
  There should be an endproof mark after the formula.
  \begin{displaymath}
    e^{i\pi}=-1
  \end{displaymath}
\end{proof}
There should be a theorem list below this line.
\listtheorems{proof}
\end{document}