]> git.lyx.org Git - lyx.git/commitdiff
- theorems-without-preamble.inc: fix definition of style "prob"; whitespace
authorUwe Stöhr <uwestoehr@web.de>
Wed, 22 Jun 2011 03:36:29 +0000 (03:36 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Wed, 22 Jun 2011 03:36:29 +0000 (03:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39185 a592a061-630c-0410-9148-cb99ea01b6c8

lib/layouts/theorems-without-preamble.inc

index 109519fe7bd375379f576b5f5f1a18721b38dadb..4be9bec6299957b6da7059362a07d4f43bee0f49 100644 (file)
@@ -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 @@ Style Problem
 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 @@ Style Remark
 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 @@ Style Note
        EndBabelPreamble
 End
 
-
-Counter                prob
-End
-Style Prob
-       CopyStyle       Claim
-       LabelCounter    prob
-       LatexName       prob
-       LabelString     "\theprob"
-End