>>>>> "Tom" == Tom Crane <[EMAIL PROTECTED]> writes:
Tom> I have followed your instructions but I cannot get it to give the
Tom> O/P I need. I have attached a demo .lyx file to better illustrate
Tom> the point. Do you have any more suggestions? Thanks again. Tom.
Try this one (I only modified the first equation). The two tricks used
here are
- \vphantom{\int_a^b} procuces a vertical space (0 width) which height
is exactly the height of its argument. Assuming that the integral is
what forces the ] size, it gives the right result.
- \hphantom{z+\exp[} does exactly the same but produces an horizontal
space.
More tweaking might be needed for this equation, but I think it
explains the trick. There is also a \phantom{} which sets both height
and width.
JMarc