Komascript: changing parameters in stdlayouts.inc to vary parskip

2010-03-17 Thread Richard Brown
I'm using komascript book, which if I understand aright calls stdlayouts.inc
to get its basic parameters.

In one of the environments, (verse) i want a different vertical space
between every line of the poems. I think each poem line is defined as a
separate paragraph. So I decided to change parskip in stdlayouts.inc for the
verse environmment. I put

Style Verse
# LaTeX type is first dynamic because of LaTeX implementation.
# In LyX this does not make sense.
Category  MainText
LatexType Environment
LatexName verse
MarginFirst_Dynamic
NextNoIndent  1
LeftMargin
LabelIndent   
ParSkip   0.05
TopSep0.7
BottomSep 0.7
ParSep0.3
Align Block
AlignPossible Block, Left
LabelType No_Label
End

But nothing happens, nothing at all. The original values I changed from were

ParSkip 0.4
ParSep 0.5

Where is my logic wrong?


Komascript: changing parameters in stdlayouts.inc to vary parskip

2010-03-17 Thread Richard Brown
I'm using komascript book, which if I understand aright calls stdlayouts.inc
to get its basic parameters.

In one of the environments, (verse) i want a different vertical space
between every line of the poems. I think each poem line is defined as a
separate paragraph. So I decided to change parskip in stdlayouts.inc for the
verse environmment. I put

Style Verse
# LaTeX type is first dynamic because of LaTeX implementation.
# In LyX this does not make sense.
Category  MainText
LatexType Environment
LatexName verse
MarginFirst_Dynamic
NextNoIndent  1
LeftMargin
LabelIndent   
ParSkip   0.05
TopSep0.7
BottomSep 0.7
ParSep0.3
Align Block
AlignPossible Block, Left
LabelType No_Label
End

But nothing happens, nothing at all. The original values I changed from were

ParSkip 0.4
ParSep 0.5

Where is my logic wrong?


Komascript: changing parameters in stdlayouts.inc to vary parskip

2010-03-17 Thread Richard Brown
I'm using komascript book, which if I understand aright calls stdlayouts.inc
to get its basic parameters.

In one of the environments, (verse) i want a different vertical space
between every line of the poems. I think each poem line is defined as a
separate paragraph. So I decided to change parskip in stdlayouts.inc for the
verse environmment. I put

Style Verse
# LaTeX type is first dynamic because of LaTeX implementation.
# In LyX this does not make sense.
Category  MainText
LatexType Environment
LatexName verse
MarginFirst_Dynamic
NextNoIndent  1
LeftMargin
LabelIndent   
ParSkip   0.05
TopSep0.7
BottomSep 0.7
ParSep0.3
Align Block
AlignPossible Block, Left
LabelType No_Label
End

But nothing happens, nothing at all. The original values I changed from were

ParSkip 0.4
ParSep 0.5

Where is my logic wrong?