- svcommon.inc: fix definition of proof and abstract*; whitespace

- svmono.layout: fine tuning and whitespace fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39186 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2011-06-22 03:41:27 +00:00
parent 38aacccedf
commit fa5b7920f6
2 changed files with 104 additions and 23 deletions

View File

@ -408,7 +408,7 @@ Style Abstract
LatexType Environment
LatexName abstract
LabelType Static
LabelString "Abstract."
LabelString "Abstract"
LabelFont
Series Bold
EndFont
@ -425,8 +425,9 @@ End
Style Abstract*
CopyStyle Abstract
LatexType Command
LatexName abstract*
LabelString "Abstract* (not printed)."
LabelString "Abstract* (not printed)"
LabelFont
Color Blue
EndFont
@ -530,7 +531,7 @@ Style Acknowledgement
Align Block
AlignPossible Block, Left
LabelType Static
LabelString "Acknowledgements."
LabelString "Acknowledgements"
Font
Size Small
EndFont
@ -606,9 +607,14 @@ Style Svgraybox
End
Style Proof
CopyStyle Claim
LatexName proof
LabelString "Proof"
LangPreamble
\providecommand{\proofname}{_(Proof)}
EndLangPreamble
BabelPreamble
\addto\captions$$lang{\renewcommand{\proofname}{_(Proof)}}
EndBabelPreamble
End
Style Proof(QED)

View File

@ -18,6 +18,10 @@ NoStyle Acknowledgements
#NoStyle Acknowledgement
NoStyle Institute
Style Abstract
LatexType Command
End
Style Running_Chapter
CopyStyle Running_Title
Category Section
@ -49,6 +53,77 @@ InsetLayout Flex:at_Address
LabelString "at address"
End
Counter theorem
Within chapter
End
Counter definition
Within chapter
End
Counter remark
Within chapter
End
Counter corollary
Within chapter
End
Counter lemma
Within chapter
End
Counter proposition
Within chapter
End
Counter claim
Within chapter
End
Counter conjecture
Within chapter
End
Counter question
Within chapter
End
Counter example
Within chapter
End
Counter exercise
Within chapter
End
Counter case
Within chapter
End
Counter property
Within chapter
End
Counter note
Within chapter
End
Style Claim
LabelString "Claim."
End
Style Proof
LabelString "Proof."
End
Style Proof(QED)
LabelString "Proof."
End
Style Proof(smartQED)
LabelString "Proof."
End
NoStyle TOC_Title
NoStyle TOC_Author