Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save randomwangran/f63919404317377130242dfa68346bf7 to your computer and use it in GitHub Desktop.
Save randomwangran/f63919404317377130242dfa68346bf7 to your computer and use it in GitHub Desktop.
add row space to latex table
add following line to table:
{\def\arraystretch{2}\tabcolsep=10pt
\begin{tabular}
...
\end{tabular}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment