Re: Left align Abstract header

2007-11-05 Thread G. Milde
On  5.11.07, Sorot Panichprecha wrote:
 Hi,
   How do I set the Abstract header to left align? 

where:

1. in the lyx editor window, or 
2. in the printed output?
 
 I have created a layout and set the Align to Left but it doesn't
 work. 

This should work (for 1.), if your layout file is actually used.
(Maybe you need to make Left-align possible as well as setting it.)

BTW: modifying a layout is even easier as your example, overwriting
works on a per-setting base, everything is taken from stdstruct.inc::


Input stdstruct.inc
Style Abstract
 Align Left
 AlignPossible Block, Left


Or a new Style:

Style LeftAbstract
 CopyStyle Abstract
 Align Left
 AlignPossible Block, Left


GM


Re: Left align Abstract header

2007-11-05 Thread G. Milde
On  5.11.07, Sorot Panichprecha wrote:
 Hi,
   How do I set the Abstract header to left align? 

where:

1. in the lyx editor window, or 
2. in the printed output?
 
 I have created a layout and set the Align to Left but it doesn't
 work. 

This should work (for 1.), if your layout file is actually used.
(Maybe you need to make Left-align possible as well as setting it.)

BTW: modifying a layout is even easier as your example, overwriting
works on a per-setting base, everything is taken from stdstruct.inc::


Input stdstruct.inc
Style Abstract
 Align Left
 AlignPossible Block, Left


Or a new Style:

Style LeftAbstract
 CopyStyle Abstract
 Align Left
 AlignPossible Block, Left


GM


Re: Left align Abstract header

2007-11-05 Thread G. Milde
On  5.11.07, Sorot Panichprecha wrote:
> Hi,
>   How do I set the Abstract header to left align? 

where:

1. in the lyx editor window, or 
2. in the printed output?
 
> I have created a layout and set the Align to "Left" but it doesn't
> work. 

This should work (for 1.), if your layout file is actually used.
(Maybe you need to make Left-align possible as well as setting it.)

BTW: modifying a layout is even easier as your example, overwriting
works on a per-setting base, everything is taken from stdstruct.inc::


Input stdstruct.inc
Style Abstract
 Align Left
 AlignPossible Block, Left


Or a new Style:

Style LeftAbstract
 CopyStyle Abstract
 Align Left
 AlignPossible Block, Left


GM


Left align Abstract header

2007-11-04 Thread Sorot Panichprecha

Hi,
  How do I set the Abstract header to left align? I have created a  
layout and set the Align to Left but it doesn't work. Here is the  
Abstract section in my layout (adapted from stdstruct.inc):


Style Abstract
MarginStatic
LatexType Command
LatexName abstract
NextNoIndent  1
LeftMarginMMM
RightMargin   MMM
ParIndent MM
ItemSep   0
TopSep0.7
BottomSep 0.7
ParSep0
Align Left
AlignPossible Block
LabelString   Abstract
LabelBottomSep0.5
Font
  SizeSmall
  Shape   Italic
EndFont
LabelFont
 Series  Bold
  SizeLarge
  Shape   Default
EndFont
End

Any idea?

Regards,
Steven



Left align Abstract header

2007-11-04 Thread Sorot Panichprecha

Hi,
  How do I set the Abstract header to left align? I have created a  
layout and set the Align to Left but it doesn't work. Here is the  
Abstract section in my layout (adapted from stdstruct.inc):


Style Abstract
MarginStatic
LatexType Command
LatexName abstract
NextNoIndent  1
LeftMarginMMM
RightMargin   MMM
ParIndent MM
ItemSep   0
TopSep0.7
BottomSep 0.7
ParSep0
Align Left
AlignPossible Block
LabelString   Abstract
LabelBottomSep0.5
Font
  SizeSmall
  Shape   Italic
EndFont
LabelFont
 Series  Bold
  SizeLarge
  Shape   Default
EndFont
End

Any idea?

Regards,
Steven



Left align Abstract header

2007-11-04 Thread Sorot Panichprecha

Hi,
  How do I set the Abstract header to left align? I have created a  
layout and set the Align to "Left" but it doesn't work. Here is the  
Abstract section in my layout (adapted from stdstruct.inc):


Style Abstract
MarginStatic
LatexType Command
LatexName abstract
NextNoIndent  1
LeftMarginMMM
RightMargin   MMM
ParIndent MM
ItemSep   0
TopSep0.7
BottomSep 0.7
ParSep0
Align Left
AlignPossible Block
LabelString   "Abstract"
LabelBottomSep0.5
Font
  SizeSmall
  Shape   Italic
EndFont
LabelFont
 Series  Bold
  SizeLarge
  Shape   Default
EndFont
End

Any idea?

Regards,
Steven