This is a "short week" due to the Remembrance Day holiday on Thursday, so we are going to have a "short Assignment" - and one which is mainly in service of your final written Project papers, due in the final week of classes (3 weeks from now).
If you plan to have a career as a Physicist, you will be obliged to publish your work in top journals, which will demand that you prepare it in their standard formats for elegant typesetting. Although some cowardly publishers are now accepting manuscripts in M$ Word, beautiful typesetting (especially if it contains any nontrivial mathematics) requires a true typesetting format.
The industry standard, as it were, is TEX, usually in the
guise of LATEX or another of its *TEX siblings
("user-friendly" typesetting languages built on TEX).
Virtually every Linux distribution comes with a
full complement of *TEX utilities, all of which
are freely available from
http://www.ctan.org/
and other sources. You can also get *TEX free
for Windows from (e.g.)
http://www.miktex.org/
or other versions.
If you are using Linux at home, it is best to use your "package manager"
to install *TEX.
You probably will eventually want to submit a paper to an
AIP (American Institute of Physics) journal such as
Physical Review Letters (PRL). In that case you will
need to conform to the "REVTEX4 computext" standard.
You can read about this (and download various files if needed) at
http://authors.aps.org/
and in particular
http://authors.aps.org/revtex4/
.
So, your mission is to write a "skeleton draft" of your Project paper as a PRL, using LATEX with the REVTEX4 options and conforming to the AIP rules.1
It need not be very long or involved, and we certainly do not expect it to be complete, but it should incorporate at least the following:
dp-<YourLastName>_<ShortTitle>.tex
"
where <YourLastName>
is (duh!) your last name2
and <ShortTitle>
is a very short title
(I would prefer not to have any blanks or punctuation marks in the file name!)
Place this file in your /home2/phys210/$USER/a08/
directory
along with any Figure file(s) or other components.
Then run LATEX on it
("latex dp-<YourLastName>_<ShortTitle>.tex
")
to produce a dp-<YourLastName>_<ShortTitle>.dvi
file
(along with some other files) -
you may need to run LATEX twice or even 3 times,
depending on what is in your source file.
Finally, use dvipdf to convert your .dvi file
into a PDF file called dp-<YourLastName>_<ShortTitle>.pdf
and leave the finished product in your /home2/phys210/$USER/a08/
directory.