please also repeat in the submission form
Before you read on to know how to use our style file please ensure that the manuscript fits well into DMTCS.
Your writing must be grammatically correct. Be ensured, that especially authors that are non-native speakers of English will receive all possible help to correct flaws. But also have in mind, that incorrect grammar might be the cause of severe misunderstandings and finally result in a rejection of the paper.
First of all, for a correct submission we need some basic information. Consider this file here itself as an example how this should be done. We need the following type of information:
\author
command.
This is about the same as for standard LATEX2e. Please refer to your LATEX book to see how this is usually done, or look at the examples given here in this file.
There is some speciality, though, for sets of authors with different
affiliations. In that case, put an appropriate
\addressmark{i}
directly after the last name of an
author, where corresponds to affiliation number . See below,
on how to include several affiliations into the address command.
\title
command.
The title command may be given in two different forms. The first is
\title{Your title goes here}If done like that, the title that you give is used as running head for the odd numbered pages as well. If your title is too long such that it doesn't fit into the running head you should use the alternative form
\title[Formatting a submission for DMTCS]{How to format a submission for DMTCS with the journal's own \LaTeX2e-style}Here the string that inside the
[ ]
is used in the
running head.
\address
command.
If different authors have different affiliatiions, put each
such address on a line of its own, separate the lines by a \\
command, and start line number with the command
\addressmark{i}
. For an example, look at the LATEX-source of
this file here.
\revision
command.
This is to distinguish different versions of your manuscript during the refereeing process. The use of the command is as simple as in
\revision{1}
\keywords
command. Be careful on the choice of these keywords, you are the
author, you should know best what is adequate such that your
article can be easily and correctly identified by search engines and
alike. Give it in the form
\keywords{first item, second, third}So each ``key word'' might consist of several words in the usual sense. To separate several key words use commas.
These keywords must be the same as the ones that are given when you fill out the http-form for submission.
abstract
environment. This should be no longer than a paragraph and concisely
reflect the main contributions of your work.
Many readers (such as editors) base their selection whether to look at a paper more closely on that abstract. In particular there are high chances that the decision which referees are assigned to your manuscript is mainly based on that abstract. You have been warned.
This abstract must be the same as the one that is given when you fill out the http-form for submission.
Please use the standard conventions for all commands and environments that provide a numbering such as theoremlike environments or sections. In particular usual counting starts at and not at . In particular, we think that an introduction is an integral part of a paper and should be counted as one (!).
Please also be careful in the writing of personal names. Customs in different countries are different! Be sure to use a standard transcription of names that use a different alphabet than English, and also be sure to use the full capabilities of LATEX2e for accentuated character sets that are based on the Latin alphabet. Be sure to catch the correct concept of ``last name'' in that language.
It is considered as being very impolite to leave obvious spelling errors in the manuscript before sending it out. Computers are made for these, use them.
You might either use the North American variant for spelling or the British one, but please don't mix them in one paper. The same holds for different possible spellings for the same word as for example ``acknowledg(e)ment'' or ``formulae'' versus ``formulas''. Be coherent.
\label
and
\ref
for that and don't do the work of the computer by
yourself. Not only that it is easier (believe me!) but also
it helps to insert hyperlinks across the final document in the pdf
version, see Section 4.
The same holds for citations. Never ever number citations by
hand. This only can go wrong and it will. Use LATEX'
\cite
command. Again, in the pdf version this will have the
advantage of a hyperlink that lets you jump directly to the
bibliography item.
Use bibtex to produce your bibliography. With a little bit of initial overhead it lets you easily maintain your references. This pays off when you will write more than one article in your life... Have a look into Oetiker et al. (1999) and to the .bib-file of DMTCS to see how this works.
I personally prefer the so-called natural citation style as it is used herein (via natbib). It has the advatage that the author names of the work that is cited appear properly. Papers are to the merits of people. In addition, such a citation by name has the advantage of being easily recognizable without looking in the bibliography.
If your installation doesn't support the package hyperref,
you should switch of these features by giving the option
nohyperref in the \documentclass
declaration at the
beginning of your manuscript. To give you the possibility to include
hyperlinks even if your local installation doesn't support this, we
provide the command \href{URL}{text}
in any case.
Please use the (standard) packages graphics or
graphicx to include graphical data and not
epsf or similar. Something like the PostScript picture in the
title of this document can be produced as simple
as this
\includegraphics[width=0.13\textwidth]{dmtcs}
. Note that in
this command the width is given in relation to the width of the text
and not in an absolut measure and that the file name is given without
extension. For a realistic graphic of your paper you should chose a
figure environment as is done with the following for
Figure 1
\begin{figure}[htbp] \begin{center} \includegraphics{dmtcs} \caption{The logo of DMTCS.} \label{fig:logo} \end{center} \end{figure}
option | description |
submission | whether or not this is considered as a |
final | submission or being the final document |
pdftex | to be enabled when processing with pdflatex |
nohyperref | switch reference to hyperref off |
notimes | switch selection of the times package off |
command | description | |
\address |
the affiliation and address of the authors | |
\addressmark |
to number different affiliations for different authors | |
\revision |
the revision number, defaults to if this command is omitted | |
\keywords |
a comma separated list of keywords | |
\qed |
produces
|
|
\acknowledgements |
\acknowledgements
as you can see here.
This document was generated using the LaTeX2HTML translator Version 2002-2-1 (1.70)
Copyright © 1993, 1994, 1995, 1996,
Nikos Drakos,
Computer Based Learning Unit, University of Leeds.
Copyright © 1997, 1998, 1999,
Ross Moore,
Mathematics Department, Macquarie University, Sydney.
The command line arguments were:
latex2html -split 0 -tex_defs -html_version 4.0,math,latin9 -math -strict sample-dmtcs.tex
The translation was initiated by Jens Gustedt on 2004-09-13