Skip to content

Instantly share code, notes, and snippets.

@Opiprog
Created May 19, 2013 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Opiprog/5607808 to your computer and use it in GitHub Desktop.
Save Opiprog/5607808 to your computer and use it in GitHub Desktop.
Managing cells in LaTex tables
\documentclass[10pt,compsoc]{IEEEtran}
\usepackage{fixltx2e}
\begin{center}
\begin {table}
\caption{ABC}
\begin{tabular}{|c|c|c|c|c|}
\hline
ABCD&100\% This is a very very very long cell and need to go to next line \\ \hline
335&393&350&392&TBD \\ \hline
\end{tabular}
\label{tab:CBG}
\end {table}
\end{center}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment