LaTeX Big vert in LaTeX: Analyzing Angular Distribution

AI Thread Summary
The discussion centers on the need for larger vertical bars to represent absolute values in mathematical expressions, specifically in the context of a formula related to particle physics. The original formula presented is criticized for its appearance, prompting the search for better formatting options. A user suggests using alternative commands such as \big\vert, \bigg\vert, and \Bigg\vert to achieve the desired visual effect. The conversation highlights the importance of proper notation in mathematical expressions for clarity and aesthetics.
malawi_glenn
Science Advisor
Messages
6,735
Reaction score
2,433
Hi! I would like to have larger verts, representating abs, you can see for yourself how ugly this looks:
\dfrac{d\sigma }{d\Omega } (\pi ^+ \text{p}) = \dfrac{1}{k^2}\left[ \vert a^{\tfrac{3}{2}}_{0,\tfrac{1}{2}} + \left( 2a^{\tfrac{3}{2}}_{1,\tfrac{3}{2}} + a^{\tfrac{3}{2}}_{1,\tfrac{1}{2}} \right) \cos (\theta ) \vert ^2 + \vert \left( a^{\tfrac{3}{2}}_{1,\tfrac{3}{2}} - a^{\tfrac{3}{2}}_{1,\tfrac{1}{2}} \right) \sin (\theta )\vert ^2 \right]

I have searched in short AMS guide, but could not find it :(
 
Physics news on Phys.org
Try \left| and \right|.
 
  • Like
Likes RoGoLe
\dfrac{d\sigma }{d\Omega } (\pi ^+ \text{p}) = \dfrac{1}{k^2}\left[ \left| a^{\tfrac{3}{2}}_{0,\tfrac{1}{2}} + \left( 2a^{\tfrac{3}{2}}_{1,\tfrac{3}{2}} + a^{\tfrac{3}{2}}_{1,\tfrac{1}{2}} \right) \cos (\theta ) \right| ^2 + \vert \left( a^{\tfrac{3}{2}}_{1,\tfrac{3}{2}} - a^{\tfrac{3}{2}}_{1,\tfrac{1}{2}} \right) \sin (\theta )\vert ^2 \right]
 
great =) thanx
 
what?
 
-Sometimes you don't want left and right just by itself.
-The following works instead:

\big\vert
\bigg\vert
\Bigg\vert

kind regards,
Ian Gregory, Sydney.
 
  • Like
Likes P4Penguin
Back
Top