mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
jss.layout: correct appearance of sectioning commands
- also 2 minor improvements
This commit is contained in:
parent
7f0ac0932b
commit
9c06bd09ea
@ -20,6 +20,21 @@ AddToPreamble
|
||||
%\usepackage{Sweave}
|
||||
EndPreamble
|
||||
|
||||
Style Section
|
||||
LabelString \thesection.
|
||||
End
|
||||
|
||||
Style Subsection
|
||||
LabelString \thesubsection.
|
||||
End
|
||||
|
||||
Style Subsubsection
|
||||
LabelType No_Label
|
||||
Font
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Title
|
||||
InPreamble 1
|
||||
Font
|
||||
@ -48,7 +63,7 @@ Style Abstract
|
||||
InTitle 1
|
||||
InPreamble 1
|
||||
Margin Dynamic
|
||||
LeftMargin MM
|
||||
LeftMargin M
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
@ -59,7 +74,6 @@ Style Abstract
|
||||
AlignPossible Block, Left, Right, Center
|
||||
Labeltype Centered
|
||||
LabelString "Abstract"
|
||||
Labelsep M
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
|
Loading…
Reference in New Issue
Block a user