mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
2607927e2f
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19952 a592a061-630c-0410-9148-cb99ea01b6c8
20 lines
503 B
Plaintext
20 lines
503 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.}{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
|