mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
* lib/layouts/theorems-ams.inc:
* lib/layouts/theorems-starred.inc: * lib/layouts/theorems.inc: - some more amsthm fixes (and whitespace). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23577 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6dc7cbe1e7
commit
b7cf6951b6
@ -143,6 +143,7 @@ Style Example
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{example}[thm]{Example}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
@ -154,6 +155,7 @@ Style Problem
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{problem}[thm]{Problem}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
@ -165,6 +167,7 @@ Style Exercise
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{xca}[thm]{Exercise}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
@ -196,6 +199,7 @@ Style Claim
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{claim}[thm]{Claim}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
|
@ -50,6 +50,7 @@ Style Theorem*
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{thm*}{Theorem}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
@ -61,6 +62,7 @@ Style Corollary*
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{cor*}{Corollary}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
@ -72,6 +74,7 @@ Style Lemma*
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{lem*}{Lemma}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
@ -83,6 +86,7 @@ Style Proposition*
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{prop*}{Proposition}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
@ -94,6 +98,7 @@ Style Conjecture*
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{conjecture*}{Conjecture}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
@ -105,6 +110,7 @@ Style Fact*
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{fact*}{Fact}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
@ -124,6 +130,7 @@ Style Definition*
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{defn*}{Definition}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
@ -135,6 +142,7 @@ Style Example*
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{example*}{Example}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
@ -146,6 +154,7 @@ Style Problem*
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{problem*}{Problem}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
@ -157,6 +166,7 @@ Style Exercise*
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{xca*}{Exercise}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
@ -176,6 +186,7 @@ Style Remark*
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{rem*}{Remark}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
@ -187,5 +198,6 @@ Style Claim*
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{claim*}{Claim}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
@ -51,6 +51,7 @@ Style Theorem
|
||||
Preamble
|
||||
\newtheorem{thm}{Theorem}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
@ -136,6 +137,7 @@ Style Example
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{example}[thm]{Example}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
@ -147,6 +149,7 @@ Style Problem
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{problem}[thm]{Problem}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
@ -158,6 +161,7 @@ Style Exercise
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{xca}[thm]{Exercise}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
@ -189,6 +193,7 @@ Style Claim
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{claim}[thm]{Claim}
|
||||
EndPreamble
|
||||
Requires amsthm
|
||||
End
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user