Bigger Tables in Latex
2015 June 01Found this on stackexchange, which I needed to make tables in latex feel a little less cramped. Does not require any special packages to be added:
{\renewcommand{\arraystretch}{2}% \begin{tabular}{|l|l|} \hline column 1 & column 2 \ \hline I really would like this less & crammed \ \hline \end{tabular}}