I am currently using amsart and I am working with large matrices. When I compile these matrices they run over the sides of the page margin on the right hand side. I would like to know if it is possible to move the whole matrix to the left?
Another option would be to split the matrix up in two parts, but that doesn't look good.
Any help will be greatly appreciated
Math & Science ⇒ changing where latex puts a matrix
NEW: TikZ book now 40% off at Amazon.com for a short time.

changing where latex puts a matrix
This package may help
http://tug.ctan.org/cgi-bin/ctanPackage ... changepage
it defines an environment that alters the margins temporarily, with the two arguments giving the change in the left and right margins
http://tug.ctan.org/cgi-bin/ctanPackage ... changepage
it defines an environment that alters the margins temporarily, with the two arguments giving the change in the left and right margins
Code: Select all
\begin{adjustwidth}{}{}
...
\end{adjustmargin}