Created
August 25, 2018 00:34
-
-
Save randomwangran/f63919404317377130242dfa68346bf7 to your computer and use it in GitHub Desktop.
add row space to latex table
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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