I have the following code, in which I fit three logos into a box:
\setlength\fboxsep{0pt}
\setlength\fboxrule{0.5pt}
\fbox{
\begin{minipage}{14em}
\includegraphics[height=4em]{images/logo1.png} \\
\includegraphics[height=4em]{images/logo2.png}
\includegraphics[height=4em]{images/logo3.jpg}
\end{minipage}
}
}
Now, I don't want the borders/margins of this box to appear. Is there an option somewhere to do this?
Thanks.
\mbox. See this : http://tex.stackexchange.com/questions/83930/what-are-the-different-kinds-of-boxes-in-latex – percusse Nov 29 '12 at 18:22\fbox, or set\fboxruleto0pt(not0.5pt). – Werner Nov 29 '12 at 18:26\mbox{%– David Carlisle Nov 29 '12 at 18:35