Search found 1 match

by maranna00
Wed Dec 26, 2012 10:21 pm
Forum: Graphics, Figures & Tables
Topic: \input error in tables
Replies: 4
Views: 15426

\input error in tables

basically, what is needed is that you must specify float type (Figure, graphic, table, etc) in the main document, including any captions or labels you want to include or reference later.

So the main document should have the
\begin{table}{!h]
\caption{}
\label{}
\input{<filename.tex>}
\end ...