X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sigcse2009%2Ffigures.tex;h=68194ce750f8e49254c884ae8b7a4b5f9fbcfb73;hb=02d9affcb344f1ebc4253c59230fea7119469a89;hp=5510a758211aee86f7baf0545672478965c6f056;hpb=59c58c87f7f1e60242022191ec3a0ccdc04eb17f;p=pintos-anon diff --git a/sigcse2009/figures.tex b/sigcse2009/figures.tex index 5510a75..68194ce 100644 --- a/sigcse2009/figures.tex +++ b/sigcse2009/figures.tex @@ -21,6 +21,27 @@ \end{figure*} } +% these are needed to use \fbox{} to surround includegraphics with so we can see the borders +\setlength\fboxsep{0pt} +\setlength\fboxrule{0.5pt} + +\newcommand{\pintosdetailfiguretwo}{ + \begin{figure*}[htp] + % \centering + \begin{tabular}{cc} + % left bottom right top + \includegraphics[trim=.0in .4in .25in .1in, width=.7\textwidth]{pintosoverviewnolegend.pdf} + & + \includegraphics[trim=.0in 3.3in 7.3in .0in, width=1.6in]{pintosoverviewlegend.pdf} + \\ + \end{tabular} + \caption{Components of Pintos split in provided support code, test cases, + and components created in assignments. Overlapping components indicate + when students have to replace parts of the support code.} + \label{fig:pintosdetail} + \end{figure*} +} + \newcommand{\pintostestcounttable}{ \begin{table} \begin{tabular}{lccc}