Graphics, Figures & TablesNo setting landscape for a long width Latex figure

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
chris09
Posts: 1
Joined: Wed Aug 31, 2022 6:08 am

No setting landscape for a long width Latex figure

Post by chris09 »

Hello,

I can't manage to put horizontally a matrix which is pretty long. The result I have currently is formatted in landscape and I don't want to have this landscape for this figure.

Here the Latex source of this matrix :

Code: Select all

\begin{flalign*}
Cov \left[ V_{ijkl} \left( \ell, \ell ' \right) \right] =
\begin{bmatrix}
V_{0000} \left( \ell_0 \right) & 0 & \cdots & V_{0001} \left( \ell_0 \right) & 0 & \cdots & V_{0010} \left( \ell_0 \right) & \cdots & 0\\
0 & V_{0000} \left( \ell_1 \right) & \cdots & 0 & V_{0001} \left( \ell_1 \right) & \cdots & 0 \cdots & 0 \\
\cdots & \cdots & \cdots & \cdots& \cdots & \cdots & \cdots & \cdots & \cdots \\
V_{0100} \left( \ell_0 \right) & 0 & \cdots & V_{0101} \left( \ell_0 \right) & 0 & \cdots & V_{0110} \left( \ell_0 \right) & \cdots & 0\\
0 & V_{0100} \left( \ell_1 \right) & \cdots & 0 & V_{0101} \left( \ell_1 \right) & \cdots & 0 \cdots & 0 \\
\cdots & \cdots & \cdots & \cdots& \cdots & \cdots & \cdots & \cdots & \cdots \\
0 & \cdots & V_{1000} \left( \ell_N \right) & 0 & \cdots & V_{1001} \left( \ell_N \right) & 0 & 0 & V_{1010} \left( \ell_N \right)\\
\end{bmatrix} & &
\end{flalign*}

and the rendering that I would like to get :

Image

Any help is welcome to have this matrix figure horizontally.

Regards

Recommended reading 2024:

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

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

Bartman
Posts: 369
Joined: Fri Jan 03, 2020 2:39 pm

No setting landscape for a long width Latex figure

Post by Bartman »

Stefan's solution approach in the older topic should be able to help you.
Post Reply