Browse Source

booktabs is back

Matthias Vogelgesang 8 years ago
parent
commit
75d80c00e7
1 changed files with 6 additions and 4 deletions
  1. 6 4
      paper.tex

+ 6 - 4
paper.tex

@@ -6,6 +6,7 @@
 \usepackage{caption}
 \usepackage{subcaption}
 \usepackage{textcomp}
+\usepackage{booktabs}
 
 \newboolean{draft}
 \setboolean{draft}{true}
@@ -159,18 +160,19 @@ efficient zero-copy data transfers. The maximum size associated with each
 address is 2 GB. The resource utilization
 on a Virtex 7 device is reported in \ref{table:utilization}.
 
-% Please add the following required packages to your document preamble:
-% \usepackage{booktabs}
 \begin{table}[]
 \centering
 \caption{Resource utilization on}
 \label{table:utilization}
 \begin{tabular}{@{}llll@{}}
-Resource & Utilization & Available & Utilization \% \\\hline
+  \toprule
+Resource & Utilization & Available & Utilization \% \\
+  \midrule
 LUT      & 5331        & 433200    & 1.23           \\
 LUTRAM   & 56          & 174200    & 0.03           \\
 FF       & 5437        & 866400    & 0.63           \\
-BRAM     & 20.50       & 1470      & 1.39           \\\hline
+BRAM     & 20.50       & 1470      & 1.39           \\
+  \bottomrule
 \end{tabular}
 \end{table}