Skip to content

Commit d79a992

Browse files
committed
Adding TEXTTABLE example in paper.tex
1 parent cbf2ad9 commit d79a992

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

examples/sorting-speed/paper.pdf

0 Bytes
Binary file not shown.

examples/sorting-speed/paper.tex

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
\usepackage{amsmath,amsfonts,amssymb}
99
\usepackage{fullpage}
10+
\usepackage{verbatim}
1011

1112
\usepackage{tikz,pgfplots}
1213

@@ -95,6 +96,16 @@
9596
\caption{Runtime per element for different sorting implementation, median of 15 runs.}
9697
\end{table}
9798

99+
\begin{comment}
100+
% TEXTTABLE SELECT COUNT(*), SUM(time) FROM stats
101+
+-------+--------------+
102+
| count | sum |
103+
+-------+--------------+
104+
| 945 | 24504.381188 |
105+
+-------+--------------+
106+
% END TEXTTABLE SELECT COUNT(*), SUM(time) FROM stats
107+
\end{comment}
108+
98109
\end{document}
99110

100111
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

0 commit comments

Comments
 (0)