mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
a43e6129eb
commit
185b2ff053
@ -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
|
||||
|
@ -16,6 +16,7 @@ End
|
||||
|
||||
Style Theorem
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\ifx\thechapter\undefined
|
||||
\newtheorem{thm}{\protect\theoremname}
|
||||
\else
|
||||
|
@ -15,6 +15,7 @@ End
|
||||
|
||||
Style Theorem
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{thm}{\protect\theoremname}[section]
|
||||
EndPreamble
|
||||
LangPreamble
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user