11 lines
304 B
TeX
11 lines
304 B
TeX
\ProvidesPackage{di/tabular}
|
|
|
|
\RequirePackage{array}
|
|
|
|
% Set extra padding in tables of 2pt
|
|
\setlength\extrarowheight{2pt} % or whatever amount is appropriat
|
|
|
|
% TODO below doesn't work ...
|
|
%\setlength{\tabcolsep}{0.5em}
|
|
% from http://tex.stackexchange.com/questions/31672/column-and-row-padding-in-tables
|