- theorems-without-preamble.inc: fix definition of style "prob"; whitespace

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39185 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2011-06-22 03:36:29 +00:00
parent 79fb39058c
commit 38aacccedf

View File

@ -14,6 +14,7 @@
# - Definition # - Definition
# - Example # - Example
# - Problem # - Problem
# - Prob
# - Solution # - Solution
# - Exercise # - Exercise
# - Remark # - Remark
@ -22,7 +23,6 @@
# - Property # - Property
# - Question # - Question
# - Note # - Note
# - Prob
Format 35 Format 35
@ -236,6 +236,17 @@ Style Problem
End End
Counter prob
Within chapter
End
Style Prob
CopyStyle Problem
LabelCounter prob
LatexName prob
LabelString "\theprob"
End
Counter solution Counter solution
End End
Style Solution Style Solution
@ -287,10 +298,10 @@ Style Remark
End End
Style Claim Style Claim
CopyStyle Remark CopyStyle Remark
LatexName claim LatexName claim
LabelString "Claim " LabelString "Claim"
LangPreamble LangPreamble
\providecommand{\claimname}{_(Claim)} \providecommand{\claimname}{_(Claim)}
EndLangPreamble EndLangPreamble
@ -367,12 +378,3 @@ Style Note
EndBabelPreamble EndBabelPreamble
End End
Counter prob
End
Style Prob
CopyStyle Claim
LabelCounter prob
LatexName prob
LabelString "\theprob"
End