TransWikia.com

Problems with falign* environment

TeX - LaTeX Asked by ljaytee on May 9, 2021

I’m trying to get the following to line up along the = but for some reason it’s not working.


begin{falign*}
begin{split}

int_{S_{min}}^{infty} S  S^{-frac{5}{2}}  dS 
  &= int_{S_{min}}^{infty} S^{-frac{3}{2}}  dS 
  &propto bigg[S^{-frac{1}{2}}bigg]^{S_{min}}_{infty} 
  &propto dfrac{1}{sqrt{S_{min}}}
  
end{split}
end{falign*}

When compiled I get:

If it is relevant I’m using overleaf. I have a feeling I’m missing something obvious so any and all help is appreciated.

2 Answers

If I've well understood what you want, it can be obtained with align* nested in a fleqn environment from nccmath:

documentclass{article}
usepackage{lipsum}
usepackage{amsmath, amssymb}
usepackage{nccmath}

begin{document}

lipsum[11]
begin{fleqn}
begin{align*}
int_{S_{min}}^{infty} S  S^{-frac{5}{2}}  dS
  &= int_{S_{min}}^{infty} S^{-frac{3}{2}}  dS 
  &propto bigg[S^{-frac{1}{2}}bigg]^{S_{min}}_{infty} 
  &propto dfrac{1}{sqrt{S_{min}}}
end{align*}
end{fleqn}

end{document} 

enter image description here

Answered by Bernard on May 9, 2021

I'm not sure where you got falign* from, but it's not a standard environment. You possibly mean flalign*.

There must be no blank line inside math displays. And you don't want split inside, but at least a line with three alignment points, in order to achieve left alignment.

documentclass{article}
usepackage{amsmath}

begin{document}

Some text before the display
some text before the display
some text before the display
some text before the display
begin{flalign*}
int_{S_{min}}^{infty} S , S^{-frac{5}{2}} , dS
  &= int_{S_{min}}^{infty} S^{-frac{3}{2}} , dS 
  &propto biggl[S^{-frac{1}{2}}biggr]^{S_{min}}_{infty} 
  &propto dfrac{1}{sqrt{S_{min}}}
&&
end{flalign*}
and some text after it.

end{document}

enter image description here

On the other hand, I see no reason for left alignment.

Note min rather than min. It “should” be mathrm{min}, but the final result is the same. Using , is preferable to “backslash-space”; biggl (left) and biggr (right) should be used rather than the unadorned bigg.

Answered by egreg on May 9, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP