-TML logo-

T-110.5190 Seminar on Internetworking (4 cr) P V

Spring 2008: Services and social networking on the Internet

Instructions for the layout of seminar papers



In scientific writing the layout of the paper is one very important issue. The layout should be such that the paper can be published without having to do too much work to make it look reasonably good. It also gives a better impression of the paper and the author as well if the layout is simple and practical. Therefore we will be very strict with the layout of the papers on this course. The paper must be written using the given LaTeX template from the beginning.

The students must produce all the submitted papers (Draft, Full Paper and Final Paper) in the LaTeX, BibTeX (references) and the PDF-format using Optima (see course requirements instructions for details).


The templates used in this course

File Comment
template.tex  LaTeX template file to use, modify this file to contain your paper.

Remember to rename your own file to Lastname_phaseX.tex as given in requirements instructions

template.bib  BibTeX template file to use, modify this file to contain the references of your paper.

Remember to rename your own file to Lastname_phaseX.bib as given in requirements instructions

mypicture1.eps  For demonstrating how pictures can be included in your LaTeX-file.
iwork2008.cls  A class file giving the formating of the template. (save but do not modify)

Writing the paper in LaTeX will actually be quite easy when using the given template.

Please notice that there are actually two different formats for the paper: draft format and final format. These formats can be altered from the template.tex file by commenting and uncommenting couple of commands (see first lines of the file). Use draft format only for the Draft paper and final format for the Full and Final papers. For the Draft paper submission you shoud write approximately three pages of text in order to get one and a half pages of text in final paper format.

Translating LaTeX to PDF

The PDF format can be produced from the latex template (almost) automatically. This template is tested to be working at least in kosh.hut.fi.

  1. To create a dvi file (you can view the file with xdvi template.dvi):
    latex template; bibtex template; latex template; latex template;

  2. You really have to run latex several times, since some updates have to be preprocessed by LaTeX in order to show up.
  3. To create a PDF file:
    dvipdfm template

The result when running these commands on the current template looks like this: draft template.pdf and final template.pdf.

Note


Latex-tutorials