close
\documentclass[a4paper]{report}
\usepackage[english]{babel}
\usepackage{placeins}% to prevent floating
\usepackage{listings}
\begin{document}
\section{tables}
\begin {table}[ht!]
%\caption {Text} \label{tab:title}
\begin{center}
\begin{tabular}{ | l | l | l | l | p{3cm} |}
\hline
&&&& \\\hline
&&&& \\\hline
&&&& \\\hline
\end{tabular}
%\caption {Should be a caption}
\caption {What you have seen in the table}
\end{center}
\end {table}
\FloatBarrier
\end{document}
全站熱搜
留言列表