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