]> git.lyx.org Git - lyx.git/blob - development/batchtests/ams-import.tex
Try to make sure that math insets have a properly set buffer_ member
[lyx.git] / development / batchtests / ams-import.tex
1 \documentclass{amsart}
2
3 \theoremstyle{plain}  
4 \newtheorem{thm}{\protect\theoremname}[section]
5 %\newtheorem{thm}{\protect\theoremname}% => works
6 \newtheorem{cor}[thm]{\protect\corollaryname}
7
8 \begin{document}
9 \section{Introduction}
10
11 We assume 
12
13 \begin{thm}
14 For every $\epsilon>0$, there is a constant $\delta>0$ so that if
15 \end{thm}
16
17 \begin{cor}
18 For every $\epsilon>0$, there is a constant $\delta>0$ so that if
19 \end{cor}
20
21 \begin{thm}
22 There exists a positive constant $C_2$ so that
23 \end{thm}
24
25 \end{document}
26