lyx_mirror/development/batchtests/ams-import.tex
Kornel Benko aca3031352 Cmake tests: Added check to inspect created pdf in test "AMS-import"
If the command "comparepdf" is found, it will be used.
Also the script lyx_batch.pl is now easier to expand for
possible new comparision tools.
2018-06-09 09:15:21 +02:00

27 lines
509 B
TeX

\documentclass{amsart}
\theoremstyle{plain}
\newtheorem{thm}{\protect\theoremname}[section]
%\newtheorem{thm}{\protect\theoremname}% => works
\newtheorem{cor}[thm]{\protect\corollaryname}
\begin{document}
\section{Introduction}
We assume
\begin{thm}
For every $\epsilon>0$, there is a constant $\delta>0$ so that if
\end{thm}
\begin{cor}
For every $\epsilon>0$, there is a constant $\delta>0$ so that if
\end{cor}
\begin{thm}
There exists a positive constant $C_2$ so that
\end{thm}
\end{document}