LyX ⇒ Overlapping text in matrices
Overlapping text in matrices
Hi! I noticed sometimes there the text of two adjacent cells in a matrix overlaps. An example of the problem is attached. The two lines seem to be too close. Is there any way to correct this behavior? I already tried \displaystyle. Thanks!
- Attachments
-
- Instance of the issue.
- Picture 1.png (28.02 KiB) Viewed 3867 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
Overlapping text in matrices
Hi,
having access to the actual code that you are using, we would be able to provide more accurate advise. Anyway, one option is to use the optional argument of \\ to increase the vertical spacing between rows. Take a llok at the following simple example:
having access to the actual code that you are using, we would be able to provide more accurate advise. Anyway, one option is to use the optional argument of \\ to increase the vertical spacing between rows. Take a llok at the following simple example:
Code: Select all
\documentclass{report}
\usepackage{amsmath}
\begin{document}
\[
\begin{bmatrix}
A \\
B
\end{bmatrix}
\]
\[
\begin{bmatrix}
A \\[2em]
B
\end{bmatrix}
\]
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Re: Overlapping text in matrices
Hi! Thanks for the information. Unfortunately I don't know if this helps me as I don't use the code: I'm using LyX. I know I could insert Tex code, but I think it would be really really uncomfortable. Is it possible to do the same with LyX?
Thanks!
Thanks!