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


Seminar on Internetworking

Instructions for the layout of seminar papers


Recent changes:


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.

This is not our conspiracy against students. In computer science conferences the author is expected to do the layout by him/herself, and poorly looking papers are usually rejected without considering their merits. Additionally, the publication will be generated using the LaTeX files, which results in a homogenous and professional looking layout. Creating a publication using other formats is tedious and the result will be poorer.

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 (Updated 7.10.2002) If you used one of the previous templates,
  • Check that the \begin{document}-tag is in the right place
  • Add the multicol-package and the multicols-commands
  • The bibliography must be entered manually (the automatic template had problems with organizations as authors)
  • Check that you have entered figures and tables correctly
  • Check that you use the right commands to start your appendix

Rename your own file to e.g. yourname.tex.

mypicture1.eps Link corrected 7.10. For demonstrating how pictures can be included in your LaTeX-file.
iwork.cls (Updated 7.10.2002) A class file.

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

Update this file, in case you are using one of the the old versions.

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 November 13th, 2002.
URL: http://www.tml.hut.fi/Studies/T-110.551/2002/layout.html