Jakub Hvizdos deleted table.tex  almost 9 years ago

Commit id: 8d57dc6a36599ac3642094ce5ec41cbab913caf0

deletions | additions      

       

abstract.tex  introduction.tex  figures/figure_1/figure_1.jpg  table.tex  section_Concept_of_Smart_Floor__.tex  section_Experiments__.tex  figures/P7093452/P7093452.JPG           

\section{Table}   An example of a floating table. Note that, for IEEE style tables, the   \verb|\caption| command should come BEFORE the table. Table text will default to   \verb|\footnotesize| as IEEE normally uses this smaller font for tables.   The \verb|\label| must come after \verb|\caption| as always.     \begin{table}   \caption{\textbf{\label{tab:1} An Example of a Table}}   \begin{tabular}{cc}   \hline   One & Two\\   \hline   Three & Four\\   \hline   \end{tabular}   \end{table}       Note that IEEE does not put floats in the very first column - or typically   anywhere on the first page for that matter. Also, in-text middle ("here")   positioning is not used. Most IEEE journals/conferences use top floats   exclusively. Note that, LaTeX2e, unlike IEEE journals/conferences, places   footnotes above bottom floats. This can be corrected via the \verb|\fnbelowfloat|   command of the stfloats package.