Telecommunications Software and Multimedia Laboratory
TML / Studies / T-110.551


Seminar on Internetworking

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.

The students must produce the final paper in the LaTEX and the PDF-format.

Remember the following:

The templates used in this course are:

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

Remember to rename your own file to e.g. student_number.tex!

mypicture1.eps  For demonstrating how pictures can be included in your LaTeX-file.
iwork.cls  A class file.

This file is almost identical to ACM's default class file for articles published in ACM's journals.

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

The PDF format can be produced from the latex template (almost) automatically.

  1. To create a dvi file (you can view the file with xdvi template.dvi):
    latex template; latex template;
  2. To create a PS file:
    dvips -o template.ps template
  3. To create the PDF file:
    ps2pdf template.ps

You really have to run latex twice, since some updates have to be preprocessed by LaTeX in order to show up.

The result when running these commands on the current template looks like this: template.ps, template.pdf.

Latex-tutorials:




This page is maintained by Internetworking teaching staff, E-mail: iwork@tml.hut.fi.

The page has been last updated on February 20th, 2003.
URL: http://www.tml.hut.fi/Studies/T-110.551/2003/template/index.html