Author: uwestoehr
Date: Wed Jun 22 05:36:29 2011
New Revision: 39185
URL: http://www.lyx.org/trac/changeset/39185
Log:
- theorems-without-preamble.inc: fix definition of style "prob"; whitespace
Modified:
lyx-devel/trunk/lib/layouts/theorems-without-preamble.inc
Modified: lyx-devel/trunk/lib/layouts/theorems-without-preamble.inc
==============================================================================
--- lyx-devel/trunk/lib/layouts/theorems-without-preamble.inc Tue Jun 21
17:36:30 2011 (r39184)
+++ lyx-devel/trunk/lib/layouts/theorems-without-preamble.inc Wed Jun 22
05:36:29 2011 (r39185)
@@ -14,6 +14,7 @@
# - Definition
# - Example
# - Problem
+# - Prob
# - Solution
# - Exercise
# - Remark
@@ -22,7 +23,6 @@
# - Property
# - Question
# - Note
-# - Prob
Format 35
@@ -236,6 +236,17 @@
End
+Counter prob
+ Within chapter
+End
+Style Prob
+ CopyStyle Problem
+ LabelCounter prob
+ LatexName prob
+ LabelString "\theprob"
+End
+
+
Counter solution
End
Style Solution
@@ -287,10 +298,10 @@
End
-Style Claim
- CopyStyle Remark
- LatexName claim
- LabelString "Claim "
+Style Claim
+ CopyStyle Remark
+ LatexName claim
+ LabelString "Claim"
LangPreamble
\providecommand{\claimname}{_(Claim)}
EndLangPreamble
@@ -367,12 +378,3 @@
EndBabelPreamble
End
-
-Counter prob
-End
-Style Prob
- CopyStyle Claim
- LabelCounter prob
- LatexName prob
- LabelString "\theprob"
-End