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>
|
|
|
|
# This version has Theorems and other results numbered in one sequence, and all
|
|
|
|
# numbered environments (figures as well) containing the section number.
|
|
|
|
# (Themorem (1.1), Corollary (1.2) Theorem (1.3), etc.
|
|
|
|
# These are only the theorems styles environnements
|
|
|
|
|
|
|
|
|
|
|
|
# The environnements defined are :
|
|
|
|
# - Theorem
|
|
|
|
# - Theorem*
|
|
|
|
# - Corollary
|
|
|
|
# - Corollary*
|
|
|
|
# - Lemma
|
|
|
|
# - Lemma*
|
|
|
|
# - Proposition
|
|
|
|
# - Proposition*
|
|
|
|
# - Conjecture
|
|
|
|
# - Conjecture*
|
|
|
|
# - Criterion
|
|
|
|
# - Algorithm
|
|
|
|
# - Axiom
|
|
|
|
# - Definition
|
|
|
|
# - Definition*
|
|
|
|
# - Example
|
|
|
|
# - Example*
|
|
|
|
# - Condition
|
2003-10-01 17:27:46 +00:00
|
|
|
# - Condition*
|
1999-09-27 18:44:28 +00:00
|
|
|
# - Problem
|
2003-10-01 17:27:46 +00:00
|
|
|
# - Problem*
|
1999-09-27 18:44:28 +00:00
|
|
|
# - Exercise
|
|
|
|
# - Remark
|
|
|
|
# - Remark*
|
|
|
|
# - Note
|
|
|
|
# - Note*
|
|
|
|
# - Notation
|
2003-10-01 17:27:46 +00:00
|
|
|
# - Notation*
|
1999-09-27 18:44:28 +00:00
|
|
|
# - Claim
|
|
|
|
# - Claim*
|
|
|
|
# - Summary
|
|
|
|
# - Acknowledgement
|
|
|
|
# - Acknowledgement*
|
|
|
|
# - Case
|
|
|
|
# - Conclusion
|
|
|
|
# - Conclusion*
|
2003-10-13 09:50:10 +00:00
|
|
|
# - Fact
|
1999-09-27 18:44:28 +00:00
|
|
|
# - Fact*
|
|
|
|
|
2007-04-06 09:02:23 +00:00
|
|
|
Format 4
|
2003-09-15 15:49:13 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{plain}
|
|
|
|
\newtheorem{thm}{Theorem}[section]
|
|
|
|
EndPreamble
|
|
|
|
|
|
|
|
|
|
|
|
Counter
|
|
|
|
Name theorem
|
2002-07-20 20:47:54 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Theorem
|
2003-05-02 08:55:48 +00:00
|
|
|
Margin First_Dynamic
|
|
|
|
LatexType Environment
|
|
|
|
LatexName thm
|
2003-09-15 15:49:13 +00:00
|
|
|
#DependsOn TheoremStyle
|
2003-05-02 08:55:48 +00:00
|
|
|
NextNoIndent 1
|
|
|
|
LabelSep xx
|
2003-10-13 09:50:10 +00:00
|
|
|
ParIndent MMM
|
2003-05-02 08:55:48 +00:00
|
|
|
ParSkip 0.4
|
|
|
|
ItemSep 0.2
|
|
|
|
TopSep 0.7
|
|
|
|
BottomSep 0.7
|
|
|
|
ParSep 0.3
|
|
|
|
Align Block
|
|
|
|
AlignPossible Block, Left
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelType Counter
|
|
|
|
LabelCounter theorem
|
|
|
|
LabelString "Theorem @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Font
|
|
|
|
Shape Italic
|
|
|
|
Size Normal
|
|
|
|
EndFont
|
|
|
|
LabelFont
|
|
|
|
Shape Up
|
|
|
|
Series Bold
|
|
|
|
EndFont
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Theorem*
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Theorem
|
|
|
|
LatexName thm*
|
2003-10-02 11:04:06 +00:00
|
|
|
LabelType Static
|
2003-05-02 08:55:48 +00:00
|
|
|
LabelString "Theorem."
|
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{plain}
|
|
|
|
\newtheorem*{thm*}{Theorem}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Corollary
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Theorem
|
|
|
|
LatexName cor
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Corollary @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{plain}
|
2003-09-15 15:49:13 +00:00
|
|
|
\newtheorem{cor}[thm]{Corollary}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
2003-09-15 15:49:13 +00:00
|
|
|
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Corollary*
|
2003-10-02 11:04:06 +00:00
|
|
|
CopyStyle Theorem*
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName cor*
|
|
|
|
LabelString "Corollary."
|
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{plain}
|
2003-05-02 08:55:48 +00:00
|
|
|
\newtheorem*{cor*}{Corollary}
|
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Lemma
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Theorem
|
|
|
|
LatexName lem
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Lemma @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{plain}
|
2003-09-15 15:49:13 +00:00
|
|
|
\newtheorem{lem}[thm]{Lemma}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Lemma*
|
2003-10-02 11:04:06 +00:00
|
|
|
CopyStyle Theorem*
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName lem*
|
|
|
|
LabelString "Lemma."
|
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{plain}
|
2003-09-15 15:49:13 +00:00
|
|
|
\newtheorem*{lem*}{Lemma}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Proposition
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Theorem
|
|
|
|
LatexName prop
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Proposition @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{plain}
|
2003-09-15 15:49:13 +00:00
|
|
|
\newtheorem{prop}[thm]{Proposition}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Proposition*
|
2003-10-02 11:04:06 +00:00
|
|
|
CopyStyle Theorem*
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName prop*
|
|
|
|
LabelString "Proposition."
|
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{plain}
|
|
|
|
\newtheorem*{prop*}{Proposition}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Conjecture
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Theorem
|
|
|
|
LatexName conjecture
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Conjecture @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{plain}
|
2003-09-15 15:49:13 +00:00
|
|
|
\newtheorem{conjecture}[thm]{Conjecture}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Conjecture*
|
2003-10-02 11:04:06 +00:00
|
|
|
CopyStyle Theorem*
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName conjecture*
|
|
|
|
LabelString "Conjecture."
|
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{plain}
|
|
|
|
\newtheorem*{conjecture*}{Conjecture}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Criterion
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Theorem
|
|
|
|
LatexName criterion
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Criterion @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{plain}
|
2003-09-15 15:49:13 +00:00
|
|
|
\newtheorem{criterion}[thm]{Criterion}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Algorithm
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Theorem
|
|
|
|
LatexName algorithm
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Algorithm @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{plain}
|
2003-09-15 15:49:13 +00:00
|
|
|
\newtheorem{algorithm}[thm]{Algorithm}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Fact
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Theorem
|
|
|
|
LatexName fact
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Fact @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{plain}
|
|
|
|
\newtheorem{fact}[thm]{Fact}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Fact*
|
2003-10-02 11:04:06 +00:00
|
|
|
CopyStyle Theorem*
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName fact*
|
|
|
|
LabelString "Fact."
|
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{plain}
|
|
|
|
\newtheorem*{fact*}{Fact}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Axiom
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Theorem
|
|
|
|
LatexName ax
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Axiom @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{plain}
|
|
|
|
\newtheorem{ax}[thm]{Axiom}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Definition
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Theorem
|
|
|
|
LatexName defn
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Definition @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Font
|
|
|
|
Shape Up
|
|
|
|
EndFont
|
|
|
|
LabelFont
|
|
|
|
Shape Up
|
|
|
|
Series Bold
|
|
|
|
EndFont
|
|
|
|
Preamble
|
2003-09-15 15:49:13 +00:00
|
|
|
\theoremstyle{definition}
|
|
|
|
\newtheorem{defn}[thm]{Definition}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
2003-09-15 15:49:13 +00:00
|
|
|
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Definition*
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Definition
|
|
|
|
LatexName defn*
|
2003-10-02 11:04:06 +00:00
|
|
|
LabelType Static
|
2003-05-02 08:55:48 +00:00
|
|
|
LabelString "Definition."
|
|
|
|
Preamble
|
|
|
|
\theoremstyle{definition}
|
|
|
|
\newtheorem*{defn*}{Definition}
|
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Example
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Definition
|
|
|
|
LatexName example
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Example @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
|
|
|
\theoremstyle{definition}
|
|
|
|
\newtheorem{example}[thm]{Example}
|
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Example*
|
2003-10-01 17:27:46 +00:00
|
|
|
CopyStyle Definition*
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName example*
|
|
|
|
LabelString "Example."
|
|
|
|
Preamble
|
2003-09-15 15:49:13 +00:00
|
|
|
\theoremstyle{definition}
|
2003-05-02 08:55:48 +00:00
|
|
|
\newtheorem*{example*}{Example}
|
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Condition
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Definition
|
|
|
|
LatexName condition
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Condition @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
2003-09-15 15:49:13 +00:00
|
|
|
\theoremstyle{definition}
|
2003-05-02 08:55:48 +00:00
|
|
|
\newtheorem{condition}[thm]{Condition}
|
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
2003-10-01 17:27:46 +00:00
|
|
|
Style Condition*
|
|
|
|
CopyStyle Definition*
|
|
|
|
LatexName condition*
|
|
|
|
LabelString "Condition."
|
|
|
|
Preamble
|
|
|
|
\theoremstyle{definition}
|
|
|
|
\newtheorem*{condition*}{Condition}
|
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
2003-10-01 17:27:46 +00:00
|
|
|
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Problem
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Definition
|
|
|
|
LatexName problem
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Problem @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
2003-09-15 15:49:13 +00:00
|
|
|
\theoremstyle{definition}
|
2003-05-02 08:55:48 +00:00
|
|
|
\newtheorem{problem}[thm]{Problem}
|
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
2003-10-01 17:27:46 +00:00
|
|
|
Style Problem*
|
|
|
|
CopyStyle Definition*
|
|
|
|
LatexName problem*
|
|
|
|
LabelString "Problem."
|
|
|
|
Preamble
|
|
|
|
\theoremstyle{definition}
|
|
|
|
\newtheorem*{problem*}{Problem}
|
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
2003-10-01 17:27:46 +00:00
|
|
|
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Exercise
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Definition
|
|
|
|
LatexName xca
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Exercise @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
2003-09-15 15:49:13 +00:00
|
|
|
\theoremstyle{definition}
|
|
|
|
%%Delete [section] for sequential numbering
|
|
|
|
\newtheorem{xca}[section]{Exercise}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
2003-10-01 17:27:46 +00:00
|
|
|
Style Exercise*
|
|
|
|
CopyStyle Definition*
|
|
|
|
LatexName xca
|
|
|
|
LabelString "Exercise."
|
|
|
|
Preamble
|
|
|
|
\theoremstyle{definition}
|
|
|
|
\newtheorem*{xca*}{Exercise}
|
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
2003-10-01 17:27:46 +00:00
|
|
|
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Remark
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Theorem
|
|
|
|
LatexName rem
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Remark @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Font
|
|
|
|
Shape Up
|
|
|
|
Size Normal
|
|
|
|
EndFont
|
|
|
|
LabelFont
|
|
|
|
Series Medium
|
|
|
|
Shape Italic
|
|
|
|
EndFont
|
|
|
|
Preamble
|
|
|
|
\theoremstyle{remark}
|
|
|
|
\newtheorem{rem}[thm]{Remark}
|
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
2003-09-15 15:49:13 +00:00
|
|
|
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Remark*
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Remark
|
|
|
|
LatexName rem*
|
2003-10-02 11:04:06 +00:00
|
|
|
LabelType Static
|
2003-05-02 08:55:48 +00:00
|
|
|
LabelString "Remark."
|
|
|
|
Preamble
|
|
|
|
\theoremstyle{remark}
|
|
|
|
\newtheorem*{rem*}{Remark}
|
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Claim
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Remark
|
|
|
|
LatexName claim
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Claim @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{remark}
|
2003-05-02 08:55:48 +00:00
|
|
|
\newtheorem{claim}[thm]{Claim}
|
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Claim*
|
2003-10-01 17:27:46 +00:00
|
|
|
CopyStyle Remark*
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName claim*
|
|
|
|
LabelString "Claim."
|
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{remark}
|
2003-05-02 08:55:48 +00:00
|
|
|
\newtheorem*{claim*}{Claim}
|
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Note
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Remark
|
|
|
|
LatexName note
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Note @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{remark}
|
|
|
|
\newtheorem{note}[thm]{Note}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Note*
|
2003-10-01 17:27:46 +00:00
|
|
|
CopyStyle Remark*
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName note*
|
|
|
|
LabelString "Note."
|
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{remark}
|
|
|
|
\newtheorem*{note*}{Note}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
Style Notation
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Remark
|
|
|
|
LatexName notation
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Notation @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{remark}
|
|
|
|
\newtheorem{notation}[thm]{Notation}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
2003-10-01 17:27:46 +00:00
|
|
|
Style Notation*
|
|
|
|
CopyStyle Remark*
|
|
|
|
LatexName notation*
|
|
|
|
LabelString "Notation."
|
|
|
|
Preamble
|
|
|
|
\theoremstyle{remark}
|
2003-10-13 09:50:10 +00:00
|
|
|
\newtheorem*{notation*}[thm]{Notation}
|
2003-10-01 17:27:46 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
2003-10-01 17:27:46 +00:00
|
|
|
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Summary
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Remark
|
|
|
|
LatexName summary
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Summary @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{remark}
|
|
|
|
\newtheorem{summary}[thm]{Summary}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Acknowledgement
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Remark
|
|
|
|
LatexName acknowledgement
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Acknowledgement @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{remark}
|
|
|
|
\newtheorem{acknowledgement}[thm]{Acknowledgement}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
2003-09-15 15:49:13 +00:00
|
|
|
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Acknowledgement*
|
2003-10-01 17:27:46 +00:00
|
|
|
CopyStyle Remark*
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName acknowledgement*
|
|
|
|
LabelString "Acknowledgement."
|
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{remark}
|
|
|
|
\newtheorem*{acknowledgement*}{Acknowledgement}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Case
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Remark
|
|
|
|
LatexName case
|
2003-09-15 15:49:13 +00:00
|
|
|
LabelString "Case @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{remark}
|
|
|
|
\newtheorem{case}{Case} %%Numbering of Cases not keyed to sections
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Conclusion
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Remark
|
|
|
|
LatexName conclusion
|
2003-10-01 17:27:46 +00:00
|
|
|
LabelString "Conclusion @Section@.\arabic{theorem}."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{remark}
|
|
|
|
\newtheorem{conclusion}[thm]{Conclusion}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:49:13 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Conclusion*
|
2003-10-01 17:27:46 +00:00
|
|
|
CopyStyle Remark*
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName conclusion*
|
2003-10-01 17:27:46 +00:00
|
|
|
LabelString "Conclusion."
|
2003-05-02 08:55:48 +00:00
|
|
|
Preamble
|
2003-10-13 09:50:10 +00:00
|
|
|
\theoremstyle{remark}
|
|
|
|
\newtheorem*{conclusion*}{Conclusion}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
2003-10-13 09:50:10 +00:00
|
|
|
End
|