Math & Sciencetoo wide matrix

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
Doni Anggara
Posts: 2
Joined: Fri Jan 03, 2020 3:49 pm

too wide matrix

Post by Doni Anggara »

i have 4x4 matrix which is very wide. This matrix is wider than the text's margin. i want to make the next column (coloumn 3 and 4) lies below the preceding coloum (coloumn 1 and 2). Please tell me how to do that! I just simply using vmatrix environment. Sorry for my english and thank you.
Attachments
xxx.png
xxx.png (48.07 KiB) Viewed 2725 times

Recommended reading 2024:

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

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

too wide matrix

Post by kaiserkarl13 »

That's not how that works. You can manually break the lines, but you have to keep track of it yourself. My suggestions: (1) change the margins, (2) change the text size, (3) change the size locally, just for that equation, or (4) define a new symbol, such as \mu_1 \equiv \cos\phi_1.
Doni Anggara
Posts: 2
Joined: Fri Jan 03, 2020 3:49 pm

too wide matrix

Post by Doni Anggara »

Thanks for your answer. I would like to try break the lines manually.
Post Reply