mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
8a42fa39c2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20341 a592a061-630c-0410-9148-cb99ea01b6c8
20 lines
567 B
Plaintext
20 lines
567 B
Plaintext
#\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)}
|
|
|
|
# Author: Richard Heck <rgheck@comcast.net>
|
|
# Adapted from amsdefs.inc and amsmaths.inc
|
|
|
|
Format 5
|
|
Preamble
|
|
\usepackage{amsmath}
|
|
\theoremstyle{plain}
|
|
\newtheorem{thm}{Theorem}[section]
|
|
EndPreamble
|
|
|
|
|
|
Counter
|
|
Name theorem
|
|
End
|
|
|
|
|
|
Input theorems-ams.inc
|