I have a long table and I want to add it inside paper IEEE access Latex format. The problem that the IEEE access Latex format has two columns. When I add the code I always get an error. Also, I tried to use the "long table" package, but It does not support two columns. In a word, I want to add a log table in the middle paper.
My table in latex
IEEE ACCESS Format
\begin{table*}[!h]
\setlength{\tabcolsep}{3pt}
\caption{Long Table}
\begin{center}
\begin{tabular} {|p{60pt}|p{35pt}|p{38pt}|p{55pt}|p{100pt}|p{70pt}|p{80pt}|}
\hline
Name& Name& Name& Name& Name&Name &Name\\
\hline
Name& Name& Name& Name& Name&Name &Name \\
Name& Name& Name& Name& Name&Name &Name \\
Name& Name& Name& Name& Name&Name &Name \\
Name& Name& Name& Name& Name&Name &Name \\
Name& Name& Name& Name& Name&Name &Name \\
\hline
\end{tabular}
\end{center}
\end{table*}
longtableusesupertabular. – Zarko Oct 09 '19 at 14:39longtableis automatically horisontal centered on page, however it doesn't work in two column document. Please extend your code fragment to small compilable document, which we can test and see, what is your problem. – Zarko Oct 09 '19 at 16:15lipsumpackage for example), beginning with\documentclass{...}and ending with\end{document}. Help us to help you! – Zarko Oct 09 '19 at 16:44longtablepackage. The example code however does not use this package. Could you please comment on that? – leandriis Oct 09 '19 at 16:55