Math & Science ⇒ How to change the linespread space in array environment
-
- Posts: 32
- Joined: Sun Mar 01, 2009 8:29 am
How to change the linespread space in array environment
- Attachments
-
- problempic2.GIF (4.88 KiB) Viewed 14229 times
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
How to change the linespread space in array environment
Code: Select all
\renewcommand{\arraystretch}{1.2}
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 32
- Joined: Sun Mar 01, 2009 8:29 am
Re: How to change the linespread space in array environment
Re: How to change the linespread space in array environment
-
- Posts: 105
- Joined: Fri Nov 30, 2007 11:32 pm
How to change the linespread space in array environment
\setlength{\abovedisplayskip}{<length>} and
\setlenght{\belowdisplayskip}{<length>}
to change the vertical space above and below the display. I do not know how to link to that thread, but a search for the term abovedisplayskip should bring it up.