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 paper should be about 10-15 pages long.
- Remember the ground rule of writing in English;
introduction - body - conclusion.
When you write in English, you must always start with an introduction. After the introduction, which prepares the reader for the main issue you are about to say, you write the main point itself. Finally, you sum up.
This rule is true whether you are working with the complete paper, with a section, with a paragraph or even a sentence.
Use references.
There are separate instructions on how to use references and on what information to include on each reference in the bibliography.
Note, however, that the style file will render the in-text references and the bibliography automatically. The way the references are denoted might be slightly different from the notation proposed in the guides. You should not try to fix it, as long as the bibliography contains all information needed about the source.
An additional note to the guide mentioned above. If you use a source throughout a complete section, you can state that in the beginning in the section. The reader will assume that the text is based on that reference until he encounters a section of at least the same level. For instance, if you state in section 2 that all text in that section is based on [16], you can use text based on [16] in section 2.1, section 2.2, and section 2.3, but not anymore in section 3.
- Do not create your own macros.
When the articles are put together to form one book, macros will may mess things up. If you absolutely need to use macros, name them in a way that will be unique in all papers processed in this course, for instance by prefixing all macro names with your student number.
- Use unique names.
Give all your files names that are unique for the whole course, e.g. by using your student number.
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.
- To create a dvi file (you can view the file with
xdvi template.dvi):
latex template; latex template;- To create a PS file:
dvips -o template.ps template- To create the PDF file:
ps2pdf template.psYou really have to run
latextwice, 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:
- A good latex-tutorial can be found at http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/latex_advanced/latex_advanced.html
- A very simple latex-tutorial, that won't help you all the way but that explains the very basics, can be found at http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/latex_basic/latex_basic.html
- If you need more information on how to use the ACM template (on which the course template is based), please check here. You'll find the corresponding
.tex-file in this directory. To figure out what each file is, check the filelatex_style.htm.
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