<div dir="ltr">To produce multicolumns TOC, you can use the blow code:<br><br>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>\usepackage{multicol}<br>\makeatletter<br>\renewcommand\tableofcontents{%<br> \begin{multicols}{2}[\section*{\contentsname}]%<br>
\small<br> \@starttoc{toc}%<br> \end{multicols}}<br>\makeatother<br><br>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br><br clear="all"><br>-- <br>VK<br>
</div>