mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
- 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:
parent
38aacccedf
commit
fa5b7920f6
@ -408,7 +408,7 @@ Style Abstract
|
|||||||
LatexType Environment
|
LatexType Environment
|
||||||
LatexName abstract
|
LatexName abstract
|
||||||
LabelType Static
|
LabelType Static
|
||||||
LabelString "Abstract."
|
LabelString "Abstract"
|
||||||
LabelFont
|
LabelFont
|
||||||
Series Bold
|
Series Bold
|
||||||
EndFont
|
EndFont
|
||||||
@ -424,15 +424,16 @@ Style Abstract
|
|||||||
End
|
End
|
||||||
|
|
||||||
Style Abstract*
|
Style Abstract*
|
||||||
CopyStyle Abstract
|
CopyStyle Abstract
|
||||||
|
LatexType Command
|
||||||
LatexName abstract*
|
LatexName abstract*
|
||||||
LabelString "Abstract* (not printed)."
|
LabelString "Abstract* (not printed)"
|
||||||
LabelFont
|
LabelFont
|
||||||
Color Blue
|
Color Blue
|
||||||
EndFont
|
EndFont
|
||||||
TextFont
|
TextFont
|
||||||
Color Blue
|
Color Blue
|
||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Keywords
|
Style Keywords
|
||||||
@ -530,7 +531,7 @@ Style Acknowledgement
|
|||||||
Align Block
|
Align Block
|
||||||
AlignPossible Block, Left
|
AlignPossible Block, Left
|
||||||
LabelType Static
|
LabelType Static
|
||||||
LabelString "Acknowledgements."
|
LabelString "Acknowledgements"
|
||||||
Font
|
Font
|
||||||
Size Small
|
Size Small
|
||||||
EndFont
|
EndFont
|
||||||
@ -542,8 +543,8 @@ Style Acknowledgement
|
|||||||
End
|
End
|
||||||
|
|
||||||
Style Acknowledgements
|
Style Acknowledgements
|
||||||
CopyStyle Acknowledgement
|
CopyStyle Acknowledgement
|
||||||
LatexName acknowledgements
|
LatexName acknowledgements
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Bibliography
|
Style Bibliography
|
||||||
@ -606,9 +607,14 @@ Style Svgraybox
|
|||||||
End
|
End
|
||||||
|
|
||||||
Style Proof
|
Style Proof
|
||||||
CopyStyle Claim
|
|
||||||
LatexName proof
|
LatexName proof
|
||||||
LabelString "Proof"
|
LabelString "Proof"
|
||||||
|
LangPreamble
|
||||||
|
\providecommand{\proofname}{_(Proof)}
|
||||||
|
EndLangPreamble
|
||||||
|
BabelPreamble
|
||||||
|
\addto\captions$$lang{\renewcommand{\proofname}{_(Proof)}}
|
||||||
|
EndBabelPreamble
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Proof(QED)
|
Style Proof(QED)
|
||||||
|
@ -11,20 +11,24 @@ Format 35
|
|||||||
Input svcommon.inc
|
Input svcommon.inc
|
||||||
|
|
||||||
ClassOptions
|
ClassOptions
|
||||||
FontSize 10
|
FontSize 10
|
||||||
End
|
End
|
||||||
|
|
||||||
NoStyle Acknowledgements
|
NoStyle Acknowledgements
|
||||||
#NoStyle Acknowledgement
|
#NoStyle Acknowledgement
|
||||||
NoStyle Institute
|
NoStyle Institute
|
||||||
|
|
||||||
|
Style Abstract
|
||||||
|
LatexType Command
|
||||||
|
End
|
||||||
|
|
||||||
Style Running_Chapter
|
Style Running_Chapter
|
||||||
CopyStyle Running_Title
|
CopyStyle Running_Title
|
||||||
Category Section
|
Category Section
|
||||||
InTitle 0
|
InTitle 0
|
||||||
LatexName chaptermark
|
LatexName chaptermark
|
||||||
LeftMargin "Running Chapter:xxx"
|
LeftMargin "Running Chapter:xxx"
|
||||||
LabelString "Running Chapter:"
|
LabelString "Running Chapter:"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Running_Section
|
Style Running_Section
|
||||||
@ -36,19 +40,90 @@ Style Running_Section
|
|||||||
End
|
End
|
||||||
|
|
||||||
Style Problem
|
Style Problem
|
||||||
ObsoletedBy Prob
|
ObsoletedBy Prob
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Solution
|
Style Solution
|
||||||
ObsoletedBy Sol
|
ObsoletedBy Sol
|
||||||
End
|
End
|
||||||
|
|
||||||
InsetLayout Flex:at_Address
|
InsetLayout Flex:at_Address
|
||||||
CopyStyle Flex:and
|
CopyStyle Flex:and
|
||||||
LatexName at
|
LatexName at
|
||||||
LabelString "at address"
|
LabelString "at address"
|
||||||
End
|
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_Title
|
||||||
NoStyle TOC_Author
|
NoStyle TOC_Author
|
||||||
|
Loading…
Reference in New Issue
Block a user