Tagged Questions
6
votes
1answer
107 views
Breaking equation in align enviroment to put textwidth matrix in separate line
I have to put a textwidth pmatrix into an align environment. When using split, it destroys the centered alignment of the other equation.
Pseudocode:
\begin{align}
\vec{a} &= \vec{b} + \vec{c} ...
4
votes
1answer
285 views
`pmatrix` line break
I wrote a matrix using the pmatrix environment.
The content is very long and LaTeX produces an output of the kind (the "a" line extending beyond \textwidth):
( aaa aaa aaa aaa aaa aaa + aaa aaa aaa )
...
1
vote
2answers
157 views
How to create newlines?
I am new to Latex and found out how to use it a bit. Newlines are created by \\
I get the following error:
\\ can only appear in a matrix or array
How do you create newlines between matrix or ...