CPS 182S, Final Project Details

There is information here on formatting, submitting, and group/project evaluation.

Formatting

Title page and Page Number

You can skip the page numbering on the title page with this (before maketitle use the command below).
\thispagestyle{empty}
\maketitle

Make sure your project/paper has an abstract

For the final Latex submission of your paper I'd like it with wider margins than the default Latex and double-spaced. One easy way to get wider margins is to use the following commands just after your \usepackage{...} declaration and before the \author{...} tag.


\sloppy
\setlength{\textwidth}{470pt}
\setlength{\textheight}{640pt}
\setlength{\topmargin}{-1in}
\setlength{\oddsidemargin}{0pt}
\setlength{\evensidemargin}{0pt}
\setlength{\parindent}{0in}
\setlength{\parskip}{0.05in}

Of course you can fiddle with these parameters to see what how the document changes.

Double Spacing

To double-space your document you can download the setspace.sty style file. On my Windows-based WinEdt system I installed this file in the c:\texmf\latex\tools\ folder. Then from WinEdt I chose the menu item Accessories>MikTex Options> and clicked the Refresh Now button in the General tab-pane.

After this I could simply add the \doublespace command after my abstract and the entire document was doublespaced. You must first add the package setspace to the package list at the top of the latex file, e.g.,

  \usepackage{url,epsf,graphicx,setspace}

Submit

I'd like all latex and bib files, and all diagrams/figures if these are in separate graphics. The easiest way to do this is to zip up all the files and submit them as one zip/tar file. Be sure it's incredibly obvious which is the main latex file. I'll assume I can generate output with the equivalent of the commands below (these work from the command-line, WinEdt has equivalent menu options).
  latex mainfile
  bibtex mainfile
  latex mainfile
  latex mainfile

Please submit a .pdf file too in case there's trouble generating output from your Latex files. I'd like a hard copy turned in too, this ensures we'll have something in case transmissions/submissions are garbled.

Please turn in the hard copy to me, Owen Astrachan, in D241. I'll expect these before noon on Thursday, December 11.

Submit electronically by uploading your files/tar/zip file to your acpub account and typing the command below. You can submit multiple files after the project name, the example below shows one file.

  /afs/acpub/project/cps/bin/submit_cps182s project foo.zip

Project Group Evaluation

Whether working by yourself, or with a group, you must evaluate your own efforts and work. If you're in a group you must also evaluate the efforts and work of your group members.

Please write a plain text file and email or submit as described below. In this file you should provide the following details.

Turn in your project/group evaluation either by submitting:

  /afs/acpub/project/cps/bin/submit_cps182s project-eval eval.txt

or by email to ola with the evaluation sent as a plain-text attachment.


Owen L. Astrachan
Last modified: Wed Dec 10 21:15:27 EST 2003