fixed dependency

This commit is contained in:
Romain Jacob 2021-02-18 08:36:55 +01:00
parent 9184773d7a
commit c979bf531e
2 changed files with 8 additions and 4 deletions

View File

@ -7,7 +7,9 @@ This template was adapted from the USENIX template with their permission. Thanks
## Version
+ 1.0.1: (current)
+ Added `booktab` example
+ `hrule` separating the header
+ 1.0.2: (current)
+ Added missing dependency
+ 1.0.1:
+ Added `booktab` example
+ `hrule` separating the header
+ 1.0: First release

View File

@ -38,11 +38,13 @@
urlcolor={blue!70!black}
}
% Additional hooks (provide e.g. BeforeBeginEnvironment)
\usepackage{etoolbox}
% Table
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{tabularx}
\usepackage{etoolbox}
\BeforeBeginEnvironment{tabular}{\small}
\AfterEndEnvironment{tabular}{}