]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/test/test-modules.tex
tex2lyx: update quote handling
[lyx.git] / src / tex2lyx / test / test-modules.tex
index abb9875dead4d26ddbeb658400806237b54c4ded..b27ada9053fe0f880ca9170740e545c6f2d85854 100644 (file)
@@ -1,14 +1,19 @@
+%% LyX 1.6.1 created this file.  For more info, see http://www.lyx.org/.
+%% Do not edit unless you really know what you are doing.
 \documentclass[oneside,english]{amsart}
 \usepackage[T1]{fontenc}
 \usepackage[latin9]{inputenc}
 \usepackage{amsthm}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
 \numberwithin{equation}{section} %% Comment out for sequentially-numbered
 \numberwithin{figure}{section} %% Comment out for sequentially-numbered
 \providecommand{\theoremname}{Theorem}
 \theoremstyle{plain}
-\newtheorem{thm}{\protect\theoremname}
 \theoremstyle{plain}
-\newtheorem{lem}[thm]{Lemma}
+\newtheorem{thm}{\protect\theoremname}
+  \theoremstyle{plain}
+  \newtheorem{lem}[thm]{Lemma}
 
 \usepackage{babel}