counter cosmetics

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7849 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2003-10-02 11:04:06 +00:00
parent d64d9a38d1
commit 8ba548f1a0

View File

@ -90,8 +90,8 @@ End
Style Theorem* Style Theorem*
CopyStyle Theorem CopyStyle Theorem
LatexName thm* LatexName thm*
LabelType Static
LabelString "Theorem." LabelString "Theorem."
LabelCounter ""
Preamble Preamble
\theoremstyle{plain} \theoremstyle{plain}
\newtheorem*{thm*}{Theorem} \newtheorem*{thm*}{Theorem}
@ -111,7 +111,7 @@ End
Style Corollary* Style Corollary*
CopyStyle Theorem CopyStyle Theorem*
LatexName cor* LatexName cor*
LabelString "Corollary." LabelString "Corollary."
Preamble Preamble
@ -133,7 +133,7 @@ End
Style Lemma* Style Lemma*
CopyStyle Theorem CopyStyle Theorem*
LatexName lem* LatexName lem*
LabelString "Lemma." LabelString "Lemma."
Preamble Preamble
@ -155,7 +155,7 @@ End
Style Proposition* Style Proposition*
CopyStyle Theorem CopyStyle Theorem*
LatexName prop* LatexName prop*
LabelString "Proposition." LabelString "Proposition."
Preamble Preamble
@ -177,7 +177,7 @@ End
Style Conjecture* Style Conjecture*
CopyStyle Theorem CopyStyle Theorem*
LatexName conjecture* LatexName conjecture*
LabelString "Conjecture." LabelString "Conjecture."
Preamble Preamble
@ -221,7 +221,7 @@ End
Style Fact* Style Fact*
CopyStyle Theorem CopyStyle Theorem*
LatexName fact* LatexName fact*
LabelString "Fact." LabelString "Fact."
Preamble Preamble
@ -263,6 +263,7 @@ End
Style Definition* Style Definition*
CopyStyle Definition CopyStyle Definition
LatexName defn* LatexName defn*
LabelType Static
LabelString "Definition." LabelString "Definition."
Preamble Preamble
\theoremstyle{definition} \theoremstyle{definition}
@ -382,8 +383,8 @@ End
Style Remark* Style Remark*
CopyStyle Remark CopyStyle Remark
LatexName rem* LatexName rem*
LabelType Static
LabelString "Remark." LabelString "Remark."
LabelCounter ""
Preamble Preamble
\theoremstyle{remark} \theoremstyle{remark}
\newtheorem*{rem*}{Remark} \newtheorem*{rem*}{Remark}