Initial commit.
[collect-bench] / collect.tex
1 \documentclass[article]{strayman}
2 \usepackage[T1]{fontenc}
3 \usepackage[palatino, helvetica, courier, maths=cmr]{mdwfonts}
4 \usepackage{tikz}
5 \usepackage{gnuplot-lua-tikz}
6
7 \def\showplot#1#2{
8 \begin{figure}
9 \input{plot-#1}
10 \caption{Performance on #2} \label{fig:plot-#1}
11 \end{figure}
12 }
13
14 \begin{document}
15 \showplot{sbcl}{Steel Bank Common Lisp}
16 \showplot{ccl}{Clozure Common Lisp}
17 \showplot{ecl}{Embeddable Common Lisp}
18 \showplot{clisp}{GNU CLisp}
19 \showplot{cmucl}{Carnegie--Mellon University Common Lisp}
20 \showplot{abcl}{Armed Bear Common Lisp}
21 \end{document}