MCS-220 Project: Part 3 (Spring 2008)

Introduction

This is a continuation of the previous part of of the project. I have added one more page to the notes, which I want you to copy into your copy of the project, and then complete the tasks given there.

Tasks

  1. Launch a terminal, go to project directory, and copy file: After launching the terminal, you can go to the project directory by issuing the following command:

        cd mcs220/project
      

    To copy the next part of the project to this directory, issue the following command:

        cp -r ~karl/public/220/project/project3.tex .
      
  2. Copy project3.tex into your project.tex: Feel free to let me help you with this one, since you want to be sure not to lose what you have already done. All you need do is open both project3.tex and project.tex in kedit, and then copy the entirety of project3.tex right before the fourth from last line of project.tex, namely above the line that reads:

        \bibliography{biblio}
      

    After saving the project.tex, compiling it with latex, and opening in with kdvi, you should see the new part added to the end of what you have done, but just above the bibliography.

  3. Do your new writing tasks: Specifically, you should do tasks 5 and 6 in the new part, as well as fix up the previous tasks, given the suggestions I made on what you handed in.