I got a solution for this. Just to write the inline equation without the {} parenthesis. Then Latex automatically break the inline equations. Although any other idea would be appreciable.Hi everyone,
Is it possible to break multi-line inline equation so that it does not over flow the margins? I found that for display equation we can use \begin{multiline} etc. But, how inline equations can break evenly with the line? Some inline equations break automatically but some of them are not and they are overflowing the margins.
Any idea please?
Math & Science ⇒ Multi-line in-line math equation
-
- Posts: 4
- Joined: Wed Jul 14, 2010 6:43 pm
Multi-line in-line math equation
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Multi-line in-line math equation
Hi,
normally inline formulas are broken. LaTeX breaks at relation symbols or binary operation symbols. The curly braces prevent that.
You could insert \allowbreak at some places. Further you could insert $ $ to split the formula.
Stefan
normally inline formulas are broken. LaTeX breaks at relation symbols or binary operation symbols. The curly braces prevent that.
You could insert \allowbreak at some places. Further you could insert $ $ to split the formula.
Stefan
LaTeX.org admin
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Multi-line in-line math equation
For longer expressions it is worth considering to choose a displayed math environment.
Best regards
Thorsten
Best regards
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