I have a product of two matrices that I would like to appear next to each other on the same line. Even though I have shrunk them down to allow room, LaTeX automatically sends the second matrix to the next line so that they don't appear as a product. What's the word on the street? Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Word on the street is that what you're trying to do should work just fine. I tried both
and
and in both cases the matrices appeared on the same line. If that doesn't do it for you, post a code sample... |
|||
|
|
|
What you should probably really do is do them in displaymath; big things inline look ugly. |
|||
|
|
|
||||
|
|
|
The reason this probably happened was because you were having 2 different equation environments. Equation environments " |
|||
|
|