Code: Select all
\begin{figure}[tp]
\centering
\mbox{\input{my_code.tex}}
\caption[...]{....}
\end{figure}
Code: Select all
\fbox{\footnotesize
\parbox{1.5in}{\tt
\begin{tabbing}
...
\end{tabbing}
}}
\mbox
, [url=http://latex-community.org/know-how/424-latex-reference-manual#g_t_005cfbox-and-_005cframebox]\fbox[/url]
, and \parbox
may be redundant. So I removed \parbox
but then I got an error. (How) can I remove one or two of these "boxes"?