Thursday, November 22, 2007

latex note: minipage with borders

One way to add borders to a minipage is embedding it into an fbox. For example:

\fbox{
\begin{minipage}[t]{0.5\textwidth}
...
\end{minipage}
}

6 comments:

Jim Ratliff said...

Thanks! Though several years after you posted it, I just want to let you know that this was very useful to me. Thanks much for taking the time to post it.

macmadness86 said...

Thanks, I just used this today!

virens said...

Agree - simple yet very useful trick. Works even with beamerposter. Thanks a lot!

Gareth said...

Thanks!!

Agneev Guin said...

Its awesome!

Unknown said...

This keeps helping people! Thanks a lot.