Use 9600 bps for Pintos serial, to match the speed used by the loader.
[pintos-anon] / sigcse2009 / figures.tex
index 5510a758211aee86f7baf0545672478965c6f056..0ba51697c9d3e38743923eea5176bd2bd16f6321 100644 (file)
@@ -10,6 +10,7 @@
     \end{figure}
 }
 
+% old PDF that has legend at the bottom, we use pintosdetailfiguretwo instead now.
 \newcommand{\pintosdetailfigure}{
     \begin{figure*}[htp]
     \centering
     \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}
+    \begin{tabular}{cccc}
     Project & Functionality & Robustness & Regression \\
     1       & 27            & -          & -          \\
     2       & 41            & 35         & -          \\