Fixes for theorem modules from Paul Rubin.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30910 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-08-07 19:06:12 +00:00
parent a43e6129eb
commit 185b2ff053
4 changed files with 36 additions and 32 deletions

View File

@ -20,10 +20,6 @@ Requires amsmath,amsthm
Counter theorem
End
AddToPreamble
\theoremstyle{plain}
EndPreamble
Input theorems-order.inc
Input theorems-ams.inc
Input theorems-starred.inc

View File

@ -16,6 +16,7 @@ End
Style Theorem
Preamble
\theoremstyle{plain}
\ifx\thechapter\undefined
\newtheorem{thm}{\protect\theoremname}
\else

View File

@ -15,6 +15,7 @@ End
Style Theorem
Preamble
\theoremstyle{plain}
\newtheorem{thm}{\protect\theoremname}[section]
EndPreamble
LangPreamble

View File

@ -49,6 +49,7 @@ Style Theorem
Series Bold
EndFont
Preamble
\theoremstyle{plain}
\newtheorem{thm}{\protect\theoremname}
EndPreamble
LangPreamble
@ -67,6 +68,7 @@ Style Corollary
LatexName cor
LabelString "Corollary \thetheorem."
Preamble
\theoremstyle{plain}
\newtheorem{cor}[thm]{\protect\corollaryname}
EndPreamble
LangPreamble
@ -84,6 +86,7 @@ Style Lemma
LatexName lem
LabelString "Lemma \thetheorem."
Preamble
\theoremstyle{plain}
\newtheorem{lem}[thm]{\protect\lemmaname}
EndPreamble
LangPreamble
@ -101,6 +104,7 @@ Style Proposition
LatexName prop
LabelString "Proposition \thetheorem."
Preamble
\theoremstyle{plain}
\newtheorem{prop}[thm]{\protect\propositionname}
EndPreamble
LangPreamble
@ -118,6 +122,7 @@ Style Conjecture
LatexName conjecture
LabelString "Conjecture \thetheorem."
Preamble
\theoremstyle{plain}
\newtheorem{conjecture}[thm]{\protect\conjecturename}
EndPreamble
LangPreamble
@ -135,6 +140,7 @@ Style Fact
LatexName fact
LabelString "Fact \thetheorem."
Preamble
\theoremstyle{plain}
\newtheorem{fact}[thm]{\protect\factname}
EndPreamble
LangPreamble