From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/sphdthesis/example/table.tex | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 macros/latex/contrib/sphdthesis/example/table.tex (limited to 'macros/latex/contrib/sphdthesis/example/table.tex') diff --git a/macros/latex/contrib/sphdthesis/example/table.tex b/macros/latex/contrib/sphdthesis/example/table.tex new file mode 100644 index 0000000000..88ab7fd2c6 --- /dev/null +++ b/macros/latex/contrib/sphdthesis/example/table.tex @@ -0,0 +1,16 @@ +\begin{table}[t] +\caption{Statistics for the time taken to merge various models} +\label{table:Ch1-Stats} +\centering +\begin{tabular}{lcccc} + \toprule + \textbf{Model} & \textbf{Num. Scans} & \textbf{Input Triangles} & \textbf{Output Triangles} & \textbf{Time Taken (secs)} \\ + \midrule + Drill & 14 & 102284 & 19152 & 159 \\ + Hello Kitty & 9 & 83627 & 27856 & 237 \\ + Warrior & 10 & 133927 & 34613 & 315 \\ + Doll & 9 & 146080 & 54022 & 479 \\ + Mug & 6 & 114347 & 68129 & 613 \\ + \bottomrule +\end{tabular} +\end{table} \ No newline at end of file -- cgit v1.2.3