Math & Sciencechanging where latex puts a matrix

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
mauritz
Posts: 1
Joined: Thu Nov 12, 2009 9:53 am

changing where latex puts a matrix

Post by mauritz »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

php1ic
Posts: 192
Joined: Wed Jan 28, 2009 8:17 pm

changing where latex puts a matrix

Post by php1ic »

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

Code: Select all

\begin{adjustwidth}{}{}
...
\end{adjustmargin}
Post Reply