How to format a submission for \includegraphics[width=0.13\textwidth]{dmtcs}
with the journal's own LATEX2e-style

Jens Gustedt1 [*]

Somebody Who2 [*]

Some Dummy2 

Abstract:

This abstract should be some brief description of your work and how it advances our science.

please also repeat in the submission form


Contents


Introduction

The LATEX2e-style for DMTCS is derived straight forward from the usual article.sty. Its main purpose is to ensure a common layout policy of all articles in DMTCS and to provide editors, referees and readers with the necessary information. If you think you need an introduction to LATEX2e or search for pointers to other literature on that, you should consider reference Oetiker et al. (1999) given at the end.

Before you read on to know how to use our style file please ensure that the manuscript fits well into DMTCS.

  1. DMTCS covers Discrete Mathematics and Theoretical Computer Science as domain of interest.
  2. DMTCS is a scientific journal. This requires that your work is

    original
    The main results of your paper must not have appeared elsewhere in a journal, neither by yourself nor by somebody else.
    important
    Your results must be of importance to a wider public and should be of interest for more readers than just the referees.
    self containing
    Other than for conference proceedings, we don't have any restrictions on the number of pages for an article. So there is no excuse to suppress proofs or not to give verbose examples. On the other hand, self containing short notes are highly welcome.
    complete
    Your work must relate to the current state of the art of the domain in question. In particular, foreign and own results external to the manuscript must be correctly credited and complete reference to such related work must be given.
    legible
    The journal's language is English, all conventions for scientific work in that language apply.

    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.

  3. DMTCS is If you are looking for that, please consider the wide possibilities that the web offers nowadays.


Providing Information for the first Page

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:


Hints for the manuscript itself


Numbering commands

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 1 and not at 0 . In particular, we think that an introduction is an integral part of a paper and should be counted as one ( =1 !).


Proper Names

Names of theorems and alike are considered as proper names. In English (sic!) proper names are capitalized. So please write something like ``In Section 2 we have seen...'' and ``By the Main Theorem we know...''. But distinguish properly from the use of the word ``theorem'' as ordinary noun as it is for example in ``In the following theorem we prove ...''.

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.


Use a Spell Checker

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.


Mathematics


Cross-references and citations

Use cross-references throughout your whole paper. Use \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.


PDF Files

The style now supports an option pdftex to use in combination with pdflatex. This is now relatively stable. If you are viewing this document in its pdf form you may see some of the advantages this has: in particular pdf documents produced in that way have included hyperlinks. If you want to know more about these features please refer to http://xxx.lanl.gov/hypertex/.

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.

Figure 1: The logo of DMTCS.
\includegraphics{dmtcs}


Graphics

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}


Summary of Options

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


Summary of Relevant Commands

command description
\address the affiliation and address of the authors
\addressmark to number different affiliations for different authors
\revision the revision number, defaults to 1 if this command is omitted
\keywords a comma separated list of keywords
\qed produces
\acknowledgements  

Acknowledgements

At the end of the manuscript, right before the bibliography you might want to place an acknowledgement. This can be easily done by using the command \acknowledgements as you can see here.

Bibliography

T. Oetiker, H. Partl, I. Hyna, and E. Schlegl.
The Not So Short Introduction to LATEX2e, 3.3 edition, 1999.
available at http://www.loria.fr/services/tex/general/lshort2e.pdf.

About this document ...

How to format a submission for \includegraphics[width=0.13\textwidth]{dmtcs}
with the journal's own LATEX2e-style

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


Footnotes

... [*]
I am not supported.
... [*]
But he is!
Jens Gustedt 2004-09-13