From 59c58c87f7f1e60242022191ec3a0ccdc04eb17f Mon Sep 17 00:00:00 2001 From: Godmar Back Date: Fri, 29 Aug 2008 17:26:59 +0000 Subject: [PATCH] fixed formatting and added keywords/categories --- sigcse2009/sigcse2009.tex | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/sigcse2009/sigcse2009.tex b/sigcse2009/sigcse2009.tex index 7f741a1..aff1217 100644 --- a/sigcse2009/sigcse2009.tex +++ b/sigcse2009/sigcse2009.tex @@ -47,6 +47,10 @@ \documentclass{sig-alternate} +% force letter size (default is A4) +\pdfpagewidth=8.5in +\pdfpageheight=11in + \usepackage{graphicx} % from http://mintaka.sdsu.edu/GF/bibliog/latex/floats.html @@ -111,9 +115,12 @@ %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} + +\terms{Design, Experimentation} -%\keywords{Fill in keywords here if we need them} +\keywords{Pintos, instructional operating system, instructional kernel} \input{figures} @@ -135,5 +142,8 @@ % % +{ \small +\vskip .2in \bibliography{sigcse2009} % sigproc.bib is the name of the Bibliography in this case +} \end{document} -- 2.30.2