Geoffrey Lloyd wrote:
Hi
I am using displaymath environment and wondered whether it was possible, for a few equations only, to have this environment to be left aligned rather than the default centered.
Geoff
In Layout->Document->Packages, check the box to use the amsmath package.
Then insert the following in ERT in the text prior to each equation
whose placement you want to change:
[EMAIL PROTECTED] to switch to left alignment;
[EMAIL PROTECTED] to switch to center alignment.
Be sure to include a terminal space in the ERT so that \makeatother
doesn't run into whatever comes next.
HTH,
Paul