Tagged Questions
7
votes
2answers
1k views
How do I make one minipage the same size as another?
I'm writing a LaTeX document into which I want to put two boxes, in a row next to each other, which will contain varying length content.
I want each box to be the same height, and that height needs ...
5
votes
1answer
1k views
How to control the vertical height of boxes
I would like to create boxes where I can control the height of the boxes. Right now I have used the command.
\colorbox{calcclr}\makebox[\textwidth-2\fboxsep][l]{#1}}}
This gives me a box that ...