G u i d e l i n e s    f o r    LaTeX    U s e r s    

  1. Please download the sgi2k.sty file, that establishes formatting required by the publisher and adds some extentions to standard article package. Your paper should start with the usual stuff: title, author(s), affiliation(s) and abstract:
           \documentclass{article}
           \usepackage{sgi2k}
           \usepackage{epsf}
    
           \title {Title of the paper}
           \author{Author1\inst{1},
    	      Author2\inst{2} and
    	      Author3\inst{1,2}}
           \institute{LocationA \and
    	         LocationB}
    
           \begin{document}
           \maketitle
    
           \begin{abstract}
    	   Text of the abstract.
           \end{abstract}
    
           \section{Introduction}
           % ....
    
           \end{thebibliography}
           \end{document} 
    As you see, the affiliations should be put into '\institute' command. If you use more the one affiliation they should be separated with '\and' command and they should be accessed in '\author' command with '\inst' command.

    For details please consult the sample paper:
  2. example.tex (ASCII)
  3. fig1.eps, fig2.eps, fig3.eps
        (pictures included in sample paper)
  4. example.ps (PostScript)
  5. Please, DO NOT:
  6. redefine margins, paper sizes, font sizes
  7. put page numbers
  8. Compile your paper:


    Convert your paper to PostScript format:
      $ dvips paper -o

  9. How to submit the LaTeX paper:

    Compress PostScript file (please use only compress or gzip):

      $ compress paper.ps

    Uuencode compressed paper:

      $ uuencode paper.ps.Z  Last-name.First-name.ps.Z > paper.uue

    Send "paper.uue" via e-mail:

      $ mail -s "PAPER" sgi2k@cyf-kr.edu.pl < paper.uue

    Your submissions will be acknowledged.
    If you have any difficulties to follow the suggested procedure, please contact sgi2k@cyf-kr.edu.pl for advice.