Tagged Questions
2
votes
1answer
233 views
Set two environments next to each other
How would I set two environments next to each other?
Lets say two tables.
I want to have something like this, where red is my page and blue one table and yellow the other. My scenario is that I have ...
5
votes
3answers
5k views
Two sets of aligned equations in two columns?
Say I have a set of equations:
(1)
\begin{align}
wx&=u\\
wy&=v\\
w&=10
\end{align}
(2)
\begin{align}
x&=u/w\\
y&=v/w\\
\end{align}
How can I do the following: put (1) and ...
8
votes
2answers
2k views
Two column align environment with one line spanning both columns
Is there a good/correct way of making an align environment with one line spanning multiple columns?
At the moment I'm using a hack like the following, but I feel that it's probably not the best way.
...