1999-09-27 18:44:28 +00:00
|
|
|
# Author : David L. Johnson <dlj0@lehigh.edu>
|
|
|
|
# Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
# modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
|
|
|
|
|
|
|
|
|
|
|
|
# These are only the plain (unnumbered) theorem styles environnements
|
|
|
|
# The environnements defined are :
|
|
|
|
# - Theorem
|
|
|
|
# - Corollary
|
|
|
|
# - Lemma
|
|
|
|
# - Proposition
|
|
|
|
# - Conjecture
|
|
|
|
# - Criterion
|
|
|
|
# - Algorithm
|
|
|
|
# - Fact
|
|
|
|
# - Axiom
|
|
|
|
# - Definition
|
|
|
|
# - Example
|
|
|
|
# - Condition
|
|
|
|
# - Problem
|
|
|
|
# - Exercise
|
|
|
|
# - Remark
|
|
|
|
# - Claim
|
|
|
|
# - Note
|
|
|
|
# - Notation
|
|
|
|
# - Summary
|
|
|
|
# - Acknowledgement
|
|
|
|
# - Case
|
|
|
|
# - Conclusion
|
|
|
|
|
|
|
|
# Theorem-plain style declaration
|
|
|
|
Style Theorem
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName thm*
|
|
|
|
LabelString "Theorem."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{plain}
|
|
|
|
\newtheorem*{thm*}{Theorem}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Corollary-plain style declaration
|
|
|
|
Style Corollary
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName cor*
|
|
|
|
LabelString "Corollary."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{plain}
|
|
|
|
\newtheorem*{cor*}{Corollary}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Lemma-plain style declaration
|
|
|
|
Style Lemma
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName lem*
|
|
|
|
LabelString "Lemma."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{plain}
|
|
|
|
\newtheorem*{lem*}{Lemma}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Proposition-plain style declaration
|
|
|
|
Style Proposition
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName prop*
|
|
|
|
LabelString "Proposition."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{plain}
|
|
|
|
\newtheorem*{prop*}{Proposition}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Conjecture-plain style declaration
|
|
|
|
Style Conjecture
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName conjecture*
|
|
|
|
LabelString "Conjecture."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{plain}
|
|
|
|
\newtheorem*{conjecture*}{Conjecture}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Criterion-plain style declaration
|
|
|
|
Style Criterion
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName criterion*
|
|
|
|
LabelString "Criterion."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{plain}
|
|
|
|
\newtheorem*{criterion*}{Criterion}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Algorithm-plain style declaration
|
|
|
|
Style Algorithm
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName algorithm*
|
|
|
|
LabelString "Algorithm #."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{plain}
|
|
|
|
\newtheorem*{algorithm*}{Algorithm}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Fact-plain style declaration
|
|
|
|
Style Fact
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName fact*
|
|
|
|
LabelString "Fact."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{plain}
|
|
|
|
\newtheorem*{fact*}{Fact}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Axiom-plain style declaration
|
|
|
|
Style Axiom
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName ax*
|
|
|
|
LabelString "Axiom."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{plain}
|
|
|
|
\newtheorem*{ax*}{Axiom}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Definition-plain style declaration
|
|
|
|
Style Definition
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName defn*
|
|
|
|
LabelString "Definition."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{definition}
|
|
|
|
\newtheorem*{defn*}{Definition}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Example-plain style declaration
|
|
|
|
Style Example
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName example*
|
|
|
|
LabelString "Example."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{definition}
|
|
|
|
\newtheorem*{example*}{Example}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Condition-plain style declaration
|
|
|
|
Style Condition
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName condition*
|
|
|
|
LabelString "Condition."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{definition}
|
|
|
|
\newtheorem*{condition*}{Condition}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Problem-plain style declaration
|
|
|
|
Style Problem
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName problem*
|
|
|
|
LabelString "Problem."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{definition}
|
|
|
|
\newtheorem*{problem*}{Problem}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Exercise-plain style declaration
|
|
|
|
Style Exercise
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName xca*
|
|
|
|
LabelString "Exercise."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{definition}
|
|
|
|
\newtheorem*{xca*}{Exercise}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Remark-plain style declaration
|
|
|
|
Style Remark
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName rem*
|
|
|
|
LabelString "Remark."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{remark}
|
|
|
|
\newtheorem*{rem*}{Remark}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Claim-plain style declaration
|
|
|
|
Style Claim
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName claim*
|
|
|
|
LabelString "Claim."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{remark}
|
|
|
|
\newtheorem*{claim*}{Claim}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Note-plain style declaration
|
|
|
|
Style Note
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName note*
|
|
|
|
LabelString "Note."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{remark}
|
|
|
|
\newtheorem*{note*}{Note}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Notation style declaration
|
|
|
|
Style Notation
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName notation*
|
|
|
|
LabelString "Notation."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{remark}
|
|
|
|
\newtheorem*{notation*}{Notation}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
# Summary style declaration
|
|
|
|
Style Summary
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName summary*
|
|
|
|
LabelString "Summary."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{remark}
|
|
|
|
\newtheorem*{summary*}{Summary}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
# Acknowledgement style declaration
|
|
|
|
Style Acknowledgement
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName acknowledgement*
|
|
|
|
LabelString "Acknowledgement."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{remark}
|
|
|
|
\newtheorem*{acknowledgement*}{Acknowledgement}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
# Case style declaration
|
|
|
|
Style Case
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName case*
|
|
|
|
LabelString "Case."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{remark}
|
|
|
|
\newtheorem*{case*}{Case}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
# Conclusion style declaration
|
|
|
|
Style Conclusion
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName conclusion*
|
|
|
|
LabelString "Conclusion."
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{remark}
|
|
|
|
\newtheorem*{conclusion*}{Conclusion}
|
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|