I have the code below for a table creation but the table is appeared before the referred site.
Code:
\begin{table}
\caption{The properties of the fitted linear model}
\label{tab: varpar}
\centering
\footnotesize\setlength{\tabcolsep}{2.5pt}
\begin{tabular}{|c|c|c|c|c|}
\hline
\texttt{Partial Sill} &\texttt{ Nugget} & \texttt{Range} & \texttt{Instant} & \texttt{Slope} \\ \hline
0.30 & 0.19 & 408 & 0.0015 & 0 \\
\hline
\end{tabular}
\end{table}
Moreover i have used \clearpage to avoid ploting of tables or figures in a new section.
And, the aforementioned code is cited in new section.
However, I would like to have tables as near as possible to the cited site.
herepackage and adding the[H]option like that:\begin{table}[H]this should force LaTeX to display the table where its defined – Rico Jan 17 '13 at 22:30:)– Rico Jan 17 '13 at 23:35