I've tried using \parbox within \tabular but get errors: ';!LaTeX error: Not in outer par mode';.
So in summary, how can you using LaTeX typesetting, make a text box bounded with a line for a mixture of text and figures?In Latex typesetting, how do you make a box that can include figures and text?
Try \box{ }
I used it in this document:
http://www.scribd.com/doc/6833128/Combin鈥?/a>In Latex typesetting, how do you make a box that can include figures and text?
The \box thing doesn't work. This does though (using the ';boxedminipage'; package).
\fbox{
\begin{minipage}{16cm}
\begin{center}
\textbf{Title}
\end{center}
\hspace{8mm}Lorem ipsum...
\vspace{9pt}
\includegraphics[scale=1]{fi鈥?br>
\textit{caption}
\end{minipage}} Report Abuse
No comments:
Post a Comment