Skip to content

Instantly share code, notes, and snippets.

@David-Estevez
Created February 28, 2017 16:24
Show Gist options
  • Save David-Estevez/fd26fbb3e78ca8444abf84193f75dc34 to your computer and use it in GitHub Desktop.
Save David-Estevez/fd26fbb3e78ca8444abf84193f75dc34 to your computer and use it in GitHub Desktop.
IEEE style table template for papers
\begin{table*}[ht]
%\renewcommand{\arraystretch}{1.3}
\vspace{1em}
\caption{Original Algorithm: Results, expressed in percentage (\%)}
\label{table:good_results}
\centering
\begin{tabular}{|r||r|r|r|r|r|r||r|} % <-- edit with number of rows
% <-- table contents go here -->
\end{tabular}
\end{table*}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment