]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-ams.module
include intl/libintl.h that is relative to $TOP_SRCDIR/src
[lyx.git] / lib / layouts / theorems-ams.module
1 #\DeclareLyXModule[amsmath.sty]{Defines theorem environments and the proof environment for use with non-AMS classes, using the extended AMS machinery. The theorems are numbered consecutively throughout the document. NOTE: Only one of the theorem modules should be used at a time.}{Theorems (AMS)}
2
3 # Author: Richard Heck <rgheck@comcast.net>
4 # Adapted from amsdefs.inc and amsmaths.inc
5
6 Format 5
7 Preamble
8         \usepackage{amsmath}
9   \theoremstyle{plain}
10         \newtheorem{thm}{Theorem}[section]
11 EndPreamble
12
13
14 Counter
15         Name                 theorem
16 End
17
18
19 Input theorems-ams.inc