Math & Science ⇒ changing where latex puts a matrix
changing where latex puts a matrix
Another option would be to split the matrix up in two parts, but that doesn't look good.
Any help will be greatly appreciated
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
changing where latex puts a matrix
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}