How do I split equations in LaTeX

  • Context: LaTeX 
  • Thread starter Thread starter S.P.P
  • Start date Start date
  • Tags Tags
    Latex Split
Click For Summary
SUMMARY

This discussion addresses the challenge of splitting large equations in LaTeX while maintaining proper bracket alignment. Users can utilize the \begin{split} or \begin{align} commands to break equations across multiple lines. However, when splitting lines within brackets, the closing bracket may not appear, leading to errors such as "missing \right] bracket." The solution involves using "\right." at the end of the first line and "\left." at the beginning of the second line as dummy delimiters to resolve this issue.

PREREQUISITES
  • Familiarity with LaTeX document preparation system
  • Understanding of LaTeX environments such as split and align
  • Knowledge of mathematical notation in LaTeX
  • Basic troubleshooting skills for LaTeX error messages
NEXT STEPS
  • Research the use of LaTeX environments for complex equations
  • Learn about the \left and \right commands in LaTeX
  • Explore advanced LaTeX error handling techniques
  • Investigate additional methods for formatting multi-line equations in LaTeX
USEFUL FOR

Students, researchers, and professionals who are writing technical documents in LaTeX and need to format complex mathematical equations effectively.

S.P.P
Messages
39
Reaction score
0
Couldn't think of a better place to post this. I'm writing a document in latex that has several very large equations in it. I can split them up so that they take up two or three lines using the \begin{split} command or \begin{align} command, but If I need to split a line that is contained within a braket, the closing braket does not show in the resulting .ps file, and I get all sorts of errors when I try run 'latex file.tex' saying that I'm missing the \right] braket. So how do I split equations with the opening braket on one line, and the closing braket on another?
 
Physics news on Phys.org
I've gotten around this problem in the past by inserting a "\right." at the end of the first line and a "\left." at the beginning of the second line. I believe these commands serve as dummy delimiters.
 
Thank you, that has sorted it out. :smile:
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 5 ·
Replies
5
Views
8K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 15 ·
Replies
15
Views
8K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
6K
  • · Replies 2 ·
Replies
2
Views
6K
  • · Replies 11 ·
Replies
11
Views
9K
  • · Replies 2 ·
Replies
2
Views
4K