#shorts #shorts #shorts
This video will assist you with inserting Tables in a two-columned document easily using overleaf.
The code used for inserting tables to is shown below
\begin{table*}[h]
\caption{Caption}
\centering
\begin{tabular}{|c|l|p{4cm}|}
\hline
\textbf{SNo} & \textbf{Parameters} & \textbf{Values} \\
\hline
1 & Nominal Voltage & 400V \newline This is a very long column that needs to be terminated\\
\hline
2 & frequency & 50Hz \\
\hline
\end{tabular}
\label{tab:my_label}
\end{table*}
An IEEE conference paper template has been used, This can be downloaded from the IEEE portal or any available IEEE conference proceeding.
Remember to watch the previous video that gives you an insight on how to include tables to your overleaf document.
• How to insert tables in overleaf l Add tab...