Use 9600 bps for Pintos serial, to match the speed used by the loader.
[pintos-anon] / sigcse2009 / sigcse2009.tex
index 7f741a1313f66ef0f59ce4c2082049a95771e472..4926029e3c9506c30478802395989a9e53fc470e 100644 (file)
 
 \documentclass{sig-alternate}
 
+% force letter size (default is A4)
+\pdfpagewidth=8.5in
+\pdfpageheight=11in
+
 \usepackage{graphicx}
+\def\com#1{ }
 
 % from http://mintaka.sdsu.edu/GF/bibliog/latex/floats.html
 % Alter some LaTeX defaults for better treatment of figures:
        \affaddr{Blacksburg}\\
        \email{gback@cs.vt.edu}
 }
+\com{
+\author{
+% 1st. author
+\alignauthor AnonAuthor1\\
+       \affaddr{Affiliation1}\\
+       \affaddr{City, State}\\
+       \email{email1@edu}
+% 2nd. author
+\alignauthor AnonAuthor2\\
+       \affaddr{Affiliation2}\\
+       \affaddr{City, State}\\
+       \email{email2@edu}
+% 3rd. author
+\alignauthor AnonAuthor3\\
+       \affaddr{Affiliation3}\\
+       \affaddr{City, State}\\
+       \email{email3@edu}
+}
+}
 
 \maketitle
 \begin{abstract}
 %A category including the fourth, optional field follows...
 %\category{D.2.8}{Software Engineering}{Metrics}[complexity measures, performance measures]
 
-%\terms{Fill in terms here if we need them}
+% http://www.cs.arizona.edu/groups/sigcse09/format.html#reqs suggests
+\category{K.3.2}{Computers and Education}{Computer and Information Science Education}
 
-%\keywords{Fill in keywords here if we need them}
+\terms{Design, Experimentation}
+
+\keywords{Pintos, instructional operating system, instructional kernel}
 
 \input{figures}
 
 % remove the following line before submitting!
 % \nocite{*}
 
-
-\bibliographystyle{abbrv}
-
 %
 %
+{ \small
+\bibliographystyle{abbrv}
 \bibliography{sigcse2009}  % sigproc.bib is the name of the Bibliography in this case
+}
 \end{document}