\documentclass[journal]{IEEEtran}
\usepackage[classicReIm]{kpfonts}
\usepackage{booktabs,tabularx,lipsum}
\usepackage{longtable}
\usepackage{float}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{multirow}
\usepackage{url}
\begin{longtable}{rr}[H]
\centering \small
\caption{Description of acronyms} \label{tab1}
\label{ACR}
\begin{tabular}{cc}
\toprule
ICT & Information and communication technology\\
\end{longtable}
\end{document}
Asked
Active
Viewed 283 times
0
CarLaTeX
- 62,716
Ghulam Hafeez
- 511
\labelinstructions? – Mico Apr 17 '19 at 09:57longtableenvironments cannot be used in two-column documents. TheIEEEtrandocument class sets up two-column mode, though. – Mico Apr 17 '19 at 10:00