Questions tagged [split]

{split} is about the use of the split environment provided by the amsmath package that allows to split and align single equations which are too long or too complicated to fit on only one line.

331 questions
30
votes
4 answers

Split equations inside the align environment

I have some equations that I have written inside the align environment. Because some of these equations are rather long, they tend to spill over the page. I have tried using the split environment inside the align environment to split some of these…
Bob1986
  • 479
3
votes
2 answers

How can we split long equation in two or more than two lines in latex?

I am facing problem to split this equation in three lines. Where is the problem because whenever I run latex. It stopped and write missing }. The equation is \begin{equation}\begin{split} & A_{t}(r,\theta)=[\frac{\alpha^{0}(\frac{r}{2M}) +…
2
votes
1 answer

Split an equation of matrix

Could anyone guide me on how to split an equation of matrix? I have tried this code but the functions of delimiter '&' are intercepted (functions of split and…
a_student
  • 23
  • 3
2
votes
2 answers

I want to split a long equation in many lines

I have a long line in equation. I want to split it properly in two or three lines. I've been using \begin{split} and \end{split}, but still it is not in good position. The equation's code is…
2
votes
1 answer

How to have two successive but different alignments?

in written codes 2 equality and 2 pluses are aligned. What I want is to align 2 equality in one hand, and 3 limits on the other hand. I thought that defining another "split" before the second limit would work, but it did not. Would you mind helping…
Amir
  • 401
  • 2
  • 8
2
votes
2 answers

Splitting Formula over several lines (automatically)

I'd like to let LaTeX split a formula that's inside a fixed-width table. The formula is a group theoretical word (something like $a_1b_3a_5b_3^{-1}$). It should automatically split it somewhere between the elements so that it fits in the table. I…
magula
  • 409
1
vote
1 answer

Split a document in two independent parts

I want to have in the same latex file the main text and a supplemental material (SM). The SM will come after the main text, but I would like the figures to be labeled from 1 again (for example in the main text I have Fig 1, Fig 2 ... while in the SM…
1
vote
1 answer

State Space representation

I am looking for a nice state space representation. Does someone know how to place text left to the equation in a split environment? What environment should be used for the explanations? \usepackage{mathtools} \begin{document} This looks nice …
tex123
  • 13
1
vote
2 answers

Vertical Line and \split

\documentclass[a4paper,12pt]{article} \usepackage{mathtools} \begin{document} \begin{equation} \mathcal{A}(x) \coloneqq \left\{ \pi(t) \text{ prog. mbl. } \bigg \vert \: \begin{split} & E(U(X^{\pi,x}(T))^-) < \infty, X^{\pi,x}(T)…
1
vote
2 answers

Wick contraction in a split equation

I have a long expression over many lines for which I want to insert a few Wick contractions. To be clear each wick contraction will stay on a single line but the whole expression is many. I find that as soon as I try insert a wick contraction in a…
0
votes
0 answers

Error: Extra alignment tab has been changed to \cr. \end{split}

Using this code I get the error: "Extra alignment tab has been changed to \cr. \end{split}". Why so? \documentclass{article} \usepackage{amsmath} \begin{document} \begin{equation} \notag \begin{split} Ws & \leftrightarrow…
Frank
  • 421
0
votes
1 answer

How to prevent the split environment from placing the equation number on a new line?

I have written a few long equations using the split environment, and the compiled output of one is shown in the appended screenshot. For this equation in particular, the equation number (5.4) appears one line below the final equation line, while in…
Sveiaam
  • 70
0
votes
1 answer

VPhantom does not work in overleaf

I tried to use vphantom{...} and overleaf does not take breaqn package, so I still have the question: I have the following formula, but I get an error with it that I can't fix. What is wrong here really? \begin{equation} \begin{split} …
0
votes
2 answers

display 2-3 lines if too long

i use datatool and connect Text and Image together. See attached image. If this text (Text A or Text B) is long, then split 2 lines. Minimal Working code: \RequirePackage{filecontents} \begin{filecontents*}{file.tex} No,TextA,TextB 1,a1 a1a1…
latexforti
  • 2,091
0
votes
0 answers

"Simpler wick" in a split environment and undefined references

When I run \documentclass{article} \usepackage{simpler-wick} \usepackage{amsmath} \begin{document} \begin{equation} \begin{split} x &= \wick{\c a \c b}\\ x &= y\\ \end{split} \end{equation} \end{document} then the output looks just fine, except…
Stringer
  • 121