LyX ⇒ align equations
align equations
I am trying to align equations. I want the equal signs to be aligned. This is not a problem. However, every time I do this it shows up as a display formula. I do not want it centered. I want an inline formula with the equal signs aligned. Also I would like to put an explanation of each step to the right of each equation and have the explanations aligned. Just like in math textbooks. Is this possible. I have tried several different things with no success. Thanks in advance for any help.
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
align equations
You can use the aligned environment also in in-line math expressions.
Another way to prevent the equations from being centered is to use the flalign environment.
Best regards and welcome to the board
Thorsten
Code: Select all
\(
\begin{aligned}
% math expressions with explanations
\end{aligned}
\)
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: align equations
Thank you very much. That really helped.