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 ...
12
votes
4answers
928 views
Creating stackoverflow like tags
I'm trying to create stackoverflow like tags. Currently I'm using an \fbox{text} to create the tags, which works, but not all boxes have the same height (it seems that letters like 'p' make a box take ...