Move stuff around.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22467 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-01-10 06:34:33 +00:00
parent 5f91f39309
commit b258ae2d26
2 changed files with 15 additions and 18 deletions

View File

@ -29,7 +29,6 @@ Requires amsmath
# - Conclusion
# - Fact
# - Assumption
# - Case (regular only -- defined as an enumeration)
Style Criterion
CopyStyle Theorem
@ -252,20 +251,3 @@ Style Assumption*
\newtheorem*{assumption*}{Assumption}
EndPreamble
End
# Define Case as an enumeration environment
Style Case
CopyStyle Enumerate
LatexName caseenv
LabelType Static
LeftMargin "MMMMMMN"
LabelString "Case #:"
Preamble
\newcounter{casectr}
\newenvironment{caseenv}
{\begin{list}{\bfseries\upshape Case \arabic{casectr}:}{}\setcounter{casectr}{0}\usecounter{casectr}}
{\end{list}}
EndPreamble
End

View File

@ -17,6 +17,7 @@
# - Remark
# - Claim
# - Proof
# - Case (regular only -- defined as an enumeration)
Format 6
@ -196,3 +197,17 @@ Style Claim
End
# Define Case as an enumeration environment
Style Case
CopyStyle Enumerate
LatexName caseenv
LabelType Static
LeftMargin "MMMMMMN"
LabelString "Case #:"
Preamble
\newcounter{casectr}
\newenvironment{caseenv}
{\begin{list}{\bfseries\upshape Case \arabic{casectr}:}{}\setcounter{casectr}{0}\usecounter{casectr}}
{\end{list}}
EndPreamble
End